[CherryPick] Correct input[type=number] value sanitization for user-input
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2012-11-23  Kent Tamura  <tkent@chromium.org>
2
3         Correct input[type=number] value sanitization for user-input
4         https://bugs.webkit.org/show_bug.cgi?id=103018
5
6         Reviewed by Kentaro Hara.
7
8         * fast/forms/number/number-commit-valid-only-expected.txt:
9         * fast/forms/number/number-commit-valid-only.html:
10         Update the expected HTMLInputElement::value results.
11         * fast/forms/number/number-unacceptable-style-expected.txt:
12         * fast/forms/number/number-unacceptable-style.html:
13         Add some checks for HTMLInputElement::value.
14
15 2012-11-23  Wojciech Bielawski  <w.bielawski@samsung.com>
16
17         [WK2][WKTR] WebKitTestRunner needs eventSender.contextClick()
18         https://bugs.webkit.org/show_bug.cgi?id=86881
19
20         Reviewed by Kenneth Rohde Christiansen.
21
22         Added expected results for two tests for EFL platform. Test expectations changed
23         for EFL WK1/WK2 and GTK platforms
24
25         * platform/efl/TestExpectations:
26         * platform/efl-wk1/TestExpectations:
27         * platform/efl-wk2/TestExpectations:
28         * platform/gkt-wk2/TestExpectations:
29         * platform/gtk/editing/selection/5354455-2-expected.txt:
30         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
31         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
32
33 2012-11-23  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
34
35         [EFL] Newly added tests in r135436 and r135456 are failng
36         https://bugs.webkit.org/show_bug.cgi?id=103112
37
38         Unreviewed EFL gardening.
39
40         Skip new failing tests introduced in r135436 and r135456.
41
42         * platform/efl-wk2/TestExpectations:
43         * platform/efl/TestExpectations:
44
45 2012-11-23  Csaba Osztrogonác  <ossy@webkit.org>
46
47         Unreviewed gardening, skip failing tests.
48
49         * platform/qt-5.0-wk2/TestExpectations:
50         * platform/wk2/TestExpectations:
51
52 2012-11-23  Christophe Dumez  <christophe.dumez@intel.com>
53
54         WebSocket's MessageEvent.origin attribute is an empty string
55         https://bugs.webkit.org/show_bug.cgi?id=102889
56
57         Reviewed by Kentaro Hara.
58
59         Add layout tests to check that the message event's origin attribute
60         is set to the Unicode serialization of the origin of the URL that
61         was passed to the WebSocket object's constructor, as per the
62         WebSocket specification.
63
64         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
65         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin.html: Added.
66         * http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
67         * http/tests/websocket/tests/hybi/send-onmessage-origin.html: Added.
68
69 2012-11-22  Eugene Klyuchnikov  <eustas.bug@gmail.com>
70
71         Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
72         https://bugs.webkit.org/show_bug.cgi?id=100916
73
74         Reviewed by Yury Semikhatsky.
75
76         Extracted "injectMockProfile" method and reused it in new test.
77
78         * inspector/profiler/heap-snapshot-loader-expected.txt: Added test case.
79         * inspector/profiler/heap-snapshot-loader.html:
80         Refactored and added new test case.
81
82 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
83
84         [Qt] REGRESSION(r135507): It made 13 tests fail
85         https://bugs.webkit.org/show_bug.cgi?id=103069
86
87         Reviewed by Simon Hausmann.
88
89         Unskip the last of test regressions now passing.
90
91         * platform/qt/TestExpectations:
92
93 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
94
95         Unreviewed. Updated test expectations.
96
97         * platform/chromium/TestExpectations:
98
99 2012-11-23  Jussi Kukkonen  <jussi.kukkonen@intel.com>
100
101         fast/events/mouseover-button.html never releases a mouse button
102         https://bugs.webkit.org/show_bug.cgi?id=103041
103
104         Reviewed by Kenneth Rohde Christiansen.
105
106         mouseover-button.html released the wrong mouse button so subsequent
107         tests would fail: This includes at least svg/text/select-*.svg .
108
109         * fast/events/mouseover-button.html:
110
111 2012-11-23  Julian Pastarmov  <pastarmovj@chromium.org>
112
113         REGRESSION (r128633): td changes size during re-layout of table although it shouldn't
114         https://bugs.webkit.org/show_bug.cgi?id=102802
115
116         Reviewed by Ojan Vafai.
117
118         This test checks that table layout of some nested tables in quirks mode is computed correctly.
119
120         * fast/table/nested-tables-with-div-offset-expected.txt: Added.
121         * fast/table/nested-tables-with-div-offset.html: Added.
122
123 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
124
125         [Qt] REGRESSION(r135507): It made 13 tests fail
126         https://bugs.webkit.org/show_bug.cgi?id=103069
127
128         Reviewed by Simon Hausmann.
129
130         Unskip fixed test and update one benign change.
131
132         * platform/qt/TestExpectations:
133         * platform/qt/fast/preloader/script-expected.txt: Added.
134
135 2012-11-23  Pierre Rossi  <pierre.rossi@gmail.com>
136
137         [Qt] REGRESSION(r135515): 3 appcache tests still failing
138         https://bugs.webkit.org/show_bug.cgi?id=103073
139
140         Rubber-stamped by Simon Hausmann.
141
142         * platform/qt/TestExpectations: Unskipped the affected tests.
143
144 2012-11-22  Pavel Feldman  <pfeldman@chromium.org>
145
146         Web Inspector: ctrl+end in editor does not select the last symbol.
147         https://bugs.webkit.org/show_bug.cgi?id=103078
148
149         Reviewed by Vsevolod Vlasov.
150
151         * inspector/editor/editor-test.js: Added.
152         (initialize_EditorTests.InspectorTest.createTestEditor):
153         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
154         (initialize_EditorTests):
155         * inspector/editor/text-editor-selection-expected.txt: Added.
156         * inspector/editor/text-editor-selection.html: Added.
157
158 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
159
160         Unreviewed. Updated test expectations.
161
162         * platform/chromium-linux/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
163         * platform/chromium-linux/fast/writing-mode/text-orientation-basic-expected.png: Added.
164         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
165         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
166         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape-expected.png: Added.
167         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
168         * platform/chromium/TestExpectations:
169         * platform/efl-wk1/fast/transforms/transformed-focused-text-input-expected.png: Renamed from LayoutTests/platform/efl/fast/transforms/transformed-focused-text-input-expected.png.
170         * platform/efl-wk1/fast/writing-mode/text-orientation-basic-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/text-orientation-basic-expected.png.
171
172 2012-11-23  János Badics  <jbadics@inf.u-szeged.hu>
173
174         [Qt] Unreviewed gardening after r135532. It made 3 tests fail.
175         https://bugs.webkit.org/show_bug.cgi?id=103073
176
177         * platform/qt/TestExpectations:
178
179 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
180
181         Unreviewed. Update test expectations.
182
183         * platform/chromium-mac-lion/fast/css/input-search-padding-expected.png:
184         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
185         * platform/chromium-mac-lion/svg/batik/text/xmlSpace-expected.png:
186         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
187         * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png:
188         * platform/chromium-mac/fast/css/input-search-padding-expected.png:
189         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
190         * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png:
191         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
192         * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
193         * platform/efl-wk1/fast/css/input-search-padding-expected.png: Renamed from LayoutTests/platform/efl/fast/css/input-search-padding-expected.png.
194         * 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.
195         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/xmlSpace-expected.png.
196
197 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
198
199         Unreviewed. Update test expectations.
200
201         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.png: Added.
202         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.txt: Added.
203         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
204         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Added.
205         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
206         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
207         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
208         * platform/chromium-win/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/chromium/fast/css/font-weight-1-expected.png.
209         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
210         * platform/efl-wk1/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-weight-1-expected.png.
211
212 2012-11-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>
213
214         Expose DOM interface for CSS Device Adaptation
215         https://bugs.webkit.org/show_bug.cgi?id=95966
216
217         Reviewed by Kenneth Rohde Christiansen.
218
219         Imported a test submitted by Opera that tests the exposed interface. 
220
221         * css3/device-adapt/opera/cssom-001-expected.txt: Added.
222         * css3/device-adapt/opera/cssom-001.xhtml: Added.
223         * platform/efl/fast/js/global-constructors-expected.txt:
224
225 2012-11-22  Sheriff Bot  <webkit.review.bot@gmail.com>
226
227         Unreviewed, rolling out r135549.
228         http://trac.webkit.org/changeset/135549
229         https://bugs.webkit.org/show_bug.cgi?id=103102
230
231         Multiple layout test crashes (Requested by yurys on #webkit).
232
233         * fast/table/css-table-max-height-expected.txt: Removed.
234         * fast/table/css-table-max-height.html: Removed.
235
236 2012-11-22  Rick Byers <rbyers@chromium.org>
237
238         window is missing Touch and TouchList - touch event conformance test failure
239         https://bugs.webkit.org/show_bug.cgi?id=96295
240
241         Reviewed by Adam Barth.
242
243         * fast/events/touch/document-create-touch-list-expected.txt:
244         * fast/events/touch/script-tests/document-create-touch-list.js: Add instanceof checks
245         * platform/efl/fast/js/global-constructors-expected.txt: Add new expected constructors
246         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Add new expected constructors
247         * platform/qt/fast/js/global-constructors-expected.txt: Add new expected constructors
248
249 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
250
251         Unreviewed. Test expectations update after Skia changes.
252
253         * 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.
254         * platform/chromium-linux-x86/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
255         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
256         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
257         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
258         * platform/chromium-linux-x86/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
259         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
260         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
261         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
262         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
263         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
264         * platform/chromium-linux/fast/css/color-correction-expected.png: Added.
265         * platform/chromium-linux/fast/css/color-correction-on-background-image-expected.png: Added.
266         * platform/chromium-linux/fast/css/color-correction-on-backgrounds-expected.png: Added.
267         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png: Added.
268         * platform/chromium-linux/fast/css/color-correction-on-text-expected.png: Added.
269         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png: Added.
270         * platform/chromium-linux/fast/css/color-correction-untagged-images-expected.png: Added.
271         * platform/chromium-linux/fast/css/font-smoothing-expected.png: Added.
272         * 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.
273         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.png: Added.
274         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
275         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
276         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
277         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
278         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
279         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
280         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
281         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
282         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
283         * platform/chromium-linux/fast/text/atsui-pointtooffset-calls-cg-expected.png: Added.
284         * platform/chromium-linux/fast/text/atsui-rtl-override-selection-expected.png: Added.
285         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Added.
286         * 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.
287         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
288         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
289         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
290         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
291         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
292         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
293         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
294         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
295         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
296         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
297         * 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.
298         * platform/chromium-mac-lion/fast/repaint/line-flow-with-floats-in-regions-expected.png:
299         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png:
300         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
301         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
302         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
303         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
304         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
305         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
306         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
307         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png:
308         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png:
309         * platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
310         * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
311         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
312         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
313         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
314         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
315         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
316         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
317         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png:
318         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png:
319         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
320         * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
321         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
322         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
323         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
324         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
325         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
326         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
327         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
328         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
329         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
330         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
331         * platform/chromium-win-xp/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
332         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
333         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
334         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
335         * platform/chromium-win-xp/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
336         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
337         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
338         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
339         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
340         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
341         * platform/chromium-win/fast/images/imagemap-circle-focus-ring-expected.png: Added.
342         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
343         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
344         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
345         * platform/chromium-win/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
346         * platform/chromium-win/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
347         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Added.
348         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
349         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
350         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
351         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
352         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
353         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
354         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
355         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
356         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
357         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
358         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
359         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
360         * platform/chromium-win/svg/batik/text/textLayout-expected.png:
361         * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
362         * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
363         * platform/chromium/TestExpectations:
364         * platform/chromium/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
365         * platform/chromium/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
366         * 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.
367         * platform/efl-wk1/fast/css/font-smoothing-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-smoothing-expected.png.
368         * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/efl/fast/history/visited-link-background-color-expected.png.
369         * platform/efl-wk1/fast/images/imagemap-circle-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-circle-focus-ring-expected.png.
370         * 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.
371         * 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.
372         * 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.
373         * platform/efl-wk1/fast/images/imagemap-polygon-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png.
374         * platform/efl-wk1/fast/text/atsui-pointtooffset-calls-cg-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png.
375         * platform/efl-wk1/fast/text/atsui-rtl-override-selection-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-rtl-override-selection-expected.png.
376         * 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.
377         * 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.
378         * 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.
379         * platform/efl-wk1/svg/batik/filters/filterRegions-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/filters/filterRegions-expected.png.
380         * platform/efl-wk1/svg/batik/text/smallFonts-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/smallFonts-expected.png.
381         * platform/efl-wk1/svg/batik/text/textDecoration-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textDecoration-expected.png.
382         * platform/efl-wk1/svg/batik/text/textEffect-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect-expected.png.
383         * platform/efl-wk1/svg/batik/text/textEffect2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect2-expected.png.
384         * platform/efl-wk1/svg/batik/text/textFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textFeatures-expected.png.
385         * platform/efl-wk1/svg/batik/text/textLayout-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout-expected.png.
386         * platform/efl-wk1/svg/batik/text/textLayout2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout2-expected.png.
387         * platform/efl-wk1/svg/batik/text/textProperties2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textProperties2-expected.png.
388         * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
389
390 2012-11-22  Dirk Schulze  <krit@webkit.org>
391
392         -webkit-mask shorthand switches -webkit-mask-clip and -webkit-mask-origin values
393         https://bugs.webkit.org/show_bug.cgi?id=103083
394
395         Reviewed by Antti Koivisto.
396
397         Add parser tests for -webkit-mask property.
398
399         * fast/masking/parsing-mask-expected.txt: Added.
400         * fast/masking/parsing-mask.html: Added.
401
402 2012-11-22  John Mellor  <johnme@chromium.org>
403
404         Text Autosizing: Improve handling of nested comments on reddit.com
405         https://bugs.webkit.org/show_bug.cgi?id=102409
406
407         Reviewed by Kenneth Rohde Christiansen.
408
409         Added test to confirm that overflow:hidden no longer triggers a cluster.
410
411         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: Added.
412         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: Added.
413
414 2012-11-22  Stephen Chenney  <schenney@chromium.org>
415
416         Test expectations update after enabling Skia changes.
417
418         Unreviewed expectations update.
419
420         Final rebaselines. These tests did not get correctly rebased the first time through.
421
422         * fast/replaced/border-radius-clip-expected.png: Added.
423         * fast/text/line-initial-and-final-swashes-expected.txt: Added.
424         * platform/chromium-linux-x86/fast/replaced/border-radius-clip-expected.txt: Added.
425         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
426         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.txt: Added.
427         * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png:
428         * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
429         * platform/chromium-mac-lion/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
430         * platform/chromium-mac-lion/fast/css/color-correction-expected.txt: Added.
431         * platform/chromium-mac-lion/fast/css/color-correction-on-background-image-expected.txt: Added.
432         * platform/chromium-mac-lion/fast/css/color-correction-on-backgrounds-expected.txt: Added.
433         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png: Added.
434         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.txt: Added.
435         * platform/chromium-mac-lion/fast/css/color-correction-on-text-expected.txt: Added.
436         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png: Added.
437         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.txt: Added.
438         * platform/chromium-mac-lion/fast/css/color-correction-untagged-images-expected.txt: Added.
439         * platform/chromium-mac-lion/fast/css/font-smoothing-expected.txt: Added.
440         * platform/chromium-mac-lion/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
441         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
442         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
443         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
444         * platform/chromium-mac-lion/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
445         * platform/chromium-mac-lion/fast/images/object-image-expected.png: Added.
446         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.png: Added.
447         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.txt: Added.
448         * platform/chromium-mac-lion/fast/repaint/overflow-outline-repaint-expected.txt: Added.
449         * platform/chromium-mac-lion/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
450         * platform/chromium-mac-lion/fast/text/atsui-rtl-override-selection-expected.txt: Added.
451         * platform/chromium-mac-lion/fast/text/font-initial-expected.png: Added.
452         * platform/chromium-mac-lion/fast/text/font-initial-expected.txt: Added.
453         * platform/chromium-mac-lion/fast/text/line-initial-and-final-swashes-expected.png: Added.
454         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
455         * platform/chromium-mac-snowleopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
456         * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.txt: Added.
457         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-background-image-expected.txt: Added.
458         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.txt: Added.
459         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
460         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.txt: Added.
461         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-expected.txt: Added.
462         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
463         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.txt: Added.
464         * platform/chromium-mac-snowleopard/fast/css/color-correction-untagged-images-expected.txt: Added.
465         * platform/chromium-mac-snowleopard/fast/css/font-smoothing-expected.txt: Added.
466         * platform/chromium-mac-snowleopard/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
467         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
468         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
469         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
470         * platform/chromium-mac-snowleopard/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
471         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.png: Added.
472         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.txt: Added.
473         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.txt: Added.
474         * platform/chromium-mac-snowleopard/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
475         * platform/chromium-mac-snowleopard/fast/text/atsui-rtl-override-selection-expected.txt: Added.
476         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.png: Added.
477         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.txt: Added.
478         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
479         * platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
480         * platform/chromium-mac/fast/css/color-correction-expected.txt: Added.
481         * platform/chromium-mac/fast/css/color-correction-on-background-image-expected.txt: Added.
482         * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
483         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
484         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
485         * platform/chromium-mac/fast/css/color-correction-on-text-expected.txt: Added.
486         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
487         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
488         * platform/chromium-mac/fast/css/color-correction-untagged-images-expected.txt: Added.
489         * platform/chromium-mac/fast/css/font-smoothing-expected.txt: Added.
490         * platform/chromium-mac/fast/history/visited-link-background-color-expected.png: Added.
491         * platform/chromium-mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
492         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
493         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
494         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
495         * platform/chromium-mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
496         * platform/chromium-mac/fast/images/object-image-expected.png: Added.
497         * platform/chromium-mac/fast/repaint/body-background-image-expected.png: Added.
498         * platform/chromium-mac/fast/repaint/body-background-image-expected.txt: Added.
499         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.txt: Added.
500         * platform/chromium-mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
501         * platform/chromium-mac/fast/text/atsui-rtl-override-selection-expected.txt: Added.
502         * platform/chromium-mac/fast/text/font-initial-expected.png: Added.
503         * platform/chromium-mac/fast/text/font-initial-expected.txt: Added.
504         * platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
505         * platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
506         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
507         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
508         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
509         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
510         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
511         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
512         * platform/chromium-win-xp/fast/replaced/border-radius-clip-expected.txt: Added.
513         * platform/chromium-win/fast/block/basic/fieldset-stretch-to-legend-expected.png:
514         * platform/chromium-win/fast/css/color-correction-expected.png: Added.
515         * platform/chromium-win/fast/css/color-correction-on-background-image-expected.png: Added.
516         * platform/chromium-win/fast/css/color-correction-on-backgrounds-expected.png: Added.
517         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png: Added.
518         * platform/chromium-win/fast/css/color-correction-on-text-expected.png: Added.
519         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png: Added.
520         * platform/chromium-win/fast/css/color-correction-untagged-images-expected.png: Added.
521         * platform/chromium-win/fast/css/font-smoothing-expected.png:
522         * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Added.
523         * platform/chromium-win/fast/images/object-image-expected.png: Added.
524         * platform/chromium-win/fast/repaint/body-background-image-expected.png: Added.
525         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
526         * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
527         * platform/chromium-win/fast/text/atsui-pointtooffset-calls-cg-expected.png:
528         * platform/chromium-win/fast/text/atsui-rtl-override-selection-expected.png:
529         * platform/chromium-win/fast/text/font-initial-expected.png: Added.
530         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
531         * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
532         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
533         * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
534         * platform/chromium/fast/css/color-correction-expected.png: Removed.
535         * platform/chromium/fast/css/color-correction-on-background-image-expected.png: Removed.
536         * platform/chromium/fast/css/color-correction-on-backgrounds-expected.png: Removed.
537         * platform/chromium/fast/css/color-correction-on-box-shadow-expected.png: Removed.
538         * platform/chromium/fast/css/color-correction-on-text-expected.png: Removed.
539         * platform/chromium/fast/css/color-correction-on-text-shadow-expected.png: Removed.
540         * platform/chromium/fast/css/color-correction-untagged-images-expected.png: Removed.
541         * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
542         * platform/chromium/fast/images/imagemap-circle-focus-ring-expected.png: Removed.
543         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-expected.png: Removed.
544         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Removed.
545         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Removed.
546         * platform/chromium/fast/images/imagemap-polygon-focus-ring-expected.png: Removed.
547         * platform/chromium/fast/images/object-image-expected.png: Removed.
548         * platform/chromium/fast/repaint/body-background-image-expected.png: Removed.
549         * platform/chromium/fast/replaced/border-radius-clip-expected.png: Removed.
550         * platform/chromium/fast/text/font-initial-expected.png: Removed.
551         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Removed.
552         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
553         * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
554         * platform/mac/fast/replaced/border-radius-clip-expected.png: Removed.
555         * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
556
557 2012-11-22  Pravin D  <pravind.2k4@gmail.com>
558
559         max-height property not respected in case of tables
560         https://bugs.webkit.org/show_bug.cgi?id=98633
561
562         Reviewed by Julien Chaffraix.
563
564         * fast/table/css-table-max-height-expected.txt: Added.
565         * fast/table/css-table-max-height.html: Added.
566
567 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
568
569         Unreviewed gardening: Updated test expectations for MountainLion crash in
570         media/video-preload.html.
571         https://bugs.webkit.org/show_bug.cgi?id=103093
572
573         * platform/chromium/TestExpectations:
574
575 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
576
577         [Chromium] Unreviwed gardening. Updated test expectations for failure
578         in complex-joining-using-gpos.html
579         https://bugs.webkit.org/show_bug.cgi?id=101377
580
581         * platform/chromium/TestExpectations:
582
583 2012-11-22  Stephen White  <senorblanco@chromium.org>
584
585         [Chromium] Unreviewed gardening.  Remove a now-passing test from TestExpectations.
586
587         * platform/chromium/TestExpectations:
588
589 2012-11-22  Stephen Chenney  <schenney@chromium.org>
590
591         Test expectations update after enabling Skia changes.
592
593         Unreviewed expectations update.
594
595         All the SVG tests. We should now be done.
596
597         * To many files to list.
598
599 2012-11-22  Stephen White  <senorblanco@chromium.org>
600
601         [Chromium] Unreviewed gardening.  New baselines for test effect-reference-ordering-hw.
602
603         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Added.
604         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.
605         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
606         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png: Added.
607         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
608
609 2012-11-22  Stephen Chenney  <schenney@chromium.org>
610
611         Test expectations update after enabling Skia changes.
612
613         Unreviewed expectations update.
614
615         Partial update, covering all but eh SVG tests.
616
617         * To many files to list.
618
619 2012-11-22  Stephen Chenney  <schenney@chromium.org>
620
621         [Chromium] Test expectations update after enabling Skia changes.
622
623         Unreviewed Chromium expectations update.
624
625         Partial update, covering all fast tests. Many more to come.
626
627         * To many files to list. Most of the pixel results in fast for Chromium.
628
629 2012-11-22  Pierre Rossi  <pierre.rossi@gmail.com>
630
631         [Qt] REGRESSION(r135515): It made 3-3 tests fail and crash
632         https://bugs.webkit.org/show_bug.cgi?id=103073
633
634         Rubber-stamped by Simon Hausmann.
635
636         Unskip the tests that had regressed.
637
638         * platform/qt/TestExpectations:
639
640 2012-11-22  Stephen Chenney  <schenney@chromium.org>
641
642         [Chromium] Test expectations update after enabling Skia changes.
643
644         Unreviewed Chromium expectations update.
645
646         Partial update, covering all editing tests. Many more to come.
647
648         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
649         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
650         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
651         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
652         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
653         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
654         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
655         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
656         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
657         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
658         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
659         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
660         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
661         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
662         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
663         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
664         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
665         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
666         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
667         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
668         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
669         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
670         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
671         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
672         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
673         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
674         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
675         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
676         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
677         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
678         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
679         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
680         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
681         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
682         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
683         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
684         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
685         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
686         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
687         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
688         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
689         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
690         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
691         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
692         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
693         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
694         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
695         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
696         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
697         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
698         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
699         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
700         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
701         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
702         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
703         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
704         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
705         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
706         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
707         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
708         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
709         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
710         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
711         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
712         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
713         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
714         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
715         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
716         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
717         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
718         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
719         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
720         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
721         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
722         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
723         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
724         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
725         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
726         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
727         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
728         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
729         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
730         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
731         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
732         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
733         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
734         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
735         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
736         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
737         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
738         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
739         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
740         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
741         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
742         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
743         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
744         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
745         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
746         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
747         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
748         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
749         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
750         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
751         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
752         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
753         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
754         * platform/chromium-mac-lion/editing/execCommand/5142012-2-expected.png:
755         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
756         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
757         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
758         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
759         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
760         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
761         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
762         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
763         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
764         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
765         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
766         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
767         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
768         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
769         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
770         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
771         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
772         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
773         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
774         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
775         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
776         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
777         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
778         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
779         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
780         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
781         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
782         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
783         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
784         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
785         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
786         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
787         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
788         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
789         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
790         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
791         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
792         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
793         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
794         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
795         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
796         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
797         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
798         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
799         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
800         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
801         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
802         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
803         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
804         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
805         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
806         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
807         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
808         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
809         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
810         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
811         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
812         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
813         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
814         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
815         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
816         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
817         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
818         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
819         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
820         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
821         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
822         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
823         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
824         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
825         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
826         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
827         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
828         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
829         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
830         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
831         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
832         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
833         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
834         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
835         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
836         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
837         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
838         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
839         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
840         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
841         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
842         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
843         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
844         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
845         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
846         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
847         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
848         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
849         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
850         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
851         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
852         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
853         * platform/chromium-mac-lion/editing/inserting/typing-at-end-of-line-expected.png:
854         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
855         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
856         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
857         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
858         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
859         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
860         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
861         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
862         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
863         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
864         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
865         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
866         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
867         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
868         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
869         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
870         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
871         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
872         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
873         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
874         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
875         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
876         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
877         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
878         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
879         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
880         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
881         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
882         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
883         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
884         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
885         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
886         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
887         * platform/chromium-mac-lion/editing/pasteboard/innerText-inline-table-expected.png:
888         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
889         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
890         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
891         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
892         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
893         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
894         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
895         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
896         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
897         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
898         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
899         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
900         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
901         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
902         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
903         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
904         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
905         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
906         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
907         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
908         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
909         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
910         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
911         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
912         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
913         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
914         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
915         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
916         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
917         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
918         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
919         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
920         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
921         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
922         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
923         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
924         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
925         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
926         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
927         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
928         * platform/chromium-mac-lion/editing/selection/4402375-expected.png:
929         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
930         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
931         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
932         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
933         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
934         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
935         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
936         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
937         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
938         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
939         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
940         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
941         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
942         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
943         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
944         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
945         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
946         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
947         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
948         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
949         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
950         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
951         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
952         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
953         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
954         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
955         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
956         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
957         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
958         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
959         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
960         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
961         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
962         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
963         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
964         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
965         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
966         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
967         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
968         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
969         * platform/chromium-mac-lion/editing/selection/drag-to-contenteditable-iframe-expected.png:
970         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
971         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
972         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
973         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
974         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
975         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
976         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
977         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
978         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
979         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
980         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
981         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
982         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
983         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-backward-expected.png:
984         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-forward-expected.png:
985         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
986         * platform/chromium-mac-lion/editing/selection/fake-doubleclick-expected.png:
987         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
988         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
989         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
990         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
991         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
992         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
993         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
994         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
995         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
996         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
997         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
998         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
999         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
1000         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
1001         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
1002         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
1003         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
1004         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
1005         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
1006         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
1007         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
1008         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
1009         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
1010         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
1011         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
1012         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
1013         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
1014         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
1015         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
1016         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-1-expected.png:
1017         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-2-expected.png:
1018         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-3-expected.png:
1019         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-4-expected.png:
1020         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-5-expected.png:
1021         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
1022         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
1023         * platform/chromium-mac-lion/editing/selection/select-all-iframe-expected.png:
1024         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
1025         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
1026         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
1027         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
1028         * platform/chromium-mac-lion/editing/selection/selectNode-expected.png:
1029         * platform/chromium-mac-lion/editing/selection/selectNodeContents-expected.png:
1030         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
1031         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
1032         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
1033         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
1034         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
1035         * platform/chromium-mac-lion/editing/selection/transformed-selection-rects-expected.png:
1036         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
1037         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
1038         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
1039         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
1040         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
1041         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
1042         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
1043         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
1044         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
1045         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
1046         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
1047         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
1048         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
1049         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
1050         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
1051         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
1052         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
1053         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
1054         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
1055         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
1056         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
1057         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
1058         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
1059         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
1060         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
1061         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
1062         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
1063         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
1064         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
1065         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
1066         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
1067         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
1068         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
1069         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
1070         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
1071         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
1072         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
1073         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
1074         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
1075         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
1076         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
1077         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
1078         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
1079         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
1080         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
1081         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
1082         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
1083         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
1084         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
1085         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
1086         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
1087         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
1088         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
1089         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
1090         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
1091         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
1092         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
1093         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
1094         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
1095         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
1096         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
1097         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
1098         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
1099         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
1100         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
1101         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
1102         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
1103         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
1104         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
1105         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
1106         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
1107         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
1108         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
1109         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
1110         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
1111         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
1112         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
1113         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
1114         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
1115         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
1116         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
1117         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
1118         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
1119         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
1120         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
1121         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
1122         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
1123         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
1124         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
1125         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
1126         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
1127         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
1128         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
1129         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
1130         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
1131         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
1132         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
1133         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
1134         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
1135         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
1136         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
1137         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
1138         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
1139         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
1140         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png:
1141         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
1142         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
1143         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
1144         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
1145         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
1146         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
1147         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
1148         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
1149         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
1150         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
1151         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
1152         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
1153         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
1154         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
1155         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1156         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
1157         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1158         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
1159         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
1160         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
1161         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
1162         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
1163         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
1164         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
1165         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
1166         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
1167         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
1168         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
1169         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
1170         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
1171         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
1172         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
1173         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
1174         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
1175         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
1176         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
1177         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
1178         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
1179         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
1180         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
1181         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
1182         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
1183         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
1184         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
1185         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
1186         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
1187         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
1188         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
1189         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
1190         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
1191         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
1192         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
1193         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
1194         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
1195         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
1196         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
1197         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
1198         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
1199         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
1200         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
1201         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
1202         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
1203         * platform/chromium-mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png:
1204         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
1205         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
1206         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
1207         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
1208         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
1209         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
1210         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
1211         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
1212         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
1213         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
1214         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
1215         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
1216         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
1217         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
1218         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
1219         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
1220         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
1221         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
1222         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
1223         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
1224         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
1225         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
1226         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
1227         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
1228         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
1229         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
1230         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
1231         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
1232         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
1233         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
1234         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
1235         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
1236         * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
1237         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
1238         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
1239         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
1240         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
1241         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
1242         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
1243         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
1244         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
1245         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
1246         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
1247         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
1248         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
1249         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
1250         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
1251         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
1252         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
1253         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
1254         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
1255         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
1256         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
1257         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
1258         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
1259         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
1260         * platform/chromium-mac-snowleopard/editing/selection/4402375-expected.png:
1261         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
1262         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
1263         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
1264         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
1265         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
1266         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
1267         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
1268         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
1269         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
1270         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
1271         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
1272         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
1273         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
1274         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
1275         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
1276         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
1277         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
1278         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
1279         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
1280         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
1281         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
1282         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
1283         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
1284         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
1285         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
1286         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
1287         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
1288         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
1289         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
1290         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
1291         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
1292         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
1293         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
1294         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
1295         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
1296         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
1297         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
1298         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
1299         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
1300         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
1301         * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png:
1302         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
1303         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
1304         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
1305         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
1306         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
1307         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
1308         * platform/chromium-mac-snowleopard/editing/selection/fake-doubleclick-expected.png:
1309         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
1310         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
1311         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
1312         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
1313         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
1314         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
1315         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
1316         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
1317         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
1318         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
1319         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
1320         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
1321         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
1322         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
1323         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
1324         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
1325         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
1326         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
1327         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
1328         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
1329         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
1330         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
1331         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
1332         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
1333         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
1334         * platform/chromium-mac-snowleopard/editing/selection/select-all-iframe-expected.png:
1335         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
1336         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
1337         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
1338         * platform/chromium-mac-snowleopard/editing/selection/selectNode-expected.png:
1339         * platform/chromium-mac-snowleopard/editing/selection/selectNodeContents-expected.png:
1340         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
1341         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
1342         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
1343         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
1344         * platform/chromium-mac-snowleopard/editing/selection/transformed-selection-rects-expected.png:
1345         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
1346         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
1347         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
1348         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
1349         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
1350         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
1351         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
1352         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
1353         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
1354         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
1355         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
1356         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
1357         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
1358         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
1359         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
1360         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
1361         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
1362         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
1363         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
1364         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
1365         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
1366         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
1367         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
1368         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
1369         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
1370         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
1371         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
1372         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
1373         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
1374         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
1375         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
1376         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
1377         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
1378         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
1379         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
1380         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
1381         * platform/chromium-mac/editing/deleting/4922367-expected.png:
1382         * platform/chromium-mac/editing/deleting/5099303-expected.png:
1383         * platform/chromium-mac/editing/deleting/5126166-expected.png:
1384         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
1385         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
1386         * platform/chromium-mac/editing/deleting/5272440-expected.png:
1387         * platform/chromium-mac/editing/deleting/5369009-expected.png:
1388         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
1389         * platform/chromium-mac/editing/deleting/5483370-expected.png:
1390         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
1391         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
1392         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
1393         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
1394         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
1395         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
1396         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
1397         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
1398         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
1399         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
1400         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
1401         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
1402         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
1403         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
1404         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
1405         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
1406         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
1407         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
1408         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
1409         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
1410         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
1411         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
1412         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
1413         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
1414         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
1415         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
1416         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
1417         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
1418         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
1419         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
1420         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
1421         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
1422         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
1423         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
1424         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
1425         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
1426         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
1427         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
1428         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
1429         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
1430         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
1431         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
1432         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
1433         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
1434         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
1435         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
1436         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
1437         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
1438         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
1439         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
1440         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
1441         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
1442         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
1443         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
1444         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
1445         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
1446         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
1447         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
1448         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
1449         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
1450         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
1451         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
1452         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
1453         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
1454         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
1455         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
1456         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
1457         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
1458         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
1459         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
1460         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
1461         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
1462         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
1463         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
1464         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
1465         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
1466         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
1467         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
1468         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
1469         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
1470         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
1471         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
1472         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
1473         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
1474         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
1475         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
1476         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
1477         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
1478         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
1479         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
1480         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
1481         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
1482         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
1483         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
1484         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
1485         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
1486         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
1487         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
1488         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
1489         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
1490         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
1491         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
1492         * platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
1493         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
1494         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
1495         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
1496         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
1497         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
1498         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
1499         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
1500         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
1501         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
1502         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
1503         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
1504         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
1505         * platform/chromium-mac/editing/execCommand/print-expected.png:
1506         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
1507         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
1508         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
1509         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1510         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
1511         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1512         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
1513         * platform/chromium-mac/editing/inserting/12882-expected.png:
1514         * platform/chromium-mac/editing/inserting/4278698-expected.png:
1515         * platform/chromium-mac/editing/inserting/4840662-expected.png:
1516         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
1517         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
1518         * platform/chromium-mac/editing/inserting/4959067-expected.png:
1519         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
1520         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
1521         * platform/chromium-mac/editing/inserting/5002441-expected.png:
1522         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
1523         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
1524         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
1525         * platform/chromium-mac/editing/inserting/5418891-expected.png:
1526         * platform/chromium-mac/editing/inserting/5510537-expected.png:
1527         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
1528         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
1529         * platform/chromium-mac/editing/inserting/6703873-expected.png:
1530         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
1531         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
1532         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
1533         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
1534         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
1535         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
1536         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
1537         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
1538         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
1539         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
1540         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
1541         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
1542         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
1543         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
1544         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
1545         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
1546         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
1547         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
1548         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
1549         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
1550         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
1551         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
1552         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
1553         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
1554         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
1555         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
1556         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
1557         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
1558         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
1559         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
1560         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
1561         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
1562         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
1563         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
1564         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
1565         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
1566         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
1567         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
1568         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
1569         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
1570         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
1571         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
1572         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
1573         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
1574         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
1575         * platform/chromium-mac/editing/inserting/line-break-expected.png:
1576         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
1577         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
1578         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
1579         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
1580         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
1581         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
1582         * platform/chromium-mac/editing/inserting/redo-expected.png:
1583         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
1584         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
1585         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
1586         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
1587         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
1588         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
1589         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
1590         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
1591         * platform/chromium-mac/editing/inserting/typing-at-end-of-line-expected.png:
1592         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
1593         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
1594         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
1595         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
1596         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
1597         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
1598         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
1599         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
1600         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
1601         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
1602         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
1603         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
1604         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
1605         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
1606         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
1607         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
1608         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
1609         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
1610         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
1611         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
1612         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
1613         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
1614         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
1615         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
1616         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
1617         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
1618         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
1619         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
1620         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
1621         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
1622         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
1623         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
1624         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
1625         * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
1626         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
1627         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
1628         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
1629         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
1630         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
1631         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
1632         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
1633         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
1634         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
1635         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
1636         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
1637         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
1638         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
1639         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
1640         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
1641         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
1642         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
1643         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
1644         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
1645         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
1646         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
1647         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
1648         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
1649         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
1650         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
1651         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
1652         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
1653         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
1654         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
1655         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
1656         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
1657         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
1658         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
1659         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
1660         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
1661         * platform/chromium-mac/editing/selection/13804-expected.png:
1662         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
1663         * platform/chromium-mac/editing/selection/3690703-expected.png:
1664         * platform/chromium-mac/editing/selection/3690719-expected.png:
1665         * platform/chromium-mac/editing/selection/4397952-expected.png:
1666         * platform/chromium-mac/editing/selection/4402375-expected.png:
1667         * platform/chromium-mac/editing/selection/4818145-expected.png:
1668         * platform/chromium-mac/editing/selection/4866671-expected.png:
1669         * platform/chromium-mac/editing/selection/4889598-expected.png:
1670         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
1671         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
1672         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
1673         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
1674         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
1675         * platform/chromium-mac/editing/selection/4947387-expected.png:
1676         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
1677         * platform/chromium-mac/editing/selection/5007143-expected.png:
1678         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
1679         * platform/chromium-mac/editing/selection/5057506-expected.png:
1680         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
1681         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
1682         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
1683         * platform/chromium-mac/editing/selection/5099303-expected.png:
1684         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
1685         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
1686         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
1687         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
1688         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
1689         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
1690         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
1691         * platform/chromium-mac/editing/selection/5240265-expected.png:
1692         * platform/chromium-mac/editing/selection/6476-expected.png:
1693         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
1694         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
1695         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
1696         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
1697         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
1698         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
1699         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
1700         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
1701         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
1702         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
1703         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
1704         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
1705         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
1706         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
1707         * platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png:
1708         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
1709         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
1710         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
1711         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
1712         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
1713         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
1714         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
1715         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
1716         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
1717         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
1718         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
1719         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
1720         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
1721         * platform/chromium-mac/editing/selection/extend-inside-transforms-backward-expected.png:
1722         * platform/chromium-mac/editing/selection/extend-inside-transforms-forward-expected.png:
1723         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
1724         * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
1725         * platform/chromium-mac/editing/selection/iframe-expected.png:
1726         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
1727         * platform/chromium-mac/editing/selection/inline-table-expected.png:
1728         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
1729         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
1730         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
1731         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
1732         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
1733         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
1734         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
1735         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
1736         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
1737         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
1738         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
1739         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
1740         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
1741         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
1742         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
1743         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
1744         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
1745         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
1746         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
1747         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
1748         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
1749         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
1750         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
1751         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
1752         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
1753         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
1754         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
1755         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
1756         * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
1757         * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
1758         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
1759         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
1760         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
1761         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
1762         * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
1763         * platform/chromium-mac/editing/selection/select-box-expected.png:
1764         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
1765         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
1766         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
1767         * platform/chromium-mac/editing/selection/selectNode-expected.png:
1768         * platform/chromium-mac/editing/selection/selectNodeContents-expected.png:
1769         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
1770         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
1771         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
1772         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
1773         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
1774         * platform/chromium-mac/editing/selection/transformed-selection-rects-expected.png:
1775         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
1776         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
1777         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
1778         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
1779         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
1780         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
1781         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
1782         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
1783         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
1784         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
1785         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
1786         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
1787         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
1788         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
1789         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
1790         * platform/chromium-mac/editing/spelling/spelling-expected.png:
1791         * platform/chromium-mac/editing/style/4916887-expected.png:
1792         * platform/chromium-mac/editing/style/5017613-1-expected.png:
1793         * platform/chromium-mac/editing/style/5017613-2-expected.png:
1794         * platform/chromium-mac/editing/style/5046875-1-expected.png:
1795         * platform/chromium-mac/editing/style/5046875-2-expected.png:
1796         * platform/chromium-mac/editing/style/5065910-expected.png:
1797         * platform/chromium-mac/editing/style/5084241-expected.png:
1798         * platform/chromium-mac/editing/style/5228141-expected.png:
1799         * platform/chromium-mac/editing/style/5279521-expected.png:
1800         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
1801         * platform/chromium-mac/editing/style/highlight-expected.png:
1802         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
1803         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
1804         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
1805         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
1806         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
1807         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
1808         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
1809         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
1810         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
1811         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
1812         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
1813         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
1814         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
1815         * platform/chromium-mac/editing/undo/4063751-expected.png:
1816         * platform/chromium-mac/editing/undo/5378473-expected.png:
1817         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
1818         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
1819         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
1820         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
1821         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
1822         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
1823         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
1824         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
1825         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
1826         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
1827         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
1828         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
1829         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
1830         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
1831         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
1832         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
1833         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
1834         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
1835         * platform/chromium-win/editing/deleting/delete-first-list-item-expected.png:
1836         * platform/chromium-win/editing/deleting/delete-listitem-002-expected.png:
1837         * platform/chromium-win/editing/deleting/list-item-1-expected.png:
1838         * platform/chromium-win/editing/execCommand/4641880-1-expected.png:
1839         * platform/chromium-win/editing/execCommand/4747450-expected.png:
1840         * platform/chromium-win/editing/execCommand/4916402-expected.png:
1841         * platform/chromium-win/editing/execCommand/5136770-expected.png:
1842         * platform/chromium-win/editing/execCommand/5142012-2-expected.png:
1843         * platform/chromium-win/editing/execCommand/5569741-expected.png:
1844         * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
1845         * platform/chromium-win/editing/execCommand/indent-list-item-expected.png:
1846         * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.png:
1847         * platform/chromium-win/editing/inserting/4875189-1-expected.png:
1848         * platform/chromium-win/editing/inserting/4959067-expected.png:
1849         * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
1850         * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
1851         * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
1852         * platform/chromium-win/editing/pasteboard/merge-start-list-expected.png:
1853         * platform/chromium-win/editing/selection/4402375-expected.png:
1854         * platform/chromium-win/editing/selection/4895428-2-expected.png:
1855         * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
1856         * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
1857         * platform/chromium-win/editing/selection/extend-inside-transforms-backward-expected.png:
1858         * platform/chromium-win/editing/selection/extend-inside-transforms-forward-expected.png:
1859         * platform/chromium-win/editing/selection/image-before-linebreak-expected.png:
1860         * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.png:
1861         * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.png:
1862         * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
1863         * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
1864         * platform/chromium-win/editing/selection/selectNode-expected.png:
1865         * platform/chromium-win/editing/selection/selectNodeContents-expected.png:
1866         * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
1867         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
1868         * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.png:
1869         * platform/chromium-win/editing/unsupported-content/list-type-after-expected.png:
1870         * platform/chromium-win/editing/unsupported-content/list-type-before-expected.png:
1871
1872 2012-11-22  Stephen Chenney  <schenney@chromium.org>
1873
1874         [Chromium] Test expectations update after enabling Skia changes.
1875
1876         Unreviewed Chromium expectations update.
1877
1878         Partial update, covering all css tests. Many more to come.
1879
1880         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png:
1881         * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png:
1882         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png:
1883         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
1884         * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png:
1885         * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png:
1886         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png:
1887         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png:
1888         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png:
1889         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png:
1890         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png:
1891         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png:
1892         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png:
1893         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png:
1894         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png:
1895         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png:
1896         * platform/chromium-mac-lion/css2.1/20110323/margin-applies-to-010-expected.png:
1897         * platform/chromium-mac-lion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
1898         * platform/chromium-mac-lion/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
1899         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
1900         * platform/chromium-mac-lion/css2.1/t050803-c14-classes-00-e-expected.png:
1901         * platform/chromium-mac-lion/css2.1/t0509-c15-ids-01-e-expected.png:
1902         * platform/chromium-mac-lion/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
1903         * platform/chromium-mac-lion/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
1904         * platform/chromium-mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
1905         * platform/chromium-mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
1906         * platform/chromium-mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
1907         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
1908         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
1909         * platform/chromium-mac-lion/css2.1/t1202-counter-04-b-expected.png:
1910         * platform/chromium-mac-lion/css2.1/t1202-counters-04-b-expected.png:
1911         * platform/chromium-mac-lion/css2.1/t1205-c563-list-type-00-b-expected.png:
1912         * platform/chromium-mac-lion/css2.1/t1205-c564-list-img-00-b-g-expected.png:
1913         * platform/chromium-mac-lion/css2.1/t1602-c546-txt-align-00-b-expected.png:
1914         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-1-expected.png:
1915         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-13-expected.png:
1916         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-15-expected.png:
1917         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-161-expected.png:
1918         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-19b-expected.png:
1919         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-22-expected.png:
1920         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-23-expected.png:
1921         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-24-expected.png:
1922         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28-expected.png:
1923         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28b-expected.png:
1924         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29-expected.png:
1925         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29b-expected.png:
1926         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-3a-expected.png:
1927         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-64-expected.png:
1928         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-68-expected.png:
1929         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-69-expected.png:
1930         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73-expected.png:
1931         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73b-expected.png:
1932         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74-expected.png:
1933         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74b-expected.png:
1934         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-1-expected.png:
1935         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-13-expected.png:
1936         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15-expected.png:
1937         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-161-expected.png:
1938         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
1939         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-22-expected.png:
1940         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-23-expected.png:
1941         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-24-expected.png:
1942         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28-expected.png:
1943         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
1944         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29-expected.png:
1945         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
1946         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3-expected.png:
1947         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
1948         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.png:
1949         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-68-expected.png:
1950         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-69-expected.png:
1951         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73-expected.png:
1952         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
1953         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74-expected.png:
1954         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
1955         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-1-expected.png:
1956         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-13-expected.png:
1957         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15-expected.png:
1958         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-161-expected.png:
1959         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.png:
1960         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-22-expected.png:
1961         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-23-expected.png:
1962         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-24-expected.png:
1963         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28-expected.png:
1964         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28b-expected.png:
1965         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29-expected.png:
1966         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29b-expected.png:
1967         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3-expected.png:
1968         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3a-expected.png:
1969         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-64-expected.png:
1970         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-68-expected.png:
1971         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-69-expected.png:
1972         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73-expected.png:
1973         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73b-expected.png:
1974         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74-expected.png:
1975         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74b-expected.png:
1976         * platform/chromium-mac-lion/css3/unicode-bidi-isolate-basic-expected.png:
1977         * platform/chromium-mac-snowleopard/css1/box_properties/border_left-expected.png:
1978         * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
1979         * platform/chromium-mac-snowleopard/css1/box_properties/border_top-expected.png:
1980         * platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png:
1981         * platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png:
1982         * platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png:
1983         * platform/chromium-mac-snowleopard/css1/box_properties/margin_left-expected.png:
1984         * platform/chromium-mac-snowleopard/css1/box_properties/margin_right-expected.png:
1985         * platform/chromium-mac-snowleopard/css1/box_properties/padding_left-expected.png:
1986         * platform/chromium-mac-snowleopard/css1/box_properties/padding_right-expected.png:
1987         * platform/chromium-mac-snowleopard/css1/cascade/cascade_order-expected.png:
1988         * platform/chromium-mac-snowleopard/css1/classification/list_style_image-expected.png:
1989         * platform/chromium-mac-snowleopard/css1/classification/list_style_position-expected.png:
1990         * platform/chromium-mac-snowleopard/css1/classification/list_style_type-expected.png:
1991         * platform/chromium-mac-snowleopard/css1/pseudo/anchor-expected.png:
1992         * platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png:
1993         * platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png:
1994         * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
1995         * platform/chromium-mac-snowleopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
1996         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
1997         * platform/chromium-mac-snowleopard/css2.1/t050803-c14-classes-00-e-expected.png:
1998         * platform/chromium-mac-snowleopard/css2.1/t0509-c15-ids-01-e-expected.png:
1999         * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2000         * platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
2001         * platform/chromium-mac-snowleopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
2002         * platform/chromium-mac-snowleopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
2003         * platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
2004         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
2005         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
2006         * platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png:
2007         * platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png:
2008         * platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png:
2009         * platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png:
2010         * platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
2011         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-1-expected.png:
2012         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-13-expected.png:
2013         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-15-expected.png:
2014         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-161-expected.png:
2015         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
2016         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-22-expected.png:
2017         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28-expected.png:
2018         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28b-expected.png:
2019         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29-expected.png:
2020         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29b-expected.png:
2021         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-3a-expected.png:
2022         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
2023         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73-expected.png:
2024         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73b-expected.png:
2025         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74-expected.png:
2026         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74b-expected.png:
2027         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-1-expected.png:
2028         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-13-expected.png:
2029         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15-expected.png:
2030         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-161-expected.png:
2031         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
2032         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-22-expected.png:
2033         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28-expected.png:
2034         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
2035         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29-expected.png:
2036         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
2037         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3-expected.png:
2038         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
2039         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
2040         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73-expected.png:
2041         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
2042         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74-expected.png:
2043         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
2044         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png:
2045         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png:
2046         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png:
2047         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png:
2048         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
2049         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png:
2050         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png:
2051         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png:
2052         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png:
2053         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png:
2054         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png:
2055         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png:
2056         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
2057         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png:
2058         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png:
2059         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png:
2060         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png:
2061         * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
2062         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
2063         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
2064         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
2065         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
2066         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
2067         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
2068         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
2069         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
2070         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
2071         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
2072         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
2073         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
2074         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
2075         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
2076         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
2077         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
2078         * platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
2079         * platform/chromium-mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
2080         * platform/chromium-mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
2081         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
2082         * platform/chromium-mac/css2.1/t050803-c14-classes-00-e-expected.png:
2083         * platform/chromium-mac/css2.1/t0509-c15-ids-01-e-expected.png:
2084         * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2085         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
2086         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
2087         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
2088         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
2089         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
2090         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
2091         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
2092         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
2093         * platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
2094         * platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
2095         * platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
2096         * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png:
2097         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
2098         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
2099         * platform/chromium-mac/css3/filters/filter-with-transform-expected.png:
2100         * platform/chromium-mac/css3/filters/nested-filter-expected.png:
2101         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
2102         * platform/chromium-mac/css3/masking/clip-path-circle-expected.png:
2103         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
2104         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
2105         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png:
2106         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
2107         * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png:
2108         * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png:
2109         * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png:
2110         * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png:
2111         * platform/chromium-mac/css3/selectors3/html/css3-modsel-1-expected.png:
2112         * platform/chromium-mac/css3/selectors3/html/css3-modsel-13-expected.png:
2113         * platform/chromium-mac/css3/selectors3/html/css3-modsel-15-expected.png:
2114         * platform/chromium-mac/css3/selectors3/html/css3-modsel-161-expected.png:
2115         * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
2116         * platform/chromium-mac/css3/selectors3/html/css3-modsel-22-expected.png:
2117         * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
2118         * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
2119         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28-expected.png:
2120         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28b-expected.png:
2121         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29-expected.png:
2122         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29b-expected.png:
2123         * platform/chromium-mac/css3/selectors3/html/css3-modsel-3a-expected.png:
2124         * platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
2125         * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
2126         * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
2127         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73-expected.png:
2128         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73b-expected.png:
2129         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74-expected.png:
2130         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74b-expected.png:
2131         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-1-expected.png:
2132         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-13-expected.png:
2133         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15-expected.png:
2134         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
2135         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
2136         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-22-expected.png:
2137         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
2138         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
2139         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28-expected.png:
2140         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
2141         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29-expected.png:
2142         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
2143         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3-expected.png:
2144         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
2145         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
2146         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
2147         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
2148         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73-expected.png:
2149         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
2150         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74-expected.png:
2151         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
2152         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-1-expected.png:
2153         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-13-expected.png:
2154         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15-expected.png:
2155         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-161-expected.png:
2156         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
2157         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-22-expected.png:
2158         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
2159         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
2160         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28-expected.png:
2161         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28b-expected.png:
2162         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29-expected.png:
2163         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29b-expected.png:
2164         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3-expected.png:
2165         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3a-expected.png:
2166         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
2167         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
2168         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
2169         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73-expected.png:
2170         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73b-expected.png:
2171         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74-expected.png:
2172         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74b-expected.png:
2173         * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
2174         * platform/chromium-win-xp/css1/cascade: Removed.
2175         * platform/chromium-win-xp/css1/classification: Removed.
2176         * platform/chromium-win-xp/css1/pseudo: Removed.
2177         * platform/chromium-win-xp/css3/selectors3/html: Removed.
2178         * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
2179         * platform/chromium-win-xp/css3/selectors3/xhtml: Removed.
2180         * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
2181         * platform/chromium-win-xp/css3/selectors3/xml: Removed.
2182         * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
2183         * platform/chromium-win/css1/box_properties/border_left-expected.png:
2184         * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
2185         * platform/chromium-win/css1/box_properties/border_top-expected.png:
2186         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
2187         * platform/chromium-win/css1/box_properties/margin_left-expected.png:
2188         * platform/chromium-win/css1/box_properties/margin_right-expected.png:
2189         * platform/chromium-win/css1/box_properties/padding_left-expected.png:
2190         * platform/chromium-win/css1/box_properties/padding_right-expected.png:
2191         * platform/chromium-win/css1/cascade/cascade_order-expected.png:
2192         * platform/chromium-win/css1/classification/list_style_image-expected.png:
2193         * platform/chromium-win/css1/classification/list_style_position-expected.png:
2194         * platform/chromium-win/css1/classification/list_style_type-expected.png:
2195         * platform/chromium-win/css1/pseudo/anchor-expected.png:
2196         * platform/chromium-win/css2.1/20110323/margin-applies-to-010-expected.png:
2197         * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
2198         * platform/chromium-win/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
2199         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
2200         * platform/chromium-win/css2.1/t050803-c14-classes-00-e-expected.png:
2201         * platform/chromium-win/css2.1/t0509-c15-ids-01-e-expected.png:
2202         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2203         * platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
2204         * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
2205         * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
2206         * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
2207         * platform/chromium-win/css2.1/t1205-c563-list-type-00-b-expected.png:
2208         * platform/chromium-win/css2.1/t1205-c564-list-img-00-b-g-expected.png:
2209         * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png:
2210         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
2211         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png:
2212         * platform/chromium-win/css3/filters/filter-with-transform-expected.png:
2213         * platform/chromium-win/css3/filters/nested-filter-expected.png:
2214         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
2215         * platform/chromium-win/css3/masking/clip-path-circle-expected.png:
2216         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
2217         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
2218         * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png:
2219         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
2220         * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png:
2221         * platform/chromium-win/css3/masking/clip-path-polygon-expected.png:
2222         * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png:
2223         * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png:
2224         * platform/chromium-win/css3/selectors3/html/css3-modsel-1-expected.png:
2225         * platform/chromium-win/css3/selectors3/html/css3-modsel-13-expected.png:
2226         * platform/chromium-win/css3/selectors3/html/css3-modsel-15-expected.png:
2227         * platform/chromium-win/css3/selectors3/html/css3-modsel-22-expected.png:
2228         * platform/chromium-win/css3/selectors3/html/css3-modsel-28-expected.png:
2229         * platform/chromium-win/css3/selectors3/html/css3-modsel-28b-expected.png:
2230         * platform/chromium-win/css3/selectors3/html/css3-modsel-29-expected.png:
2231         * platform/chromium-win/css3/selectors3/html/css3-modsel-29b-expected.png:
2232         * platform/chromium-win/css3/selectors3/html/css3-modsel-3a-expected.png:
2233         * platform/chromium-win/css3/selectors3/html/css3-modsel-73-expected.png:
2234         * platform/chromium-win/css3/selectors3/html/css3-modsel-73b-expected.png:
2235         * platform/chromium-win/css3/selectors3/html/css3-modsel-74-expected.png:
2236         * platform/chromium-win/css3/selectors3/html/css3-modsel-74b-expected.png:
2237         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-1-expected.png:
2238         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-13-expected.png:
2239         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15-expected.png:
2240         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-22-expected.png:
2241         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28-expected.png:
2242         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
2243         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29-expected.png:
2244         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
2245         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3-expected.png:
2246         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
2247         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73-expected.png:
2248         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
2249         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74-expected.png:
2250         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
2251         * platform/chromium-win/css3/selectors3/xml/css3-modsel-1-expected.png:
2252         * platform/chromium-win/css3/selectors3/xml/css3-modsel-13-expected.png:
2253         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15-expected.png:
2254         * platform/chromium-win/css3/selectors3/xml/css3-modsel-22-expected.png:
2255         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28-expected.png:
2256         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28b-expected.png:
2257         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29-expected.png:
2258         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29b-expected.png:
2259         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3-expected.png:
2260         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3a-expected.png:
2261         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73-expected.png:
2262         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73b-expected.png:
2263         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74-expected.png:
2264         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74b-expected.png:
2265
2266 2012-11-22  Csaba Osztrogonác  <ossy@webkit.org>
2267
2268         [Qt] Unreviewed gardening, skip failing tests to paint the bots green.
2269
2270         * platform/qt-5.0-wk2/TestExpectations:
2271         * platform/qt/TestExpectations:
2272
2273 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2274
2275         [Chromium] Test expectations update after enabling Skia changes.
2276
2277         Unreviewed Chromium expectations update.
2278
2279         Partial update, many more to come.
2280
2281         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png:
2282         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
2283         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
2284         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
2285         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
2286         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png:
2287         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png:
2288         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png:
2289         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
2290         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png:
2291         * platform/chromium-mac-lion/css1/basic/containment-expected.png:
2292         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png:
2293         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png:
2294         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png:
2295         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
2296         * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
2297         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png:
2298         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png:
2299         * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png:
2300         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
2301         * platform/chromium-mac-snowleopard/css1/basic/class_as_selector-expected.png:
2302         * platform/chromium-mac-snowleopard/css1/basic/containment-expected.png:
2303         * platform/chromium-mac-snowleopard/css1/basic/contextual_selectors-expected.png:
2304         * platform/chromium-mac-snowleopard/css1/basic/id_as_selector-expected.png:
2305         * platform/chromium-mac-snowleopard/css1/box_properties/border_bottom-expected.png:
2306         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
2307         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
2308         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
2309         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
2310         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
2311         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
2312         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
2313         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
2314         * platform/chromium-mac/css1/basic/containment-expected.png:
2315         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
2316         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
2317         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
2318         * platform/chromium-win-xp/compositing/reflections: Removed.
2319         * platform/chromium-win-xp/css1/basic: Removed.
2320         * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png:
2321         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
2322         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
2323         * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png:
2324         * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png:
2325         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
2326         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
2327         * platform/chromium-win/css1/basic/class_as_selector-expected.png:
2328         * platform/chromium-win/css1/basic/containment-expected.png:
2329         * platform/chromium-win/css1/basic/contextual_selectors-expected.png:
2330         * platform/chromium-win/css1/basic/id_as_selector-expected.png:
2331         * platform/chromium-win/css1/box_properties/border_bottom-expected.png:
2332
2333 2012-11-22  Daniel Bates  <dbates@webkit.org>
2334
2335         JavaScript fails to concatenate large strings
2336         <https://bugs.webkit.org/show_bug.cgi?id=102963>
2337
2338         Remove Qt-specific results for test concat-large-strings-crash.html
2339         since they are identical to the platform-independent expected results
2340         as of changeset 135523, <http://trac.webkit.org/changeset/135523>.
2341
2342         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Removed.
2343
2344 2012-11-22  Daniel Bates  <dbates@webkit.org>
2345
2346         JavaScript fails to concatenate large strings
2347         <https://bugs.webkit.org/show_bug.cgi?id=102963>
2348
2349         Update test result.
2350
2351         * fast/js/concat-large-strings-crash-expected.txt:
2352
2353 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2354
2355         Chromium expectations fix.
2356
2357         Unreviewed removal of bad expectations.
2358
2359         * platform/chromium/svg/animations/animate-text-nested-transforms-expected.txt: Removed.
2360         * platform/chromium/svg/custom/getscreenctm-in-mixed-content2-expected.txt: Removed.
2361         * platform/chromium/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
2362
2363 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2364
2365         [Chromium] Test expectations update after enabling Skia changes.
2366
2367         Unreviewed Chromium expectations update.
2368
2369         Update of remaining platform-specific expectations for linux. Other platforms to come.
2370
2371         Too many files to list.
2372
2373 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2374
2375         [Chromium] Test expectations update after enabling Skia changes.
2376
2377         Unreviewed Chromium expectations update.
2378
2379         Update of svg results.
2380
2381         Too many files to list. All Chromium platform results for svg tests.
2382
2383 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2384
2385         [Chromium] Test expectations update.
2386
2387         Unreviewed changes due to Skia changes.
2388
2389         Too many files to list (over 1000). All Chromium platform expectations.
2390
2391 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
2392
2393         Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll.
2394         https://bugs.webkit.org/show_bug.cgi?id=103062 
2395
2396         * platform/chromium/TestExpectations:
2397
2398 2012-11-22  Kent Tamura  <tkent@chromium.org>
2399
2400         INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values
2401         https://bugs.webkit.org/show_bug.cgi?id=103033
2402
2403         Reviewed by Kentaro Hara.
2404
2405         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt:
2406         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html:
2407
2408 2012-11-22  Keishi Hattori  <keishi@webkit.org>
2409
2410         Add week-multiple-fields tests
2411         https://bugs.webkit.org/show_bug.cgi?id=102045
2412
2413         Reviewed by Kent Tamura.
2414
2415         Adding test cases for multiple field week input.
2416
2417         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
2418         (startTestFor.beginTestCase):
2419         (startTestFor):
2420         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Added.
2421         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Added.
2422         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Added.
2423         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Added.
2424         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Added.
2425         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Added.
2426         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Added.
2427         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Added.
2428         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Added.
2429         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Added.
2430         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Added.
2431         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Added.
2432         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
2433         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Added.
2434         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Added.
2435         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Added.
2436         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
2437         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Added.
2438         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Added.
2439         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Added.
2440
2441 2012-11-22  Christophe Dumez  <christophe.dumez@intel.com>
2442
2443         WebKitTestRunner needs layoutTestController.setCacheModel
2444         https://bugs.webkit.org/show_bug.cgi?id=42684
2445
2446         Reviewed by Kenneth Rohde Christiansen.
2447
2448         Unskip fast/dom/HTMLScriptElement/nested-execution.html for
2449         WK2 now that WebKitTestRunner implements
2450         testRunner.setCacheModel.
2451
2452         * platform/wk2/TestExpectations:
2453
2454 2012-11-22  Stephen Chenney  <schenney@chromium.org>
2455
2456         Fixing some Chromium test expectations.
2457
2458         Unreviewed expectations update
2459
2460         * platform/chromium-mac/fast/css/font-smoothing-expected.png:
2461         * platform/chromium-mac/fast/css/text-rendering-expected.png:
2462         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2463         * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
2464         * platform/chromium-win/fast/css/font-smoothing-expected.png: Added.
2465         * platform/chromium/fast/css/font-smoothing-expected.png: Removed.
2466         * platform/chromium/fast/css/text-rendering-expected.png: Removed.
2467
2468 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
2469
2470         Chromium gardening. Rebaseline compositing tests
2471         https://bugs.webkit.org/show_bug.cgi?id=103039
2472
2473         Reviewed by Pavel Feldman.
2474
2475         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
2476         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
2477         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
2478         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
2479
2480 2012-11-22  Harald Alvestrand  <hta@google.com>
2481
2482         Name enumerator function for GetStats RTCStatsElement
2483         https://bugs.webkit.org/show_bug.cgi?id=102933
2484
2485         Reviewed by Adam Barth.
2486
2487         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
2488         * fast/mediastream/RTCPeerConnection-stats.html:
2489
2490 2012-11-22  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
2491
2492         [Qt] Unreviewed gardening
2493
2494         Add platform specific exception.
2495
2496         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Added.
2497
2498 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
2499
2500         Unreviewed. Rebaselined new tests added in r135454.
2501
2502         * platform/chromium/fast/js/concat-large-strings-crash-expected.txt: Added.
2503         * platform/chromium/fast/js/concat-large-strings-crash2-expected.txt: Added.
2504
2505 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
2506
2507         Unreviewed, rolling out r135464.
2508         http://trac.webkit.org/changeset/135464
2509         https://bugs.webkit.org/show_bug.cgi?id=103026
2510
2511         breaks gtk bot (Requested by morrita on #webkit).
2512
2513         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt: Removed.
2514         * fast/dom/shadow/shadow-aware-create-shadow-root.html: Removed.
2515
2516 2012-11-21  Cosmin Truta  <ctruta@rim.com>
2517
2518         Numeric identifiers of events should not be globally sequential
2519         https://bugs.webkit.org/show_bug.cgi?id=102244
2520
2521         Reviewed by Alexey Proskuryakov.
2522
2523         Ensured that the results of setTimeout(), setInterval() and
2524         navigator.geolocation.watchPosition() are strictly positive
2525         and unique within their script execution context.
2526
2527         * fast/dom/Geolocation/watchPosition-unique-expected.txt: Added.
2528         * fast/dom/Geolocation/watchPosition-unique.html: Added.
2529         * fast/dom/Window/setTimeout-setInterval-unique-expected.txt: Added.
2530         * fast/dom/Window/setTimeout-setInterval-unique.html: Added.
2531
2532 2012-11-21  Kent Tamura  <tkent@chromium.org>
2533
2534         [Chromium] Correct svn:mime-type for platform/chromium*/**/*.png
2535
2536         * <Omit the file list>
2537
2538 2012-11-21  Kent Tamura  <tkent@chromium.org>
2539
2540         [Chromium] Correct svn:mime-type for platform/chromium-linux/**/*.png
2541
2542         * <Omit the file list>
2543
2544 2012-11-21  Kent Tamura  <tkent@chromium.org>
2545
2546         [Chromium] Correct svn:mime-type for platform/chromium-win/**/*.png
2547
2548         * <Omit the file list>
2549
2550 2012-11-21  Kent Tamura  <tkent@chromium.org>
2551
2552         [Chromium] Correct svn:mime-type for platform/chromium-mac/**/*.png
2553
2554         * <Omit the file list>
2555
2556 2012-11-21  Kent Tamura  <tkent@chromium.org>
2557
2558         [Chromium] Rebaselin for recent forms changes.
2559
2560         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2561         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
2562         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2563         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2564         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2565         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2566         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2567         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2568         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2569         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
2570         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2571         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
2572         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
2573         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2574         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2575         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2576         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2577         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2578         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2579         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2580         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
2581         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2582         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
2583         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
2584         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2585         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2586         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2587         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2588         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2589         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2590         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2591         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
2592         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2593         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
2594         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2595         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2596         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2597         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2598         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2599         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2600         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2601         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
2602         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
2603         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
2604         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
2605         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2606         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2607         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
2608         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2609         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2610         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2611         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2612         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2613         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2614         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2615         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
2616         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
2617         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
2618         * platform/chromium/TestExpectations:
2619
2620 2012-11-21  Hajime Morrita  <morrita@google.com>
2621
2622         [Shadow DOM] Implement Element::createShadowRoot()
2623         https://bugs.webkit.org/show_bug.cgi?id=102911
2624
2625         Reviewed by Kentaro Hara.
2626
2627         The coverage might not seem comprehensive at a glance. However,
2628         this is just an alias of ShadowRoot constructor and there are
2629         bunch of test cases which cover it.
2630
2631         As bug 102913 will convert such callsites to use createShadowRoot(),
2632         the API will get be covered well then.
2633
2634         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
2635         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
2636           Further ShadowAware API will come here.
2637
2638 2012-11-21  Dana Jansens  <danakj@chromium.org>
2639
2640         Remove crashing expectation for css3/filters/effect-reference-ordering-hw.html
2641         https://bugs.webkit.org/show_bug.cgi?id=102898
2642
2643         Unreviewed test expectations.
2644
2645         * platform/chromium/TestExpectations:
2646
2647 2012-11-21  Hajime Morrita  <morrita@google.com>
2648
2649         [Shadow DOM][V8] Assertion failure when shadow host is reclaimed before ShadowRoot
2650         https://bugs.webkit.org/show_bug.cgi?id=102893
2651
2652         Reviewed by Kentaro Hara.
2653
2654         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt: Added.
2655         * fast/dom/shadow/host-wrapper-reclaimed.html: Added.
2656
2657 2012-11-21  Daniel Bates  <dbates@webkit.org>
2658
2659         JavaScript fails to concatenate large strings
2660         <https://bugs.webkit.org/show_bug.cgi?id=102963>
2661
2662         Reviewed by Michael Saboff.
2663
2664         Add tests to ensure that we handle concatenating large strings.
2665
2666         * fast/js/concat-large-strings-crash-expected.txt: Added.
2667         * fast/js/concat-large-strings-crash.html: Added.
2668         * fast/js/concat-large-strings-crash2-expected.txt: Added.
2669         * fast/js/concat-large-strings-crash2.html: Added.
2670
2671 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
2672
2673         Add fast/events/context-nodrag.html to Chromium Mac TestExpectations
2674
2675         No review.
2676
2677         * platform/chromium/TestExpectations:
2678
2679 2012-11-21  James Simonsen  <simonjam@chromium.org>
2680
2681         [Resource Timing] Create W3C-style test suite
2682         https://bugs.webkit.org/show_bug.cgi?id=84883
2683
2684         Reviewed by Tony Gentilcore.
2685
2686         The tests are designed to be upstreamed. Eventually, the local ones will be replaced by the official upstream versions.
2687
2688         * http/tests/w3c/webperf/resources/Ahem.ttf: Added.
2689         * http/tests/w3c/webperf/resources/all_resource_types.htm: Added.
2690         * http/tests/w3c/webperf/resources/blank_image.png: Added.
2691         * http/tests/w3c/webperf/resources/empty_script.js: Added.
2692         * http/tests/w3c/webperf/resources/generate_resource.php: Added.
2693         * http/tests/w3c/webperf/resources/gray_bg.css: Added.
2694         (body):
2695         * http/tests/w3c/webperf/resources/green_frame.htm: Added.
2696         * http/tests/w3c/webperf/resources/inject_resource_test.html: Added.
2697         * http/tests/w3c/webperf/resources/nested.css: Added.
2698         (@font-face):
2699         (ol):
2700         * http/tests/w3c/webperf/resources/webperftestharness.js:
2701         (test_greater_or_equals):
2702         (test_fail):
2703         (test_resource_entries):
2704         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt: Added.
2705         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html: Added.
2706         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Added.
2707         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html: Added.
2708         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Added.
2709         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html: Added.
2710         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt: Added.
2711         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html: Added.
2712         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt: Added.
2713         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html: Added.
2714         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt: Added.
2715         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html: Added.
2716         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt: Added.
2717         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html: Added.
2718         * platform/chromium/TestExpectations: Skip these new tests until the flag is flipped.
2719
2720 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
2721
2722         Add fast/events/context-nodrag.html to Mac TestExpectations
2723
2724         No review.
2725
2726         * platform/mac/TestExpectations:
2727
2728 2012-11-21  Rick Byers  <rbyers@chromium.org>
2729
2730         Multi-frame CUR file test hangs on mac port 
2731         https://bugs.webkit.org/show_bug.cgi?id=101811
2732
2733         Reviewed by Alexey Proskuryakov.
2734
2735         Fix tests to not hang on unexpected image load failure.
2736         Expect multi-frame CUR files to fail to load on Mac.
2737
2738         * fast/events/mouse-cursor.html:
2739         * fast/events/mouse-cursor-multiframecur.html:
2740         * platform/mac/TestExpectations:
2741         * platform/mac/fast/events/mouse-cursor-multiframecur-expected.txt: Added.
2742
2743 2012-11-21  Tien-Ren Chen  <trchen@chromium.org>
2744
2745         Invalidate non-composited content host when page scale factor changes
2746         https://bugs.webkit.org/show_bug.cgi?id=100718
2747
2748         Reviewed by Adam Barth.
2749
2750         During a scale change, non-composited content layer doesn't get invalidated
2751         automatically by the transformation change on RenderView. Need to force
2752         update non-composited contents ourself.
2753
2754         * compositing/repaint/page-scale-repaint-expected.png: Added.
2755         * compositing/repaint/page-scale-repaint-expected.txt: Added.
2756         * compositing/repaint/page-scale-repaint.html: Added.
2757         * compositing/repaint/resources/grid.png: Added.
2758
2759 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
2760
2761         Clear MousePressed state on context menu to avoid initiating a drag
2762         https://bugs.webkit.org/show_bug.cgi?id=101786
2763
2764         Reviewed by Ojan Vafai.
2765
2766         If a user initiates a drag via left mouse down, brings up the context menu,
2767         and then cancels the context menu while keeping the left mouse button down,
2768         then the drag operation will continue. This does not match the platform
2769         conventions on Windows, Linux or Mac .
2770
2771         This change cancels the drag if the context menu is about to be displayed.
2772
2773         * fast/events/context-nodrag.html: Added.
2774         * fast/events/context-nodrag-expected.txt: Added.
2775
2776 2012-11-21  Huang Dongsung  <luxtella@company100.net>
2777
2778         REGRESSION(r135212): Fix crash due to an infinite rect.
2779         https://bugs.webkit.org/show_bug.cgi?id=102891
2780
2781         Reviewed by Noam Rosenthal.
2782
2783         fast/multicol/span/positioned-child-not-removed-crash.html now passes on
2784         EFL.
2785
2786         * platform/efl-wk2/TestExpectations:
2787
2788 2012-11-21  Jian Li  <jianli@chromium.org>
2789
2790         Unreviewed. Updated chromium test expectations to resolve lint failures.
2791
2792         * platform/chromium/TestExpectations:
2793
2794 2012-11-21  Joshua Bell  <jsbell@chromium.org>
2795
2796         Remove IDBDatabaseException
2797         https://bugs.webkit.org/show_bug.cgi?id=102514
2798
2799         Reviewed by Adam Barth.
2800
2801         Remove references to IDBDatabaseException - DOMExceptions should be thrown with code 0 and
2802         a name. Remove references to IDBRequest.errorCode - IDBRequest.error is the new hawtness,
2803         and already tested for. Ensure those objects/properties are gone in removed.html
2804
2805         * storage/indexeddb/basics-expected.txt:
2806         * storage/indexeddb/basics-workers-expected.txt:
2807         * storage/indexeddb/constants.html: Removed.
2808         * storage/indexeddb/constants-expected.txt: Removed.
2809         * storage/indexeddb/create-and-remove-object-store-expected.txt:
2810         * storage/indexeddb/cursor-continue-dir-expected.txt:
2811         * storage/indexeddb/cursor-continue-expected.txt:
2812         * storage/indexeddb/cursor-update-expected.txt:
2813         * storage/indexeddb/deleteIndex-expected.txt:
2814         * storage/indexeddb/exceptions-expected.txt:
2815         * storage/indexeddb/factory-cmp-expected.txt:
2816         * storage/indexeddb/get-keyrange-expected.txt:
2817         * storage/indexeddb/index-basics-expected.txt:
2818         * storage/indexeddb/index-basics-workers-expected.txt:
2819         * storage/indexeddb/index-count-expected.txt:
2820         * storage/indexeddb/index-unique-expected.txt:
2821         * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
2822         * storage/indexeddb/invalid-keys-expected.txt:
2823         * storage/indexeddb/key-generator-expected.txt:
2824         * storage/indexeddb/key-type-array-expected.txt:
2825         * storage/indexeddb/keypath-edges-expected.txt:
2826         * storage/indexeddb/keyrange-expected.txt:
2827         * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
2828         * storage/indexeddb/mozilla/bad-keypath-expected.txt:
2829         * storage/indexeddb/mozilla/clear-expected.txt:
2830         * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
2831         * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
2832         * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
2833         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
2834         * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
2835         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
2836         * storage/indexeddb/mozilla/resources/bad-keypath.js:
2837         * storage/indexeddb/mozilla/resources/clear.js:
2838         * storage/indexeddb/mozilla/resources/indexes.js: Elide obsolete comment.
2839         * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
2840         * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
2841         * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
2842         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
2843         * storage/indexeddb/mozilla/resources/readonly-transactions.js:
2844         * storage/indexeddb/objectstore-autoincrement-expected.txt:
2845         * storage/indexeddb/objectstore-basics-expected.txt:
2846         * storage/indexeddb/objectstore-basics-workers-expected.txt:
2847         * storage/indexeddb/objectstore-count-expected.txt:
2848         * storage/indexeddb/open-cursor-expected.txt:
2849         * storage/indexeddb/readonly-expected.txt:
2850         * storage/indexeddb/removed-expected.txt:
2851         * storage/indexeddb/resources/basics.js:
2852         * storage/indexeddb/resources/constants.js: Removed.
2853         * storage/indexeddb/resources/create-and-remove-object-store.js:
2854         * storage/indexeddb/resources/cursor-continue-dir.js:
2855         * storage/indexeddb/resources/cursor-continue.js:
2856         * storage/indexeddb/resources/cursor-update.js:
2857         * storage/indexeddb/resources/deleteIndex.js:
2858         * storage/indexeddb/resources/exceptions.js:
2859         * storage/indexeddb/resources/factory-cmp.js:
2860         * storage/indexeddb/resources/get-keyrange.js:
2861         * storage/indexeddb/resources/index-basics.js:
2862         * storage/indexeddb/resources/index-count.js:
2863         * storage/indexeddb/resources/index-unique.js:
2864         * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
2865         * storage/indexeddb/resources/invalid-keys.js:
2866         * storage/indexeddb/resources/key-generator.js:
2867         * storage/indexeddb/resources/key-type-array.js:
2868         * storage/indexeddb/resources/keypath-edges.js:
2869         * storage/indexeddb/resources/keyrange.js:
2870         * storage/indexeddb/resources/objectstore-autoincrement.js:
2871         * storage/indexeddb/resources/objectstore-basics.js:
2872         * storage/indexeddb/resources/objectstore-count.js:
2873         * storage/indexeddb/resources/open-cursor.js:
2874         * storage/indexeddb/resources/readonly.js:
2875         * storage/indexeddb/resources/removed.js:
2876         * storage/indexeddb/resources/shared.js:
2877         * storage/indexeddb/resources/transaction-abort.js:
2878         * storage/indexeddb/resources/transaction-active-flag.js:
2879         * storage/indexeddb/resources/transaction-basics.js:
2880         * storage/indexeddb/resources/transaction-complete-workers.js:
2881         * storage/indexeddb/resources/transaction-error.js:
2882         * storage/indexeddb/resources/transaction-read-only.js:
2883         * storage/indexeddb/transaction-abort-expected.txt:
2884         * storage/indexeddb/transaction-active-flag-expected.txt:
2885         * storage/indexeddb/transaction-basics-expected.txt:
2886         * storage/indexeddb/transaction-complete-workers-expected.txt:
2887         * storage/indexeddb/transaction-error-expected.txt:
2888         * storage/indexeddb/transaction-read-only-expected.txt:
2889
2890 2012-11-21  Mike Reed  <reed@google.com>
2891
2892         update expectations in advance of skia deps roll
2893         https://bugs.webkit.org/show_bug.cgi?id=102964
2894
2895         Reviewed by NOBODY. expectations change only.
2896
2897         * platform/chromium/TestExpectations:
2898
2899 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
2900
2901         [EFL][WK2] gardening: fast/writing-mode/japanese-ruby-* are flaky
2902         https://bugs.webkit.org/show_bug.cgi?id=102921
2903
2904         Unreviewed gardening: several tests fail if run after any test that
2905         changes font family mappings. Mark them flaky.
2906
2907         * platform/efl-wk2/TestExpectations:
2908
2909 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
2910
2911         Unreviewed. Reverted expectation changes from r135380 and marked css3/filters/effect-reference-ordering-hw.html as crashing
2912         https://bugs.webkit.org/show_bug.cgi?id=102898
2913
2914         * platform/chromium/TestExpectations:
2915
2916 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
2917
2918         [EFL] Gardening: svg/foreignObject/viewport-foreignobject-crash.html is flaky
2919         https://bugs.webkit.org/show_bug.cgi?id=102931
2920
2921         Unreviewed gardening.
2922
2923         * platform/efl/TestExpectations:
2924
2925 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
2926
2927         [EFL][WK2] Gardening: css3/device-adapt/opera/constrain-006 and -007 fail
2928         https://bugs.webkit.org/show_bug.cgi?id=102923
2929
2930         Unreviewed gardening: these two still fail after using fixed layout in WTR.
2931
2932         * platform/efl-wk2/TestExpectations:
2933
2934 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2935
2936         Unreviewed gardening, unskip a now passing test.
2937
2938         * platform/mac-wk2/TestExpectations:
2939         * platform/qt-5.0-wk2/TestExpectations:
2940
2941 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2942
2943         [Qt] Unreviewed gardening, unskip a now passing test.
2944
2945         * platform/qt-5.0-wk2/TestExpectations:
2946         * platform/qt/TestExpectations:
2947
2948 2012-11-21  Pavel Feldman  <pfeldman@chromium.org>
2949
2950         Web Inspector: reparenting view does not detach from the previous parent.
2951         https://bugs.webkit.org/show_bug.cgi?id=102902
2952
2953         Reviewed by Vsevolod Vlasov.
2954
2955         * inspector/view-events.html:
2956
2957 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2958
2959         [Qt] Unreviewed gardening, unskip now passing tests.
2960
2961         * platform/qt-5.0/TestExpectations:
2962
2963 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2964
2965         [Qt] Unreviewed gardening, unskip a now passing test, update an expected file.
2966
2967         * platform/qt-5.0/TestExpectations:
2968         * platform/qt-5.0/editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
2969
2970 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2971
2972         [Qt] Unreviewed gardening, unskip now passing tests.
2973
2974         * platform/qt/TestExpectations:
2975
2976 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
2977
2978         Unreviewed. Mark css3/filters/effect-reference-ordering-hw.html as crashing after crrev.com/168998
2979
2980         * platform/chromium/TestExpectations:
2981
2982 2012-11-21  Alexander Pavlov  <apavlov@chromium.org>
2983
2984         Turn -webkit-text-emphasis into a shorthand property
2985         https://bugs.webkit.org/show_bug.cgi?id=102879
2986
2987         Reviewed by Antti Koivisto.
2988
2989         Update expected results.
2990
2991         * fast/css/parsing-text-emphasis-expected.txt:
2992         * fast/css/parsing-text-emphasis.html:
2993
2994 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
2995
2996         [Qt] Unreviewed gardening, unskip a now passing test.
2997
2998         * platform/qt-5.0-wk2/TestExpectations:
2999         * platform/qt/TestExpectations:
3000
3001 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
3002
3003
3004         * platform/qt-5.0-wk2/TestExpectations:
3005
3006 2012-11-21  David Grogan  <dgrogan@chromium.org>
3007
3008         IndexedDB: remove setVersion from inspector tests
3009         https://bugs.webkit.org/show_bug.cgi?id=102850
3010
3011         Reviewed by Vsevolod Vlasov.
3012
3013         setVersion was contained so the conversion to upgradeneeded was
3014         straightforward.
3015
3016         * http/tests/inspector/indexeddb/database-data-expected.txt:
3017         * http/tests/inspector/indexeddb/database-structure-expected.txt:
3018         * http/tests/inspector/indexeddb/indexeddb-test.js:
3019         (.request.onsuccess.onSuccess.request.onupgradeneeded):
3020         (.request.onsuccess.onSuccess.request.onsuccess):
3021         (.request.onsuccess):
3022         (doWithVersionTransaction):
3023         * http/tests/inspector/indexeddb/resources-panel-expected.txt:
3024
3025 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
3026
3027         Unreviewed, rolling out r135307.
3028         http://trac.webkit.org/changeset/135307
3029         https://bugs.webkit.org/show_bug.cgi?id=102905
3030
3031         Jussi said this doesn't definitively fix things, so revert for
3032         now. (Requested by rakuco on #webkit).
3033
3034         * animations/resources/stop-animation-on-suspend-subframe.html:
3035         * animations/stop-animation-on-suspend.html:
3036         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
3037         * platform/chromium/TestExpectations:
3038         * platform/efl/TestExpectations:
3039         * platform/gtk/TestExpectations:
3040         * platform/mac/TestExpectations:
3041         * platform/qt-arm/TestExpectations:
3042         * platform/win/TestExpectations:
3043         * platform/wincairo/TestExpectations:
3044
3045 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
3046
3047         Unreviewed. Updated test expectations.
3048
3049         * platform/chromium/TestExpectations:
3050
3051 2012-11-21  Kunihiko Sakamoto  <ksakamoto@chromium.org>
3052
3053         Enable datalist UI for input types datetime and datetime-local
3054         https://bugs.webkit.org/show_bug.cgi?id=102882
3055
3056         Reviewed by Kent Tamura.
3057
3058         Removed expectation of failure.
3059
3060         * platform/chromium/fast/forms/datalist/input-list-expected.txt: Removed.
3061
3062 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
3063
3064         Unreviewed. Fixed webkit_lint complaints about overlapping entries in Chromium TestExpectations.
3065
3066         * platform/chromium/TestExpectations:
3067
3068 2012-11-20  Csaba Osztrogonác  <ossy@webkit.org>
3069
3070         [Qt] Unreviewed morning gardening, skip a new security
3071         timeouting test to paint the bots green.
3072
3073         * platform/qt/TestExpectations:
3074
3075 2012-11-20  Kangil Han  <kangil.han@samsung.com>
3076
3077         [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/
3078         https://bugs.webkit.org/show_bug.cgi?id=102868
3079
3080         Unreviewed, EFL gardening.
3081
3082         As BUG 102517 has been resolved, we can move those from EFL common to WK1 only.
3083
3084         * platform/efl-wk1/TestExpectations:
3085         * platform/efl/TestExpectations:
3086
3087 2012-11-20  Kentaro Hara  <haraken@chromium.org>
3088
3089         [V8] Introduce constructorCallbackCustom()
3090         https://bugs.webkit.org/show_bug.cgi?id=102763
3091
3092         Reviewed by Adam Barth.
3093
3094         Updated a test result.
3095
3096         * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
3097
3098 2012-11-20  Adam Klein  <adamk@chromium.org>
3099
3100         [JSC] MutationObserver wrapper should not be collected while still observing
3101         https://bugs.webkit.org/show_bug.cgi?id=102744
3102
3103         Reviewed by Adam Barth.
3104
3105         Remove suppressions for wrapper dropoff tests.
3106
3107         * platform/efl/TestExpectations:
3108         * platform/gtk/TestExpectations:
3109         * platform/mac/TestExpectations:
3110         * platform/qt/TestExpectations:
3111         * platform/win/TestExpectations:
3112         * platform/wincairo/TestExpectations:
3113
3114 2012-11-20  Ryosuke Niwa  <rniwa@webkit.org>
3115
3116         REGRESSION(r131106): magnitude-perf.js calls bind on undefined
3117         https://bugs.webkit.org/show_bug.cgi?id=102848
3118
3119         Reviewed by Tony Gentilcore.
3120
3121         Check the existence of performance.now before calling bind on it.
3122
3123         * resources/magnitude-perf.js:
3124         (Magnitude._runIteration):
3125
3126 2012-11-20  David Grogan  <dgrogan@chromium.org>
3127
3128         IndexedDB: remove setVersion from pending-version-change-on-exit.html
3129         https://bugs.webkit.org/show_bug.cgi?id=102457
3130
3131         Reviewed by Tony Chang.
3132
3133         This test doesn't work in single-process mode because of
3134         http://wkb.ug/82776. We run it in content_shell in chromium.
3135
3136         * platform/chromium/TestExpectations:
3137         * storage/indexeddb/pending-version-change-on-exit-expected.txt:
3138         * storage/indexeddb/pending-version-change-on-exit.html:
3139         * storage/indexeddb/resources/pending-version-change-on-exit.js:
3140         (request.onblocked):
3141
3142 2012-11-20  Bear Travis  <betravis@adobe.com>
3143
3144         [CSS Exclusions] Support outside-shape value on shape-inside
3145         https://bugs.webkit.org/show_bug.cgi?id=101108
3146
3147         Reviewed by Dirk Schulze.
3148
3149         Adding tests to make sure the 'outside-shape' value properly applies only to the
3150         shape-inside property.
3151
3152         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
3153         * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
3154         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
3155         * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
3156
3157 2012-11-20  Jian Li  <jianli@chromium.org>
3158
3159         Unreviewed. Updated chromium test expectations.
3160
3161         * platform/chromium/TestExpectations:
3162
3163 2012-11-20  David Grogan  <dgrogan@chromium.org>
3164
3165         IndexedDB: Remove legacy enum-based constants from IDL
3166         https://bugs.webkit.org/show_bug.cgi?id=85315
3167
3168         Reviewed by Adam Barth.
3169
3170         * storage/indexeddb/constants-expected.txt:
3171         * storage/indexeddb/cursor-overloads-expected.txt:
3172         * storage/indexeddb/cursor-overloads.html:
3173         * storage/indexeddb/legacy-constants-expected.txt:
3174         * storage/indexeddb/resources/constants.js:
3175         (test):
3176         * storage/indexeddb/resources/legacy-constants.js:
3177         (testObsoleteConstants):
3178
3179 2012-11-20  Jussi Kukkonen  <jussi.kukkonen@intel.com>
3180
3181         animations/stop-animation-on-suspend.html sometimes fails on all platforms
3182         https://bugs.webkit.org/show_bug.cgi?id=49182
3183
3184         Reviewed by Antti Koivisto.
3185
3186         stop-animation-on-suspend incorrectly assumed that animation in a subframe would start
3187         roughly at document load. Keep both animations (one in main frame, one in iframe) paused
3188         until the iframe is loaded: this way they should run synchronised enough.
3189
3190         Also increase the tolerance of the test slightly: measuring timing like this is inherently flaky.
3191
3192         Remove failure expectation from all TestExpectations and remove the clearly wrong expected
3193         result for chromium-mac.
3194
3195         * animations/resources/stop-animation-on-suspend-subframe.html:
3196         * animations/stop-animation-on-suspend.html:
3197         * platform/chromium/TestExpectations:
3198         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt:
3199         * platform/efl/TestExpectations:
3200         * platform/gtk/TestExpectations:
3201         * platform/mac/TestExpectations:
3202         * platform/qt-arm/TestExpectations:
3203         * platform/win/TestExpectations:
3204         * platform/wincairo/TestExpectations:
3205
3206 2012-11-20  Mike Reed  <reed@google.com>
3207
3208         update TestExpectations before a skia change
3209         https://bugs.webkit.org/show_bug.cgi?id=102829
3210
3211         Reviewed by NOBODY. expectations change only.
3212
3213         optimization for rectangular blurs (with holes) changes some images in the low bit. mark for rebaselining.
3214
3215         * platform/chromium/TestExpectations:
3216
3217 2012-11-20  Abhishek Arya  <inferno@chromium.org>
3218
3219         Crash in FrameLoader::stopLoading.
3220         https://bugs.webkit.org/show_bug.cgi?id=99504
3221
3222         Reviewed by Nate Chapin.
3223
3224         * fast/frames/frame-unload-crash2-expected.txt: Added.
3225         * fast/frames/frame-unload-crash2.html: Added.
3226
3227 2012-11-20  Tom Sepez  <tsepez@chromium.org>
3228
3229         XSSAuditor::decodedSnippetForJavaScript stopping when comma encountered.
3230         https://bugs.webkit.org/show_bug.cgi?id=102587
3231
3232         Reviewed by Adam Barth.
3233
3234         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Added.
3235         * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Added.
3236
3237 2012-11-20  Hans Muller  <hmuller@adobe.com>
3238
3239         [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
3240         https://bugs.webkit.org/show_bug.cgi?id=102729
3241
3242         Reviewed by Dirk Schulze.
3243
3244         Corrected the dimensions of the border elements in two exclusions tests.  They
3245         define a rectangle that's five pixels larger than the tests' rectangular
3246         shape-inside exclusions shapes.  They now enclose the shape-inside element's
3247         text contents.
3248
3249         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
3250         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
3251         * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
3252         * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
3253
3254 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
3255
3256         [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline
3257         https://bugs.webkit.org/show_bug.cgi?id=102815
3258
3259         Reviewed by Philippe Normand.
3260
3261         Added new GTK baseline for those tests.
3262
3263         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
3264         New GTK baseline
3265         * platform/gtk/fast/layers/video-layer-expected.txt: New GTK
3266         baseline
3267
3268 2012-11-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
3269
3270         [EFL] Gardening.
3271
3272         Temporarily mark fast/multicol/span/positioned-child-not-removed-crash.html
3273         as crashing while the regression is addressed.
3274
3275         * platform/efl-wk2/TestExpectations:
3276
3277 2012-11-20  Yael Aharon  <yael.aharon@intel.com>
3278
3279         Unreviewed gardening.
3280         Update results for compositing/geometry/vertical-scroll-composited.html after 133898.
3281         Mark animations/negative-delay.html as flaky.
3282         Remove a few passing tests from TextExpectations.
3283
3284         * platform/efl/TestExpectations:
3285         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Added.
3286         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt:
3287
3288 2012-11-20  Stephen Chenney  <schenney@chromium.org>
3289
3290         [Chromium] Expectations update
3291
3292         Unreviewed test expectations update.
3293
3294         Some results for calendar and month picker may not be up-to-date for the slow bots.
3295
3296         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
3297         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
3298         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
3299         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
3300         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
3301         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
3302         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Removed.
3303         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
3304         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
3305
3306 2012-11-20  Keishi Hattori  <keishi@webkit.org>
3307
3308         Week picker width is too small
3309         https://bugs.webkit.org/show_bug.cgi?id=102766
3310
3311         Reviewed by Kent Tamura.
3312
3313         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
3314         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
3315         * platform/chromium/TestExpectations:
3316
3317 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
3318
3319         [GTK] no volume slider in HTML5 media element controls
3320         https://bugs.webkit.org/show_bug.cgi?id=97192
3321
3322         Reviewed by Philippe Normand.
3323
3324         r115829 was causing this regression so it was partially
3325         reverted. The revert causes some small regressions, in the tests
3326         but it is better to have the volume slider shown.
3327
3328         * platform/gtk-wk2/TestExpectations: Updated because it causes
3329         some new regressions
3330         * platform/gtk/TestExpectations: Updated because it causes some
3331         new regressions
3332         * platform/gtk/media/audio-controls-rendering-expected.txt: Updated
3333         * platform/gtk/media/controls-after-reload-expected.txt: Updated
3334         * platform/gtk/media/controls-strict-expected.txt: Updated
3335         * platform/gtk/media/controls-styling-expected.txt: Updated
3336         * platform/gtk/media/controls-styling-strict-expected.txt: Updated
3337         * platform/gtk/media/controls-without-preload-expected.txt: Updated
3338         * platform/gtk/media/media-controls-clone-expected.txt: Updated
3339         * platform/gtk/media/video-controls-rendering-expected.txt: Updated
3340         * platform/gtk/media/video-display-toggle-expected.txt: Updated
3341         * platform/gtk/media/video-empty-source-expected.txt: Updated
3342         * platform/gtk/media/video-no-audio-expected.txt: Updated
3343         * platform/gtk/media/video-volume-slider-expected.txt: Updated
3344         * platform/gtk/media/video-zoom-controls-expected.txt: Updated
3345
3346 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
3347
3348         Unreviewed. Mark inspector/profiler/cpu-profiler-profiling-without-inspector.html
3349         as crashing.
3350
3351         * platform/chromium/TestExpectations:
3352
3353 2012-11-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
3354
3355         Use localized date-time format in datetime input
3356         https://bugs.webkit.org/show_bug.cgi?id=102769
3357
3358         Reviewed by Kent Tamura.
3359
3360         * fast/forms/datetime/datetime-appearance-l10n-expected.txt: Added.
3361         * fast/forms/datetime/datetime-appearance-l10n.html: Added. We can confirm vi-vn have time-date ordering.
3362         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
3363         * platform/chromium/TestExpectations:
3364
3365 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
3366
3367         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <progress> ElementShadow.
3368         https://bugs.webkit.org/show_bug.cgi?id=101703
3369
3370         Reviewed by Hajime Morita.
3371
3372         * editing/style/apply-style-atomic-expected.txt:
3373         * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:
3374
3375 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
3376
3377         Unreviewed. Reenable webaudio/biquad-getFrequencyResponse.html test as it should pass after r129418
3378         https://bugs.webkit.org/show_bug.cgi?id=97439
3379
3380         * platform/chromium/TestExpectations:
3381
3382 2012-11-19  Matt Falkenhagen  <falken@chromium.org>
3383
3384         Implement the new stacking layer needed by the Fullscreen API and the new <dialog> element
3385         https://bugs.webkit.org/show_bug.cgi?id=84796
3386
3387         Reviewed by Julien Chaffraix.
3388
3389         Add tests for top layer stacking and rendering.
3390
3391         * fast/dom/HTMLDialogElement/top-layer-containing-block-expected.html: Added.
3392         * fast/dom/HTMLDialogElement/top-layer-containing-block.html: Added.
3393         * fast/dom/HTMLDialogElement/top-layer-display-none-expected.html: Added.
3394         * fast/dom/HTMLDialogElement/top-layer-display-none.html: Added.
3395         * fast/dom/HTMLDialogElement/top-layer-nesting-expected.html: Added.
3396         * fast/dom/HTMLDialogElement/top-layer-nesting.html: Added.
3397         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic-expected.html: Added.
3398         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic.html: Added.
3399         * fast/dom/HTMLDialogElement/top-layer-stacking-expected.html: Added.
3400         * fast/dom/HTMLDialogElement/top-layer-stacking.html: Added.
3401
3402 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
3403
3404         Unreviewed. Fix lint errors on chromium TextExpectations after r135205.
3405
3406         * platform/chromium/TestExpectations:
3407
3408 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
3409
3410         [Shadow] attribute pseudo should return empty string instead of null when nothing is specified.
3411         https://bugs.webkit.org/show_bug.cgi?id=102753
3412
3413         Reviewed by Hajime Morita.
3414
3415         * fast/dom/shadow/pseudo-attribute-expected.txt:
3416         * fast/dom/shadow/pseudo-attribute.html:
3417
3418 2012-11-19  Adam Klein  <adamk@chromium.org>
3419
3420         MutationObserver wrapper should not be collected while still observing
3421         https://bugs.webkit.org/show_bug.cgi?id=102328
3422
3423         Reviewed by Adam Barth.
3424
3425         Tests showing that observers are kept alive, both in the simple case
3426         and in the transient registered observer case (where the original
3427         registration node is GCed but the transient observation node is still
3428         alive).
3429
3430         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
3431         * fast/mutation/observer-wrapper-dropoff-transient-expected.txt: Added.
3432         * fast/mutation/observer-wrapper-dropoff-transient.html: Added.
3433         * fast/mutation/observer-wrapper-dropoff.html: Added.
3434
3435 2012-11-19  Tony Chang  <tony@chromium.org>
3436
3437         Move more non-settings out of InternalSettings
3438         https://bugs.webkit.org/show_bug.cgi?id=102711
3439
3440         Reviewed by Adam Barth.
3441
3442         Move static values out of InternalSettings.
3443
3444         * fast/scrolling/scrollbar-tickmarks-hittest.html: Move setUsesOverlayScrollbars to internals.
3445
3446 2012-11-19  David Grogan  <dgrogan@chromium.org>
3447
3448         IndexedDB: Complex series of opens/deleteDatabase fails an ASSERT
3449         https://bugs.webkit.org/show_bug.cgi?id=101810
3450
3451         Reviewed by Tony Chang.
3452
3453         Removed use of setVersion. Surprisingly straightforward conversion
3454         given how gnarly this test is.
3455
3456         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
3457         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
3458         (h1OpenSuccess.h1.onversionchange):
3459         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
3460         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess):
3461         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked.h3Blocked.request.onsuccess):
3462         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked):
3463         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded.h3OnUpgradeneeded.transaction.oncomplete):
3464         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded):
3465         (h1OpenSuccess.request.onsuccess):
3466         (h1OpenSuccess):
3467
3468 2012-11-19  David Grogan  <dgrogan@chromium.org>
3469
3470         IndexedDB: last setVersion excision batch
3471         https://bugs.webkit.org/show_bug.cgi?id=102713
3472
3473         Reviewed by Tony Chang.
3474
3475         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Removed.
3476           The crucial part of this test was a connection closing itself in its
3477           blocked callback. This is no longer possible as there's now only a
3478           handle to the connection after the blocked event is dealt with.
3479
3480         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js:
3481           This test exposes a cascade of errors. h2's should receive 0 blocked
3482           errors. Instead it receives 2.
3483
3484         * storage/indexeddb/resources/setversion-blocked.js: Removed.
3485           Tests the same thing as set_version_blocked.
3486
3487         * storage/indexeddb/resources/setversion-not-blocked.js:
3488           Now h2 is the version change connection and h1 is the blocker.
3489
3490         * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Removed.
3491         * storage/indexeddb/setversion-blocked.html: Removed.
3492
3493 2012-11-19  David Grogan  <dgrogan@chromium.org>
3494
3495         IndexedDB: convert delete-closed-database-object to upgradeneeded
3496         https://bugs.webkit.org/show_bug.cgi?id=102458
3497
3498         Reviewed by Tony Chang.
3499
3500         This test relies on gc behavior and seems flaky in content_shell.
3501
3502         * storage/indexeddb/delete-closed-database-object-expected.txt:
3503         * storage/indexeddb/resources/delete-closed-database-object.js:
3504         (prepareDatabase):
3505         (openSuccess.openRequest.onsuccess):
3506         (openSuccess):
3507         (setVersion):
3508
3509 2012-11-19  Chris Rogers  <crogers@google.com>
3510
3511         Implement .detune attribute for BiquadFilterNode
3512         https://bugs.webkit.org/show_bug.cgi?id=102737
3513
3514         Reviewed by Kenneth Russell.
3515
3516         * webaudio/biquad-lowpass.html:
3517         * webaudio/resources/biquad-testing.js:
3518         (createTestAndRun):
3519         (generateReference):
3520
3521 2012-11-19  Huang Dongsung  <luxtella@company100.net>
3522
3523         Coordinated Graphics: Remove tiles of a layer when they are off the viewport.
3524         https://bugs.webkit.org/show_bug.cgi?id=102313
3525
3526         Reviewed by Noam Rosenthal.
3527
3528         This test checks that a compositing layer is rendered if the layer is
3529         originally transformed off the viewport.
3530
3531         * animations/animation-offscreen-to-onscreen-expected.png: Added.
3532         * animations/animation-offscreen-to-onscreen-expected.txt: Added.
3533         * animations/animation-offscreen-to-onscreen.html: Added.
3534
3535 2012-11-19  Jian Li  <jianli@chromium.org>
3536
3537         Unreviewed. Mark 2 tests as failed on chromium.
3538
3539         * platform/chromium/TestExpectations:
3540
3541 2012-11-19  Eric Carlson  <eric.carlson@apple.com>
3542
3543         HTMLMediaElement::configureTextTracks should configure all text tracks
3544         https://bugs.webkit.org/show_bug.cgi?id=102561
3545
3546         Reviewed by Philippe Normand.
3547
3548         Update test and results to check that dynamically added tracks are configured correctly.
3549
3550         * media/track/track-mode-not-changed-by-new-track-expected.txt:
3551         * media/track/track-mode-not-changed-by-new-track.html:
3552
3553 2012-11-19  Abhishek Arya  <inferno@chromium.org>
3554
3555         Crash in ApplyStyleCommand::cleanupUnstyledAppleStyleSpans.
3556         https://bugs.webkit.org/show_bug.cgi?id=100150
3557
3558         Reviewed by Ryosuke Niwa.
3559
3560         * editing/style/apply-style-crash-expected.txt: Added.
3561         * editing/style/apply-style-crash.html: Added.
3562
3563 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
3564
3565         Unreviewed, rolling out r135172.
3566         http://trac.webkit.org/changeset/135172
3567         https://bugs.webkit.org/show_bug.cgi?id=102710
3568
3569         Broke some WebKit2 api tests :( (Requested by japhet on
3570         #webkit).
3571
3572         * http/tests/inspector/network/network-iframe-load-and-delete.html:
3573         * http/tests/loading/redirect-methods-expected.txt:
3574         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
3575         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
3576         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
3577
3578 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
3579
3580         Unreviewed, rolling out r134830.
3581         http://trac.webkit.org/changeset/134830
3582         https://bugs.webkit.org/show_bug.cgi?id=102701
3583
3584         ActiveDOMObject is not applicable to MutationObservers due to
3585         being tied to a Document (Requested by aklein on #webkit).
3586
3587         * fast/mutation/observer-wrapper-dropoff-expected.txt: Removed.
3588         * fast/mutation/observer-wrapper-dropoff.html: Removed.
3589
3590 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
3591
3592         Unreviewed gardening after r133898.
3593         Cleanup the list of compositing tests failures.
3594
3595         * platform/efl/TestExpectations:
3596
3597 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
3598
3599         Changing id, className, or attribute should invalidate distribution
3600         https://bugs.webkit.org/show_bug.cgi?id=100738
3601
3602         Reviewed by Dimitri Glazkov.
3603
3604         We have test cases that id/class/attribute is changed, and thier reprojection cases.
3605
3606         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
3607         * fast/dom/shadow/distribution-attribute-modified.html: Added.
3608         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
3609         * fast/dom/shadow/distribution-className-modified.html: Added.
3610         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
3611         * fast/dom/shadow/distribution-id-modified.html: Added.
3612         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
3613         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
3614         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
3615         * fast/dom/shadow/reprojection-className-modified.html: Added.
3616         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
3617         * fast/dom/shadow/reprojection-id-modified.html: Added.
3618
3619 2012-11-19  Nate Chapin  <japhet@chromium.org>
3620
3621         Move empty loading to DocumentLoader, simplify FrameLoader::init()
3622         https://bugs.webkit.org/show_bug.cgi?id=101512
3623
3624         Reviewed by Adam Barth.
3625
3626         Don't expect resource load callbacks for empty loads.
3627
3628         * http/tests/inspector/network/network-iframe-load-and-delete.html:
3629         * http/tests/loading/redirect-methods-expected.txt:
3630         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
3631         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
3632         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
3633
3634 2012-11-19  Balazs Kelemen  <kbalazs@webkit.org>
3635
3636         [Qt][WK2] REGRESSION(r132907): It made animations/negative-delay.html flaky
3637         https://bugs.webkit.org/show_bug.cgi?id=100769
3638
3639         Unreviewed gardening (Qt).
3640
3641         These tests are rather flaky, mark them as so.
3642
3643         * platform/qt-5.0-wk2/TestExpectations:
3644
3645 2012-11-19  Erik Arvidsson  <arv@chromium.org>
3646
3647         Update DOMException name: DataCloneError
3648         https://bugs.webkit.org/show_bug.cgi?id=102521
3649
3650         Reviewed by Kentaro Hara.
3651
3652         Updated tests and expectations.
3653
3654         * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
3655         * fast/dom/Window/window-postmessage-clone-expected.txt:
3656         * fast/dom/shadow/shadowroot-clonenode-expected.txt:
3657         * fast/dom/shadow/shadowroot-clonenode.html:
3658         * fast/events/message-port-multi-expected.txt:
3659         * fast/filesystem/filesystem-unserializable-expected.txt:
3660         * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
3661         * platform/chromium/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt:
3662         * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
3663         * webintents/web-intents-obj-constructor-expected.txt:
3664         * webintents/web-intents-obj-constructor.html:
3665
3666 2012-11-19  Thiago Marcos P. Santos  <thiago.santos@intel.com>
3667
3668         Apply the resolved viewport rules
3669         https://bugs.webkit.org/show_bug.cgi?id=95964
3670
3671         Reviewed by Kenneth Rohde Christiansen.
3672
3673         Imported some of the CSS Device Adaptation tests submitted by
3674         Opera to W3C CSS Test Suite. These tests are not yet approved but
3675         they have a pretty good coverage of the specification.
3676
3677         Tests using Math.floor() where modified from the original version
3678         using Math.round(), the reason being the round() version fails by
3679         1px when the pixel ratio is different from 1.
3680
3681         Despite the fact they are all passing on the EFL MiniBrowser, I could
3682         not enable them yet. WebKitTestRunner does not support fixed layout,
3683         but that is the next goal.
3684
3685         * css3/device-adapt/opera/cascading-001-expected.txt: Added.
3686         * css3/device-adapt/opera/cascading-001.xhtml: Added.
3687         * css3/device-adapt/opera/cascading-002-expected.txt: Added.
3688         * css3/device-adapt/opera/cascading-002.xhtml: Added.
3689         * css3/device-adapt/opera/cascading-003-expected.txt: Added.
3690         * css3/device-adapt/opera/cascading-003.xhtml: Added.
3691         * css3/device-adapt/opera/cascading-004-expected.txt: Added.
3692         * css3/device-adapt/opera/cascading-004.xhtml: Added.
3693         * css3/device-adapt/opera/constrain-001-expected.txt: Added.
3694         * css3/device-adapt/opera/constrain-001.xhtml: Added.
3695         * css3/device-adapt/opera/constrain-002-expected.txt: Added.
3696         * css3/device-adapt/opera/constrain-002.xhtml: Added.
3697         * css3/device-adapt/opera/constrain-003-expected.txt: Added.
3698         * css3/device-adapt/opera/constrain-003.xhtml: Added.
3699         * css3/device-adapt/opera/constrain-004-expected.txt: Added.
3700         * css3/device-adapt/opera/constrain-004.xhtml: Added.
3701         * css3/device-adapt/opera/constrain-005-expected.txt: Added.
3702         * css3/device-adapt/opera/constrain-005.xhtml: Added.
3703         * css3/device-adapt/opera/constrain-006-expected.txt: Added.
3704         * css3/device-adapt/opera/constrain-006.xhtml: Added.
3705         * css3/device-adapt/opera/constrain-007-expected.txt: Added.
3706         * css3/device-adapt/opera/constrain-007.xhtml: Added.
3707         * css3/device-adapt/opera/constrain-008-expected.txt: Added.
3708         * css3/device-adapt/opera/constrain-008.xhtml: Added.
3709         * css3/device-adapt/opera/constrain-009-expected.txt: Added.
3710         * css3/device-adapt/opera/constrain-009.xhtml: Added.
3711         * css3/device-adapt/opera/constrain-010-expected.txt: Added.
3712         * css3/device-adapt/opera/constrain-010.xhtml: Added.
3713         * css3/device-adapt/opera/constrain-011-expected.txt: Added.
3714         * css3/device-adapt/opera/constrain-011.xhtml: Added.
3715         * css3/device-adapt/opera/constrain-012-expected.txt: Added.
3716         * css3/device-adapt/opera/constrain-012.xhtml: Added.
3717         * css3/device-adapt/opera/constrain-013-expected.txt: Added.
3718         * css3/device-adapt/opera/constrain-013.xhtml: Added.
3719         * css3/device-adapt/opera/constrain-014-expected.txt: Added.
3720         * css3/device-adapt/opera/constrain-014.xhtml: Added.
3721         * css3/device-adapt/opera/constrain-015-expected.txt: Added.
3722         * css3/device-adapt/opera/constrain-015.xhtml: Added.
3723         * css3/device-adapt/opera/constrain-016-expected.txt: Added.
3724         * css3/device-adapt/opera/constrain-016.xhtml: Added.
3725         * css3/device-adapt/opera/constrain-017-expected.txt: Added.
3726         * css3/device-adapt/opera/constrain-017.xhtml: Added.
3727         * css3/device-adapt/opera/constrain-020-expected.txt: Added.
3728         * css3/device-adapt/opera/constrain-020.xhtml: Added.
3729         * css3/device-adapt/opera/syntax-001-expected.txt: Added.
3730         * css3/device-adapt/opera/syntax-001.xhtml: Added.
3731         * css3/device-adapt/opera/syntax-002-expected.txt: Added.
3732         * css3/device-adapt/opera/syntax-002.xhtml: Added.
3733         * css3/device-adapt/opera/syntax-003-expected.txt: Added.
3734         * css3/device-adapt/opera/syntax-003.xhtml: Added.
3735         * platform/efl/TestExpectations:
3736
3737 2012-11-19  Erik Arvidsson  <arv@chromium.org>
3738
3739         Update DOMException name: SecurityError
3740         https://bugs.webkit.org/show_bug.cgi?id=102437
3741
3742         Reviewed by Kentaro Hara.
3743
3744         Updated tests and expectations.
3745
3746         * fast/canvas/svg-taint-expected.txt:
3747         * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
3748         * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
3749         * fast/dom/register-protocol-handler.html:
3750         * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
3751         * fast/frames/sandboxed-iframe-storage-expected.txt:
3752         * http/tests/loading/state-object-security-exception-expected.txt:
3753         * http/tests/notifications/legacy/show-expected.txt:
3754         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
3755         * http/tests/security/canvas-remote-read-remote-image-expected.txt:
3756         * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
3757         * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
3758         * http/tests/security/cross-origin-local-storage-expected.txt:
3759         * http/tests/security/cross-origin-session-storage-expected.txt:
3760         * http/tests/security/cross-origin-websql-expected.txt:
3761         * http/tests/security/cross-origin-worker-websql-expected.txt:
3762         * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html:
3763         * http/tests/security/same-origin-storage-blocked-expected.txt:
3764         * http/tests/security/same-origin-websql-blocked-expected.txt:
3765         * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
3766         * http/tests/security/storage-blocking-loosened-local-storage-expected.txt:
3767         * http/tests/security/storage-blocking-loosened-websql-expected.txt:
3768         * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt:
3769         * http/tests/security/storage-blocking-strengthened-websql-expected.txt:
3770         * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
3771         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
3772         * http/tests/workers/shared-worker-redirect-expected.txt:
3773         * http/tests/workers/worker-redirect-expected.txt:
3774         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
3775         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
3776         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
3777         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
3778         * platform/chromium/permissionclient/storage-permission-expected.txt:
3779         * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt:
3780
3781 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
3782
3783         Unreviewed gardening after r133898.
3784         Added expected results for animation tests that are now passing.
3785
3786         * platform/efl/TestExpectations:
3787         * platform/efl/animations/3d: Added.
3788         * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added.
3789         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added.
3790         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added.
3791         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added.
3792         * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added.
3793         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added.
3794
3795 2012-11-19  Erik Arvidsson  <arv@chromium.org>
3796
3797         Update DOMException name: URLMismatchError
3798         https://bugs.webkit.org/show_bug.cgi?id=102511
3799
3800         Reviewed by Kentaro Hara.
3801
3802         Updated tests and expectations.
3803
3804         * fast/workers/shared-worker-shared-expected.txt:
3805
3806 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
3807
3808         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
3809
3810         * platform/qt-5.0-wk2/TestExpectations:
3811
3812 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
3813
3814         [Qt] Unreviewed gardening, skip new failing tests.
3815
3816         * platform/qt-5.0-wk2/TestExpectations:
3817         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary.
3818         * platform/qt/TestExpectations:
3819
3820 2012-11-19  Ilya Tikhonovsky  <loislo@chromium.org>
3821
3822         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
3823         https://bugs.webkit.org/show_bug.cgi?id=102356
3824
3825         Reviewed by Adam Barth.
3826
3827         A clean-up code was moved from uninitialize to clear method.
3828         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
3829         m_isStopScheduled filters out second ActiveDOMObject::stop call.
3830         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
3831         adoptRef was added in createOfflineContext method.
3832         A guard was added into deleteMarkedNodes.
3833
3834         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
3835         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
3836         * platform/chromium-android/TestExpectations:
3837         * platform/efl-wk2/TestExpectations:
3838         * platform/efl/TestExpectations:
3839         * platform/gtk/TestExpectations:
3840         * platform/mac/TestExpectations:
3841         * platform/qt/TestExpectations:
3842         * platform/win/TestExpectations:
3843         * platform/wincairo/TestExpectations:
3844
3845 2012-11-19  Erik Arvidsson  <arv@chromium.org>
3846
3847         Update DOMException name: QuotaExceededError
3848         https://bugs.webkit.org/show_bug.cgi?id=102512
3849
3850         Reviewed by Kentaro Hara.
3851
3852         Updated tests and expectations.
3853
3854         * security/crypto-random-values-limits-expected.txt:
3855         * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
3856         * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
3857
3858 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3859
3860         Unreviewed gardening.
3861
3862         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
3863
3864 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3865
3866         Unreviewed gardening.
3867
3868         * platform/chromium/TestExpectations:
3869
3870 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3871
3872         Unreviewed, rolling out r135111.
3873         http://trac.webkit.org/changeset/135111
3874         https://bugs.webkit.org/show_bug.cgi?id=102356
3875
3876         The patch caused crashes in several layout tests
3877
3878         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed.
3879         * inspector-protocol/nmi-webaudio-leak-test.html: Removed.
3880         * platform/chromium-android/TestExpectations:
3881         * platform/efl-wk2/TestExpectations:
3882         * platform/efl/TestExpectations:
3883         * platform/gtk/TestExpectations:
3884         * platform/mac/TestExpectations:
3885         * platform/qt/TestExpectations:
3886         * platform/win/TestExpectations:
3887         * platform/wincairo/TestExpectations:
3888
3889 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3890
3891         Unreviewed gardening.
3892
3893         * platform/chromium/TestExpectations:
3894
3895 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3896
3897         Unreviewed gardening.
3898
3899         * platform/chromium/TestExpectations:
3900
3901 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3902
3903         Unreviewed gardening.
3904
3905         * platform/chromium/TestExpectations:
3906
3907 2012-11-19  Kentaro Hara  <haraken@chromium.org>
3908
3909         Unreviewed. Rebaselined a text dump.
3910
3911         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
3912
3913 2012-11-19  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
3914
3915         [Qt] Unreviewed gardening.
3916
3917         Update test expectation and skip a new failing test.
3918
3919         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
3920         * platform/qt/TestExpectations:
3921
3922 2012-11-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
3923
3924         [EFL][WK2] Enable media tests that pass after r135063
3925         https://bugs.webkit.org/show_bug.cgi?id=102657
3926
3927         Unreviewed gardening, these test no longer crash after
3928         https://bugs.webkit.org/show_bug.cgi?id=101428.
3929
3930         * platform/efl-wk2/TestExpectations:
3931
3932 2012-11-19  Zan Dobersek  <zandobersek@gmail.com>
3933
3934         Unreviewed GTK gardening, rebaselining after r135093.
3935
3936         * platform/gtk/fast/js/global-constructors-expected.txt:
3937
3938 2012-11-19  Kent Tamura  <tkent@chromium.org>
3939
3940         input.value="" should clear date/time input elements with partial values
3941         https://bugs.webkit.org/show_bug.cgi?id=102645
3942
3943         Reviewed by Kentaro Hara.
3944
3945         - Add tests for each of date/time input types.
3946         - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI.
3947
3948         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added.
3949         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added.
3950         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added.
3951         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added.
3952         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added.
3953         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added.
3954         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
3955         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added.
3956         * fast/forms/resources/multiple-fields-value-set-empty.js: Added.
3957         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added.
3958         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added.
3959         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added.
3960         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added.
3961         * platform/chromium-android/TestExpectations:
3962         * platform/efl/TestExpectations:
3963         * platform/gtk/TestExpectations:
3964         * platform/mac/TestExpectations:
3965         * platform/qt/TestExpectations:
3966         * platform/win/TestExpectations:
3967
3968 2012-11-19  Alexei Filippov  <alph@chromium.org>
3969
3970         Web Inspector: refine time and bytes output formatting
3971         https://bugs.webkit.org/show_bug.cgi?id=102265
3972
3973         Reviewed by Yury Semikhatsky.
3974
3975         Add a space between number and unit, otherwise it's hard to read things like 88B.
3976         Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed.
3977
3978         * inspector/audits/audits-panel-functional-expected.txt:
3979         * inspector/audits/audits-panel-noimages-functional-expected.txt:
3980
3981 2012-11-19  Christophe Dumez  <christophe.dumez@intel.com>
3982
3983         [EFL] Update expectation for fast/js/global-constructors.html after r135093
3984         https://bugs.webkit.org/show_bug.cgi?id=102653
3985
3986         Unreviewed EFL gardening.
3987
3988         Update EFL baseline for fast/js/global-constructors.html after r135093.
3989
3990         * platform/efl/fast/js/global-constructors-expected.txt: Added.
3991
3992 2012-11-18  Keishi Hattori  <keishi@webkit.org>
3993
3994         [Chromium] Add tests for week suggestion picker
3995         https://bugs.webkit.org/show_bug.cgi?id=102039
3996
3997         Reviewed by Kent Tamura.
3998
3999         Adding tests for datalist UI for <input type=week>.
4000
4001         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
4002         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
4003         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
4004         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
4005         * platform/chromium/TestExpectations:
4006         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added.
4007         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added.
4008         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added.
4009         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
4010         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added.
4011         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added.
4012         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
4013         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added.
4014         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added.
4015         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added.
4016         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added.
4017         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added.
4018         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added.
4019         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added.
4020         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added.
4021         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added.
4022
4023 2012-11-18  Christophe Dumez  <christophe.dumez@intel.com>
4024
4025         [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096
4026         https://bugs.webkit.org/show_bug.cgi?id=102650
4027
4028         Unreviewed EFL gardening.
4029
4030         Skip again for EFL Debug bots several networkinformation tests
4031         that were wrongly unskipped in r135096 as they still hit an
4032         assertion.
4033
4034         * platform/efl-wk2/TestExpectations:
4035
4036 2012-11-18  Ilya Tikhonovsky  <loislo@chromium.org>
4037
4038         Unreviewed: add missed test files for r135111.
4039
4040         * inspector-protocol/resources/audio-context.html: Added.
4041         * inspector-protocol/resources/blank.html: Added.
4042
4043 2012-11-16  Ilya Tikhonovsky  <loislo@chromium.org>
4044
4045         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
4046         https://bugs.webkit.org/show_bug.cgi?id=102356
4047
4048         Reviewed by Adam Barth.
4049
4050         A clean-up code was moved from uninitialize to clear method.
4051         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
4052         m_isStopScheduled filters out second ActiveDOMObject::stop call.
4053         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
4054         adoptRef was added in createOfflineContext method.
4055
4056         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
4057         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
4058
4059 2012-11-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
4060
4061         min/max/step support for calendar picker on datetime/datetime-local
4062         https://bugs.webkit.org/show_bug.cgi?id=102628
4063
4064         Reviewed by Kent Tamura.
4065
4066         Verify that calendar picker has correct available dates when
4067         min/max/step attributes are set in datetime input.
4068
4069         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added.
4070         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added.
4071
4072 2012-11-18  Kentaro Hara  <haraken@chromium.org>
4073
4074         Unreviewed. Rebaselined images.
4075
4076         * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added.
4077         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added.
4078         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
4079         * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added.
4080         * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added.
4081         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added.
4082         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added.
4083         * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png.
4084
4085 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
4086
4087         Chromium rebaseline after r135093.
4088
4089         * platform/chromium-linux/inspector: Added.
4090         * platform/chromium-linux/inspector/console: Added.
4091         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added.
4092
4093 2012-11-18  KwangYong Choi  <ky0.choi@samsung.com>
4094
4095         [EFL] Gardening, unskip passing tests
4096         https://bugs.webkit.org/show_bug.cgi?id=102460
4097
4098         Unreviewed EFL gardening.
4099
4100         The tests marked Crash by r132469 are passing now.
4101
4102         fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html,
4103         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html,
4104         networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html
4105
4106         * platform/efl-wk2/TestExpectations:
4107
4108 2012-11-18  Kentaro Hara  <haraken@chromium.org>
4109
4110         Unreviewed. Removed a duplicated entry.
4111
4112         * platform/chromium/TestExpectations:
4113
4114 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
4115
4116         Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection
4117         https://bugs.webkit.org/show_bug.cgi?id=101311
4118
4119         Reviewed by Darin Adler.
4120
4121         Added a regression test to ensure form.elements and select.options use correct interfaces,
4122         and named getter for those two properties return a NodeList when there are multiple matches.
4123
4124         Also added appropriate IDL options to HTMLOptionsCollection.idl.
4125
4126         * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem
4127         now correctly returns null when there is no match. This test result demonstrates a bug that
4128         HTMLAllCollection doesn't inherit from HTMLCollection.
4129         * fast/dom/collection-nameditem-move-between-documents.html: Ditto.
4130         * fast/dom/dom-constructors-expected.txt: Rebaselined.
4131         * fast/dom/html-collections-named-getter-expected.txt: Added.
4132         * fast/dom/html-collections-named-getter.html: Added.
4133         * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection
4134         on the window object, the constructor property of an instance of HTMLOptionsCollection object
4135         shows up as a function. We should update the test to support this behavior in the future.
4136         * inspector/console/console-format-collections-expected.txt: Rebaselined.
4137         * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for
4138         HTMLOptionsCollection now passes.
4139
4140 2012-11-18  Kentaro Hara  <haraken@chromium.org>
4141
4142         Unreviewed.
4143         r135025 marked a couple of tests as SKIP in Mac.
4144         This patch marks the tests as SKIP in Chormium.
4145
4146         * platform/chromium/TestExpectations:
4147
4148 2012-11-18  Kentaro Hara  <haraken@chromium.org>
4149
4150         Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT.
4151
4152         * platform/chromium/TestExpectations:
4153
4154 2012-11-18  Kentaro Hara  <haraken@chromium.org>
4155
4156         Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT.
4157
4158         * platform/chromium/TestExpectations:
4159
4160 2012-11-18  Simon Fraser  <simon.fraser@apple.com>
4161
4162         Rebaselines.
4163
4164         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
4165         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
4166         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
4167
4168 2012-11-18  Antti Koivisto  <antti@apple.com>
4169
4170         REGRESSION(r129644): User StyleSheet not applying
4171         https://bugs.webkit.org/show_bug.cgi?id=102110
4172
4173         Reviewed by Andreas Kling.
4174
4175         * inspector/timeline/timeline-script-tag-1-expected.txt:
4176         
4177             Update the test result. The style invalidation log is slightly different.
4178
4179         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
4180         * userscripts/user-stylesheet-invalidate.html: Added.
4181
4182 2012-11-17  Adam Barth  <abarth@webkit.org>
4183
4184         REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction
4185         https://bugs.webkit.org/show_bug.cgi?id=101428
4186
4187         Reviewed by Geoffrey Garen.
4188
4189         Add two calls to gc() to make an ASSERT trigger on every run. One call
4190         to gc() does not appear to be sufficient for reasons I don't fully
4191         understand.
4192
4193         * media/media-continues-playing-after-replace-source.html:
4194
4195 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
4196
4197         Simplify bounds computation for the RenderView's layer
4198         https://bugs.webkit.org/show_bug.cgi?id=102597
4199
4200         Reviewed by Anders Carlsson.
4201
4202         Progressions as a result of this change:
4203
4204         * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height
4205         is now the page height, since the page is scrollable.
4206         * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not
4207         affected by the page scale transform.
4208         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto.
4209
4210 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
4211
4212         Rebaseline three tests affected by the dumping of tile grid extent.
4213
4214         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
4215         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
4216         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
4217
4218 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
4219
4220         Dump the tile cache extent in layout tests
4221         https://bugs.webkit.org/show_bug.cgi?id=102600
4222
4223         Reviewed by Anders Carlsson.
4224
4225         New results which contain tile cache extents.
4226
4227         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
4228         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
4229         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
4230         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
4231         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
4232         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
4233
4234 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
4235
4236         Unreviewed GTK gardening. Fixing a test that's failing due to changes
4237         made in r134949 and wasn't updated yet.
4238
4239         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
4240         * http/tests/websocket/tests/hybi/workers/resources/close.js:
4241
4242 2012-11-17  Li Yin  <li.yin@intel.com>
4243
4244         biquadfilternode-basic.html test should cover default value of frequency, Q and gain.
4245         https://bugs.webkit.org/show_bug.cgi?id=102305
4246
4247         Reviewed by Chris Rogers.
4248
4249         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode
4250         The default values of frequency, Q and gain are clearly specified, we should
4251         have related sub test to over them.
4252
4253         * webaudio/biquadfilternode-basic-expected.txt:
4254         * webaudio/biquadfilternode-basic.html:
4255
4256 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
4257
4258         Unreviewed GTK gardening.
4259
4260         * platform/gtk/TestExpectations:
4261
4262 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
4263
4264         Unreviewed gardening. Fixing a test that's failing since r134859.
4265
4266         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
4267         * http/tests/websocket/tests/hybi/workers/resources/close.js:
4268         (runInvalidStringTest):
4269
4270 2012-11-17  Mike West  <mkwst@chromium.org>
4271
4272         Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC
4273         https://bugs.webkit.org/show_bug.cgi?id=102380
4274
4275         Reviewed by Yury Semikhatsky.
4276
4277         The inspector stacktrace tests are quite flakey at the moment under JSC.
4278         This patch drops detail out of the test that a) isn't relevent to what's
4279         being tested, and b) varies under JSC for no discernable reason. A side
4280         benifit of this change is that we can drop most platform-specific test
4281         results, as we're now only looking at data that JSC and V8 agree upon.
4282
4283         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
4284         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
4285         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt:
4286         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt:
4287             Reset tests based on the new level of detail.
4288         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
4289         (test.addMessage):
4290         (test):
4291             Limit the detail of the output to the top frame of the stack, and
4292             drop the column number (which was always 0 in JSC).
4293         * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
4294         * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
4295         * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
4296             Dropping these platform-specific tests, as this patch limits the test
4297             output detail to a subset that V8 and JSC agree upon.
4298         * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
4299             Can't drop this one, sadly.
4300
4301 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
4302
4303         Rebaseline.
4304
4305         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
4306         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
4307         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
4308
4309 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
4310
4311         Rebaseline some editing tests.
4312
4313         * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
4314         * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed.
4315         * platform/mac/TestExpectations:
4316         * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
4317         * platform/mac/editing/selection/iframe-expected.txt:
4318         * platform/mac/editing/selection/inline-table-expected.txt:
4319         * platform/mac/editing/selection/table-caret-3-expected.txt:
4320
4321 2012-11-16  David Grogan  <dgrogan@chromium.org>
4322
4323         IndexedDB: setVersion excision batch 10
4324         https://bugs.webkit.org/show_bug.cgi?id=102565
4325
4326         Reviewed by Tony Chang.
4327
4328         * storage/indexeddb/mozilla/resources/versionchange.js: Removed.
4329           Very similar to a lot of our other tests.
4330
4331         * storage/indexeddb/resources/set_version_queue.js: Removed.
4332           Tests 4 already-open connections calling setVersion, no longer
4333           applicable. Though something similar will be set up when we
4334           implement 4.1.3#Note2:
4335           if two databases with the same name and origin, but with different
4336           versions, are being opened at the same time, the one with the highest
4337           version will attempt to be opened first.
4338
4339         * storage/indexeddb/resources/setversion-blocks-open.js: Removed.
4340           Tests the same thing as version-change-exclusive, even though
4341           version-change-exclusive's description had been inaccurate.
4342
4343         * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed.
4344           Behavior under test is no longer possible. (multiple setVersion
4345           calls from same connection.)
4346
4347         * storage/indexeddb/resources/shared.js:
4348         (indexedDBTest):
4349         Added another optional parameter for version-change-exclusive.
4350
4351         * storage/indexeddb/resources/three-setversion-calls.js: Removed.
4352           Behavior under test is no longer possible. (multiple setVersion
4353           calls from same connection.)
4354
4355         * storage/indexeddb/resources/two-version-changes.js: Removed.
4356           Behavior under test is no longer possible. (multiple setVersion
4357           calls from same connection.)
4358
4359         * storage/indexeddb/resources/version-change-abort.js:
4360           Straightforward conversion.
4361
4362         * storage/indexeddb/resources/version-change-exclusive.js:
4363           The previous description didn't accurately describe the test.
4364
4365         --Corresponding .html and -expected files also removed.
4366
4367 2012-11-16  Joshua Bell  <jsbell@chromium.org>
4368
4369         IndexedDB: Assert hit when getting non-existent object store in version change transaction
4370         https://bugs.webkit.org/show_bug.cgi?id=102547
4371
4372         Reviewed by Tony Chang.
4373
4374         Regression test - make sure that .objectStore() and .index() fail on unknown names
4375         in "versionchange" transactions.
4376
4377         * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
4378         * storage/indexeddb/object-lookups-in-versionchange.html: Added.
4379
4380 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
4381
4382         Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions
4383         https://bugs.webkit.org/show_bug.cgi?id=101874
4384
4385         Reviewed by Dave Hyatt.
4386
4387         In debug, skip tests that assert because of LayoutUnit truncation.
4388
4389         * platform/mac/TestExpectations:
4390
4391 2012-11-16  Alec Flett  <alecflett@chromium.org>
4392
4393         Add tests for explicit serialization values
4394         https://bugs.webkit.org/show_bug.cgi?id=96818
4395
4396         Reviewed by Adam Barth.
4397
4398         Make sure SerializedScriptValues are backward compatible with future changes.
4399
4400         * platform/chromium/fast/storage/serialized-script-value.html: Added.
4401         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
4402
4403 2012-11-16  David Grogan  <dgrogan@chromium.org>
4404
4405         IndexedDB: setVersion excision batch 9
4406         https://bugs.webkit.org/show_bug.cgi?id=102455
4407
4408         Reviewed by Tony Chang.
4409
4410         * storage/indexeddb/persistence-expected.txt:
4411         * storage/indexeddb/resources/persistence.js:
4412         (prepareDatabase):
4413         Little awkwardness to get the initial version number to be 0 (actually,
4414         because of a bug it's "") so that first() will trigger a
4415         versionchange.
4416         (first):
4417
4418         * storage/indexeddb/resources/set_version_blocked.js:
4419           Small "blocked" test. It's probably redundant due to our crazier
4420           tests, but it is nice to have a succinct test that checks one thing.
4421
4422         * storage/indexeddb/resources/shared.js:
4423         (unexpectedBlockedCallback):
4424         * storage/indexeddb/resources/transaction-basics.js:
4425           This test is a mess, obviously written near the dawn of IDB when no
4426           one knew how to write an effective test for it. In the interests of
4427           preventing the diff from exploding I didn't take all the
4428           clarification opportunities that were there.
4429
4430         * storage/indexeddb/resources/transaction-error.js:
4431         * storage/indexeddb/set_version_blocked-expected.txt:
4432         * storage/indexeddb/transaction-basics-expected.txt:
4433         * storage/indexeddb/transaction-error-expected.txt:
4434
4435 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4436
4437         [Chromium] Removed unnecessary expectation.
4438
4439         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed.
4440
4441 2012-11-16  Pablo Flouret  <pablof@motorola.com>
4442
4443         [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts
4444         https://bugs.webkit.org/show_bug.cgi?id=70574
4445
4446         Reviewed by Geoffrey Garen.
4447
4448         * http/tests/security/resources/cors-script.php:
4449         * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added.
4450         * http/tests/security/script-crossorigin-onerror-information.html: Added.
4451         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added.
4452         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added.
4453
4454         * platform/chromium/TestExpectations:
4455             This patch only deals with JSC right now, skip the new tests.
4456
4457 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4458
4459         [Chromium] Remaining bits of Win7 rebaselines.
4460
4461 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4462
4463         [Chromium] Massive rebaseline after Win7 came back up.
4464
4465 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4466
4467         Unreviewed, rolling out r134986.
4468         http://trac.webkit.org/changeset/134986
4469         https://bugs.webkit.org/show_bug.cgi?id=102110
4470
4471         Triggered ASSERT in fast/frames/seamless/seamless-inherited-
4472         origin.html.
4473
4474         * userscripts/user-stylesheet-invalidate-expected.txt: Removed.
4475         * userscripts/user-stylesheet-invalidate.html: Removed.
4476
4477 2012-11-16  Antti Koivisto  <antti@apple.com>
4478
4479         REGRESSION(r129644): User StyleSheet not applying
4480         https://bugs.webkit.org/show_bug.cgi?id=102110
4481
4482         Reviewed by Andreas Kling.
4483
4484         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
4485         * userscripts/user-stylesheet-invalidate.html: Added.
4486
4487 2012-11-15  Brent Fulgham  <bfulgham@webkit.org>
4488
4489         [WinCairo] Sync with Windows test expectations.
4490
4491         * platform/wincairo/TestExpectations: Update to match Windows.
4492
4493 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4494
4495         [Chromium] adjusting expectations for checkerboard.html
4496
4497 2012-11-16  Li Yin  <li.yin@intel.com>
4498
4499         audiopannernode-basic.html should cover default value of attribute.
4500         https://bugs.webkit.org/show_bug.cgi?id=102332
4501
4502         Reviewed by Chris Rogers.
4503
4504         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode
4505         Currently almost all attributes of PannerNode are specified default value clearly,
4506         the test should cover them.
4507
4508         * webaudio/audiopannernode-basic-expected.txt:
4509         * webaudio/audiopannernode-basic.html:
4510
4511 2012-11-16  Tommy Widenflycht  <tommyw@google.com>
4512
4513         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
4514         https://bugs.webkit.org/show_bug.cgi?id=102386
4515
4516         Reviewed by Adam Barth.
4517
4518         * fast/mediastream/RTCPeerConnection-datachannel.html:
4519         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
4520
4521 2012-11-16  Robert Flack  <flackr@chromium.org>
4522
4523         Handle gesture events on scrollbars.
4524         https://bugs.webkit.org/show_bug.cgi?id=101516
4525
4526         Reviewed by Antonio Gomes.
4527
4528         Adds a gesture event handler to scrollbars and sends gestures beginning
4529         over a scrollbar to this handler to allow touch scrolling scrollbars.
4530
4531         * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added.
4532         * fast/events/touch/gesture/gesture-scrollbar.html: Added.
4533
4534 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
4535
4536         [Chromium] Removed incorrect baseline.
4537
4538         * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
4539
4540 2012-11-16  Erik Arvidsson  <arv@chromium.org>
4541
4542         Update DOMException name: TypeMismatchError
4543         https://bugs.webkit.org/show_bug.cgi?id=102418
4544
4545         Reviewed by Kentaro Hara.
4546
4547         Updated tests and expectations.
4548
4549         * editing/selection/extend-expected.txt:
4550         * fast/dom/Element/attr-param-typechecking-expected.txt:
4551         * fast/dom/Geolocation/argument-types-expected.txt:
4552         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
4553         * fast/dom/Geolocation/script-tests/argument-types.js:
4554         (test):
4555         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
4556         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
4557         * fast/js/select-options-add-expected.txt:
4558         * fast/mediastream/RTCIceCandidate-expected.txt:
4559         * fast/mediastream/RTCPeerConnection-expected.txt:
4560         * fast/mediastream/RTCSessionDescription-expected.txt:
4561         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
4562         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
4563         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
4564         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
4565         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
4566         * security/crypto-random-values-types-expected.txt:
4567         * svg/dom/SVGTransformList-expected.txt:
4568
4569 2012-11-16  Erik Arvidsson  <arv@chromium.org>
4570
4571         Update DOMException name: InvalidAccessError
4572         https://bugs.webkit.org/show_bug.cgi?id=102400
4573
4574         Reviewed by Kentaro Hara.
4575
4576         Updated tests and expectations.
4577
4578         * editing/undomanager/undomanager-reenter-expected.txt:
4579         * editing/undomanager/undomanager-reenter.html:
4580         * editing/undomanager/undoscopehost-use-after-free-expected.txt:
4581         * editing/undomanager/undoscopehost-use-after-free.html:
4582         * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
4583         * fast/css/getFloatValueForUnit-expected.txt:
4584         * fast/css/getFloatValueForUnit.html:
4585         * fast/css/resources/CSSPrimitiveValue-exceptions.js:
4586         * fast/dom/XMLSerializer-doctype2-expected.txt:
4587         * fast/dom/XMLSerializer-doctype2.html:
4588         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
4589         * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
4590         * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
4591         * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
4592         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
4593         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
4594         * http/tests/websocket/tests/hybi/close-expected.txt:
4595         * http/tests/websocket/tests/hybi/close.html:
4596         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
4597         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
4598         * webintents/web-intents-api-expected.txt:
4599         * webintents/web-intents-api.html:
4600
4601 2012-11-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
4602
4603         [EFL] Gardening failure cases on EFL build bots
4604         https://bugs.webkit.org/show_bug.cgi?id=102496
4605
4606         Unreviewed EFL gardening.
4607
4608         * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed.
4609         * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed.
4610         * platform/efl-wk2/TestExpectations:
4611         * platform/efl/TestExpectations:
4612         * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added.
4613         * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added.
4614         * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added.
4615         * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added.
4616
4617 2012-11-16  Zan Dobersek  <zandobersek@gmail.com>
4618
4619         Unreviewed GTK gardening, rebaselining after r134859.
4620
4621         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added.
4622         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added.
4623
4624 2012-11-16  Shinya Kawanaka  <shinyak@chromium.org>
4625
4626         Changing pseudoClass (:indeterminate) should cause distribution
4627         https://bugs.webkit.org/show_bug.cgi?id=101903
4628
4629         Reviewed by Dimitri Glazkov.
4630
4631         I've used "-webkit-appearance: none" for progress element because of Bug 102459.
4632         It prevents from testing progress element on Windows.
4633
4634         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
4635         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
4636         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
4637         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
4638
4639 2012-11-16  Mike West  <mkwst@chromium.org>
4640
4641         [chromium] Unreviewed gardening.
4642
4643         http/tests/security/sandboxed-iframe-form-top.html is leaking state into
4644         the next test, and should have been skipped for Chromium as well as mac
4645         in r134789. This patch remedies that oversight.
4646
4647         * platform/chromium/TestExpectations:
4648
4649 2012-11-16  Yury Semikhatsky  <yurys@chromium.org>
4650
4651         Web Inspector: don't show an Error when evaluating a watch expression results in an exception
4652         https://bugs.webkit.org/show_bug.cgi?id=102470
4653
4654         Reviewed by Vsevolod Vlasov.
4655
4656         Check that watch expression has value "<not available>" in case of exception
4657         during its evaluation instead of a special style class tha has been removed.
4658
4659         * inspector/debugger/error-in-watch-expressions.html:
4660
4661 2012-11-16  Elliott Sprehn  <esprehn@chromium.org>
4662
4663         REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
4664         https://bugs.webkit.org/show_bug.cgi?id=102433
4665
4666         Reviewed by Dimitri Glazkov.
4667
4668         Need to include the Shadow DOM polyfill.js since not all ports
4669         web expose the WebkitShadowRoot constructor.
4670
4671         * fast/frames/detached-shadow-frame.html:
4672
4673 2012-11-16  Csaba Osztrogonác  <ossy@webkit.org>
4674
4675         [Qt] Unreviewed gardening.
4676
4677         * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
4678         * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
4679         * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
4680         * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
4681         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
4682         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
4683         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.
4684
4685 2012-11-16  Kentaro Hara  <haraken@chromium.org>
4686
4687         Unreviewed. Rebaselined pixel results.
4688
4689         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed.
4690
4691 2012-11-16  János Badics  <jbadics@inf.u-szeged.hu>
4692
4693         [Qt][WK1] Gardening after r134816. Skipped a newly added failing test.
4694         https://bugs.webkit.org/show_bug.cgi?id=102471
4695
4696         Reviewed by Csaba Osztrogonác.
4697
4698         * platform/qt-5.0-wk1/TestExpectations:
4699
4700 2012-11-16  Peter Rybin  <prybin@chromium.org>
4701
4702         Web Inspector: show internal properties in inspector frontend
4703         https://bugs.webkit.org/show_bug.cgi?id=100021
4704
4705         Reviewed by Yury Semikhatsky.
4706
4707         A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added.
4708
4709         * http/tests/inspector/elements-test.js:
4710         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep):
4711         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement):
4712         * inspector/debugger/properties-special-expected.txt: Added.
4713         * inspector/debugger/properties-special.html: Added.
4714         * platform/chromium/inspector/debugger/properties-special-expected.txt: Added.
4715
4716 2012-11-16  Sheriff Bot  <webkit.review.bot@gmail.com>
4717
4718         Unreviewed, rolling out r134865.
4719         http://trac.webkit.org/changeset/134865
4720         https://bugs.webkit.org/show_bug.cgi?id=102466
4721
4722         Broke the Apple Windows Debug build. (Requested by dydx on
4723         #webkit).
4724
4725         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
4726         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
4727
4728 2012-11-16  Takashi Sakamoto  <tasak@google.com>
4729
4730         ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost
4731         https://bugs.webkit.org/show_bug.cgi?id=102116
4732
4733         Reviewed by Alexander Pavlov.
4734
4735         * fast/css/at-host-cssom-crash-expected.txt: Added.
4736         * fast/css/at-host-cssom-crash.html: Added.
4737         * inspector/styles/styles-include-host-rules-crash-expected.txt: Added.
4738         * inspector/styles/styles-include-host-rules-crash.html: Added.
4739
4740 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
4741
4742         Unreviewed test update.
4743
4744         * fast/text/international/combining-marks-position.html:
4745         Ignore a slight diff of widths between the reference and target.
4746
4747 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4748
4749         Unreviewed. Rebaselined pixel results.
4750
4751         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added.
4752
4753 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4754
4755         Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow.
4756
4757         * platform/chromium/TestExpectations:
4758
4759 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4760
4761         Unreviewed. Rebaselined images.
4762
4763         * platform/chromium-linux/compositing/checkerboard-expected.png:
4764         * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added.
4765         * platform/chromium-win/compositing/checkerboard-expected.png:
4766
4767 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4768
4769         Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky.
4770
4771         * platform/chromium/TestExpectations:
4772
4773 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4774
4775         Unreviewed. Rebaselined images.
4776
4777         * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt.
4778         * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt.
4779         * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png:
4780         * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png:
4781         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png:
4782         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png:
4783         * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png:
4784         * 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.
4785         * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png:
4786         * 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.
4787         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png:
4788         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added.
4789         * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added.
4790         * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added.
4791         * 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.
4792         * 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.
4793         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed.
4794         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed.
4795
4796 2012-11-15  Kentaro Hara  <haraken@chromium.org>
4797
4798         Unreviewed. Rebaselined images.
4799
4800         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
4801         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
4802
4803 2012-11-15  Kent Tamura  <tkent@chromium.org>
4804
4805         fast/forms/select/select-state-restore.html is flaky.
4806         https://bugs.webkit.org/show_bug.cgi?id=90207
4807
4808         Reviewed by Hajime Morita.
4809
4810         * fast/forms/select/select-state-restore.html:
4811         It was possible that we started the test before loading
4812         js-test-post.js. It means we might miss calling waitUntilDone.
4813         * platform/chromium/TestExpectations:
4814
4815 2012-11-15  Kent Tamura  <tkent@chromium.org>
4816
4817         [Chromium] Rebaseline for recent calendar picker and suggestion picker changes
4818
4819         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
4820         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
4821         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
4822         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
4823         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
4824         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
4825         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
4826         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
4827         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
4828         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
4829         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
4830         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
4831         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
4832         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
4833         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
4834         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
4835         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
4836         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
4837         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
4838         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
4839         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
4840         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
4841         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
4842         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
4843         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
4844         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
4845         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
4846         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
4847         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
4848         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
4849         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
4850         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
4851         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
4852         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
4853         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
4854         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
4855         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
4856         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
4857         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
4858         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
4859         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
4860         * platform/chromium/TestExpectations:
4861
4862 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
4863
4864         [EFL] Update TestExpectations for fast/forms/zoomed-controls.html
4865         https://bugs.webkit.org/show_bug.cgi?id=102369
4866
4867         Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing
4868         introduced by r134698. Mark this test Missing and remove wrong expectation.
4869
4870         * platform/efl/TestExpectations:
4871         * platform/efl/fast/forms/zoomed-controls-expected.png: Removed.
4872
4873 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
4874
4875         Chaging pseudoClass (:enabled) should cause distribution
4876         https://bugs.webkit.org/show_bug.cgi?id=101900
4877
4878         Reviewed by Dimitri Glazkov.
4879
4880         Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure.
4881
4882         * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added.
4883         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added.
4884         * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added.
4885         * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added.
4886         * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added.
4887         * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added.
4888         * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added.
4889         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added.
4890         * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added.
4891         * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added.
4892         * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added.
4893         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added.
4894         * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added.
4895         * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added.
4896         * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added.
4897         * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added.
4898         * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added.
4899         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added.
4900         * platform/chromium/TestExpectations:
4901         * platform/efl/TestExpectations:
4902
4903 2012-11-15  Erik Arvidsson  <arv@chromium.org>
4904
4905         Update DOMException name: NamespaceError
4906         https://bugs.webkit.org/show_bug.cgi?id=102395
4907
4908         Reviewed by Kentaro Hara.
4909
4910         Updated tests and expectations.
4911
4912         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
4913         * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
4914         * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
4915         * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
4916         * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
4917         * fast/xpath/attr-namespace-expected.txt:
4918         * fast/xpath/py-dom-xpath/nodetests-expected.txt:
4919
4920 2012-11-15  Rick Byers  <rbyers@chromium.org>
4921
4922         custom CSS cursors ignore hotspot values embedded in CUR files
4923         https://bugs.webkit.org/show_bug.cgi?id=100059
4924
4925         Reviewed by Kenneth Russell.
4926
4927         Add mouse cursor test cases that use CUR files that have embedded hotspot values.
4928
4929         * fast/events/mouse-cursor-expected.txt:
4930         * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
4931         * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
4932         * fast/events/mouse-cursor.html:
4933         * fast/events/resources/greenbox-3frames.cur: Added.
4934         * fast/events/resources/greenbox-hotspot35-4.cur: Added.
4935         * fast/events/resources/greenbox-hotspot5-4.cur: Added.
4936         * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang
4937
4938 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
4939
4940         Use complex path for the reference text in fast/text/international/combining-marks-position.html
4941         https://bugs.webkit.org/show_bug.cgi?id=101009
4942
4943         Reviewed by Kent Tamura.
4944
4945         Arial has a kerning pair for U+043A U+0430 so the width of the text can be
4946         different between simple path and complex path. Use text-rendering: optimizeLegibility
4947         to force using complex text for reference text.
4948
4949         * fast/text/international/combining-marks-position.html:
4950
4951 2012-11-15  Roger Fong  <roger_fong@apple.com>
4952
4953         Unreviewed. Skipped media/video-src-blob.html on Windows.
4954         Blob not enabled on Windows.
4955
4956         * platform/win/TestExpectations:
4957
4958 2012-11-15  David Grogan  <dgrogan@chromium.org>
4959
4960         IndexedDB: setVersion batch 8
4961         https://bugs.webkit.org/show_bug.cgi?id=102434
4962
4963         Reviewed by Tony Chang.
4964
4965         2 lines were added to intversion-bad-parameters to capture the tests
4966         that were in the now-deleted setVersion-{null,undefined}.
4967
4968         * storage/indexeddb/intversion-bad-parameters-expected.txt:
4969         * storage/indexeddb/key-generator-expected.txt:
4970         * storage/indexeddb/open-during-transaction-expected.txt:
4971         * storage/indexeddb/readonly-properties-expected.txt:
4972         * storage/indexeddb/resources/intversion-bad-parameters.js:
4973         (deleteSuccess):
4974         * storage/indexeddb/resources/key-generator.js:
4975           Again awkward to call indexedDBTest all over the place. The prefix
4976           line's gotta go, and we could also pull a resetDatabase method out of
4977           indexedDBTest that would just do a delete and open.
4978
4979         (runTests.nextTest.prepareDatabase):
4980         (runTests.nextTest.onSuccess.finishTest):
4981         (runTests.nextTest.onSuccess):
4982         (runTests.nextTest):
4983         (testAcrossConnections.prepareDatabase):
4984         * storage/indexeddb/resources/open-during-transaction.js:
4985         (prepareDatabase.event.target.transaction.oncomplete):
4986         (prepareDatabase):
4987         (tryOpens):
4988         * storage/indexeddb/resources/readonly-properties.js:
4989         (prepareDatabase):
4990         * storage/indexeddb/resources/setVersion-null.js: Removed.
4991         * storage/indexeddb/resources/setVersion-undefined.js: Removed.
4992         * storage/indexeddb/resources/transaction-after-close.js:
4993         (prepareDatabase):
4994         (firstTransactionComplete):
4995         (onFinalPutSuccess):
4996         * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
4997         (testSetVersion):
4998         (upgradeNeededCallback):
4999         (successCallback):
5000         * storage/indexeddb/setVersion-null-expected.txt: Removed.
5001         * storage/indexeddb/setVersion-null.html: Removed.
5002         * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
5003         * storage/indexeddb/setVersion-undefined.html: Removed.
5004         * storage/indexeddb/transaction-after-close-expected.txt:
5005         * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
5006
5007 2012-11-15  Alec Flett  <alecflett@chromium.org>
5008
5009         Add tests for explicit serialization values
5010         https://bugs.webkit.org/show_bug.cgi?id=96818
5011
5012         Reviewed by Adam Barth.
5013
5014         Make sure SerializedScriptValues are backward compatible with future changes.
5015
5016         * platform/chromium/fast/storage/serialized-script-value.html: Added.
5017         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
5018
5019 2012-11-15  Roger Fong  <roger_fong@apple.com>
5020
5021         Unreviewed. Add missing text test expectations for Mac and Windows ports.
5022
5023         * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
5024         * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
5025         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
5026         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
5027
5028 2012-11-15  Jian Li  <jianli@chromium.org>
5029
5030         Unreviewed. Updated chromium test expectations to clean up some passed
5031         tests.
5032
5033         * platform/chromium/TestExpectations:
5034
5035 2012-11-15  Erik Arvidsson  <arv@chromium.org>
5036
5037         Update DOMException name: SyntaxError
5038         https://bugs.webkit.org/show_bug.cgi?id=102279
5039
5040         Reviewed by Kentaro Hara.
5041
5042         Updated tests and expectations.
5043
5044         * fast/canvas/canvas-gradient-addStop-error-expected.txt:
5045         * fast/canvas/canvas-pattern-behaviour-expected.txt:
5046         * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
5047         * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
5048         * fast/css/css3-nth-tokens-script-expected.txt:
5049         * fast/css/css3-nth-tokens-script.html:
5050         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
5051         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
5052         * fast/dom/HTMLElement/set-invalid-value-expected.txt:
5053         * fast/dom/HTMLElement/set-invalid-value.html:
5054         * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
5055         * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
5056         * fast/dom/Window/custom-constructors-expected.txt:
5057         * fast/dom/Window/invalid-protocol-expected.txt:
5058         * fast/dom/css-mediarule-functions-expected.txt:
5059         * fast/dom/css-mediarule-functions.html:
5060         * fast/dom/dataset-expected.txt:
5061         * fast/dom/dataset-xhtml-expected.txt:
5062         * fast/dom/element-attribute-js-null-expected.txt:
5063         * fast/dom/register-protocol-handler.html:
5064         * fast/dom/script-tests/dataset-xhtml.js:
5065         * fast/dom/script-tests/dataset.js:
5066         * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
5067         * fast/dynamic/insertAdjacentHTML-expected.txt:
5068         * fast/eventsource/eventsource-constructor-expected.txt:
5069         * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
5070         * fast/mutation/observe-exceptions-expected.txt:
5071         * fast/workers/worker-constructor-expected.txt:
5072         * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
5073         * http/tests/security/postMessage/target-origin-expected.txt:
5074         * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
5075         * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
5076         * http/tests/websocket/tests/hybi/close-expected.txt:
5077         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
5078         * http/tests/websocket/tests/hybi/close-reason-too-long.html:
5079         * http/tests/websocket/tests/hybi/close.html:
5080         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
5081         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
5082         * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
5083         * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
5084         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
5085         * http/tests/xmlhttprequest/inject-header-expected.txt:
5086         * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
5087         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
5088         * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
5089         * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
5090         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
5091         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
5092         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
5093         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
5094         * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
5095         * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
5096         * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
5097         * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
5098         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
5099         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
5100         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
5101         * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
5102         * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
5103         * platform/chromium/fast/workers/worker-constructor-expected.txt:
5104         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
5105         * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
5106         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
5107         * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
5108         * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
5109         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
5110         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
5111         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
5112         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
5113         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
5114         * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
5115         * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
5116         * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
5117         * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
5118         * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
5119         * svg/dom/SVGAngle-expected.txt:
5120         * transforms/cssmatrix-2d-interface-expected.txt:
5121         * transforms/cssmatrix-3d-interface-expected.txt:
5122         * webintents/web-intents-api-expected.txt:
5123         * webintents/web-intents-api.html:
5124         * webintents/web-intents-obj-constructor-expected.txt:
5125         * webintents/web-intents-obj-constructor.html:
5126
5127 2012-11-15  James Robinson  <jamesr@chromium.org>
5128
5129         Clean up some TestExpectations for tests that pass now.
5130
5131         * platform/chromium/TestExpectations:
5132
5133 2012-11-15  David Grogan  <dgrogan@chromium.org>
5134
5135         IndexedDB setVersion-removal batch 7
5136         https://bugs.webkit.org/show_bug.cgi?id=102415
5137
5138         Reviewed by Tony Chang.
5139
5140         * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
5141         * storage/indexeddb/mozilla/readyState-expected.txt:
5142         * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
5143         * storage/indexeddb/mozilla/resources/readyState.js:
5144           Moved one check into shared.js, a few others around, and the check
5145           for setVersion's request.readyState==pending is deleted.
5146
5147         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
5148           First test I've converted that makes the initial open fail, but
5149           request.onsuccess is unhooked to not cause the whole test to fail.
5150
5151         (prepareDatabase):
5152         (postAbort):
5153         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
5154         * storage/indexeddb/objectstore-basics-expected.txt:
5155         * storage/indexeddb/objectstore-basics-workers-expected.txt:
5156         * storage/indexeddb/odd-strings-expected.txt:
5157         * storage/indexeddb/readonly-expected.txt:
5158         * storage/indexeddb/resources/objectstore-basics.js:
5159         * storage/indexeddb/resources/odd-strings.js:
5160         * storage/indexeddb/resources/readonly.js:
5161           Moved the checks at the beginning to the end of the test, but
5162           everything was preserved.
5163
5164         * storage/indexeddb/resources/shared.js:
5165           Moved a check from readyState to here as the readyState layout test
5166           doesn't have access to the open request before any events are fired.
5167
5168 2012-11-15  Stephen Chenney  <schenney@chromium.org>
5169
5170         mpath elements do not clear resource lists before destruction
5171         https://bugs.webkit.org/show_bug.cgi?id=101505
5172
5173         Reviewed by Abhishek Arya.
5174
5175         Test that causes a mpath element to be deleted before the path that it
5176         references.
5177
5178         * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
5179         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.
5180
5181 2012-11-15  Stephen Chenney  <schenney@chromium.org>
5182
5183         [Chromium] Test expectations - we're passing!
5184
5185         Unreviewed expectations for canvas-shadow.html
5186
5187         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
5188         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
5189         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
5190
5191 2012-11-15  David Grogan  <dgrogan@chromium.org>
5192
5193         IndexedDB: remove setVersion from intversion-long-queue
5194         https://bugs.webkit.org/show_bug.cgi?id=102322
5195
5196         Reviewed by Tony Chang.
5197
5198         This test probably doesn't provide as much value as it used to but
5199         tests like this, where there's a long sequence of interdependent
5200         events, have caught stuff for us in the past. There are endless
5201         variants that will all exercise our code differently.
5202
5203         * storage/indexeddb/intversion-long-queue-expected.txt:
5204         * storage/indexeddb/resources/intversion-long-queue.js:
5205         (prepareDatabase):
5206         (connection1Success):
5207         (connection1VersionChangeCallback):
5208         (connection2Blocked):
5209         (deleteDatabaseBlockedCallback):
5210         (deleteDatabaseSuccessCallback):
5211         (connection2UpgradeNeeded):
5212         (connection2Success):
5213         (connection2TransactionComplete):
5214         (connection2VersionChangeEvent):
5215         (connection3UpgradeNeeded):
5216         (connection3Success):
5217
5218 2012-11-15  Roger Fong  <roger_fong@apple.com>
5219
5220         Unreviewed. CSS3_TEXT is not enabled on Windows. 
5221         Skipping tests:
5222         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
5223         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
5224         fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html
5225
5226         * platform/win/TestExpectations:
5227
5228 2012-11-15  Roger Fong  <roger_fong@apple.com>
5229
5230         Unreviewed. More subpixel layout test rebaselines for Windows.
5231
5232         * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
5233         * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
5234         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
5235
5236 2012-11-15  Erik Arvidsson  <arv@chromium.org>
5237
5238         Unreviewed gardening.
5239
5240         Rebaselining pixel tests after r102427
5241
5242         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
5243         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
5244         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
5245         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
5246         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
5247         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
5248         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
5249         * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
5250         * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
5251         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
5252         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
5253         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
5254         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
5255         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
5256
5257 2012-11-15  Joshua Bell  <jsbell@chromium.org>
5258
5259         IndexedDB: Indexing tests are flaky-crashing
5260         https://bugs.webkit.org/show_bug.cgi?id=102283
5261
5262         Reviewed by Tony Chang.
5263
5264         Reduced repro case, although the behavior is still flaky.
5265
5266         * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
5267         * storage/indexeddb/transaction-crash-in-tasks.html: Added.
5268
5269 2012-11-15  Roger Fong  <roger_fong@apple.com>
5270
5271         Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.
5272
5273         * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
5274
5275 2012-11-15  Roger Fong  <roger_fong@apple.com>
5276
5277         Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.
5278
5279         * platform/win/TestExpectations:
5280
5281 2012-11-15  Jian Li  <jianli@chromium.org>
5282
5283         Unreviewed. Update chromium test expectations.
5284
5285         * platform/chromium/TestExpectations:
5286
5287 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
5288
5289         MutationObserver wrapper should not be collected while still observing
5290         https://bugs.webkit.org/show_bug.cgi?id=102328
5291
5292         Reviewed by Adam Barth.
5293
5294         Test that a MutationObserver wrapper is not collected while the observer
5295         is still observing since the wrapper must be passed into the callback
5296         later.
5297
5298         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
5299         * fast/mutation/observer-wrapper-dropoff.html: Added.
5300
5301 2012-11-15  David Grogan  <dgrogan@chromium.org>
5302
5303         IndexedDB: setVersion test conversion batch 6
5304         https://bugs.webkit.org/show_bug.cgi?id=102318
5305
5306         Reviewed by Tony Chang.
5307
5308         Salvaged the useful parts of intversion-and-setversion as
5309         intversion-upgrades.
5310
5311         * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
5312         * storage/indexeddb/intversion-upgrades-expected.txt: Added.
5313         * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
5314         * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
5315         * storage/indexeddb/resources/intversion-upgrades.js: Added.
5316         (test):
5317         (deleteSuccess):
5318         (initialUpgradeNeeded):
5319         (openSuccess):
5320         (connection1VersionChangeCallback):
5321         (connection2BlockedCallback):
5322         (connection2UpgradeNeeded):
5323         (transactionCompleted):
5324         (connection2Success):
5325         (connection3Success):
5326         (errorWhenTryingLowVersion):
5327         (connection4UpgradeNeeded):
5328         (connection4Success):
5329         (connection5Success):
5330         * storage/indexeddb/resources/shared.js:
5331         (unexpectedVersionChangeCallback):
5332
5333 2012-11-15  David Grogan  <dgrogan@chromium.org>
5334
5335         IndexedDB test conversions batch 5
5336         https://bugs.webkit.org/show_bug.cgi?id=102308
5337
5338         Reviewed by Tony Chang.
5339
5340         * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
5341         * storage/indexeddb/mozilla/event-source-expected.txt:
5342         * storage/indexeddb/mozilla/global-data-expected.txt:
5343         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
5344         * storage/indexeddb/mozilla/odd-result-order-expected.txt:
5345         * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
5346         * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
5347           Calls indexedDBTest a bunch of times, which seems awkward, but is
5348           really convenient.
5349
5350         * storage/indexeddb/mozilla/resources/event-source.js:
5351           Now that setVersion is gone, it appears that no request should have
5352           a database as a source so the dropped test is ok.
5353
5354         * storage/indexeddb/mozilla/resources/global-data.js:
5355         (prepareDatabase):
5356         (open2Success):
5357         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
5358         (prepareDatabase):
5359         * storage/indexeddb/mozilla/resources/odd-result-order.js:
5360           The tests had to be run in slightly different order but they are all
5361           preserved.
5362
5363         (prepareDatabase):
5364         (openSuccess):
5365         (deleteSuccess):
5366         * storage/indexeddb/mozilla/resources/remove-objectstore.js:
5367         (prepareDatabase):
5368         (checkObjectStore):
5369         (inSetVersion2.request.onsuccess):
5370         (inSetVersion2):
5371         (setVersion3):
5372         (inSetVersion3):
5373         (deleteThirdObjectStore):
5374         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
5375         * storage/indexeddb/resources/objectstore-removeobjectstore.js:
5376         (getValue):
5377         (checkResult):
5378         (addIndex):
5379         (deleteObjectStore):
5380         (createObjectStoreAgain):
5381
5382 2012-11-15  Alpha Lam  <hclam@chromium.org>
5383
5384         [chromium] WebGL texImage2D fails with deferred image decoding
5385         https://bugs.webkit.org/show_bug.cgi?id=102310
5386
5387         Reviewed by Kenneth Russell.
5388
5389         Added a test to exercise texImage2D with an Image object.
5390
5391         * fast/images/webgl-teximage2d-expected.txt: Added.
5392         * fast/images/webgl-teximage2d.html: Added.
5393
5394 2012-11-15  Stephen Chenney  <schenney@chromium.org>
5395
5396         Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed
5397
5398         Unreviewed test expectations update.
5399
5400         * fast/box-shadow/single-pixel-shadow-expected.png: Added.
5401         * platform/chromium-linux-x86/fast/box-shadow: Removed.
5402         * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5403         * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
5404         * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
5405         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5406         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
5407         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
5408         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
5409         * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
5410         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
5411         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
5412         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
5413         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
5414         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
5415         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
5416         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5417         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5418         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5419         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
5420         * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
5421         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
5422         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
5423         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
5424         * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
5425         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
5426         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
5427         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
5428         * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5429         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
5430         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
5431         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
5432         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
5433         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
5434         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
5435         * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
5436         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
5437         * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
5438         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
5439         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
5440         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
5441         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
5442         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
5443         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
5444         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
5445         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
5446         * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
5447         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
5448         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
5449         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5450         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5451         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5452         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
5453         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
5454         * platform/chromium-mac/fast/transforms/shadows-expected.png:
5455         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
5456         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
5457         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
5458         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
5459         * platform/chromium-win-xp/fast/box-shadow: Removed.
5460         * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5461         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
5462         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
5463         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5464         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5465         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5466         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
5467         * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
5468         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
5469         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
5470         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
5471         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
5472         * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
5473         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
5474         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
5475         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
5476         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
5477         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
5478         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
5479         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
5480         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
5481         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
5482         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
5483         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
5484         * platform/chromium/TestExpectations:
5485         * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
5486         * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
5487         * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
5488         * platform/efl-wk1/compositing/shadows: Added.
5489         * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
5490         * platform/efl-wk1/fast/box-shadow: Added.
5491         * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
5492         * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
5493         * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
5494         * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
5495         * platform/efl-wk1/fast/canvas: Added.
5496         * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
5497         * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5498         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5499         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5500         * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
5501         * platform/efl-wk1/fast/transforms: Added.
5502         * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
5503         * platform/efl-wk1/svg/css: Added.
5504         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
5505         * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
5506         * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
5507         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
5508         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
5509         * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
5510         * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5511         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
5512         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
5513         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
5514         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
5515         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
5516         * platform/efl/fast/transforms/shadows-expected.png: Removed.
5517         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
5518         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
5519
5520 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
5521
5522         Unreviewed, rolling out r134800 and r134805.
5523         http://trac.webkit.org/changeset/134800
5524         http://trac.webkit.org/changeset/134805
5525         https://bugs.webkit.org/show_bug.cgi?id=102417
5526
5527         This patch broke chromium port (Requested by jianli on
5528         #webkit).
5529
5530         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
5531         * fast/mediastream/RTCPeerConnection-datachannel.html:
5532
5533 2012-11-15  Tommy Widenflycht  <tommyw@google.com>
5534
5535         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
5536         https://bugs.webkit.org/show_bug.cgi?id=102386
5537
5538         Reviewed by Adam Barth.
5539
5540         * fast/mediastream/RTCPeerConnection-datachannel.html:
5541         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
5542
5543 2012-11-15  Rick Byers  <rbyers@chromium.org>
5544
5545         No tests for changing mouse cursors
5546         https://bugs.webkit.org/show_bug.cgi?id=100550
5547
5548         Reviewed by Brent Fulgham.
5549
5550         Add a simple test covering the basic scenarios of changing a mouse
5551         cursor with CSS.  This includes most of the cases currently covered
5552         by ManualTests/*cursor*.
5553
5554         * fast/events/mouse-cursor-expected.txt: Added.
5555         * fast/events/mouse-cursor.html: Added.
5556
5557 2012-11-13  Jer Noble  <jer.noble@apple.com>
5558
5559         Support loading of blob URLs in AVFoundation.
5560         https://bugs.webkit.org/show_bug.cgi?id=102182
5561
5562         Reviewed by Eric Carlson.
5563
5564         Add a new test which verifies blob url support in video elements.
5565
5566         * media/video-src-blob-expected.txt: Added.
5567         * media/video-src-blob.html: Added.
5568         * platform/mac/TestExpectations: Add expected failure results for OSX releases where 
5569             custom media loading is not supported.
5570
5571 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
5572
5573         Unreviewed, rolling out r134649 and r134665.
5574         http://trac.webkit.org/changeset/134649
5575         http://trac.webkit.org/changeset/134665
5576         https://bugs.webkit.org/show_bug.cgi?id=102413
5577
5578         Broke a ton of downstream chromium tests (Requested by japhet
5579         on #webkit).
5580
5581         * http/tests/inspector/network/network-iframe-load-and-delete.html:
5582         * http/tests/loading/redirect-methods-expected.txt:
5583         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
5584         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
5585         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
5586
5587 2012-11-15  Mike West  <mkwst@chromium.org>
5588
5589         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
5590         https://bugs.webkit.org/show_bug.cgi?id=102391
5591
5592         This test is leaking state into the following test. Skipping it here,
5593         and will look for a fix in 85522 (oooooold!).
5594
5595         * platform/mac/TestExpectations:
5596             Skip sandboxed-iframe-form-top.html
5597         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
5598             We're no longer leaking into this test; remove the platform specific
5599             results.
5600
5601 2012-11-15  Erik Arvidsson  <arv@chromium.org>
5602
5603         Update DOMException name: NotSupportedError
5604         https://bugs.webkit.org/show_bug.cgi?id=102139
5605
5606         Reviewed by Ojan Vafai.
5607
5608         Updated tests and expectations.
5609
5610         * editing/pasteboard/data-transfer-items-expected.txt:
5611         * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
5612         * fast/canvas/canvas-createImageData-expected.txt:
5613         * fast/canvas/canvas-getImageData-invalid-expected.txt:
5614         * fast/canvas/canvas-putImageData-expected.txt:
5615         * fast/canvas/canvas-putImageData.js:
5616         * fast/canvas/linearGradient-infinite-values-expected.txt:
5617         * fast/canvas/radialGradient-infinite-values-expected.txt:
5618         * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
5619         * fast/canvas/script-tests/canvas-createImageData.js:
5620         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
5621         * fast/canvas/script-tests/linearGradient-infinite-values.js:
5622         * fast/canvas/script-tests/radialGradient-infinite-values.js:
5623         * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
5624         * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
5625         * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
5626         * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
5627         * fast/dom/Node/initial-values-expected.txt:
5628         * fast/dom/importNode-null-expected.txt:
5629         * fast/dynamic/insertAdjacentText-expected.txt:
5630         * fast/forms/date/input-valueasnumber-date-expected.txt:
5631         * fast/forms/date/input-valueasnumber-date.html:
5632         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
5633         * fast/forms/datetime/input-valueasnumber-datetime.html:
5634         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
5635         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
5636         * fast/forms/month/input-valueasnumber-month-expected.txt:
5637         * fast/forms/month/input-valueasnumber-month.html:
5638         * fast/forms/number/number-valueasnumber-expected.txt:
5639         * fast/forms/number/number-valueasnumber.html:
5640         * fast/forms/range/input-valueasnumber-range-expected.txt:
5641         * fast/forms/range/input-valueasnumber-range.html:
5642         * fast/forms/time/time-valueasnumber-expected.txt:
5643         * fast/forms/time/time-valueasnumber.html:
5644         * fast/forms/week/input-valueasnumber-week-expected.txt:
5645         * fast/forms/week/input-valueasnumber-week.html:
5646         * fast/mediastream/RTCPeerConnection-expected.txt:
5647         * fast/mediastream/argument-types-expected.txt:
5648         * fast/mediastream/getusermedia-expected.txt:
5649         * fast/mediastream/script-tests/argument-types.js:
5650         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
5651         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
5652         * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
5653         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
5654         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
5655         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
5656         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
5657         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
5658         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
5659         * svg/dom/SVGAngle-expected.txt:
5660         * svg/dom/SVGLength-expected.txt:
5661         * svg/dom/SVGLength-px-expected.txt:
5662         * svg/dom/SVGPreserveAspectRatio-expected.txt:
5663         * transforms/cssmatrix-2d-interface-expected.txt:
5664         * transforms/cssmatrix-3d-interface-expected.txt:
5665
5666 2012-11-15  Mike West  <mkwst@chromium.org>
5667
5668         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
5669         https://bugs.webkit.org/show_bug.cgi?id=102391
5670
5671         This test is leaking state into the following test. Skipping it here,
5672         and will look for a fix in 85522 (oooooold!).
5673
5674         * platform/mac/TestExpectations:
5675             Skip sandboxed-iframe-form-top.html
5676         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
5677             We're no longer leaking into this test; remove the platform specific
5678             results.
5679
5680 2012-11-15  Erik Arvidsson  <arv@chromium.org>
5681
5682         Update DOMException name: NoModificationAllowedError
5683         https://bugs.webkit.org/show_bug.cgi?id=102134
5684
5685         Reviewed by Ojan Vafai.
5686
5687         Updated tests and expectations.
5688
5689         * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
5690         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
5691         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
5692         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
5693         * fast/dom/computed-style-set-property-expected.txt:
5694         * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
5695         * fast/dom/outerText-no-element-expected.txt:
5696         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
5697         * fast/dom/setPrimitiveValue-expected.txt:
5698         * fast/dynamic/outerHTML-no-element-expected.txt:
5699         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
5700         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
5701         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
5702         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
5703         * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
5704         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
5705         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
5706         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
5707         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
5708         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
5709         * platform/qt/svg/dom/altGlyph-dom-expected.txt:
5710         * svg/animations/animate-gradient-transform-expected.txt:
5711         * svg/dom/SVGColor-expected.txt:
5712         * svg/dom/SVGLengthList-basics-expected.txt:
5713         * svg/dom/SVGNumberList-basics-expected.txt:
5714         * svg/dom/SVGPaint-expected.txt:
5715         * svg/dom/SVGTransformList-basics-expected.txt:
5716         * svg/dom/SVGViewSpec-defaults-expected.txt:
5717         * svg/dom/altGlyph-dom-expected.txt:
5718
5719 2012-11-15  Eric Carlson  <eric.carlson@apple.com>
5720
5721         Update computed line position algorithm
5722         https://bugs.webkit.org/show_bug.cgi?id=93779
5723
5724         Reviewed by Philippe Normand.
5725
5726         Compute the position of a text track relative to rendered tracks. This is needed to position
5727         cues correctly when there is more than one text track.
5728
5729         * media/track/track-cue-container-rendering-position-expected.txt: Added.
5730         * media/track/track-cue-container-rendering-position.html: Added.
5731
5732 2012-11-15  Andreas Kling  <kling@webkit.org>
5733
5734         REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
5735         <http://webkit.org/b/102304>
5736
5737         Reviewed by Anders Carlsson.
5738
5739         * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
5740         * fast/dom/cloneNode-below-body-attribute-merging.html: Added.
5741
5742 2012-11-15  Justin Novosad  <junov@google.com>
5743
5744         Cleanup test expectations after rebaseline r134668
5745         https://bugs.webkit.org/show_bug.cgi?id=101974
5746
5747         Unreviewed
5748
5749         * platform/chromium/TestExpectations:
5750
5751 2012-11-15  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
5752
5753         [EFL] Gardening.
5754
5755         Move some expectations from efl-wk1/ to efl/ since they should
5756         work for both ports (and were originally there).
5757
5758         Skip an additional HiDPI test.
5759
5760         * platform/efl-wk1/fast/borders: Removed.
5761         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
5762         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
5763         * platform/efl-wk1/fast/css: Removed.
5764         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
5765         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
5766         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
5767         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
5768         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
5769         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
5770         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
5771         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
5772         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
5773         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
5774         * platform/efl-wk1/fast/media: Removed.
5775         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
5776         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
5777         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
5778         * platform/efl-wk1/svg/dom: Removed.
5779         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
5780         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
5781         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
5782         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
5783         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
5784         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
5785         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
5786         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
5787         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
5788         * platform/efl/TestExpectations:
5789         * 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.
5790         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
5791         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
5792         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
5793         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
5794         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
5795         * 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.
5796         * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
5797         * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
5798         * 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.
5799         * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
5800         * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
5801         * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
5802         * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
5803         * 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.
5804         * 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.
5805         * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
5806         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
5807         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
5808         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
5809         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
5810         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
5811         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
5812         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
5813         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
5814         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.
5815
5816 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
5817
5818         Prevent creation of detached frames in ShadowRoot
5819         https://bugs.webkit.org/show_bug.cgi?id=102333
5820
5821         Reviewed by Dimitri Glazkov.
5822
5823         Test that you cannot create a detached frame using a ShadowRoot
5824         and iframe unload handlers.
5825
5826         * fast/frames/detached-shadow-frame-expected.txt: Added.
5827         * fast/frames/detached-shadow-frame.html: Added.
5828
5829 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
5830
5831         Changing pseudoClass (:visited) should cause distribution.
5832         https://bugs.webkit.org/show_bug.cgi?id=101700
5833
5834         Reviewed by Dimitri Glazkov.
5835
5836         * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
5837         * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
5838         * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
5839         * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.
5840
5841 2012-11-15  Stephen Chenney  <schenney@chromium.org>
5842
5843         [Chromium] Disable SK_IGNORE_FAST_BLURRECT
5844
5845         Unreviewed test expectations update
5846
5847         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
5848         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
5849         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
5850         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
5851         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
5852         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
5853         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
5854         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
5855         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
5856         * platform/chromium-linux/fast/transforms/shadows-expected.png:
5857         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
5858         * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
5859         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
5860         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
5861         * platform/chromium/TestExpectations:
5862
5863 2012-11-15  Stephen Chenney  <schenney@chromium.org>
5864
5865         Rebaseline after r134736
5866
5867         Unreviewed expectations update.
5868
5869         Very minor changes, not entirely clear why but not a problem at all.
5870         Probably due to animation cauising an initial valeue to differ
5871         slightly.
5872
5873         * platform/chromium-linux/compositing/checkerboard-expected.png:
5874         * platform/chromium-mac/compositing/checkerboard-expected.png:
5875         * platform/chromium-win/compositing/checkerboard-expected.png:
5876
5877 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
5878
5879         [EFL] Update pixel test expectation for datalist tests
5880         https://bugs.webkit.org/show_bug.cgi?id=102365
5881
5882         Unreviewed EFL gardening.
5883
5884         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
5885         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
5886
5887 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
5888
5889         REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
5890         https://bugs.webkit.org/show_bug.cgi?id=102183
5891
5892         Unreviewed gardening, unskip now passing tests after r134666.
5893
5894         * platform/qt/TestExpectations:
5895
5896 2012-11-15  Mike West  <mkwst@chromium.org>
5897
5898         We should trigger a console warning when we encounter invalid sandbox flags.
5899         https://bugs.webkit.org/show_bug.cgi?id=101956
5900
5901         Reviewed by Adam Barth.
5902
5903         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
5904         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
5905         * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
5906         * http/tests/security/sandboxed-iframe-invalid.html: Added.
5907
5908 2012-11-15  Keishi Hattori  <keishi@webkit.org>
5909
5910         [Chromium] Add tests for month suggestion picker
5911         https://bugs.webkit.org/show_bug.cgi?id=102040
5912
5913         Reviewed by Kent Tamura.
5914
5915         Adding tests for <input type=date> with datalist.
5916
5917         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
5918         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
5919         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
5920         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
5921         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
5922         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
5923         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
5924         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
5925         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
5926         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
5927         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
5928         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
5929         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
5930         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
5931         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
5932         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
5933         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
5934         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
5935         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
5936         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
5937         * platform/chromium/TestExpectations:
5938
5939 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
5940
5941         [EFL] Gardening after r134628
5942         https://bugs.webkit.org/show_bug.cgi?id=102368
5943
5944         Unreviewed gardening.
5945
5946         Skip test compositing/overflow/scrolling-without-painting.html added at r134628
5947         and which does not pass on EFL.
5948
5949         * platform/efl/TestExpectations:
5950
5951 2012-11-15  Ryosuke Niwa  <rniwa@webkit.org>
5952
5953         Fix tests after r134637.
5954
5955         * fast/harness/perftests/runs-per-second-iterations.html:
5956         * fast/harness/perftests/runs-per-second-log.html:
5957         * platform/qt/TestExpectations:
5958
5959 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
5960
5961         [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
5962         https://bugs.webkit.org/show_bug.cgi?id=102362
5963
5964         Unreviewed rebaseline.
5965
5966         Rebased fast/media/mq-js-media-except-01.html after r134618.
5967
5968         * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.
5969
5970 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
5971
5972         [Qt] Unreviewed gardening, skip new failing tests.
5973
5974         * platform/qt/TestExpectations:
5975
5976 2012-11-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
5977
5978         [Qt] Unreviewed gardening. Rebaseline after r134649.
5979
5980         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
5981         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
5982         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
5983
5984 2012-11-15  Kent Tamura  <tkent@chromium.org>
5985
5986         Support stand-alone month names in calendar picker
5987         https://bugs.webkit.org/show_bug.cgi?id=102196
5988
5989         Reviewed by Kentaro Hara.
5990
5991         Update a pixel result for Russian calendar picker. Now it contains
5992         a stand-alone month name.
5993
5994         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
5995
5996 2012-11-15  Kentaro Hara  <haraken@chromium.org>
5997
5998         Unreviewed. Rebaselined images.
5999
6000         * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
6001         * platform/chromium/TestExpectations:
6002
6003 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org> 
6004
6005         Changing pseudoClass (:disabled) should cause distribution.
6006         https://bugs.webkit.org/show_bug.cgi?id=101901
6007
6008         Reviewed by Hajime Morita.
6009
6010         * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
6011         * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
6012         * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
6013         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
6014         * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
6015         * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
6016         * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
6017         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
6018         * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
6019         * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
6020         * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
6021         * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
6022         * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
6023         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.
6024
6025 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
6026
6027         Unreviewed, rolling out r134691, r134703, r134715, r134716,
6028         and r134733.
6029         http://trac.webkit.org/changeset/134691
6030         http://trac.webkit.org/changeset/134703
6031         http://trac.webkit.org/changeset/134715
6032         http://trac.webkit.org/changeset/134716
6033         http://trac.webkit.org/changeset/134733
6034         https://bugs.webkit.org/show_bug.cgi?id=102342
6035
6036         "Broke the Apple Windows Debug and GTK builds." (Requested by
6037         dydx on #webkit).
6038
6039         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
6040         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
6041
6042 2012-11-14  Kentaro Hara  <haraken@chromium.org>
6043
6044         Unreviewed. Rebaselined images.
6045
6046         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
6047         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
6048         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
6049         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
6050
6051 2012-11-14  Dirk Schulze  <krit@webkit.org>
6052
6053         Support animation of basic shape 'polygon'
6054         https://bugs.webkit.org/show_bug.cgi?id=102080
6055
6056         Reviewed by Daniel Bates.
6057
6058         Added animation test for basic shape 'polygon' to existing test
6059         css3/masking/clip-path-animation.html and
6060         fast/exclusions/shape-inside/shape-inside-animation.html.
6061
6062         * animations/resources/animation-test-helpers.js:
6063         (parseBasicShape):
6064         * css3/masking/clip-path-animation-expected.txt:
6065         * css3/masking/clip-path-animation.html:
6066         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
6067         * fast/exclusions/shape-inside/shape-inside-animation.html:
6068
6069 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
6070
6071         Changing pseudoClass (:checked) should cause distribution.
6072         https://bugs.webkit.org/show_bug.cgi?id=101902
6073
6074         Reviewed by Dimitri Glazkov.
6075
6076         Since an option element does not create a renderer, we cannot make its test a reftest.
6077
6078         * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
6079         * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
6080         * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
6081         * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.
6082
6083 2012-11-14  Keishi Hattori  <keishi@webkit.org>
6084
6085         Add tests for week picker
6086         https://bugs.webkit.org/show_bug.cgi?id=101555
6087
6088         Reviewed by Kent Tamura.
6089
6090         Adding tests for month picker.
6091
6092         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
6093         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
6094         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
6095         (selectedWeek): Returns value of selected week.
6096         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
6097         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
6098         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
6099         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
6100         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
6101         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
6102         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
6103         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
6104         * platform/chromium/TestExpectations:
6105
6106 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
6107
6108         Changing pseudoClass (:link) should cause distribution
6109         https://bugs.webkit.org/show_bug.cgi?id=101698
6110
6111         Reviewed by Hajime Morita.
6112
6113         * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
6114         * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
6115         * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
6116         * fast/dom/shadow/pseudoclass-update-link-area.html: Added.
6117
6118 2012-11-14  Kentaro Hara  <haraken@chromium.org>
6119
6120         Unreviewed. Rebaselined images.
6121
6122         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
6123         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
6124         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
6125         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
6126         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
6127         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
6128         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
6129         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
6130         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
6131         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
6132         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
6133         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.
6134
6135 2012-11-14  Kentaro Hara  <haraken@chromium.org>
6136
6137         Unreviwed. Rebaselined images.
6138
6139         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
6140         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.
6141
6142 2012-11-14  Kentaro Hara  <haraken@chromium.org>
6143
6144         Unreviewed. Rebaselined images.
6145
6146         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
6147         * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
6148         * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
6149         * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
6150         * platform/chromium/TestExpectations:
6151
6152 2012-11-14  David Grogan  <dgrogan@chromium.org>
6153
6154         IndexedDB: Test conversions batch 4
6155         https://bugs.webkit.org/show_bug.cgi?id=102267
6156
6157         Reviewed by Tony Chang.
6158
6159         These are tests that don't have the js file in resources. The only
6160         interesting bit is that lazy-index-population uncovered a potential bug.
6161
6162         I think tutorial.html has outlived its usefulness now that there are
6163         more tutorials on the web. It was very outdated. It is deleted in
6164         this patch.
6165
6166         * storage/indexeddb/deletedatabase-transaction-expected.txt:
6167         * storage/indexeddb/deletedatabase-transaction.html:
6168         * storage/indexeddb/dont-commit-on-blocked-expected.txt:
6169         * storage/indexeddb/dont-commit-on-blocked.html:
6170         * storage/indexeddb/lazy-index-population-expected.txt:
6171         * storage/indexeddb/lazy-index-population.html:
6172         * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
6173         * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
6174         * storage/indexeddb/mozilla/resources/object-identity.js:
6175           Test added here to replace test covered in tutorial.html
6176
6177         * storage/indexeddb/noblobs-expected.txt:
6178         * storage/indexeddb/noblobs.html:
6179         * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
6180         (onSetVersionSuccess):
6181         * storage/indexeddb/structured-clone-expected.txt:
6182         * storage/indexeddb/structured-clone.html:
6183         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
6184         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
6185         * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
6186         * storage/indexeddb/transaction-complete-with-js-recursion.html:
6187         * storage/indexeddb/tutorial-expected.txt: Removed.
6188         * storage/indexeddb/tutorial.html: Removed.
6189
6190 2012-11-14  Filip Pizlo  <fpizlo@apple.com>
6191
6192         Read-only properties created with putDirect() should tell the structure that there are read-only properties
6193         https://bugs.webkit.org/show_bug.cgi?id=102292
6194
6195         Reviewed by Gavin Barraclough.
6196
6197         * fast/js/function-dot-length-read-only-expected.txt: Added.
6198         * fast/js/function-dot-length-read-only.html: Added.
6199         * fast/js/jsc-test-list:
6200         * fast/js/script-tests/function-dot-length-read-only.js: Added.
6201         (foo):
6202         (Bar):
6203
6204 2012-11-14  Alec Flett  <alecflett@chromium.org>
6205
6206         Add tests for explicit serialization values
6207         https://bugs.webkit.org/show_bug.cgi?id=96818
6208
6209         Reviewed by Adam Barth.
6210
6211         Make sure SerializedScriptValues are backward compatible with future changes.
6212
6213         * platform/chromium/fast/storage/serialized-script-value.html: Added.
6214
6215 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6216
6217         [Chromium] Marked more virtual/deferred/fast/images as failing.
6218         https://bugs.webkit.org/show_bug.cgi?id=102294
6219
6220 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6221
6222         [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
6223         https://bugs.webkit.org/show_bug.cgi?id=102294
6224
6225 2012-11-14  Tony Chang  <tony@chromium.org>
6226
6227         Crash in flexbox when removing absolutely positioned children
6228         https://bugs.webkit.org/show_bug.cgi?id=100465
6229
6230         Reviewed by Ojan Vafai.
6231
6232         Test case for the crash.
6233
6234         * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
6235         * css3/flexbox/crash-removing-out-of-flow-child.html: Added.
6236
6237 2012-11-14  Dirk Schulze  <krit@webkit.org>
6238
6239         [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
6240         https://bugs.webkit.org/show_bug.cgi?id=102123
6241
6242         Reviewed by Antti Koivisto.
6243
6244         Add new animation test for 'shape-inside', similar to 'clip-path' test.
6245
6246         * animations/resources/animation-test-helpers.js:
6247         (getPropertyValue):
6248         (comparePropertyValue):
6249         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
6250         * fast/exclusions/shape-inside/shape-inside-animation.html: Added.
6251
6252 2012-11-14  Justin Novosad  <junov@google.com>
6253
6254         Updating baselines after r134631
6255         https://bugs.webkit.org/show_bug.cgi?id=101974
6256
6257         Unreviewed
6258
6259         * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
6260         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
6261         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
6262         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
6263         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
6264         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
6265         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
6266         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
6267         * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
6268         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
6269         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
6270         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
6271         * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
6272         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
6273         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
6274         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
6275         * platform/efl-wk1/fast/borders: Added.
6276         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
6277         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
6278         * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
6279         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
6280         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
6281         * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.
6282
6283 2012-11-14  David Grogan  <dgrogan@chromium.org>
6284
6285         IndexedDB: test conversion batch 3
6286         https://bugs.webkit.org/show_bug.cgi?id=102168
6287
6288         Reviewed by Tony Chang.
6289
6290         These were all pretty straightforward. metadata.html could include
6291         some additional tests that check the metadata after a versionchange
6292         transaction aborts, but I think that's tested in one of the intversion
6293         tests.
6294
6295         * storage/indexeddb/exceptions-expected.txt:
6296         * storage/indexeddb/factory-deletedatabase-expected.txt:
6297         * storage/indexeddb/index-duplicate-keypaths-expected.txt:
6298         * storage/indexeddb/index-multientry-expected.txt:
6299         * storage/indexeddb/index-population-expected.txt:
6300         * storage/indexeddb/metadata-expected.txt:
6301         * storage/indexeddb/resources/database-basics.js:
6302           Fix failure when run as a chromium browser test.
6303
6304         * storage/indexeddb/resources/exceptions.js:
6305           Moved some asserts from running before the database is opened to
6306           afterward but they appear to be testing the same thing.
6307         (transactionComplete):
6308           close can't proceed until the transactions are complete, something
6309           setVersion didn't have to deal with.
6310
6311         * storage/indexeddb/resources/factory-deletedatabase.js:
6312           The conditions under which deleteDatabase is called in this test is
6313           _slightly_ different. Previously, deleteDatabase was called from
6314           inside a versionchange transaction, causing the original connection
6315           to receive a versionchange event. With upgradeneeded we have to close
6316           the original connection before entering a versionchange transaction,
6317           so the second connection is now what closes in response to the
6318           deleteDatabase's versionchange event.
6319
6320         * storage/indexeddb/resources/index-duplicate-keypaths.js:
6321         (testCollideAutoIncrementSetup):
6322         (testCollideAutoIncrement):
6323         * storage/indexeddb/resources/index-multientry.js:
6324         (prepareDatabase):
6325         (createIndexOnStoreWithData):
6326         * storage/indexeddb/resources/index-population.js:
6327         (prepareDatabase.request.onsuccess):
6328         (prepareDatabase):
6329         (doSetVersion2):
6330         (setVersion2):
6331         (setVersion2Abort):
6332         * storage/indexeddb/resources/metadata.js:
6333         (prepareDatabase):
6334         (snapshotConnection1):
6335         (secondOpen.request.onupgradeneeded):
6336         (secondOpen.request.onsuccess):
6337         (secondOpen):
6338         (thirdOpen.request.onupgradeneeded):
6339         (thirdOpen.request.onerror):
6340         (thirdOpen):
6341         (fourthOpen.request.onupgradeneeded):
6342         (fourthOpen.request.onsuccess):
6343         (fourthOpen):
6344         (checkState):
6345
6346 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6347
6348         [Chromium] Updating baselines after r134631.
6349
6350 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6351
6352         Marked fake-mouse-move tests as failing.
6353         https://bugs.webkit.org/show_bug.cgi?id=102277
6354
6355 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6356
6357         Update DOMException name: WrongDocumentError
6358         https://bugs.webkit.org/show_bug.cgi?id=102096
6359
6360         Reviewed by Ojan Vafai.
6361
6362         Updated tests and expectations.
6363
6364         * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
6365         * fast/dom/Range/compareBoundaryPoints-1.html:
6366         * fast/dom/move-nodes-across-documents.html:
6367
6368 2012-11-14  Nate Chapin  <japhet@chromium.org>
6369
6370         Move empty loading to DocumentLoader, simplify FrameLoader::init()
6371         https://bugs.webkit.org/show_bug.cgi?id=101512
6372
6373         Reviewed by Adam Barth.
6374
6375         Don't expect resource load callbacks for empty loads.
6376
6377         * http/tests/inspector/network/network-iframe-load-and-delete.html:
6378         * http/tests/loading/redirect-methods-expected.txt:
6379         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
6380         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
6381         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
6382
6383 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6384
6385         Update DOMException name: InvalidStateError
6386         https://bugs.webkit.org/show_bug.cgi?id=102241
6387
6388         Reviewed by Ojan Vafai.
6389
6390         Updated tests and expectations.
6391
6392         * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
6393         * fast/dom/HTMLDialogElement/dialog-open.html:
6394         * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
6395         * fast/dom/HTMLDialogElement/dialog-show-modal.html:
6396         * fast/dom/Range/range-intersectsNode-exception-expected.txt:
6397         * fast/dom/Range/range-intersectsNode-exception.html:
6398         * fast/dom/Range/range-intersectsNode-expected.txt:
6399         * fast/dom/Range/resources/intersectsNode.js:
6400         * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
6401         * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
6402         * fast/events/message-port-clone-expected.txt:
6403         * fast/events/message-port-multi-expected.txt:
6404         * fast/files/read-file-async-expected.txt:
6405         * fast/files/workers/worker-read-file-async-expected.txt:
6406         * fast/forms/color/color-setrangetext-expected.txt:
6407         * fast/forms/date/date-setrangetext-expected.txt:
6408         * fast/forms/date/date-stepup-stepdown-expected.txt:
6409         * fast/forms/date/date-stepup-stepdown.html:
6410         * fast/forms/datetime/datetime-setrangetext-expected.txt:
6411         * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
6412         * fast/forms/datetime/datetime-stepup-stepdown.html:
6413         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
6414         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
6415         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
6416         * fast/forms/file/file-setrangetext-expected.txt:
6417         * fast/forms/file/input-file-value-expected.txt:
6418         * fast/forms/hidden/hidden-setrangetext-expected.txt:
6419         * fast/forms/image/image-setrangetext-expected.txt:
6420         * fast/forms/input-stepup-stepdown-expected.txt:
6421         * fast/forms/input-stepup-stepdown.html:
6422         * fast/forms/input-valueasnumber-unsupported-expected.txt:
6423         * fast/forms/input-valueasnumber-unsupported.html:
6424         * fast/forms/month/input-valueasdate-expected.txt:
6425         * fast/forms/month/input-valueasdate.html:
6426         * fast/forms/month/month-setrangetext-expected.txt:
6427         * fast/forms/month/month-stepup-stepdown-expected.txt:
6428         * fast/forms/month/month-stepup-stepdown.html:
6429         * fast/forms/number/number-setrangetext-expected.txt:
6430         * fast/forms/number/number-stepup-stepdown-expected.txt:
6431         * fast/forms/number/number-stepup-stepdown-from-renderer.html:
6432         * fast/forms/number/number-stepup-stepdown.html:
6433         * fast/forms/number/number-valueasnumber-expected.txt:
6434         * fast/forms/number/number-valueasnumber.html:
6435         * fast/forms/range/range-setrangetext-expected.txt:
6436         * fast/forms/range/range-stepup-stepdown-expected.txt:
6437         * fast/forms/range/range-stepup-stepdown-from-renderer.html:
6438         * fast/forms/range/range-stepup-stepdown.html:
6439         * fast/forms/setrangetext-expected.txt:
6440         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
6441         * fast/forms/time/time-setrangetext-expected.txt:
6442         * fast/forms/time/time-stepup-stepdown-expected.txt:
6443         * fast/forms/time/time-stepup-stepdown.html:
6444         * fast/forms/week/week-setrangetext-expected.txt:
6445         * fast/forms/week/week-stepup-stepdown-expected.txt:
6446         * fast/forms/week/week-stepup-stepdown.html:
6447         * fast/js/dfg-custom-getter-throw-expected.txt:
6448         * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
6449         * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
6450         * fast/js/script-tests/dfg-custom-getter-throw.js:
6451         * fast/mediastream/MediaStreamTrackList-expected.txt:
6452         * fast/notifications/notifications-document-close-crash-expected.txt:
6453         * fast/speech/scripted/start-exception-expected.txt:
6454         * fast/speech/scripted/start-exception.html:
6455         * fast/workers/worker-context-multi-port-expected.txt:
6456         * fast/workers/worker-multi-port-expected.txt:
6457         * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
6458         * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
6459         * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
6460         * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
6461         * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
6462         * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
6463         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
6464         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
6465         * http/tests/media/media-source/video-media-source-objects-expected.txt:
6466         * http/tests/xmlhttprequest/exceptions-expected.txt:
6467         * http/tests/xmlhttprequest/zero-length-response-expected.txt:
6468         * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
6469         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
6470         * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
6471         * storage/websql/open-database-set-empty-version-expected.txt:
6472
6473 2012-11-14  Li Yin  <li.yin@intel.com>
6474
6475         createDelay should raise exception when the maxDelayTime parameter is incorrect.
6476         https://bugs.webkit.org/show_bug.cgi?id=102173
6477
6478         Reviewed by Chris Rogers.
6479
6480         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
6481         The specified value must be greater than zero and less than three minutes or a
6482         NOT_SUPPORTED_ERR exception will be thrown.
6483
6484         * webaudio/delaynode-maxdelaylimit-expected.txt:
6485         * webaudio/delaynode-maxdelaylimit.html:
6486
6487 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6488
6489         [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
6490         https://bugs.webkit.org/show_bug.cgi?id=90207
6491
6492 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6493
6494         [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
6495         https://bugs.webkit.org/show_bug.cgi?id=90207
6496
6497         * platform/chromium/TestExpectations: Updated.
6498
6499 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6500
6501         Unreviewed. Rebaselined test results.
6502
6503         * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
6504         * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
6505         * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
6506         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
6507         * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
6508         * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
6509         * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
6510         * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
6511         * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
6512         * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
6513         * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
6514         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
6515         * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
6516         * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
6517         * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
6518         * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
6519         * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
6520         * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
6521         * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
6522         * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
6523         * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
6524         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
6525         * 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.
6526         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
6527         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
6528         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
6529         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
6530         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
6531         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
6532         * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
6533         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
6534
6535 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
6536
6537         Unreviewed GTK gardening.
6538
6539         Adding back and updating baselines that were removed by accident in r133908.
6540
6541         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
6542         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
6543
6544 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
6545
6546         Unreviewed GTK gardening.
6547
6548         Adding or updating baselines for changes in r134618.
6549         Adding timeout expectations for
6550         - fast/dom/Window/open-window-min-size.html, added in r134586 and
6551         - inspector-protocol/nmi-webaudio.html, added in r134593.
6552
6553         * platform/gtk/TestExpectations:
6554         * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
6555         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
6556
6557 2012-11-12  Slavomir Kaslev  <skaslev@google.com>
6558
6559         [Chromium] Rebaselined video LayoutTests for software compositor
6560         https://bugs.webkit.org/show_bug.cgi?id=101973
6561
6562         Reviewed by Adrienne Walker.
6563
6564         Rebaselined failing video LayouTests caused by different filtering
6565         result between Skia and Mesa for the software compositor.
6566
6567         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
6568         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
6569         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
6570         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
6571         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
6572         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
6573         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
6574         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
6575         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
6576         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
6577         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
6578         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
6579         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
6580         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
6581         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
6582         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
6583         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
6584         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
6585         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
6586         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
6587         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
6588         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
6589         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
6590         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
6591         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
6592         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
6593         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
6594         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
6595         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
6596         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
6597         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
6598         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
6599         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
6600         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
6601         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
6602         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
6603         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
6604         * platform/chromium/TestExpectations:
6605
6606 2012-11-14  Justin Novosad  <junov@google.com>
6607
6608         Boxes with rounded corners and thin borders are too slow to draw
6609         https://bugs.webkit.org/show_bug.cgi?id=101974
6610
6611         Reviewed by Simon Fraser.
6612
6613         New test that purposely triggers the BackgroundOverBorder painting path
6614         in WebCore::RenderBox, to test it with thick borders, off-diagonal
6615         mitring, an anti-aliased rounded border wedge, and a border of width 0.
6616
6617         * fast/borders/border-radius-wide-border-05.html: Added.
6618         * fast/borders/border-radius-wide-border-05-expected.txt: Added.
6619         * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
6620         * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
6621         Added expectations for tests pixels results that require rebaselining
6622
6623 2012-11-14  Sami Kyostila  <skyostil@chromium.org>
6624
6625         Optimize painting of composited scrolling layers
6626         https://bugs.webkit.org/show_bug.cgi?id=96087
6627
6628         Reviewed by Simon Fraser.
6629
6630         Test that accelerated scrolling layers can be scrolled without repainting
6631         their contents. Note that this test will not pass unless
6632         ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
6633
6634         * compositing/overflow/scrolling-without-painting-expected.txt: Added.
6635         * compositing/overflow/scrolling-without-painting.html: Added.
6636         * platform/chromium/TestExpectations: Mark test as expected to fail
6637           by default.
6638         * platform/mac/TestExpectations: Skip the test.
6639
6640 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6641
6642         Rebaseline fast/media/mq-js-media-except-01.html after r134618.
6643
6644 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6645
6646         [Chromium] Mark webgl-background-color.html as failing.
6647         http://webkit.org/b/102247
6648
6649         * platform/chromium/TestExpectations: Marked as failing.
6650
6651 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6652
6653         Unreviewed gardening.
6654
6655         Updating pixel tests expectations after r134613
6656
6657         * LayoutTests/platform/chromium/TestExpectations:
6658         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
6659         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
6660         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
6661         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
6662         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
6663         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
6664         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
6665         * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
6666         * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
6667         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
6668         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
6669         * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
6670         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
6671         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
6672         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
6673         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
6674         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
6675         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
6676         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
6677         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
6678         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.
6679
6680 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6681
6682         Update DOMException name: NotFoundError
6683         https://bugs.webkit.org/show_bug.cgi?id=102137
6684
6685         Reviewed by Ojan Vafai.
6686
6687         Updated tests and expectations.
6688
6689         * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
6690         * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
6691         * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
6692         * fast/dom/Range/range-intersectsNode-expected.txt:
6693         * fast/dom/incompatible-operations-expected.txt:
6694         * fast/dom/incompatible-operations.html:
6695         * fast/dom/setter-type-enforcement-expected.txt:
6696         * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
6697         * fast/events/remove-target-with-shadow-in-drag-expected.txt:
6698         * fast/files/workers/worker-read-blob-sync-expected.txt:
6699         * fast/files/workers/worker-read-file-sync-expected.txt:
6700         * fast/inspector-support/uncaught-dom8-exception-expected.txt:
6701         * fast/js/dot-node-base-exception-expected.txt:
6702         * fast/js/script-tests/dot-node-base-exception.js:
6703         * fast/mutation/observe-exceptions-expected.txt:
6704         * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
6705         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
6706         * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
6707         * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
6708         * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
6709         * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
6710         * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
6711         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
6712         * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
6713         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
6714         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
6715         * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
6716         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
6717
6718 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
6719
6720         Mark files that need rebaselines as failing.
6721         https://bugs.webkit.org/show_bug.cgi?id=102087
6722
6723         * platform/chromium/TestExpectations: Added expectations.
6724
6725 2012-11-14  Erik Arvidsson  <arv@chromium.org>
6726
6727         Update DOMException name: IndexSizeError
6728         https://bugs.webkit.org/show_bug.cgi?id=102087
6729
6730         Reviewed by Ojan Vafai.
6731
6732         Updated tests and expectations.
6733
6734         * editing/selection/extend-expected.txt:
6735         * fast/canvas/canvas-getImageData-invalid-expected.txt:
6736         * fast/canvas/canvas-overloads-drawImage-expected.txt:
6737         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
6738         * fast/canvas/script-tests/canvas-overloads-drawImage.js:
6739         * fast/canvas/webgl/data-view-test-expected.txt:
6740         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
6741         * fast/dom/HTMLInputElement/input-size-attribute.html:
6742         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
6743         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
6744         * fast/dom/css-mediarule-functions-expected.txt:
6745         * fast/dom/css-mediarule-functions.html:
6746         * fast/forms/input-maxlength-expected.txt:
6747         * fast/forms/input-maxlength.html:
6748         * fast/forms/number/number-size-expected.txt:
6749         * fast/forms/number/number-size.html:
6750         * fast/forms/search/search-setrangetext-expected.txt:
6751         * fast/forms/setrangetext-expected.txt:
6752         * fast/forms/textarea-maxlength-expected.txt:
6753         * fast/forms/textarea-maxlength.html:
6754         * fast/forms/textarea/textarea-setrangetext-expected.txt:
6755         * fast/html/marquee-element-expected.txt:
6756         * fast/inspector-support/uncaught-dom1-exception-expected.txt:
6757         * fast/js/select-options-add-expected.txt:
6758         * fast/speech/scripted/speechgrammar-basics-expected.txt:
6759         * inspector/styles/set-property-boundaries-expected.txt:
6760         * platform/chromium-mac/fast/dynamic/015-expected.txt:
6761         * platform/chromium-win/fast/dynamic/015-expected.txt:
6762         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
6763         * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
6764         * platform/efl/fast/dynamic/015-expected.txt:
6765         * platform/gtk/fast/dynamic/015-expected.txt:
6766         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
6767         * platform/mac/fast/dynamic/015-expected.txt:
6768         * platform/qt/fast/dynamic/015-expected.txt:
6769         * svg/custom/acid3-test-77-expected.txt:
6770         * svg/custom/getSubStringLength-expected.txt:
6771         * svg/custom/selectSubString-expected.txt:
6772         * svg/dom/SVGLengthList-appendItem-expected.txt:
6773         * svg/dom/SVGLengthList-basics-expected.txt:
6774         * svg/dom/SVGLengthList-getItem-expected.txt:
6775         * svg/dom/SVGLengthList-initialize-expected.txt:
6776         * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
6777         * svg/dom/SVGLengthList-removeItem-expected.txt:
6778         * svg/dom/SVGLengthList-replaceItem-expected.txt:
6779         * svg/dom/SVGNumberList-basics-expected.txt:
6780         * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
6781         * svg/dom/SVGPointList-basics-expected.txt:
6782         * svg/dom/SVGStringList-basics-expected.txt:
6783         * svg/dom/SVGTransformList-basics-expected.txt:
6784         * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
6785
6786 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
6787
6788         [EFL] Add some missing pixel expectations.
6789
6790         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
6791         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
6792         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.
6793
6794 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
6795
6796         [EFL] WK1 gardening.
6797
6798         Skip fast/dom/Window/open-window-min-size.html and add some
6799         WK1-specific pixel results which do not look wrong per se.
6800
6801         * platform/efl-wk1/TestExpectations:
6802         * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
6803         * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
6804         * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
6805         * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
6806
6807 2012-11-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
6808
6809         [Qt] Unreviewed gardening. Skip failing tests.
6810
6811         * platform/qt/TestExpectations:
6812
6813 2012-11-14  Ilya Tikhonovsky  <loislo@chromium.org>
6814
6815         Unreviewed test fix for r134593.
6816
6817         * inspector-protocol/nmi-webaudio.html:
6818
6819 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
6820
6821         [EFL] Unreviewed gardening.
6822
6823         anchor-*download.html wander between crashing and failing.
6824         Marking winsize test as failure and added to bug.
6825
6826         * platform/efl-wk2/TestExpectations:
6827
6828 2012-11-09  Ilya Tikhonovsky  <loislo@chromium.org>
6829
6830         Web Inspector: NMI add instrumentation for WebAudo related stuff.
6831         They use about 16Mb for shared data on pages with webaudio.
6832         As example Angry Birds app.
6833         https://bugs.webkit.org/show_bug.cgi?id=101729
6834
6835         Reviewed by Yury Semikhatsky.
6836
6837         Plain vanilla instrumentation for audio and webaudio classes.
6838         AudioContext is a kind of ActiveDOMObject. I found that these objects
6839         are accessible through ScriptExecutuionContext and ScriptExecutionContext
6840         is an ancestor of Document. Document class was instrumented earler.
6841         I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
6842         and now AudioContext and other ActiveDOMObjects are reacheable from Document.
6843
6844         * inspector-protocol/nmi-webaudio-expected.txt: Added.
6845         * inspector-protocol/nmi-webaudio.html: Added.
6846
6847 2012-11-14  Pavel Feldman  <pfeldman@chromium.org>
6848
6849         Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.
6850
6851         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:
6852
6853 2012-11-14  Kenneth Rohde Christiansen  <kenneth@webkit.org>
6854
6855         Clean up use of adjustWindowRect
6856         https://bugs.webkit.org/show_bug.cgi?id=102072
6857
6858         Reviewed by Gyuyoung Kim.
6859
6860         Test that minimum sizes are honored.
6861
6862         * fast/dom/Window/open-window-min-size.html: Added.
6863         * fast/dom/Window/open-window-min-size-expected.txt: Added.
6864         * fast/dom/Window/resources/report-size-and-close.html: Added.
6865         * platform/mac/TestExpectations: Skipped as it times out.
6866
6867 2012-11-14  Kentaro Hara  <haraken@chromium.org>
6868
6869         Unreviewed. Fixed lint error.
6870
6871         * platform/chromium/TestExpectations:
6872
6873 2012-11-14  Takashi Sakamoto  <tasak@google.com>
6874
6875         Crash when replacing parts of text inputs with content: url(...)
6876         https://bugs.webkit.org/show_bug.cgi?id=101133
6877
6878         Reviewed by Kent Tamura.
6879
6880         * fast/forms/number/number-content-url-crash-expected.txt: Added.
6881         * fast/forms/number/number-content-url-crash.html: Added.
6882         * fast/forms/search/search-content-url-crash-expected.txt: Added.
6883         * fast/forms/search/search-content-url-crash.html: Added.
6884
6885 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
6886
6887         [EFL] Unreviewed gardening.
6888
6889         The bots don't have mercy today.
6890
6891         * platform/efl-wk2/TestExpectations:
6892
6893 2012-11-14  Kent Tamura  <tkent@chromium.org>
6894
6895         Support for localization tests of calendar picker
6896         https://bugs.webkit.org/show_bug.cgi?id=102181
6897
6898         Reviewed by Kentaro Hara.
6899
6900         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
6901         * platform/chromium/TestExpectations:
6902         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
6903         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
6904
6905 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
6906
6907         Unreviewed, rolling out r134566.
6908         http://trac.webkit.org/changeset/134566
6909         https://bugs.webkit.org/show_bug.cgi?id=102197
6910
6911         "it broke Chromium Android Release build" (Requested by
6912         haraken on #webkit).
6913
6914         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
6915         * platform/chromium/TestExpectations:
6916         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
6917         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.
6918
6919 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
6920
6921         Unreviewed GTK gardening.
6922
6923         Updating the platform-specific baseline for fast/js/global-constructors.html
6924         and removing the failure expectation for said test.
6925
6926         * platform/gtk/TestExpectations:
6927         * platform/gtk/fast/js/global-constructors-expected.txt:
6928
6929 2012-11-14  Eugene Klyuchnikov  <eustas.bug@gmail.com>
6930
6931         Web Inspector: Timeline: 'undefined' javascript filenames.
6932         https://bugs.webkit.org/show_bug.cgi?id=101334
6933
6934         Reviewed by Yury Semikhatsky.
6935
6936         Test that callSite for TimerFired is resolved even for evaled scripts.
6937
6938         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
6939         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.
6940
6941 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
6942
6943         Changing pseudoClass (:target) should cause distribution
6944         https://bugs.webkit.org/show_bug.cgi?id=101699
6945
6946         Reviewed by Hajime Morita.
6947
6948         * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
6949         * fast/dom/shadow/pseudoclass-update-target.html: Added.
6950
6951 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
6952
6953         [EFL] Unreviewed gardening.
6954
6955         Mark two failures after r134456.
6956
6957         * platform/efl/TestExpectations:
6958
6959 2012-11-14  Kent Tamura  <tkent@chromium.org>
6960
6961         Support for localization tests of calendar picker
6962         https://bugs.webkit.org/show_bug.cgi?id=102181
6963
6964         Reviewed by Kentaro Hara.
6965
6966         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
6967         * platform/chromium/TestExpectations:
6968         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
6969         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
6970
6971 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
6972
6973         Unreviewed GTK gardening.
6974
6975         Moving some expectations into a more proper section while
6976         merging the others.
6977
6978         * platform/gtk/TestExpectations:
6979
6980 2012-11-14  Mihnea Ovidenie  <mihnea@adobe.com>
6981
6982         After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
6983         we have to re-enable the skipped tests that were failing because of r134205.
6984         https://bugs.webkit.org/show_bug.cgi?id=102090
6985
6986         Reviewed by Adam Barth.
6987
6988         The initial rollout for r134205 and the related r134226, r134419 failed.
6989
6990         * platform/chromium/TestExpectations:
6991         * platform/qt/TestExpectations:
6992
6993 2012-11-13  Zan Dobersek  <zandobersek@gmail.com>
6994
6995         Unreviewed GTK gardening.
6996
6997         Expanding failure expectations for the inspector/debugger/live-edit.html test.
6998         Adding failure and timeout expectations for two tests that regressed after r134495.
6999         Adding failure expectation for a test added in r134099.
7000
7001         * platform/gtk/TestExpectations:
7002
7003 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
7004
7005         Unreviewed gardening, skip new failing tests.
7006
7007         * platform/qt/TestExpectations:
7008
7009 2012-11-13  Kentaro Hara  <haraken@chromium.org>
7010
7011         Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
7012         as Slow.
7013
7014         * platform/chromium/TestExpectations:
7015
7016 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
7017
7018         Unreviewed gardening, update expected files after r134435.
7019
7020         * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
7021         * fast/dom/DOMException/prototype-object-expected.txt:
7022         * fast/dom/DOMException/stack-trace-expected.txt:
7023
7024 2012-11-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
7025
7026         Enable calendar picker for input types datetime/datetime-local
7027         https://bugs.webkit.org/show_bug.cgi?id=101889
7028
7029         Reviewed by Kent Tamura.
7030
7031         Added tests for calendar picker for inpt type=datetime/datetime-local.
7032
7033         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
7034         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
7035         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
7036         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.
7037
7038 2012-11-13  Keishi Hattori  <keishi@webkit.org>
7039
7040         Enable datalist UI for input types week and month
7041         https://bugs.webkit.org/show_bug.cgi?id=102041
7042
7043         Reviewed by Kent Tamura.
7044
7045         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
7046
7047 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
7048
7049         Collect necessary features for SelectRuleFeatureSet
7050         https://bugs.webkit.org/show_bug.cgi?id=102160
7051
7052         Reviewed by Dimitri Glazkov.
7053
7054         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
7055         * fast/dom/shadow/shadow-select-attribute-featureset.html:
7056
7057 2012-11-13  Kentaro Hara  <haraken@chromium.org>
7058
7059         Unreviewed. Rebaselined test results.
7060
7061         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
7062         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
7063
7064 2012-11-13  David Grogan  <dgrogan@chromium.org>
7065
7066         IndexedDB: non-trivial test conversion batch 2
7067         https://bugs.webkit.org/show_bug.cgi?id=101998
7068
7069         Reviewed by Tony Chang.
7070
7071         * storage/indexeddb/cursor-overloads-expected.txt:
7072         * storage/indexeddb/cursor-overloads.html:
7073           Trivial conversion that I missed last time around.
7074
7075         * storage/indexeddb/database-basics-expected.txt:
7076         * storage/indexeddb/database-close-expected.txt:
7077         * storage/indexeddb/database-closepending-flag-expected.txt:
7078         * storage/indexeddb/delete-closed-database-object-expected.txt:
7079         * storage/indexeddb/resources/database-basics.js:
7080           Removed test that shows calling setVersion inside a version change
7081           transaction is an error. Replaced with test showing same error for a
7082           generic transaction.
7083
7084         * storage/indexeddb/resources/database-close.js:
7085           Formerly used both unblocked setVersion and deleteDatabase to signal
7086           that a connection was closed, now just used deleteDatabase.
7087
7088         * storage/indexeddb/resources/database-closepending-flag.js:
7089           Straightforward, it just has multiple opens.
7090
7091 2012-11-13  Erik Arvidsson  <arv@chromium.org>
7092
7093         Update DOMException name: InvalidCharacterError
7094         https://bugs.webkit.org/show_bug.cgi?id=102128
7095
7096         Reviewed by Darin Adler.
7097
7098         Updated tests and expectations.
7099
7100         * fast/dom/Document/createElement-invalid-names-expected.txt:
7101         * fast/dom/Document/createElement-invalid-names.html:
7102         * fast/dom/Element/prefix-setter-exception-expected.txt:
7103         * fast/dom/Window/atob-btoa-expected.txt:
7104         * fast/dom/dataset-expected.txt:
7105         * fast/dom/dataset-xhtml-expected.txt:
7106         * fast/dom/script-tests/dataset-xhtml.js:
7107         * fast/dom/script-tests/dataset.js:
7108
7109 2012-11-13  Elliott Sprehn  <esprehn@chromium.org>
7110
7111         Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
7112         https://bugs.webkit.org/show_bug.cgi?id=102012
7113
7114         Reviewed by Ojan Vafai.
7115
7116         Remove console log output from the exception we no longer throw. Since we no
7117         longer throw an exception we don't need a platform specific output file either.
7118
7119         Also add a test that we don't throw an exception during modifications to subtrees
7120         during unload.
7121
7122         * fast/frames/modifications-in-subtree-unload-expected.html: Added.
7123         * fast/frames/modifications-in-subtree-unload.html: Added.
7124         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
7125         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.
7126
7127 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
7128
7129         Revert r134474; turns out these tests were failing.
7130
7131         I need to figure out what's going on here ...
7132
7133         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
7134         * platform/chromium/TestExpectations:
7135
7136 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
7137
7138         Update chromium-mac-lion baselines after r134516. Unreviewed.
7139
7140         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
7141         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
7142         * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.
7143
7144 2012-11-13  Tab Atkins  <jackalmage@gmail.com>
7145
7146         CSS @charset parsing is too loose, doesn't match other browsers
7147         https://bugs.webkit.org/show_bug.cgi?id=101527
7148
7149         Reviewed by Alexey Proskuryakov.
7150
7151         Removed the old css-charset-evil.html test,
7152         which tested for our loose parsing of @charset.
7153         Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
7154         I added a more comprehensive test of incorrect @charset rules,
7155         to ensure that we correctly reject them.
7156
7157         * fast/encoding/css-charset-evil-expected.txt: Removed.
7158         * fast/encoding/css-charset-evil.css: Removed.
7159         * fast/encoding/css-charset-evil.html: Removed.
7160         * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
7161         * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
7162         * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
7163         * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
7164         * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
7165         * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
7166         * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
7167         * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
7168         * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
7169         * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
7170         * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
7171         * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
7172         * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
7173         * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
7174         * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
7175         * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
7176         * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
7177         * fast/encoding/css-charset-evil/css-charset-evil.html: Added.
7178
7179 2012-11-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
7180
7181         [EFL] Add new baselines after r134435
7182         https://bugs.webkit.org/show_bug.cgi?id=102125
7183
7184         Unreviewed gardening.
7185
7186         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
7187         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
7188         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
7189         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
7190         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
7191         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
7192
7193 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
7194
7195         More chromium-mac-mountainlion rebaselining and bug triaging.
7196         https://bugs.webkit.org/show_bug.cgi?id=99749
7197
7198         Unreviewed.
7199
7200         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
7201         * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
7202         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
7203         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
7204         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
7205         * 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.
7206         * 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.
7207         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
7208         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
7209         * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
7210         * 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.
7211         * 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.
7212         * 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.
7213         * 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.
7214         * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
7215         * 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.
7216         * 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.
7217         * 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.
7218         * 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.
7219         * 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.
7220         * 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.
7221         * 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.
7222         * 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.
7223         * 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.
7224         * 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.
7225         * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
7226         * 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.
7227         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
7228         * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
7229         * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
7230         * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
7231         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
7232         * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
7233         * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
7234         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
7235         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
7236         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
7237         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
7238         * platform/chromium-mac/fast/text/emphasis-expected.png:
7239         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
7240         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
7241         * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
7242         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
7243         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
7244         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
7245         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
7246         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
7247         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
7248         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
7249         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
7250         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
7251         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
7252         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
7253         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
7254         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
7255         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
7256         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
7257         * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
7258         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
7259         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
7260         * platform/chromium/TestExpectations:
7261
7262 2012-11-13  Kenichi Ishibashi  <bashi@chromium.org>
7263
7264         [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
7265         https://bugs.webkit.org/show_bug.cgi?id=101569
7266
7267         Reviewed by Alexey Proskuryakov.
7268
7269         - Updated tests which try to send unpaired surrogates.
7270           These tests should not throw SYNTAX_ERR.
7271         - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
7272           reason is too long.
7273
7274         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
7275         * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
7276         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
7277         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
7278         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
7279         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.
7280
7281 2012-11-13  Christophe Dumez  <christophe.dumez@intel.com>
7282
7283         Make HTMLLegendElement.form behave according to specification
7284         https://bugs.webkit.org/show_bug.cgi?id=101044
7285
7286         Reviewed by Kent Tamura.
7287
7288         A new fast/forms/legend/legend-form.html test to check that
7289         the legend element's form attribute behaves according to
7290         specification.
7291
7292         * fast/forms/legend/legend-form-expected.txt: Added.
7293         * fast/forms/legend/legend-form.html: Added.
7294
7295 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7296
7297         Unreviewed, rolling out r134377.
7298         http://trac.webkit.org/changeset/134377
7299         https://bugs.webkit.org/show_bug.cgi?id=101133
7300
7301         Caused a mysterious Android Clang build failure, needs
7302         investigation before landing again.
7303
7304         * fast/forms/number/number-content-url-crash-expected.txt: Removed.
7305         * fast/forms/number/number-content-url-crash.html: Removed.
7306         * fast/forms/search/search-content-url-crash-expected.txt: Removed.
7307         * fast/forms/search/search-content-url-crash.html: Removed.
7308
7309 2012-11-13  James Robinson  <jamesr@chromium.org>
7310
7311         Rebaselines for filtering changes due to chromium r167479
7312
7313         * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
7314         * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
7315         * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
7316         * platform/chromium-win/compositing/checkerboard-expected.png: Added.
7317         * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
7318
7319 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
7320
7321         AX: MathML types need to be semantically identified in AX tree
7322         https://bugs.webkit.org/show_bug.cgi?id=101263
7323
7324         Reviewed by Beth Dakin.
7325
7326         * platform/mac/accessibility/mathml-elements-expected.txt: Added.
7327         * platform/mac/accessibility/mathml-elements.html: Added.
7328
7329 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7330
7331         [Chromium] Fix media/video-empty-source.html lint error.
7332
7333         * platform/chromium/TestExpectations: Fixed.
7334
7335 2012-11-13  Silvia Pfeiffer  <silviapf@chromium.org>
7336
7337         Clean up the inheritance tree under the MediaControls Class.
7338         https://bugs.webkit.org/show_bug.cgi?id=88871
7339
7340         Reviewed by Eric Carlson.
7341
7342         * platform/chromium-mac-mountainlion/TestExpectations: Added.
7343         * platform/chromium/TestExpectations:
7344
7345 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7346
7347         Unreviewed, rolling out r134446.
7348         http://trac.webkit.org/changeset/134446
7349         https://bugs.webkit.org/show_bug.cgi?id=101968
7350
7351         Need to try a different strategy for landing a two-sided patch
7352         (3/3).
7353
7354         * platform/chromium/TestExpectations:
7355
7356 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7357
7358         Unreviewed, rolling out r134458.
7359         http://trac.webkit.org/changeset/134458
7360
7361         Need to try a different strategy for landing a two-sided patch
7362         (2/3).
7363
7364         * platform/chromium/TestExpectations:
7365
7366 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7367
7368         Unreviewed, rolling out r134461.
7369         http://trac.webkit.org/changeset/134461
7370
7371         Need to try a different strategy for landing a two-sided patch
7372         (1/3).
7373
7374         * platform/chromium/TestExpectations:
7375
7376 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7377
7378         [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
7379         https://bugs.webkit.org/show_bug.cgi?id=102131
7380
7381         * platform/chromium/TestExpectations: Added a flaky crash expectation.
7382
7383 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
7384
7385         WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
7386         https://bugs.webkit.org/show_bug.cgi?id=101616
7387
7388         Reviewed by Beth Dakin.
7389
7390         * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
7391         * platform/mac/accessibility/rowheader-outside-table-role.html: Added.
7392
7393 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
7394
7395         Remove a few old no-longer-failing tests and update one baseline.
7396
7397         Unreviewed, gardening.
7398
7399         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
7400         * platform/chromium/TestExpectations:
7401
7402 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7403
7404         [EFL] Unreviewed gardening.
7405
7406         Skip a few tests, update expectations when some colors varied
7407         slightly from the existing expectation and add a few new ones.
7408
7409         * platform/efl-wk1/TestExpectations:
7410         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
7411         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
7412         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
7413         * platform/efl/fast/forms/select-background-none-expected.png:
7414         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
7415         * platform/efl/fast/forms/select-selected-expected.png:
7416         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
7417         * platform/efl/fast/forms/selectlist-minsize-expected.png:
7418         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
7419         * platform/efl/fast/html/keygen-expected.png:
7420         * platform/efl/fast/images/png-suite/test-expected.png:
7421         * platform/efl/fast/replaced/image-sizing-expected.png:
7422         * platform/efl/fast/replaced/three-selects-break-expected.png:
7423         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
7424         * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
7425         * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
7426         * platform/efl/fast/text/updateNewFont-expected.png:
7427         * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
7428         * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
7429         * platform/efl/fast/writing-mode/english-lr-text-expected.png:
7430         * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
7431         * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
7432         * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
7433         * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
7434         * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
7435         * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
7436         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
7437         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
7438         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
7439         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
7440         * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
7441         * platform/efl/svg/filters/feImage-subregions-expected.png:
7442         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
7443         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
7444         * platform/efl/svg/filters/feLighting-crash-expected.png:
7445         * platform/efl/svg/filters/feOffset-expected.png:
7446         * platform/efl/svg/filters/feTile-expected.png:
7447         * platform/efl/svg/filters/filter-on-tspan-expected.png:
7448         * platform/efl/svg/filters/filter-placement-issue-expected.png:
7449         * platform/efl/svg/filters/filter-rounding-issues-expected.png:
7450         * platform/efl/svg/filters/filter-source-position-expected.png: Added.
7451         * platform/efl/svg/filters/filteredImage-expected.png: Added.
7452         * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
7453         * platform/efl/svg/filters/shadow-on-filter-expected.png:
7454         * platform/efl/svg/filters/subRegion-one-effect-expected.png:
7455         * platform/efl/svg/filters/subRegion-two-effects-expected.png:
7456         * platform/efl/svg/foreignObject/filter-expected.png: Added.
7457         * platform/efl/svg/text/selection-doubleclick-expected.png:
7458
7459 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
7460
7461         AX: file upload input text value is not exposed through accessibility
7462         https://bugs.webkit.org/show_bug.cgi?id=100583
7463
7464         Reviewed by Beth Dakin.
7465
7466         * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
7467         * platform/mac/accessibility/file-upload-button-subrole.html: Added.
7468
7469 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
7470
7471         Unreviewed, rolling out r133944.
7472         http://trac.webkit.org/changeset/133944
7473         https://bugs.webkit.org/show_bug.cgi?id=102118
7474
7475         Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
7476         #webkit).
7477
7478         * fast/dom/Element/attr-param-typechecking-expected.txt:
7479         * fast/dom/Element/script-tests/attr-param-typechecking.js:
7480
7481 2012-11-13  Dana Jansens  <danakj@chromium.org>
7482
7483         Unreviewed test expectations for animation tests.
7484
7485         * platform/chromium/TestExpectations:
7486
7487 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7488
7489         [Chromium] Pacify linter and tweak expectations to avoid conflicts.
7490
7491         * platform/chromium/TestExpectations: Tweaked.
7492
7493 2012-11-13  Sami Kyostila  <skyostil@chromium.org>
7494
7495         Allow painting outside overflow clip in accelerated scrolling layers
7496         https://bugs.webkit.org/show_bug.cgi?id=100524
7497
7498         Reviewed by Simon Fraser.
7499
7500         Added a test to check painting outside the overflow clip. Note that this will
7501         not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
7502
7503         * compositing/overflow/updating-scrolling-content-expected.txt: Added.
7504         * compositing/overflow/updating-scrolling-content.html: Added.
7505         * platform/chromium/TestExpectations: Mark test as expected to fail
7506           by default.
7507         * platform/mac/TestExpectations: Skip the test.
7508
7509 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7510
7511         [Chromium] Remove the test that is now passing.
7512
7513         * platform/chromium/TestExpectations: Removed expectation of failure.
7514
7515 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7516
7517         Unreviewed, rolling out r134434.
7518         http://trac.webkit.org/changeset/134434
7519         https://bugs.webkit.org/show_bug.cgi?id=102072
7520
7521         The test that was added asserts in loader.
7522
7523         * fast/dom/Window/open-window-min-size-expected.txt: Removed.
7524         * fast/dom/Window/open-window-min-size.html: Removed.
7525         * fast/dom/Window/resources/print-close.html: Removed.
7526
7527 2012-11-13  Slavomir Kaslev  <skaslev@google.com>
7528
7529         [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
7530         https://bugs.webkit.org/show_bug.cgi?id=101997
7531
7532         Reviewed by James Robinson.
7533
7534         Since we disabled hardware accelerated canvas when in software compositing mode,
7535         this layout test doesn't create any layers which is the correct behaviour.
7536
7537         * platform/chromium/TestExpectations:
7538         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
7539
7540 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7541
7542         Revert the changes from r134388 and r134426 as r134345 was rolled out.
7543
7544         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
7545         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
7546         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
7547         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
7548
7549 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7550
7551         Unreviewed, rolling out r134367.
7552         http://trac.webkit.org/changeset/134367
7553         https://bugs.webkit.org/show_bug.cgi?id=100738
7554
7555         Speculative rollout, could have cause Dromaeo setAttribute
7556         perf regression.
7557
7558         * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
7559         * fast/dom/shadow/distribution-attribute-modified.html: Removed.
7560         * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
7561         * fast/dom/shadow/distribution-className-modified.html: Removed.
7562         * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
7563         * fast/dom/shadow/distribution-id-modified.html: Removed.
7564         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
7565         * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
7566         * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
7567         * fast/dom/shadow/reprojection-className-modified.html: Removed.
7568         * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
7569         * fast/dom/shadow/reprojection-id-modified.html: Removed.
7570
7571 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7572
7573         [EFL] More unreviewed gardening.
7574
7575         Update some pixel expectations and skip one test.
7576
7577         * platform/efl/TestExpectations:
7578         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
7579         * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
7580         * platform/efl/svg/text/text-rescale-expected.png: Added.
7581
7582 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
7583
7584         Unreviewed, rolling out r134345.
7585         http://trac.webkit.org/changeset/134345
7586         https://bugs.webkit.org/show_bug.cgi?id=102106
7587
7588         Incomplete support for NATIVE_TYPE_ERR in objc and other
7589         bindings (Requested by jsbell on #webkit).
7590
7591         * canvas/philip/tests/2d.drawImage.null.html:
7592         * canvas/philip/tests/2d.imageData.put.null.html:
7593         * canvas/philip/tests/2d.pattern.image.null.html:
7594         * editing/selection/extend-expected.txt:
7595         * fast/dom/Geolocation/argument-types-expected.txt:
7596         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
7597         * fast/dom/Geolocation/script-tests/argument-types.js:
7598         (test):
7599         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
7600         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
7601         * fast/js/select-options-add-expected.txt:
7602         * fast/mediastream/RTCIceCandidate-expected.txt:
7603         * fast/mediastream/RTCPeerConnection-expected.txt:
7604         * fast/mediastream/RTCSessionDescription-expected.txt:
7605         * media/encrypted-media/encrypted-media-syntax-expected.txt:
7606         * media/encrypted-media/encrypted-media-syntax.html:
7607         * media/video-test.js:
7608         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
7609         * security/crypto-random-values-types-expected.txt:
7610         * svg/dom/SVGTransformList-expected.txt:
7611
7612 2012-11-13  Joshua Bell  <jsbell@chromium.org>
7613
7614         IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
7615         https://bugs.webkit.org/show_bug.cgi?id=101996
7616
7617         Reviewed by Dimitri Glazkov.
7618
7619         Error being tested may cause transaction to abort, which could happen before or after
7620         test output is captured. Prevent default behavior of the error so this doesn't happen.
7621
7622         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
7623         (addSecondExpectedError):
7624
7625 2012-11-13  Erik Arvidsson  <arv@chromium.org>
7626
7627         Update DOMException name: HierarchyRequestError
7628         https://bugs.webkit.org/show_bug.cgi?id=102092
7629
7630         Reviewed by Ojan Vafai.
7631
7632         Updated tests and expectations.
7633
7634         * fast/dom/DOMException/prototype-object-expected.txt:
7635         * fast/dom/DOMException/prototype-object.html:
7636         * fast/dom/DOMException/stack-trace-expected.txt:
7637         * fast/dom/DOMException/stack-trace.html:
7638         * fast/dom/Document/replace-child-expected.txt:
7639         * fast/dom/Range/31684-expected.txt:
7640         * fast/dom/Range/range-exceptions-expected.txt:
7641         * fast/dom/Range/script-tests/31684.js:
7642         * fast/dom/Range/script-tests/range-exceptions.js:
7643         * fast/dom/Range/surroundContents-1.html:
7644         * fast/dom/css-mediarule-functions-expected.txt:
7645         * fast/dom/css-mediarule-functions.html:
7646         * fast/dom/document-set-body-expected.txt:
7647         * fast/dom/document-set-body.html:
7648         * fast/dom/move-nodes-across-documents.html:
7649         * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
7650         * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
7651         * fast/dom/setter-type-enforcement-expected.txt:
7652         * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
7653         * fast/dom/shadow/shadow-disable-expected.txt:
7654         * fast/dom/shadow/shadow-root-js-api-expected.txt:
7655         * fast/events/mutation-during-replace-child-2-expected.txt:
7656         * fast/events/mutation-during-replace-child-2.html:
7657         * fast/events/mutation-during-replace-child-expected.txt:
7658         * fast/events/mutation-during-replace-child.html:
7659         * fast/frames/adopt-iframe-into-itself-expected.txt:
7660         * fast/frames/adopt-object-into-itself-expected.txt:
7661         * fast/html/adopt-parent-frame.html:
7662         * fast/inspector-support/uncaught-dom3-exception-expected.txt:
7663         * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
7664         * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
7665         * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
7666         * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:
7667
7668 2012-11-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>
7669
7670         Clean up use of adjustWindowRect
7671         https://bugs.webkit.org/show_bug.cgi?id=102072
7672
7673         Reviewed by Alexis Menard.
7674
7675         Test that minimum sizes are honored.
7676
7677         * fast/dom/Window/open-window-min-size.html: Added.
7678         * fast/dom/Window/open-window-min-size-expected.txt: Added.
7679         * fast/dom/Window/resources/print-close.html: Added.
7680
7681 2012-11-13  Bem Jones-Bey  <bjonesbe@adobe.com>
7682
7683         [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
7684         https://bugs.webkit.org/show_bug.cgi?id=97736
7685
7686         Reviewed by Andreas Kling.
7687
7688         Rename properties to match updated spec.
7689
7690         * fast/exclusions/css-exclusions-disabled-expected.txt:
7691         * fast/exclusions/css-exclusions-disabled.html:
7692         * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
7693         (test):
7694         (testComputedStyle):
7695         (testNotInherited):
7696         * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
7697         (test):
7698         (testComputedStyle):
7699         (testNotInherited):
7700         * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
7701         * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
7702         * fast/exclusions/script-tests/wrap-parsing.js:
7703         (testComputedStyle):
7704         * fast/exclusions/shape-margin-parsing-expected.txt: Added.
7705         * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
7706         * fast/exclusions/shape-padding-parsing-expected.txt: Added.
7707         * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
7708         * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
7709         * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.
7710
7711 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
7712
7713         Unreviewed, rolling out r134418.
7714         http://trac.webkit.org/changeset/134418
7715         https://bugs.webkit.org/show_bug.cgi?id=101903
7716
7717         The newly added test is crashing on cr-win.
7718
7719         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
7720         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
7721         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
7722         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.
7723
7724 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7725
7726         [EFL] Properly skip all HiDPI tests which are currently failing.
7727
7728         Skip an additional test and add a bug to each entry.
7729
7730         * platform/efl/TestExpectations:
7731         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
7732         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
7733
7734 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7735
7736         [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html
7737
7738         * platform/efl/fast/repaint/table-hover-on-link-expected.png:
7739
7740 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7741
7742         [EFL] More video-colorspace-yuv* gardening.
7743
7744         These tests are also failing on WK2, so skip them in both ports.
7745
7746         * platform/efl-wk1/TestExpectations:
7747         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
7748         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
7749         * platform/efl/TestExpectations:
7750         * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
7751         * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.
7752
7753 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7754
7755         Unreviewed, update expectations after r134345.
7756
7757         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
7758         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
7759         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
7760
7761 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
7762
7763         Unreviewed, rolling out r134205.
7764         http://trac.webkit.org/changeset/134205
7765         https://bugs.webkit.org/show_bug.cgi?id=102093
7766
7767         Broke webkit-flow-inlines-dynamic.html on several ports
7768         (Requested by mihnea on #webkit).
7769
7770         * fast/regions/region-style-text-shadow-expected.html: Removed.
7771         * fast/regions/region-style-text-shadow.html: Removed.
7772
7773 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7774
7775         [EFL] WK1 gardening.
7776
7777         Mark media/video-colorspace-yuv420.html and
7778         media/video-colorspace-yuv422.html as producing bad image results.
7779
7780         * platform/efl-wk1/TestExpectations:
7781
7782 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
7783
7784         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
7785         https://bugs.webkit.org/show_bug.cgi?id=101906
7786
7787         Reviewed by Dimitri Glazkov.
7788
7789         * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
7790
7791 2012-11-13  Stephen Chenney  <schenney@chromium.org>
7792
7793         Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
7794         https://bugs.webkit.org/show_bug.cgi?id=102086
7795
7796         Unreviewed expectations update.
7797
7798         * platform/chromium/TestExpectations:
7799
7800 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
7801
7802         Changing pseudoClass (:indeterminate) should cause distribution
7803         https://bugs.webkit.org/show_bug.cgi?id=101903
7804
7805         Reviewed by Dimitri Glazkov.
7806
7807         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
7808         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
7809         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
7810         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
7811
7812 2012-11-13  Stephen Chenney  <schenney@chromium.org>
7813
7814         Reverting expectations update because it breaks lint
7815         https://bugs.webkit.org/show_bug.cgi?id=101982
7816
7817         Unreviewed expectations fix.
7818
7819         With the new-ish wekbit_skia.gyp file we do not need to change expections like this.
7820
7821         * platform/chromium/TestExpectations:
7822
7823 2012-11-13  Jussi Kukkonen  <jussi.kukkonen@intel.com>
7824
7825         [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
7826         https://bugs.webkit.org/show_bug.cgi?id=102059
7827
7828         Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
7829         bug 102067).These changes seem correct and the image changes are tiny.
7830         The non-platform results were still wrong because they are not used
7831         by most platforms, even if the results actually match the platform results.
7832
7833         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
7834         * fast/forms/range/slider-thumb-stylability-expected.txt:
7835         * fast/forms/range/range-thumb-height-percentage-expected.txt:
7836         * fast/repaint/slider-thumb-float-expected.txt:
7837         * platform/efl/TestExpectations:
7838         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
7839         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
7840         * platform/efl/fast/forms/box-shadow-override-expected.txt:
7841         * platform/efl/fast/forms/input-appearance-height-expected.txt:
7842         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
7843         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
7844         * platform/efl/fast/forms/range/slider-padding-expected.txt:
7845         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
7846         * platform/efl/fast/layers/video-layer-expected.txt:
7847         * platform/efl/fast/multicol/client-rects-expected.txt:
7848         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
7849         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
7850         * platform/efl/media/audio-controls-rendering-expected.txt:
7851         * platform/efl/media/audio-repaint-expected.txt:
7852         * platform/efl/media/controls-after-reload-expected.txt:
7853         * platform/efl/media/controls-strict-expected.txt:
7854         * platform/efl/media/controls-styling-expected.txt:
7855         * platform/efl/media/controls-styling-strict-expected.txt:
7856         * platform/efl/media/controls-without-preload-expected.txt:
7857         * platform/efl/media/media-controls-clone-expected.txt:
7858         * platform/efl/media/media-document-audio-repaint-expected.txt:
7859         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
7860         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
7861         * platform/efl/media/video-display-toggle-expected.txt:
7862         * platform/efl/media/video-empty-source-expected.txt:
7863         * platform/efl/media/video-no-audio-expected.txt:
7864         * platform/efl/media/video-zoom-controls-expected.txt:
7865
7866 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
7867
7868         [Qt] Enable Mutation observer
7869         https://bugs.webkit.org/show_bug.cgi?id=102066
7870
7871         Reviewed by Pavel Feldman.
7872
7873         * platform/qt/TestExpectations: Unskip now passing tests.
7874
7875 2012-11-12  Mike Reed  <reed@google.com>
7876
7877         update expectations in advance of skia change for blurred rects
7878         https://bugs.webkit.org/show_bug.cgi?id=101982
7879
7880         Reviewed by NOBODY.
7881
7882         Unreviewed. Expectations change only
7883
7884         * platform/chromium/TestExpectations:
7885
7886 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
7887
7888         [Qt] Unreviewed gardening, skip failing tests.
7889
7890         * platform/qt/TestExpectations:
7891
7892 2012-11-13  Mihnea Ovidenie  <mihnea@adobe.com>
7893
7894         [CSSRegions] Incorrect computed height for content with region-break-before
7895         https://bugs.webkit.org/show_bug.cgi?id=101862
7896
7897         Reviewed by Julien Chaffraix.
7898
7899         Add a test showing that when content having -webkit-region-break-before:always is flowed
7900         into a region chain with the first region being an auto-height region, the auto-height region
7901         has a computed height of 0 and the content is flowed into the second region in the chain.
7902
7903         * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
7904         * fast/regions/autoheight-breakbefore-wrongheight.html: Added.
7905
7906 2012-11-12  Kent Tamura  <tkent@chromium.org>
7907
7908         Unable to set valid time value to input[type=time] with user interaction in some cases
7909         https://bugs.webkit.org/show_bug.cgi?id=102048
7910
7911         Reviewed by Kentaro Hara.
7912
7913         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
7914         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.
7915
7916 2012-11-13  Yury Semikhatsky  <yurys@chromium.org>
7917
7918         Memory instrumentation: MemoryBlock name should not include full path to the block
7919         https://bugs.webkit.org/show_bug.cgi?id=102055
7920
7921         Reviewed by Pavel Feldman.
7922
7923         Use Image instead of Page.Image as block identifier.
7924
7925         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
7926         * inspector/profiler/memory-instrumentation-cached-images.html:
7927         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
7928         * inspector/profiler/memory-instrumentation-canvas.html:
7929
7930 2012-11-13  Szilard Ledan  <szledan@inf.u-szeged.hu>
7931
7932         [Qt] Unreviewed Qt gardening.
7933
7934         Update TestExpectations after r134345.
7935
7936         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
7937
7938 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
7939
7940         Unreviewed Qt gardening.
7941
7942         Skip and rebase some tests, remove png's for reftests.
7943
7944         * platform/qt-5.0-wk2/TestExpectations:
7945         * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
7946         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
7947         * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
7948         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
7949         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
7950         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.
7951
7952 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
7953
7954         Unreviewed Qt gardening.
7955
7956         Amend my last commit, Ossy suggested we should not forget about
7957         past failures because of needed rebaseline.
7958
7959         * platform/qt/TestExpectations:
7960
7961 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
7962
7963         Unreviewed Qt gardening.
7964
7965         Cleanup TestExpectations to pass --lint-test-files.
7966         Removed some duplicated entries.
7967
7968         * platform/qt-5.0-wk2/TestExpectations:
7969         * platform/qt/TestExpectations:
7970
7971 2012-11-13  Pavel Feldman  <pfeldman@chromium.org>
7972
7973         Web Inspector: move indentation logic into TextEditorModel
7974         https://bugs.webkit.org/show_bug.cgi?id=101842
7975
7976         Reviewed by Vsevolod Vlasov.
7977
7978         * inspector/editor/indentation.html:
7979
7980 2012-11-13  Takashi Sakamoto  <tasak@google.com>
7981
7982         Crash when replacing parts of text inputs with content: url(...)
7983         https://bugs.webkit.org/show_bug.cgi?id=101133
7984
7985         Reviewed by Kent Tamura.
7986
7987         * fast/forms/number/number-content-url-crash-expected.txt: Added.
7988         * fast/forms/number/number-content-url-crash.html: Added.
7989         * fast/forms/search/search-content-url-crash-expected.txt: Added.
7990         * fast/forms/search/search-content-url-crash.html: Added.
7991
7992 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
7993
7994         Changing id, className, or attribute should invalidate distribution
7995         https://bugs.webkit.org/show_bug.cgi?id=100738
7996
7997         Reviewed by Dimitri Glazkov.
7998
7999         We have test cases that id/class/attribute is changed, and thier reprojection cases.
8000
8001         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
8002         * fast/dom/shadow/distribution-attribute-modified.html: Added.
8003         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
8004         * fast/dom/shadow/distribution-className-modified.html: Added.
8005         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
8006         * fast/dom/shadow/distribution-id-modified.html: Added.
8007         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
8008         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
8009         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
8010         * fast/dom/shadow/reprojection-className-modified.html: Added.
8011         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
8012         * fast/dom/shadow/reprojection-id-modified.html: Added.
8013
8014 2012-11-10  Dirk Schulze  <krit@webkit.org>
8015
8016         BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
8017         https://bugs.webkit.org/show_bug.cgi?id=101854
8018
8019         Reviewed by Andreas Kling.
8020
8021         Added an animtation test for -webkit-clip-path and tested the basic shapes.
8022
8023         * animations/resources/animation-test-helpers.js:
8024         (parseBasicShape):
8025         (basicShapeParametersMatch):
8026         (getPropertyValue):
8027         (comparePropertyValue):
8028         * css3/masking/clip-path-animation-expected.txt: Added.
8029         * css3/masking/clip-path-animation.html: Added.
8030
8031 2012-11-12  Erik Arvidsson  <arv@chromium.org>
8032
8033         Replace DOMException TYPE_MISMATCH_ERR with TypeError
8034         https://bugs.webkit.org/show_bug.cgi?id=101604
8035
8036         Reviewed by Adam Barth.
8037
8038         Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.
8039
8040         * canvas/philip/tests/2d.drawImage.null.html:
8041         * canvas/philip/tests/2d.imageData.put.null.html:
8042         * canvas/philip/tests/2d.pattern.image.null.html:
8043         * editing/selection/extend-expected.txt:
8044         * fast/dom/Geolocation/argument-types-expected.txt:
8045         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
8046         * fast/dom/Geolocation/script-tests/argument-types.js:
8047         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
8048         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
8049         * fast/js/select-options-add-expected.txt:
8050         * fast/mediastream/RTCIceCandidate-expected.txt:
8051         * fast/mediastream/RTCPeerConnection-expected.txt:
8052         * fast/mediastream/RTCSessionDescription-expected.txt:
8053         * fast/mediastream/SessionDescription-expected.txt:
8054         * fast/mediastream/peerconnection-addstream-expected.txt:
8055         * fast/mediastream/peerconnection-iceoptions-expected.txt:
8056         * fast/mediastream/peerconnection-iceoptions.html:
8057         * fast/mediastream/peerconnection-removestream-expected.txt:
8058         * media/encrypted-media/encrypted-media-syntax.html:
8059         * media/video-test.js:
8060         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
8061         * security/crypto-random-values-types-expected.txt:
8062         * svg/dom/SVGTransformList-expected.txt:
8063
8064 2012-11-12  Joshua Bell  <jsbell@chromium.org>
8065
8066         IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
8067         https://bugs.webkit.org/show_bug.cgi?id=101990
8068
8069         Reviewed by Tony Chang.
8070
8071         Race condition in test leads to flaky behavior. Refactor test to remove flake
8072         and clean up output.
8073
8074         * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
8075         * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
8076         (testFarRangeCursor_closed):
8077         (.trans.oncomplete):
8078         (.storeReq.onsuccess):
8079         (runTest):
8080
8081 2012-11-12  Hayato Ito  <hayato@chromium.org>
8082
8083         Unreviewed, gardening.
8084
8085         Rebase after r134287.
8086
8087         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
8088
8089 2012-11-12  David Grogan  <dgrogan@chromium.org>
8090
8091         IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
8092         https://bugs.webkit.org/show_bug.cgi?id=101959
8093
8094         Reviewed by Tony Chang.
8095
8096         Ongoing work to remove calls to setVersion from our tests before
8097         removing it from the IndexedDB API.
8098
8099         * storage/indexeddb/create-and-remove-object-store-expected.txt:
8100         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
8101         * storage/indexeddb/duplicates-expected.txt:
8102         * storage/indexeddb/resources/create-and-remove-object-store.js:
8103           Create and delete were running between open and setVersion, which no
8104           longer makes sense.
8105
8106         * storage/indexeddb/resources/database-deletepending-flag.js:
8107           Use optional object parameter instead of optional version parameter.
8108
8109         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
8110           This used to call delete just after issuing setVersion but before
8111           receiving the corresponding success event.  Now it calls delete while
8112           in the upgradeneeded transaction, still causing the delete to be
8113           delayed by an in flight versionchange transaction.
8114
8115         * storage/indexeddb/resources/duplicates.js:
8116           Call indexedDBTest twice to rerun the tests with a different
8117           database.
8118
8119         * storage/indexeddb/resources/shared.js:
8120           Added a suffix option to support duplicates.js, switched to an
8121           optional object parameter.
8122
8123 2012-11-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8124
8125         [EFL] WebKit1 gardening.
8126
8127         Mark fast/repaint/block-selection-gap-stale-cache.html and
8128         fast/repaint/block-selection-gap-stale-cache-2.html as image failures.
8129
8130         * platform/efl-wk1/TestExpectations:
8131
8132 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8133
8134         [Chromium] Added more Hi-DPI wont-fixes.
8135
8136         * platform/chromium/TestExpectations: Added wont-fixes.
8137
8138 2012-11-11  Filip Pizlo  <fpizlo@apple.com>
8139
8140         DFG ArithMul overflow check elimination is too aggressive
8141         https://bugs.webkit.org/show_bug.cgi?id=101871
8142
8143         Reviewed by Oliver Hunt.
8144
8145         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
8146         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
8147         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
8148         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
8149         * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
8150         * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
8151         * fast/js/dfg-mul-big-integers-expected.txt: Added.
8152         * fast/js/dfg-mul-big-integers.html: Added.
8153         * fast/js/jsc-test-list:
8154         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
8155         (foo):
8156         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
8157         (foo):
8158         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
8159         (foo):
8160         * fast/js/script-tests/dfg-mul-big-integers.js: Added.
8161         (foo):
8162
8163 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8164
8165         [Chromium] Updated expectations for calendar-picker.
8166
8167         * platform/chromium/TestExpectations: Updated expectations.
8168
8169 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8170
8171         Marked transforms/3d/point-mapping tests as flakey.
8172         https://bugs.webkit.org/show_bug.cgi?id=101988
8173
8174         * platform/chromium/TestExpectations: Added Expectations.
8175
8176 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8177
8178         [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
8179         https://bugs.webkit.org/show_bug.cgi?id=101986
8180
8181         * platform/chromium/TestExpectations: Added expectations.
8182
8183 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8184
8185         [Chromium] WonFixed hi-DPI related tests.
8186         https://bugs.webkit.org/show_bug.cgi?id=90022
8187
8188         * platform/chromium/TestExpectations: Added expectations.
8189
8190 2012-11-12  Ian Vollick  <vollick@chromium.org>
8191
8192         Unreviewed, update chromium-mac baselines.
8193
8194         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
8195         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
8196         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
8197
8198 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
8199
8200         Unreviewed, update chromium-mac-lion baselines after r134279.
8201
8202         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
8203         * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
8204         * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
8205         * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
8206         * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
8207         * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
8208         * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.
8209
8210 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
8211
8212         [Chromium] Update expectations for calendar-picker tests..
8213         https://bugs.webkit.org/show_bug.cgi?id=101561
8214
8215         * platform/chromium/TestExpectations: Updated expectations.
8216
8217 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
8218
8219         Unreviewd, update chromium-mac-mountainlion expectations for a few tests.
8220
8221         * platform/chromium/TestExpectations:
8222
8223 2012-11-12  Ian Vollick  <vollick@chromium.org>
8224
8225         Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
8226         https://bugs.webkit.org/show_bug.cgi?id=101219
8227
8228         Reviewed by James Robinson.
8229
8230         Force a style recalc before starting repaint tracking.
8231
8232         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
8233         * compositing/repaint/invalidations-on-composited-layers.html:
8234         * platform/chromium/TestExpectations:
8235         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
8236
8237 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
8238
8239         Unreviewed, update chromium-mac-mountainlion baselines.
8240
8241         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
8242         * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
8243         * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
8244         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
8245         * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
8246         * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
8247         * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:
8248
8249 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
8250
8251         remove the chromium-mac-mountainlion TestExpectations file
8252         https://bugs.webkit.org/show_bug.cgi?id=101789
8253
8254         Reviewed by Ojan Vafai.
8255
8256         Nearly all of the tests have been updated for 10.8 and the remaining
8257         failures have been merged into the main TestExpectations file. We
8258         don't need this hook any more.
8259
8260         * platform/chromium-mac-mountainlion/TestExpectations: Removed.
8261
8262 2012-11-12  Arpita Bahuguna  <arpitabahuguna@gmail.com>
8263
8264         Specified width CSS tables should not include border and padding as part of that width. 
8265         https://bugs.webkit.org/show_bug.cgi?id=77028
8266
8267         Reviewed by Julien Chaffraix.
8268
8269         * fast/table/css-table-width-with-border-padding-expected.html: Added.
8270         * fast/table/css-table-width-with-border-padding.html: Added.
8271         Test added for verifying that for specified width css tables, border
8272         and padding are not considered as part of the specified table width.
8273
8274         The test also verifies the width values for the different box-sizing
8275         properties viz, content-box, border-box and padding-box.
8276
8277         Out of these padding-box is currently not supported even though
8278         the test verifies against this property as well. 
8279         The expected width values added for padding-box are thus incorrect
8280         and should be lesser by 100px (padding value).
8281
8282         * fast/table/min-width-css-block-table-expected.txt:
8283         * fast/table/min-width-css-inline-table-expected.txt:
8284         * fast/table/script-tests/min-width-helpers.js:
8285         Existing test values changed for CSS tables that have percent width
8286         specified since for both these tests, border and padding has been
8287         specified for all the tables.
8288
8289         As a result of this fix, the specified table width shall no longer
8290         include the border and padding values thereby increasing our table
8291         width size by exactly 30px (the value of border and padding in these
8292         tests).
8293         The new values for percent width css tables now match those for FF
8294         and Opera.
8295
8296 2012-11-12  David Grogan  <dgrogan@chromium.org>
8297
8298         IndexedDB: convert tests from setVersion to upgradeneeded
8299         https://bugs.webkit.org/show_bug.cgi?id=101676
8300
8301         Reviewed by Tony Chang.
8302
8303         A la bug 92037, add a function to shared.js that sets up the database
8304         for tests where opening and versioning isn't the focus.
8305
8306         * storage/indexeddb/create-object-store-options-expected.txt:
8307         * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
8308         * storage/indexeddb/createObjectStore-null-name-expected.txt:
8309           ...many tests and expected files...
8310
8311         * storage/indexeddb/resources/shared.js:
8312           The new utility function indexedDBTest lives here.
8313
8314         * storage/indexeddb/values-odd-types-expected.txt:
8315
8316 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
8317
8318         MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
8319         https://bugs.webkit.org/show_bug.cgi?id=101733
8320
8321         Reviewed by Jochen Eisinger.
8322
8323         This patch adds more tests for MediaConstraints.
8324
8325         * fast/mediastream/RTCPeerConnection-expected.txt:
8326         * fast/mediastream/RTCPeerConnection.html:
8327
8328 2012-11-12  Allan Sandfeld Jensen  <allan.jensen@digia.com>
8329
8330         [Qt] Support ResourceRequest's setTimeoutInterval
8331         https://bugs.webkit.org/show_bug.cgi?id=101731
8332
8333         Reviewed by Simon Hausmann.
8334
8335         Unskip now passing XHR timeout tests.
8336
8337         * platform/qt/TestExpectations:
8338
8339 2012-11-12  Vsevolod Vlasov  <vsevik@chromium.org>
8340
8341         Layout Test inspector/debugger/dynamic-scripts.html is flaky
8342         https://bugs.webkit.org/show_bug.cgi?id=99338
8343
8344         Unreviewed inspector tests flakiness fix.
8345
8346         * http/tests/inspector-enabled/dynamic-scripts.html:
8347         * inspector/debugger/dynamic-scripts.html:
8348         * platform/chromium/TestExpectations:
8349
8350 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
8351
8352         [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
8353         https://bugs.webkit.org/show_bug.cgi?id=101933
8354
8355         Reviewed by Csaba Osztrogonác.
8356
8357         * platform/qt/TestExpectations:
8358
8359 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
8360
8361         Remove the V8 custom code for WebSockets constructor
8362         https://bugs.webkit.org/show_bug.cgi?id=100801
8363
8364         Reviewed by Kentaro Hara.
8365
8366         Added test for null argument to WebSocket(url).
8367
8368         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
8369         * http/tests/websocket/tests/hybi/url-parsing.html:
8370         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
8371         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
8372         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
8373
8374 2012-11-12  Balazs Kelemen  <kbalazs@webkit.org>
8375
8376         [Qt] Pixel tests need rebaseline
8377         https://bugs.webkit.org/show_bug.cgi?id=99323
8378
8379         Unreviewed gardening.
8380
8381         Fix my previous gardening commit: s/-actual.png/-expected.png
8382
8383         * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
8384         * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
8385         * 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.
8386         * 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.
8387         * 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.
8388         * 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.
8389         * 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.
8390         * 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.
8391         * 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.
8392         * 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.
8393         * 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.
8394         * 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.
8395         * 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.
8396         * 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.
8397         * 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.
8398         * 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.
8399         * 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.
8400         * 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.
8401         * 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.
8402         * 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.
8403         * 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.
8404         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
8405         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
8406         * 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.
8407         * 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.
8408         * 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.
8409         * 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.
8410         * 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.
8411         * 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.
8412         * 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.
8413         * 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.
8414         * 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.
8415         * 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.
8416         * 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.
8417         * 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.
8418         * 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.
8419         * 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.
8420         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
8421         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
8422         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
8423         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
8424         * 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.
8425         * 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.
8426         * 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.
8427         * 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.
8428         * 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.
8429         * 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.
8430         * 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.
8431         * 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.
8432         * 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.
8433         * 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.
8434         * 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.
8435         * 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.
8436         * 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.
8437         * 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.
8438         * 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.
8439         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
8440         * 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.
8441         * 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.
8442         * 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.
8443         * 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.
8444         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
8445         * 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.
8446         * 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.
8447         * 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.
8448         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
8449         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
8450         * 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.
8451         * 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.
8452         * 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.
8453         * 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.
8454         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
8455         * 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.
8456         * 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.
8457         * 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.
8458         * 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.
8459         * 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.
8460         * 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.
8461         * 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.
8462         * 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.
8463         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
8464         * 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.
8465         * 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.
8466         * 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.
8467         * 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.
8468         * 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.
8469         * 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.
8470         * 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.
8471         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
8472         * 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.
8473         * 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.
8474         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
8475         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
8476         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.
8477
8478 2012-11-12  Csaba Osztrogonác  <ossy@webkit.org>
8479
8480         [Qt] Unreviewed gardening, skip a new crashing test.
8481
8482         * platform/qt/TestExpectations:
8483
8484 2012-11-12  Eugene Klyuchnikov  <eustas.bug@gmail.com>
8485
8486         Web Inspector: Timeline: fix test expectations
8487         https://bugs.webkit.org/show_bug.cgi?id=101737
8488
8489         Reviewed by Yury Semikhatsky.
8490
8491         The expected order of timeline records of specific types
8492         have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
8493
8494         This change fixes test expectations.
8495         Also removed expectation that test can fail.
8496
8497         * inspector/timeline/timeline-receive-response-event-expected.txt:
8498         * platform/chromium/TestExpectations: Removed "fail" expectation.
8499
8500 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
8501
8502         [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
8503         needs implementation of setBackingScaleFactor().
8504
8505         Reviewed by Csaba Osztrogonác.
8506
8507         * platform/qt/TestExpectations:
8508
8509 2012-11-12  Keishi Hattori  <keishi@webkit.org>
8510
8511         Add tests for month picker
8512         https://bugs.webkit.org/show_bug.cgi?id=101556
8513
8514         Reviewed by Kent Tamura.
8515
8516         Adding tests for month picker.
8517
8518         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
8519         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
8520         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
8521         * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
8522         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
8523         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
8524         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
8525         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
8526         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
8527         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
8528         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
8529         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
8530         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
8531         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
8532         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
8533         (selectedMonth): Returns ISO string for selected month.
8534
8535 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
8536
8537         MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
8538         https://bugs.webkit.org/show_bug.cgi?id=101751
8539
8540         Reviewed by Adam Barth.
8541
8542         Adding shouldNotTrow to the send() calls.
8543
8544         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
8545         * fast/mediastream/RTCPeerConnection-datachannel.html:
8546
8547 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
8548
8549         [CSSRegions]Add support for text-shadow in region styling
8550         https://bugs.webkit.org/show_bug.cgi?id=94472
8551
8552         Reviewed by David Hyatt.
8553
8554         Original patch by Andrei Onea.
8555         Added tests for region styling using the text-shadow property.
8556
8557         * fast/regions/region-style-text-shadow-expected.html: Added.
8558         * fast/regions/region-style-text-shadow.html: Added.
8559
8560 2012-11-12  Pavel Feldman  <pfeldman@chromium.org>
8561
8562         Web Inspector: wasShown is called twice when show() is called from within wasShown
8563         https://bugs.webkit.org/show_bug.cgi?id=101858
8564
8565         Reviewed by Vsevolod Vlasov.
8566
8567         * inspector/view-events-expected.txt:
8568         * inspector/view-events.html:
8569
8570 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
8571
8572         [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
8573         https://bugs.webkit.org/show_bug.cgi?id=101897
8574
8575         Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.
8576
8577         * platform/chromium/TestExpectations:
8578         * platform/mac/TestExpectations:
8579
8580 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
8581
8582         Don't update style when attaching in HTMLMeterElement
8583         https://bugs.webkit.org/show_bug.cgi?id=101714
8584
8585         Reviewed by Hajime Morita.
8586
8587         * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
8588         * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.
8589
8590 2012-11-11  Michael Pruett  <michael@68k.org>
8591
8592         Fix assertion failure in JSObject::tryGetIndexQuickly()
8593         https://bugs.webkit.org/show_bug.cgi?id=101869
8594
8595         Reviewed by Filip Pizlo.
8596
8597         Add test case for an assertion failure triggered when constructing
8598         a Blob with a sparse array.
8599
8600         * fast/constructors/blob-sparse-array-assertion-failure.html: Added.
8601
8602 2012-11-09  Ryosuke Niwa  <rniwa@webkit.org>
8603
8604         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
8605         https://bugs.webkit.org/show_bug.cgi?id=101547
8606
8607         Reviewed by Simon Fraser.
8608
8609         Remove Chromium test expectations as these tests now pass.
8610
8611         * platform/chromium/TestExpectations:
8612
8613 2012-11-11  Dongwoo Joshua Im  <dw.im@samsung.com>
8614
8615         [CSS3] Parsing the property, text-align-last.
8616         https://bugs.webkit.org/show_bug.cgi?id=99439
8617
8618         Reviewed by Julien Chaffraix.
8619
8620         This patch implements the parsing side of the "text-align-last" property specified
8621         in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
8622         Specification link : http://www.w3.org/TR/css3-text/#text-align-last
8623
8624         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
8625         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
8626         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
8627         (testComputedStyle):
8628         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
8629         (testElementStyle):
8630         (testComputedStyle):
8631         * platform/chromium/TestExpectations:
8632         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
8633         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
8634         * platform/mac/TestExpectations:
8635         * platform/qt-4.8/TestExpectations:
8636         * platform/qt-mac/TestExpectations:
8637         * platform/qt/TestExpectations:
8638
8639 2012-11-11  Keishi Hattori  <keishi@webkit.org>
8640
8641         Rebaseline month/week appearance tests
8642         https://bugs.webkit.org/show_bug.cgi?id=101561
8643
8644         Unreviewed.
8645
8646         Rebaselining month/week appearance tests.
8647
8648         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
8649         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
8650         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
8651         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
8652         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
8653         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
8654         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
8655         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
8656         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
8657         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
8658         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
8659         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
8660         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
8661         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
8662         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
8663         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
8664         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
8665         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
8666         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
8667         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
8668         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
8669         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
8670         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
8671         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
8672         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
8673         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
8674         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
8675         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
8676         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
8677         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
8678         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
8679         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
8680         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
8681         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
8682         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
8683         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
8684         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
8685         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
8686         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
8687         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
8688         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
8689         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
8690         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
8691         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
8692         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
8693         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
8694         * platform/chromium/TestExpectations:
8695
8696 2012-11-11  Shinya Kawanaka  <shinyak@chromium.org>
8697
8698         [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
8699         https://bugs.webkit.org/show_bug.cgi?id=101180
8700
8701         Reviewed by Dimitri Glazkov.
8702
8703         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
8704         * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.
8705
8706 2012-11-11  Sheriff Bot  <webkit.review.bot@gmail.com>
8707
8708         Unreviewed, rolling out r134144.
8709         http://trac.webkit.org/changeset/134144
8710         https://bugs.webkit.org/show_bug.cgi?id=101876
8711
8712         seems to break win 7 chromium browser test (Requested by
8713         hayato on #webkit).
8714
8715         * fast/events/mouse-cursor-expected.txt: Removed.
8716         * fast/events/mouse-cursor.html: Removed.
8717
8718 2012-11-11  Kent Tamura  <tkent@chromium.org>
8719
8720         Internals: MockPagePopup should not update DOM structure during detach()
8721         https://bugs.webkit.org/show_bug.cgi?id=101710
8722
8723         Reviewed by Hajime Morita.
8724
8725         Update tests because page popup closing becomes asynchronous.
8726
8727         * fast/forms/resources/picker-common.js:
8728         (waitUntilClosing): Added. Helper to wait until a page popup closing.
8729         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
8730         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
8731         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
8732         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
8733         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
8734         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
8735         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
8736         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
8737         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
8738         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
8739         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
8740         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
8741
8742 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8743
8744         [WK2] Mark fast/repaint/body-background-image.html as flaky.
8745
8746         * platform/wk2/TestExpectations:
8747
8748 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8749
8750         [EFL] Unreviewed gardening.
8751
8752         Replace the pixel expectation for
8753         fast/repaint/body-background-image.html with the one generated by the
8754         WK1 port, since WK2 fails to render it properly at times (see bug
8755         101773).
8756
8757         * platform/efl/fast/repaint/body-background-image-expected.png:
8758
8759 2012-11-10  Mike West  <mkwst@chromium.org>
8760
8761         Web Inspector: Multiple '%c' formatting options should all have effect.
8762         https://bugs.webkit.org/show_bug.cgi?id=101495
8763
8764         Reviewed by Pavel Feldman.
8765
8766         * http/tests/inspector/console-test.js:
8767         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
8768             We're no longer putting the style directly on the message's
8769             parent, but instead on each section of the message in order to
8770             support multiple styles.
8771         * inspector/console/console-format-style-expected.txt:
8772         * inspector/console/console-format-style-whitelist-expected.txt:
8773         * inspector/console/console-format-style.html:
8774
8775 2012-11-10  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
8776
8777         [css] text-decoration:none no longer valid
8778         https://bugs.webkit.org/show_bug.cgi?id=101529
8779
8780         Reviewed by Ojan Vafai.
8781
8782         The getComputedStyle layout tests for 'text-decoration' and
8783         '-webkit-text-decoration-line' CSS properties are updated with the correct
8784         results for the 'none' value.
8785
8786         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
8787         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
8788         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
8789         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
8790         * inspector/console/console-format-style-whitelist-expected.txt:
8791
8792 2012-11-10  Noel Gordon  <noel.gordon@gmail.com>
8793
8794         [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.
8795
8796         * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
8797         * platform/chromium/TestExpectations:
8798
8799 2012-11-09  Ojan Vafai  <ojan@chromium.org>
8800
8801         Should only fire a single set of mouse events and update hover state once when scrolling is done
8802         https://bugs.webkit.org/show_bug.cgi?id=99940
8803
8804         Reviewed by Levi Weintraub.
8805
8806         Tests basic throttling. I couldn't think of a good way to test changing
8807         the delay that wouldn't make for a test that takes minutes to run.
8808
8809         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
8810         * fast/scrolling/fake-mouse-event-throttling.html: Added.
8811
8812 2012-11-09  Rick Byers  <rbyers@chromium.org>
8813
8814         [chromium] Move to USE(LAZY_NATIVE_CURSOR)
8815         https://bugs.webkit.org/show_bug.cgi?id=101501
8816
8817         Reviewed by Adam Barth.
8818
8819         Remove failure expectation for fast/events/mouse-cursor.html now that
8820         chromium uses the same cursor architecture as other ports.
8821
8822         * platform/chromium/TestExpectations:
8823
8824 2012-11-09  Rick Byers  <rbyers@chromium.org>
8825
8826         No tests for changing mouse cursors
8827         https://bugs.webkit.org/show_bug.cgi?id=100550
8828
8829         Reviewed by Adam Barth.
8830
8831         Add a simple test covering the basic scenarios of changing a mouse
8832         cursor with CSS.  This includes most of the cases currently covered
8833         by ManualTests/*cursor*.
8834
8835         * fast/events/mouse-cursor-expected.txt: Added.
8836         * fast/events/mouse-cursor.html: Added.
8837         * platform/chromium/TestExpectations: Add failure expectation.
8838
8839 2012-11-09  Noel Gordon  <noel.gordon@gmail.com>
8840
8841         [chromium] Should pass fast/images/paletted-png-with-color-profile.html
8842         https://bugs.webkit.org/show_bug.cgi?id=101551
8843
8844         Reviewed by Adam Barth.
8845
8846         Update fast/images/paletted-png-with-color-profile.html image results for
8847         Mac and Win (Chromium Android and Linux don't support color profiles).
8848
8849         * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
8850         * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
8851         * platform/chromium/TestExpectations:
8852
8853 2012-11-09  Joshua Bell  <jsbell@chromium.org>
8854
8855         [Chromium] Unreviewed gardening. One more baseline following 134112.
8856
8857         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
8858
8859 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
8860
8861         Correct hit-test point scaling for document.elementFromPoint
8862         https://bugs.webkit.org/show_bug.cgi?id=101798
8863
8864         Reviewed by Adam Barth.
8865
8866         The hit-test point come from user JavaScript is in the document coordinate.
8867         Convert to the frame coordinate with correct scale factor for hit test.
8868
8869         * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
8870         * fast/dom/elementFromPoint-scaled-scrolled.html: Added.
8871
8872 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8873
8874         [EFL] More gardening.
8875
8876         media/video-seek-past-end-playing.html is still flaky on WK2, skip
8877         it on both WK1 and WK2.
8878
8879         * platform/efl-wk1/TestExpectations:
8880         * platform/efl/TestExpectations:
8881
8882 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8883
8884         [EFL] Unreviewed gardening.
8885
8886         Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
8887         HIGH_DPI_CANVAS is disabled by default.
8888
8889         * platform/efl/TestExpectations:
8890
8891 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
8892
8893         Correct scroll adjustment for touchEvent.clientX/clientY
8894         https://bugs.webkit.org/show_bug.cgi?id=101800
8895
8896         Reviewed by Adam Barth.
8897
8898         FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
8899         Convert to document coordinate before passing to JavaScript.
8900
8901         * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
8902         * fast/events/touch/touch-scaled-scrolled.html: Added.
8903
8904 2012-11-09  Alexandru Chiculita  <achicu@adobe.com>
8905
8906         [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
8907         https://bugs.webkit.org/show_bug.cgi?id=98990
8908
8909         Reviewed by Noam Rosenthal.
8910
8911         Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have 
8912         composited layers using 3d transforms.
8913
8914         * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added.
8915         * css3/filters/custom/composited/custom-filter-blend-modes.html: Added.
8916         * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders.
8917         * platform/qt-5.0-wk1/TestExpectations:
8918         * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. 
8919         I've added 101531 to track those.
8920
8921 2012-11-09  Joshua Bell  <jsbell@chromium.org>
8922
8923         [Chromium] Unreviewed gardening. A few more baselines following 134112.
8924
8925         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
8926         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
8927         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
8928         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
8929         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
8930         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
8931         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added.
8932         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
8933         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
8934
8935 2012-11-09  Joshua Bell  <jsbell@chromium.org>
8936
8937         [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms.
8938
8939         * platform/chromium/TestExpectations:
8940
8941 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8942
8943         [EFL] Unreviewed gardening.
8944
8945         Unskip fast/dom/navigator-vibration.html after r133828.
8946
8947         * platform/efl-wk2/TestExpectations:
8948
8949 2012-11-09  Joshua Bell  <jsbell@chromium.org>
8950
8951         [Chromium] Unreviewed gardening. Updated expectations following 134112.
8952
8953         * platform/chromium/TestExpectations:
8954
8955 2012-11-09  Slavomir Kaslev  <skaslev@google.com>
8956
8957         [chromium] Rebaselining software compositor tests.
8958
8959         Patch by Slavomir Kaslev <skaslev@google.com> on 2012-11-09
8960         Reviewed by Adrienne Walker.
8961
8962         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
8963         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
8964         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
8965         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
8966         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
8967         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
8968         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
8969         * 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.
8970         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
8971         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
8972         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
8973         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
8974         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
8975         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
8976         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
8977         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
8978         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
8979         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
8980         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
8981         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
8982         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
8983         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
8984         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
8985         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
8986         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
8987         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
8988         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
8989         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
8990         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
8991         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
8992         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
8993         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
8994         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
8995         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
8996         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
8997         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
8998         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
8999         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
9000         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
9001         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
9002         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
9003         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
9004         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
9005         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
9006         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
9007         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
9008         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
9009         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
9010         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
9011         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
9012         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
9013         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
9014         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
9015         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
9016         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
9017         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
9018         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
9019         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
9020         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
9021         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
9022         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
9023         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
9024         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
9025         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
9026         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
9027         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
9028         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
9029         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
9030         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
9031         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
9032         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
9033         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
9034         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
9035         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
9036         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
9037         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
9038         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
9039         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
9040         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
9041         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
9042         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
9043         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
9044         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
9045         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
9046         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
9047         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
9048         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
9049         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
9050         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
9051         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
9052         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
9053         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
9054         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added.
9055         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
9056         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
9057         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
9058         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
9059         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
9060         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
9061         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
9062         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
9063         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
9064         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
9065         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
9066         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
9067         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
9068         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
9069         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
9070         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
9071         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
9072         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
9073         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
9074         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
9075         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
9076         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
9077         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
9078         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
9079         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
9080         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
9081         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
9082         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
9083         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
9084         * platform/chromium/TestExpectations:
9085
9086 2012-11-09  Joshua Bell  <jsbell@chromium.org>
9087
9088         [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100
9089
9090         * platform/chromium/TestExpectations:
9091
9092 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
9093
9094         Unreviewed, last few chromium-mac-mountainlion expectations cleaned up.
9095
9096         * platform/chromium/TestExpectations:
9097
9098 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
9099
9100         Unreviewed, baselines change - remove stray baselines for reftests.
9101
9102         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed.
9103         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed.
9104
9105 2012-11-09  Erik Arvidsson  <arv@chromium.org>
9106
9107         REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document
9108         https://bugs.webkit.org/show_bug.cgi?id=101627
9109
9110         Reviewed by Alexey Proskuryakov.
9111
9112         We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute
9113         was changed. If an element is moved from a standards document to a quirks mode document the
9114         m_classNamesForQuirksMode would not be up to date which lead to wrong results.
9115
9116         Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only).
9117
9118         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added.
9119         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added.
9120
9121 2012-10-28  Timothy Hatcher  <timothy@apple.com>
9122
9123         Test if -webkit-canvas in CSS uses the full backing store instead
9124         of always 1x when rendering.
9125
9126         https://bugs.webkit.org/show_bug.cgi?id=100611
9127
9128         Reviewed by Dean Jackson.
9129
9130         * fast/canvas/canvas-as-image-hidpi-expected.png: Added.
9131         * fast/canvas/canvas-as-image-hidpi-expected.txt: Added.
9132         * fast/canvas/canvas-as-image-hidpi.html: Added.
9133
9134 2012-10-28  Timothy Hatcher  <timothy@apple.com>
9135
9136         Test the canvas backing store pixel ratio when the buffer resizes.
9137
9138         https://bugs.webkit.org/show_bug.cgi?id=100608
9139
9140         Reviewed by Darin Adler.
9141
9142         * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
9143         * fast/canvas/canvas-resize-reset-pixelRatio.html: Added.
9144
9145 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
9146
9147         RemoveFormat command doesn't remove background color
9148         https://bugs.webkit.org/show_bug.cgi?id=101682
9149
9150         Reviewed by Tony Chang.
9151
9152         Added a regression test.
9153
9154         * editing/execCommand/remove-format-background-color-expected.txt: Added.
9155         * editing/execCommand/remove-format-background-color.html: Added.
9156
9157 2012-11-09  Zan Dobersek  <zandobersek@gmail.com>
9158
9159         Unreviewed GTK gardening.
9160
9161         Rebaselining and removing stale expectations after the Cairo
9162         version used in Jhbuild modules was bumped to 1.12.8 in r134073.
9163
9164         * platform/gtk/TestExpectations:
9165         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
9166         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
9167         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
9168         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
9169         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
9170         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
9171         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
9172         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
9173         * platform/gtk/svg/batik/text/smallFonts-expected.png:
9174         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
9175         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
9176         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
9177         * platform/gtk/svg/batik/text/textOnPath-expected.png:
9178         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
9179         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
9180         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
9181         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
9182         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
9183         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
9184         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
9185         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
9186         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
9187         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
9188         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
9189         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
9190         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
9191         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
9192         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
9193
9194 2012-11-09  Mihnea Ovidenie  <mihnea@adobe.com>
9195
9196         [CSSRegions] Region styling properties are not filtered correctly
9197         https://bugs.webkit.org/show_bug.cgi?id=101768
9198
9199         Reviewed by Andreas Kling.
9200
9201         Visibility is not a supported region style property, therefore using it inside @-webkit-region
9202         should not be possible.
9203
9204         * fast/regions/region-style-not-supported-properties-expected.html: Added.
9205         * fast/regions/region-style-not-supported-properties.html: Added.
9206
9207 2012-11-09  Tommy Widenflycht  <tommyw@google.com>
9208
9209         MediaStream API: Deleting all files relating to the deprecated PeerConnection00
9210         https://bugs.webkit.org/show_bug.cgi?id=101730
9211
9212         Reviewed by Adam Barth.
9213
9214         Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
9215         files relating to the old API.
9216
9217         * fast/mediastream/SessionDescription-expected.txt: Removed.
9218         * fast/mediastream/SessionDescription.html: Removed.
9219         * fast/mediastream/constructors-expected.txt:
9220         * fast/mediastream/constructors.html:
9221         * fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
9222         * fast/mediastream/peerconnection-Attributes.html: Removed.
9223         * fast/mediastream/peerconnection-addstream-expected.txt: Removed.
9224         * fast/mediastream/peerconnection-addstream.html: Removed.
9225         * fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
9226         * fast/mediastream/peerconnection-argument-types.html: Removed.
9227         * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
9228         * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
9229         * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
9230         * fast/mediastream/peerconnection-iceoptions.html: Removed.
9231         * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
9232         * fast/mediastream/peerconnection-mediastreamlist.html: Removed.
9233         * fast/mediastream/peerconnection-removestream-expected.txt: Removed.
9234         * fast/mediastream/peerconnection-removestream.html: Removed.
9235         * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
9236         * fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
9237         * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
9238         * fast/mediastream/script-tests/peerconnection-removestream.js: Removed.
9239
9240 2012-11-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
9241
9242         [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled
9243         https://bugs.webkit.org/show_bug.cgi?id=101750
9244
9245         Reviewed by Ojan Vafai.
9246
9247         This patch updates the "text-decoration" computed style layout tests to
9248         handle a larger variety of value combinations.
9249
9250         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
9251         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
9252
9253 2012-11-09  Joshua Bell  <jsbell@chromium.org>
9254
9255         [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion.
9256
9257         * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added.
9258         * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
9259         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
9260         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
9261         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
9262         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
9263         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
9264         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
9265
9266 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
9267
9268         [EFL] Rebaseline svg tests after 99870
9269         https://bugs.webkit.org/show_bug.cgi?id=101756
9270
9271         Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870.
9272
9273         * platform/efl/TestExpectations:
9274         * platform/efl/svg/custom/pattern-scaling-expected.png: Added.
9275         * platform/efl/svg/custom/pattern-scaling-expected.txt: Added.
9276         * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
9277
9278 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
9279
9280         [EFL] Rebaseline fast/table/025-expected
9281         https://bugs.webkit.org/show_bug.cgi?id=101752
9282
9283         Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645.
9284
9285         * platform/efl/TestExpectations:
9286         * platform/efl/fast/table/025-expected.png:
9287         * platform/efl/fast/table/025-expected.txt:
9288
9289 2012-11-09  Balazs Kelemen  <kbalazs@webkit.org>
9290
9291         [Qt] Pixel tests need rebaseline
9292         https://bugs.webkit.org/show_bug.cgi?id=99323
9293
9294         Unreviewed pixel rebaseline.
9295
9296         Rebaseline some tests, add missing expectations.
9297
9298         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added.
9299         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added.
9300         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added.
9301         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added.
9302         * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added.
9303         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
9304         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added.
9305         * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added.
9306         * platform/qt/fast/images/png-suite/test-actual.png: Added.
9307         * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added.
9308         * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added.
9309         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added.
9310         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added.
9311         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added.
9312         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added.
9313         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added.
9314         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added.
9315         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added.
9316         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added.
9317         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added.
9318         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added.
9319         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added.
9320         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added.
9321         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added.
9322         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added.
9323         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added.
9324         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added.
9325         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added.
9326         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added.
9327         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added.
9328         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added.
9329         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added.
9330         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added.
9331         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added.
9332         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added.
9333         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added.
9334         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added.
9335         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added.
9336         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added.
9337         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added.
9338         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added.
9339         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added.
9340         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added.
9341         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added.
9342         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added.
9343         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added.
9344         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added.
9345         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added.
9346         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added.
9347         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added.
9348         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added.
9349         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added.
9350         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added.
9351         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added.
9352         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added.
9353         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added.
9354         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added.
9355         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added.
9356         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added.
9357         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added.
9358         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added.
9359         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added.
9360         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added.
9361         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added.
9362         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added.
9363         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added.
9364         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added.
9365         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added.
9366         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added.
9367         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added.
9368         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added.
9369         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added.
9370         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added.
9371         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added.
9372         * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added.
9373         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added.
9374         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added.
9375         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added.
9376         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added.
9377         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added.
9378         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added.
9379         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added.
9380         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added.
9381         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added.
9382         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added.
9383         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added.
9384         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added.
9385         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added.
9386         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added.
9387         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added.
9388         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added.
9389         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added.
9390         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added.
9391         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added.
9392         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added.
9393         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added.
9394         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added.
9395         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added.
9396         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added.
9397         * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added.
9398         * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added.
9399
9400 2012-11-07  Pavel Feldman  <pfeldman@chromium.org>
9401
9402         Web Inspector: wrong output for empty object {}
9403         https://bugs.webkit.org/show_bug.cgi?id=101356
9404
9405         Reviewed by Vsevolod Vlasov.
9406
9407         Changed preview formatting to iterate over enumerable properties only + visit the prototypes.
9408
9409         * inspector/console/command-line-api-expected.txt:
9410         * inspector/console/command-line-api-inspect-expected.txt:
9411         * inspector/console/console-format-collections-expected.txt:
9412         * inspector/console/console-format-expected.txt:
9413         * platform/chromium/inspector/console/console-format-collections-expected.txt:
9414
9415 2012-11-09  Kangil Han  <kangil.han@samsung.com>
9416
9417         [EFL] Refactor TestExpectations file
9418         https://bugs.webkit.org/show_bug.cgi?id=101738
9419
9420         Unreviewed, EFL gardening. 
9421
9422         Remove duplicated definitions.
9423
9424         * platform/efl/TestExpectations:
9425
9426 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
9427
9428         [EFL] Skip failing test perf/accessibility-title-ui-element.html
9429         https://bugs.webkit.org/show_bug.cgi?id=101728
9430
9431         Unreviewed EFL gardening.
9432
9433         * platform/efl/TestExpectations:
9434
9435 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
9436
9437         [EFL] Update baselines for failing svg tests
9438         https://bugs.webkit.org/show_bug.cgi?id=101726
9439
9440         Unreviewed EFL gardening.
9441
9442         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
9443         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
9444         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
9445         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
9446         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
9447         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
9448         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
9449         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
9450         * platform/efl/svg/text/bidi-tspans-expected.png:
9451         * platform/efl/svg/text/bidi-tspans-expected.txt:
9452
9453 2012-11-09  Jaehun Lim  <ljaehun.lim@samsung.com>
9454
9455         [EFL] css3/flexbox/multiline-justify-content.html doesn't crash
9456         https://bugs.webkit.org/show_bug.cgi?id=101717
9457
9458         Unreviewed, EFL gardening. 
9459
9460         css3/flexbox/multiline-justify-content.html doesn't crash and can be passed.
9461
9462         * platform/efl/TestExpectations:
9463
9464 2012-11-08  Hayato Ito  <hayato@chromium.org>
9465
9466         Unreviewed, update chromium-mac baselines.
9467
9468         * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
9469         * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
9470         * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png:
9471         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added.
9472         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added.
9473
9474 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
9475
9476         Remove Chromium test expectations after r133939.
9477
9478         * platform/chromium/TestExpectations:
9479
9480 2012-11-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
9481
9482         table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)
9483         https://bugs.webkit.org/show_bug.cgi?id=18153
9484
9485         Reviewed by Beth Dakin.
9486
9487         * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added.
9488         * fast/table/fixed-table-layout/table-with-percent-width.html: Added.
9489         Test added to verify the width of the fixed layout tables with 100%
9490         width, in standards mode.
9491
9492 2012-11-08  Noel Gordon  <noel.gordon@gmail.com>
9493
9494         [chromium] Unreviewed test expectations update.
9495
9496         Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html
9497         on Win to prepare for an upcoming rebaseline.
9498
9499         * platform/chromium/TestExpectations:
9500
9501 2012-11-08  Hayato Ito  <hayato@chromium.org>
9502
9503         Unreviewed, Unreviewed gardening following r133972.
9504
9505         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
9506
9507 2012-11-08  Hayato Ito  <hayato@chromium.org>
9508
9509         Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg.
9510
9511         * platform/chromium/TestExpectations:
9512
9513 2012-11-08  Kangil Han  <kangil.han@samsung.com>
9514
9515         [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations
9516         https://bugs.webkit.org/show_bug.cgi?id=101686
9517
9518         Unreviewed, EFL gardening.
9519
9520         Currently there are three definitions on jquery/manipulation.html case.
9521         As BUG 100636 fixed, we don't need Crash definition anymore.
9522         Therefore, this patch makes this case into one definition without Crash in TestExpectations.
9523
9524         * platform/efl/TestExpectations:
9525
9526 2012-11-08  Hayato Ito  <hayato@chromium.org>
9527
9528         Unreviewed, update chromium expectations for tables/.
9529
9530         * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
9531         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png:
9532         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png:
9533         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
9534         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
9535         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
9536
9537 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
9538
9539         Unreviewed, update chromium-mac-mountainlion baselines for fast/
9540
9541         Also roll remaining mountainlion-specific failures into the main
9542         TestExpectations file.
9543
9544         * platform/chromium/TestExpectations:
9545         * platform/chromium-mac-mountainlion/TestExpectations:
9546
9547 2012-11-08  Keishi Hattori  <keishi@webkit.org>
9548
9549         Enable calendar picker for input types week/month
9550         https://bugs.webkit.org/show_bug.cgi?id=101553
9551
9552         Reviewed by Kent Tamura.
9553
9554         * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline.
9555
9556 2012-11-08  Hayato Ito  <hayato@chromium.org>
9557
9558         Unreviewed, update chromium expectations to remove a duplication.
9559
9560         * platform/chromium/TestExpectations:
9561
9562 2012-11-08  Dongwoo Joshua Im  <dw.im@samsung.com>
9563
9564         [QT] css3/line-break should be removed from TestExpectations.
9565         https://bugs.webkit.org/show_bug.cgi?id=101562
9566
9567         Unreviewed gardening.
9568
9569         css3/line-break is removed by http://trac.webkit.org/changeset/133644.
9570
9571         * platform/qt/TestExpectations:
9572
9573 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
9574
9575         Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure.
9576
9577         * platform/chromium/TestExpectations:
9578
9579 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
9580
9581         Unreviewed, chromium-mac-mountainlion baselines for tables/.
9582
9583         * platform/chromium/TestExpectations:
9584         * platform/chromium-mac-mountainlion/TestExpectations:
9585
9586 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9587
9588         [Chromium] Unreviewed gardening following r133972.
9589
9590         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
9591
9592 2012-11-08  Kenichi Ishibashi  <bashi@chromium.org>
9593
9594         [Chromium] Arabic digits should appear left-to-right
9595         https://bugs.webkit.org/show_bug.cgi?id=101440
9596
9597         Reviewed by Tony Chang.
9598
9599         Add a test that checks Arabic digits appear in increasing order from left to right.
9600
9601         * fast/text/international/arabic-digits-expected.html: Added.
9602         * fast/text/international/arabic-digits.html: Added.
9603
9604 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9605
9606         Unreviewed. Some more gardening after r133898.
9607
9608         * platform/efl/TestExpectations:
9609
9610 2012-11-08  Beth Dakin  <bdakin@apple.com>
9611
9612         https://bugs.webkit.org/show_bug.cgi?id=101644
9613         Fixed header on Facebook news feed becomes detached from top of 
9614         viewport after rubber band scrolling
9615         -and corresponding-
9616         <rdar://problem/12651944>
9617
9618         Reviewed by Simon Fraser.
9619
9620         New test ensures that negative offsets will not make their way into 
9621         the FixedPositionViewportConstraints.
9622         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added.
9623         * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added.
9624
9625 2012-11-08  Alpha Lam  <hclam@chromium.org>
9626
9627         [chromium] Deferred image decoding fails with image orientation
9628         https://bugs.webkit.org/show_bug.cgi?id=101648
9629
9630         Reviewed by Stephen White.
9631
9632         Update test expectations and baselines accordingly since these two
9633         tests are now passing with deferred image decoding.
9634
9635         fast/images/exif-orientation-image-document.html
9636         fast/images/exif-orientation.html
9637
9638         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
9639         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
9640         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
9641         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
9642         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
9643         * platform/chromium/TestExpectations:
9644
9645 2012-11-08  Hans Muller  <hmuller@adobe.com>
9646
9647         [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
9648         https://bugs.webkit.org/show_bug.cgi?id=100874
9649
9650         Reviewed by Dirk Schulze.
9651
9652         Added two additional tests for rectilinear polygons, where the tops and bottoms
9653         of lines intersect the polygons' horizontal edges. More tests of this kind will
9654         be needed when exclusion layout supports polygons that break horizontal lines up
9655         into more than one segment.
9656
9657         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added.
9658         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added.
9659         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added.
9660         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added.
9661
9662 2012-11-08  Christophe Dumez  <christophe.dumez@intel.com>
9663
9664         [JSC] HTML extensions to String.prototype should escape " as &quot; in argument values
9665         https://bugs.webkit.org/show_bug.cgi?id=90667
9666
9667         Reviewed by Benjamin Poulain.
9668
9669         Add layout test coverage for the following String.prototype methods:
9670         - String.prototype.anchor(name)
9671         - String.prototype.fontcolor(color)
9672         - String.prototype.fontsize(size)
9673         - String.prototype.link(href)
9674
9675         Those tests also check that the quotation mark is correctly escaped
9676         in argument values to prevent potential exploits.
9677
9678         * fast/js/string-anchor-expected.txt: Added.
9679         * fast/js/string-anchor.html: Added.
9680         * fast/js/string-fontcolor-expected.txt: Added.
9681         * fast/js/string-fontcolor.html: Added.
9682         * fast/js/string-fontsize-expected.txt: Added.
9683         * fast/js/string-fontsize.html: Added.
9684         * fast/js/string-link-expected.txt: Added.
9685         * fast/js/string-link.html: Added.
9686         * platform/chromium/TestExpectations: Skip new tests for chromium port due
9687         to http://code.google.com/p/v8/issues/detail?id=2218
9688
9689 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9690
9691        [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines.
9692
9693         * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added.
9694         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
9695         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
9696
9697 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9698
9699         Unreviewed. Some more gardening after r133898.
9700
9701         * platform/efl/TestExpectations:
9702
9703 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9704
9705         [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion.
9706
9707         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
9708         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added.
9709
9710 2012-11-08  Huang Dongsung  <luxtella@company100.net>
9711
9712         Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
9713         https://bugs.webkit.org/show_bug.cgi?id=101424
9714
9715         Reviewed by Noam Rosenthal.
9716
9717         Coordinated Graphics had a bug when a compositing div has a compositing
9718         img with an absolute position property. This test is added to prevent from
9719         a regression.
9720
9721         * compositing/nested-direct-image-compositing-expected.png: Added.
9722         * compositing/nested-direct-image-compositing-expected.txt: Added.
9723         * compositing/nested-direct-image-compositing.html: Added.
9724
9725 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9726
9727         Unreviewed. Some more gardening after r133898.
9728
9729         * platform/efl/TestExpectations:
9730
9731 2012-11-08  Erik Arvidsson  <arv@chromium.org>
9732
9733         setAttributeNode and friends should not have optional argument
9734         https://bugs.webkit.org/show_bug.cgi?id=101631
9735
9736         Reviewed by Ojan Vafai.
9737
9738         Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr
9739         argument mandatory.
9740
9741         These used to throw DOMExceptions when an invalid type was passed instead of
9742         TypeError which is also a spec violation.
9743
9744         * fast/dom/Element/attr-param-typechecking-expected.txt:
9745         * fast/dom/Element/script-tests/attr-param-typechecking.js:
9746
9747 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9748
9749         [Chromium] Unreviewed gardening.
9750
9751         * platform/chromium/TestExpectations:
9752
9753 2012-11-08  Emil A Eklund  <eae@chromium.org>
9754
9755         Unreviewed chromium rebaselines.
9756
9757         * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
9758         * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9759         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
9760         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added.
9761         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
9762         * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added.
9763         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
9764         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added.
9765         * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added.
9766         * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added.
9767         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
9768         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added.
9769         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
9770         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
9771         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added.
9772         * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
9773         * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
9774         * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9775         * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
9776         * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9777         * platform/efl-wk1/fast/css: Added.
9778         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
9779         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added.
9780         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
9781         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
9782         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added.
9783         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added.
9784         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
9785         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
9786         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed.
9787         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
9788         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
9789         * platform/efl/fast/css/text-overflow-input-expected.png: Removed.
9790         * platform/efl/fast/css/text-overflow-input-expected.txt: Removed.
9791         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
9792         * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed.
9793         * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed.
9794         * platform/efl/fast/forms/input-disabled-color-expected.png: Removed.
9795         * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed.
9796         * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed.
9797         * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed.
9798         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
9799         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
9800         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed.
9801         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed.
9802         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed.
9803
9804 2012-11-08  Tony Chang  <tony@chromium.org>
9805
9806         Layout test editing/pasteboard/file-drag-to-editable.html flaky
9807         https://bugs.webkit.org/show_bug.cgi?id=101092
9808
9809         Reviewed by Ryosuke Niwa.
9810
9811         Fix a flaky test.  The problem was that we were confusing the test harness by
9812         trying to do a navigation before the initial load finished (the notifyDone()
9813         call did nothing because waitUntilDone() was missing).  Depending on the state
9814         of the frame loader when the test run, there was a race in whether or not we
9815         would dump the results before or after completing the script execution.
9816
9817         Fix this by restructuring the test to run during onload and by calling notifyDone()
9818         after the file load attempt failed.
9819
9820         * editing/pasteboard/file-drag-to-editable-expected.txt:
9821         * editing/pasteboard/script-tests/file-drag-to-editable.js:
9822         (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet.
9823         (runTest): Run test during onload event.
9824         * platform/chromium/TestExpectations: Remove flaky marker.
9825
9826 2012-11-08  Erik Arvidsson  <arv@chromium.org>
9827
9828         Wrong error type is thrown for type errors in callbacks
9829         https://bugs.webkit.org/show_bug.cgi?id=101502
9830
9831         Reviewed by Adam Barth.
9832
9833         We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR.
9834
9835         http://www.w3.org/TR/WebIDL/#es-callback-function
9836
9837         * fast/mediastream/argument-types-expected.txt:
9838         * fast/mediastream/peerconnection-argument-types-expected.txt:
9839         * fast/mediastream/script-tests/argument-types.js:
9840         * fast/mediastream/script-tests/peerconnection-argument-types.js:
9841         * fast/workers/storage/open-database-inputs-sync-expected.txt:
9842
9843 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9844
9845         Unreviewed. Even more gardening after r133898.
9846
9847         * platform/efl/TestExpectations:
9848
9849 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9850
9851         [Chromium] Unreviewed gardening - widen flaky expectation to include crash
9852
9853         * platform/chromium/TestExpectations:
9854
9855 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9856
9857         Unreviewed. More gardening after r133898.
9858
9859         * platform/efl/TestExpectations:
9860
9861 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9862
9863         [Chromium] Unreviewed gardening - fix lint failures in expectations file.
9864
9865         * platform/chromium/TestExpectations:
9866
9867 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9868
9869         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
9870         https://bugs.webkit.org/show_bug.cgi?id=101547
9871
9872         [Chromium] Unreviewed gardening - test expectations update.
9873
9874         * platform/chromium/TestExpectations:
9875
9876 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9877
9878         [Chromium] Test expectations for failing image tests following Chromium r166632.
9879
9880         Unreviewed gardening.
9881
9882         * platform/chromium/TestExpectations:
9883
9884 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9885
9886         [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux.
9887
9888         Unreviewed gardening.
9889
9890         * platform/chromium/TestExpectations:
9891
9892 2012-11-08  Joshua Bell  <jsbell@chromium.org>
9893
9894         [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855
9895         https://bugs.webkit.org/show_bug.cgi?id=101618
9896
9897         Unreviewed gardening.
9898
9899         * platform/chromium/TestExpectations:
9900
9901 2012-11-08  Emil A Eklund  <eae@chromium.org>
9902
9903         Unreviewed chromium mac rebaseline for r101497.
9904
9905         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
9906         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added.
9907         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
9908         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
9909         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added.
9910         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added.
9911         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added.
9912         * platform/chromium-mac-lion/fast/multicol/span: Added.
9913         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
9914         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
9915         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added.
9916         * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
9917         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
9918         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added.
9919         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
9920         * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9921         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
9922         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added.
9923         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
9924         * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
9925         * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
9926         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
9927         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added.
9928         * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
9929         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
9930         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
9931         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
9932         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added.
9933         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
9934         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
9935         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
9936         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
9937         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9938         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
9939         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
9940         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
9941         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt:
9942         * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
9943         * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
9944         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
9945         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added.
9946         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
9947         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
9948         * platform/chromium-mac/fast/forms/search-rtl-expected.png:
9949         * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added.
9950         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
9951         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
9952         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
9953         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
9954         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
9955         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added.
9956         * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
9957         * platform/chromium/TestExpectations:
9958         * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed.
9959         * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed.
9960         * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
9961         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed.
9962         * platform/mac/fast/css/text-overflow-input-expected.txt: Removed.
9963         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed.
9964         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
9965
9966 2012-11-08  Wei Fanzhe  <whyer1@gmail.com>
9967
9968         While absolute positioning is put before the first flexitem, flexitems will move to a new line.
9969         https://bugs.webkit.org/show_bug.cgi?id=101294
9970
9971         Reviewed by Ojan Vafai.
9972
9973         Add a case to test flexible layout while absolute positioning is put before the first flexitem.
9974
9975         * css3/flexbox/flex-algorithm-expected.txt:
9976         * css3/flexbox/flex-algorithm.html:
9977
9978 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
9979
9980         Unreviewed. Gardening after r133898.
9981
9982         * platform/efl/TestExpectations:
9983
9984 2012-11-07  Emil A Eklund  <eae@chromium.org>
9985
9986         Fix enclosingLayoutRect calls in InlineFlowBox.h
9987         https://bugs.webkit.org/show_bug.cgi?id=101497
9988
9989         Reviewed by Levi Weintraub.
9990
9991         Update tests expectations to reflect change form
9992         enclosingIntRect to enclosingLayoutRect.
9993
9994         * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
9995         * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
9996         * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
9997         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
9998         * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
9999         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
10000         * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
10001         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
10002         * platform/mac/fast/css/text-overflow-input-expected.txt:
10003         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
10004         * platform/mac/fast/forms/basic-textareas-expected.txt:
10005         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
10006         * platform/mac/fast/forms/input-disabled-color-expected.txt:
10007         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
10008         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
10009         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
10010         * platform/mac/fast/forms/search-rtl-expected.txt:
10011         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
10012         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
10013         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
10014         * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
10015         * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
10016
10017 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
10018
10019         Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884
10020         https://bugs.webkit.org/show_bug.cgi?id=101597
10021
10022         Unreviewed, WebKit gardening.
10023
10024         Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html
10025         need new test expectations after r133884.
10026
10027         * fast/media/mq-resolution-expected.txt:
10028         * fast/media/w3c/test_media_queries-expected.txt:
10029
10030 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
10031
10032         [EFL] Rebaseline fast/canvas/fillText-shadow.html
10033         https://bugs.webkit.org/show_bug.cgi?id=101587
10034
10035         Unreviewed gardening.
10036
10037         Test fast/canvas/fillText-shadow.html has to be rebased after r133834.
10038
10039         * platform/efl/fast/canvas/fillText-shadow-expected.txt:
10040
10041 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
10042
10043         [EFL] Gardening after r133807 and r133820
10044         https://bugs.webkit.org/show_bug.cgi?id=101585
10045
10046         Unreviewed gardening.
10047
10048         Skipping of compositing/absolute-inside-out-of-view-fixed.html and
10049         editing/execCommand/switch-list-type-with-orphaned-li.html for EFL.
10050
10051         * platform/efl/TestExpectations:
10052
10053 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
10054
10055         [EFL] Rebaseline svg/css/group-with-shadow.svg
10056         https://bugs.webkit.org/show_bug.cgi?id=101592
10057
10058         Unreviewed gardening.
10059
10060         Test svg/css/group-with-shadow.svg has to be rebaselined after r133834.
10061
10062         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed.
10063         * platform/efl/svg/css/group-with-shadow-expected.png: Added.
10064         * platform/efl/svg/css/group-with-shadow-expected.txt:
10065
10066 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
10067
10068         Warn in the inspector console when using dpi and dpcm units outside of media="print"
10069         https://bugs.webkit.org/show_bug.cgi?id=100865
10070
10071         Reviewed by Kenneth Rohde Christiansen.
10072
10073         Added layout test that checks if warning is printed to console when dpi or dpcm CSS
10074         units are used for resolution media feature.
10075
10076         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
10077         * fast/media/mq-resolution-dpi-dpcm-warning.html: Added.
10078
10079         Skip tests for platforms that doesn't support resolution media feature.
10080
10081         * platform/chromium/TestExpectations:
10082         * platform/gtk/TestExpectations:
10083         * platform/mac/TestExpectations:
10084         * platform/win/TestExpectations:
10085
10086 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
10087
10088         Unreviewed GTK gardening.
10089
10090         Adding a platform-specific baseline for the test added in r133868.
10091
10092         * platform/gtk/http/tests/security/XFrameOptions: Added.
10093         * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
10094
10095 2012-11-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
10096
10097         [Qt] Unreviewed Gardening.
10098
10099         Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638.
10100
10101         * platform/qt/TestExpectations:
10102         * platform/qt/css3/filters/effect-reference-expected.png:
10103         * platform/qt/css3/filters/effect-reference-expected.txt:
10104         * platform/qt/svg/css/group-with-shadow-expected.txt:
10105
10106 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
10107
10108         Unreviewed GTK gardening.
10109
10110         Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html,
10111         the test regressed in r133820
10112         Further rebaselining after r133834.
10113
10114         * platform/gtk/TestExpectations:
10115         * platform/gtk/fast/canvas/fillText-shadow-expected.txt:
10116         * platform/gtk/svg/css/group-with-shadow-expected.png:
10117         * platform/gtk/svg/css/group-with-shadow-expected.txt:
10118
10119 2012-11-08  Mike West  <mkwst@chromium.org>
10120
10121         Warn when parsing an invalid X-Frame-Options header.
10122         https://bugs.webkit.org/show_bug.cgi?id=101447
10123
10124         Reviewed by Adam Barth.
10125
10126         * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added.
10127         * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
10128         * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added.
10129             New test with an invalid frame option value.
10130
10131 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
10132
10133         Unreviewed GTK gardening.
10134
10135         Moving some expectations to proper sections, unskiping a couple of tests
10136         and merging expectations for tests in printing/.
10137
10138         * platform/gtk/TestExpectations:
10139
10140 2012-11-08  Eugene Klyuchnikov  <eustas.bug@gmail.com>
10141
10142         Web Inspector: Timeline: Improve time/timeEnd appearance.
10143         https://bugs.webkit.org/show_bug.cgi?id=100936
10144
10145         Reviewed by Yury Semikhatsky.
10146
10147         Tested gluing of time/timeEnd records.
10148
10149         * inspector/timeline/timeline-time-expected.txt: Added.
10150         * inspector/timeline/timeline-time.html: Added.
10151
10152 2012-11-08  Yury Semikhatsky  <yurys@chromium.org>
10153
10154         Web Inspector: move front-end methods called from native part to InspectorFrontendAPI
10155         https://bugs.webkit.org/show_bug.cgi?id=101463
10156
10157         Reviewed by Vsevolod Vlasov.
10158
10159         Moved Web Inspector methods called from native code to InspectorFrontendAPI.
10160
10161         * http/tests/inspector-protocol/resources/InspectorTest.js:
10162         (InspectorFrontendAPI.dispatchMessageAsync):
10163
10164 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
10165
10166         Unreviewed GTK gardening.
10167
10168         Rebaselining after r131974, r133037 and r133834.
10169
10170         * platform/gtk/TestExpectations:
10171         * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png:
10172         * platform/gtk/fast/table/025-expected.png:
10173         * platform/gtk/fast/table/025-expected.txt:
10174         * platform/gtk/svg/css/arrow-with-shadow-expected.png:
10175         * platform/gtk/svg/css/arrow-with-shadow-expected.txt:
10176         * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
10177         * platform/gtk/svg/css/composite-shadow-example-expected.png:
10178         * platform/gtk/svg/css/composite-shadow-example-expected.txt:
10179         * platform/gtk/svg/css/composite-shadow-text-expected.png:
10180         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added.
10181         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt:
10182         * platform/gtk/svg/css/shadow-changes-expected.png:
10183         * platform/gtk/svg/css/shadow-changes-expected.txt:
10184         * platform/gtk/svg/custom/pattern-scaling-expected.png: Added.
10185         * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added.
10186         * platform/gtk/svg/custom/pattern-skew-transformed-expected.png:
10187         * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added.
10188         * platform/gtk/svg/custom/pattern-with-transformation-expected.png:
10189         * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt:
10190         * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
10191         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
10192
10193 2012-11-08  Kunihiko Sakamoto  <ksakamoto@chromium.org>
10194
10195         User can change a disabled select (drop down box)
10196         https://bugs.webkit.org/show_bug.cgi?id=100932
10197
10198         Reviewed by Kent Tamura.
10199
10200         Verify that keyboard events do not change value of disabled select.
10201
10202         * fast/forms/select/select-disabled-expected.txt: Added.
10203         * fast/forms/select/select-disabled.html: Added.
10204
10205 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10206
10207         [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
10208         https://bugs.webkit.org/show_bug.cgi?id=94501
10209
10210         Unreviewed unskipped test.
10211
10212         * platform/chromium/TestExpectations:
10213
10214 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10215
10216         Web Inspector: Migrate inspector IndexedDB support to frontend API.
10217         https://bugs.webkit.org/show_bug.cgi?id=101457
10218
10219         Reviewed by Pavel Feldman.
10220
10221         * http/tests/inspector/indexeddb/database-data.html:
10222
10223 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10224
10225         Web Inspector: Infinite loop in DataGrid::autoSizeColumn
10226         https://bugs.webkit.org/show_bug.cgi?id=101363
10227
10228         Reviewed by Pavel Feldman.
10229
10230         * inspector/datagrid-autosize-expected.txt: Added.
10231         * inspector/datagrid-autosize.html: Added.
10232
10233 2012-11-07  Keishi Hattori  <keishi@webkit.org>
10234
10235         Implement week picking to calendar picker
10236         https://bugs.webkit.org/show_bug.cgi?id=101449
10237
10238         Reviewed by Kent Tamura.
10239
10240         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM.
10241
10242 2012-11-07  Hayato Ito  <hayato@chromium.org>
10243
10244         Unreviewed, WebKit gardening.
10245
10246         Put the deleted line back in r133849 and delete the other one.
10247
10248         * platform/chromium/TestExpectations:
10249
10250 2012-11-07  Hayato Ito  <hayato@chromium.org>
10251
10252         Unreviewed, WebKit gardening.
10253
10254         Remove a duplication which caused a webkit-lint error.
10255
10256         * platform/chromium/TestExpectations:
10257
10258 2012-11-07  Sheriff Bot  <webkit.review.bot@gmail.com>
10259
10260         Unreviewed, rolling out r133841.
10261         http://trac.webkit.org/changeset/133841
10262         https://bugs.webkit.org/show_bug.cgi?id=101542
10263
10264         Reverted patches were innocent (Requested by shinyak on
10265         #webkit).
10266
10267         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
10268         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
10269         * platform/chromium/TestExpectations:
10270
10271 2012-11-07  Hayato Ito  <hayato@chromium.org>
10272
10273         Unreviewed, WebKit gardening.
10274
10275         Rebaseline after r133384.
10276         
10277         * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt.
10278         * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10279         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
10280         * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added.
10281         * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10282         * 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.
10283         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10284         * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10285         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
10286         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt:
10287         * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added.
10288         * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10289         * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
10290         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
10291         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
10292         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
10293         * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added.
10294         * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
10295         * platform/chromium/TestExpectations:
10296         * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
10297         * platform/chromium/svg/css/group-with-shadow-expected.png: Removed.
10298         * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png.
10299         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png.
10300         * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
10301
10302 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10303
10304         Unreviewed, new chromium-mac-mountainlion svg baselines.
10305
10306 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
10307
10308         Unreviewed, rolling out r133428 and r133749
10309         https://bugs.webkit.org/show_bug.cgi?id=101533
10310
10311         These patches might cause memory regression.
10312
10313         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed.
10314         * fast/dom/shadow/styling-pseudo-attribute.html: Removed.
10315         * platform/chromium/TestExpectations:
10316
10317 2012-11-07  Hayato Ito  <hayato@chromium.org>
10318
10319         Unreviewed gardening.
10320
10321         Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539.
10322
10323         * platform/chromium/TestExpectations:
10324
10325 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10326
10327         Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables.
10328
10329 2012-11-07  Tim Horton  <timothy_horton@apple.com>
10330
10331         Repaint issues with -webkit-svg-shadow used on a container
10332         https://bugs.webkit.org/show_bug.cgi?id=65643
10333         <rdar://problem/7600532>
10334
10335         Reviewed by Simon Fraser.
10336
10337         * platform/chromium/TestExpectations: Mark tests as needing rebaseline.
10338         * platform/efl/TestExpectations: Mark tests as needing rebaseline.
10339         * platform/gtk/TestExpectations: Mark tests as needing rebaseline.
10340         * platform/qt/TestExpectations: Mark tests as needing rebaseline.
10341
10342         * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
10343         * platform/mac/svg/css/arrow-with-shadow-expected.txt:
10344         * platform/mac/svg/css/clippath-with-shadow-expected.txt:
10345         * platform/mac/svg/css/composite-shadow-example-expected.txt:
10346         * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
10347         * platform/mac/svg/css/group-with-shadow-expected.txt:
10348         * platform/mac/svg/css/shadow-changes-expected.txt:
10349         * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
10350         Rebaseline Mac results due to this change.
10351
10352         * svg/css/parent-shadow-offscreen-expected.svg: Added.
10353         * svg/css/parent-shadow-offscreen.svg: Added.
10354         Add a new test that ensures that <g> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
10355
10356         * svg/css/root-shadow-offscreen-expected.svg: Added.
10357         * svg/css/root-shadow-offscreen.svg: Added.
10358         Add a new test that ensures that <svg> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
10359
10360         * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
10361         * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
10362         * svg/repaint/repaint-webkit-svg-shadow.svg: Added.
10363         Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated.
10364
10365 2012-11-07  Roger Fong  <roger_fong@apple.com>
10366
10367         Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
10368         https://bugs.webkit.org/show_bug.cgi?id=101538
10369
10370         Rubberstamped by Tim Horton.
10371
10372         * platform/win/css1/font_properties/font-expected.txt:
10373         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
10374         * platform/win/editing/selection/caret-ltr-right-expected.txt:
10375         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
10376         * platform/win/editing/selection/caret-rtl-right-expected.txt:
10377         * platform/win/editing/selection/mixed-editability-10-expected.txt:
10378         * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
10379         * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
10380         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
10381         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
10382         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
10383         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
10384         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
10385         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
10386         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
10387         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
10388         * platform/win/fast/borders/bidi-012-expected.txt:
10389         * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
10390         * platform/win/fast/forms/file/file-input-disabled-expected.txt:
10391         * platform/win/fast/inline/inline-box-background-expected.txt:
10392         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
10393         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
10394         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
10395         * platform/win/fast/lists/003-vertical-expected.txt:
10396         * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
10397         * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
10398         * platform/win/transforms/2d/hindi-rotated-expected.txt:
10399
10400 2012-11-07  Keishi Hattori  <keishi@webkit.org>
10401
10402         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky
10403         https://bugs.webkit.org/show_bug.cgi?id=101408
10404
10405         Reviewed by Kent Tamura.
10406
10407         Mistake with timezone was making this test flaky.
10408
10409         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
10410
10411 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10412
10413         Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3.
10414
10415 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10416
10417         Unreviewed, chromium expectations cleanup
10418
10419         Remove entries for a couple of passing tests and one stale pixel
10420         result for a reftest.
10421
10422         * platform/chromium-mac-mountainlion/TestExpectations:
10423         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed.
10424         * platform/chromium/TestExpectations:
10425
10426 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10427
10428         Unreviewed, update chromium-mac-ml expectations after r133811 and r133814.
10429
10430         * platform/chromium-mac-mountainlion/TestExpectations:
10431         * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
10432         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed.
10433         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed.
10434         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed.
10435         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed.
10436         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed.
10437         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed.
10438         * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed.
10439         * platform/chromium/TestExpectations:
10440
10441 2012-11-07  KyungTae Kim  <ktf.kim@samsung.com>
10442
10443         [EFL] Remove exif-orientation-image-document.html from failure list
10444         https://bugs.webkit.org/show_bug.cgi?id=101518
10445
10446         Unreviewed gardening.
10447
10448         fast/images/exif-orientation-image-document.html passes after r133728
10449
10450         * platform/efl-wk1/TestExpectations:
10451
10452 2012-11-07  Philip Rogers  <pdr@google.com>
10453
10454         Rebaselinene after external SVG unblocked in WK100485
10455         https://bugs.webkit.org/show_bug.cgi?id=101248
10456
10457         Unreviewed update of test expectations.
10458
10459         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
10460         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
10461         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
10462         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
10463         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
10464         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
10465         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
10466         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
10467         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
10468         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
10469         * platform/chromium/TestExpectations:
10470
10471 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10472
10473         Unreviewed, update chromium-mac-mountainlion baselines for css2.1
10474
10475 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
10476
10477         Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323
10478
10479 2012-11-07  Joshua Bell  <jsbell@chromium.org>
10480
10481         [Chromium] Unreviewed gardening.
10482
10483         * platform/chromium/TestExpectations:
10484
10485 2012-11-07  Beth Dakin  <bdakin@apple.com>
10486
10487         https://bugs.webkit.org/show_bug.cgi?id=101303
10488         Fixed position elements that are out of view still end up forcing 
10489         non-threaded scrolling
10490         -and corresponding-
10491         <rdar://problem/12642222>
10492
10493         Reviewed by Simon Fraser.
10494
10495         New tests for an invisible fixed object that has visible children.
10496         * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
10497         * compositing/absolute-inside-out-of-view-fixed.html: Added.
10498         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added.
10499         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added.
10500
10501         Updated results because these tests can now scroll on the scrolling 
10502         thread, yay!
10503         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt:
10504         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:
10505
10506 2012-11-07  Philip Rogers  <pdr@google.com>
10507
10508         Update expectations for svg/text/text-rescale.svg
10509
10510         Unreviewed update of test expectations.
10511
10512         This test needed a rebaseline after r133786.
10513
10514         * platform/chromium-win/svg/text/text-rescale-expected.png:
10515         * platform/efl/svg/text/text-rescale-expected.png: Removed.
10516
10517 2012-11-07  Philip Rogers  <pdr@google.com>
10518
10519         Skip SVG repaint tracking when parent container transforms
10520         https://bugs.webkit.org/show_bug.cgi?id=101177
10521
10522         Reviewed by Eric Seidel.
10523
10524         The repaint area in svg/repaint/inner-svg-change-viewBox.svg has
10525         been tightened as a result of this patch.
10526
10527         * platform/chromium/TestExpectations:
10528         * platform/mac/TestExpectations:
10529
10530 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
10531
10532         [Qt] Text on scaled layer is blurry
10533         https://bugs.webkit.org/show_bug.cgi?id=101491
10534
10535         Unreviewed gardening.
10536
10537         Mark tests as ImageOnlyFailure.
10538
10539         * platform/qt-5.0-wk2/TestExpectations:
10540
10541 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
10542
10543         Enable text dump in fast/forms/file/get-file-upload.html earlier.
10544         https://bugs.webkit.org/show_bug.cgi?id=101468
10545
10546         Reviewed by Kentaro Hara.
10547
10548         Do not call testRunner.dumpAsText() only when processing the form
10549         submission, since that will not be triggered if a port does not
10550         support, say, beginDragWithFiles(), and a useless pixel result
10551         will be generated in that case.
10552
10553         Instead, call dumpAsText() as early as possible.
10554
10555         * fast/forms/file/get-file-upload.html:
10556
10557 2012-11-07  Joshua Bell  <jsbell@chromium.org>
10558
10559         IndexedDB: Assertion failure with open() within upgradeneeded
10560         https://bugs.webkit.org/show_bug.cgi?id=96947
10561
10562         Reviewed by Dimitri Glazkov.
10563
10564         Exercise the code path leading to the assert by having a second version change transaction
10565         unblocked by the first's connection closing. Includes a known failure due to metadata
10566         snapshot timing.
10567
10568         * storage/indexeddb/resources/unblocked-version-changes.js: Added.
10569         (test):
10570         (openConnection):
10571         (onUpgradeNeeded):
10572         (onError):
10573         (onUpgradeNeeded2):
10574         (onSuccess):
10575         * storage/indexeddb/unblocked-version-changes-expected.txt: Added.
10576         * storage/indexeddb/unblocked-version-changes.html: Added.
10577
10578 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
10579
10580         Fix failing platform/mac/tiled-drawing on Lion.
10581         
10582         It's not possible to use TestExpectations to skip tests on all but current mac-wk2,
10583         so just land results for Lion.
10584
10585         * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
10586         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added.
10587         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
10588         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
10589         * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
10590         * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
10591         * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
10592         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
10593         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
10594         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
10595         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
10596         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
10597         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
10598         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
10599         * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
10600
10601 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
10602
10603         [Shadow] Style should update when 'pseudo' attribute is dynamically updated
10604         https://bugs.webkit.org/show_bug.cgi?id=100918
10605
10606         Reviewed by Dimitri Glazkov.
10607
10608         * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added.
10609         * fast/dom/shadow/pseudo-attribute-dynamic.html: Added.
10610
10611 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10612
10613         Unreviewed test expectations update.
10614
10615         * platform/chromium/TestExpectations:
10616
10617 2012-11-07  Joshua Bell  <jsbell@chromium.org>
10618
10619         [Chromium] Unreviewed gardening. Rebaseline the tests added
10620         in http://trac.webkit.org/changeset/133686 - part deux.
10621
10622         * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added.
10623         * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added.
10624         * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added.
10625
10626 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10627
10628         Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
10629         https://bugs.webkit.org/show_bug.cgi?id=101361
10630
10631         Unreviewed test fix.
10632
10633         * inspector/debugger/script-formatter-breakpoints.html:
10634         * platform/chromium/TestExpectations:
10635
10636 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
10637
10638         [Qt] Unreviewed gardening
10639
10640         Some image expectetions was accidentally added for reference tests and it consused nrwt.
10641         Deleted them.
10642
10643         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed.
10644         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed.
10645         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
10646         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed.
10647
10648 2012-11-07  Zan Dobersek  <zandobersek@gmail.com>
10649
10650         Unreviewed GTK gardening.
10651
10652         Adding a timeout expectation for the test introduced in r133660.
10653         Adding timeout expectations for two media tests that started timing
10654         out probably after r133633.
10655
10656         * platform/gtk/TestExpectations:
10657
10658 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
10659
10660         [EFL] Unreviewed gardening.
10661
10662         Rebaselining a few ruby tests.
10663
10664         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
10665         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
10666         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
10667         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
10668         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
10669         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
10670
10671 2012-11-07  Csaba Osztrogonác  <ossy@webkit.org>
10672
10673         [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.
10674
10675         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
10676         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
10677         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
10678
10679 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
10680
10681         [EFL] Unreviewed gardening.
10682
10683         navigator-vibration.html is still crashing occasionally.
10684
10685         * platform/efl-wk2/TestExpectations:
10686
10687 2012-11-07  Andrey Adaikin  <aandrey@chromium.org>
10688
10689         Web Inspector: [Canvas] Save CanvasGradient objects state for a replay
10690         https://bugs.webkit.org/show_bug.cgi?id=101432
10691
10692         Reviewed by Pavel Feldman.
10693
10694         Alerts about API changes to CanvasGradient and CanvasPattern classes.
10695         Checks capturing for CanvasGradient objects' state.
10696
10697         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt:
10698         * inspector/profiler/canvas2d/canvas2d-api-changes.html:
10699         * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added.
10700         * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added.
10701
10702 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
10703
10704         [EFL] Unreviewed gardening.
10705
10706         fast/repaint/block-selection-gap-in-table-cell.html is not
10707         rendering correctly, so skip it when running pixel tests. Need a
10708
10709         * platform/efl/TestExpectations:
10710
10711 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
10712
10713         Unreviewed inspector test polish.
10714         Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging.
10715
10716         * http/tests/inspector/indexeddb/database-data-expected.txt:
10717         * http/tests/inspector/indexeddb/database-data.html:
10718         * http/tests/inspector/indexeddb/indexeddb-test.js:
10719         (onIndexedDBError):
10720         (onIndexedDBBlocked):
10721         (doWithDatabase):
10722
10723 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
10724
10725         [EFL] Gardening. Add or fix a few pixel expectations.
10726
10727         * platform/efl/compositing/plugins/composited-plugin-expected.png:
10728         * platform/efl/compositing/repaint/composited-document-element-expected.png: Added.
10729         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
10730         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
10731         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
10732         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
10733         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
10734         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
10735         * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added.
10736         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
10737         * platform/efl/plugins/netscape-dom-access-expected.png: Added.
10738
10739 2012-11-07  Stephen White  <senorblanco@chromium.org>
10740
10741         Now that it no longer produces image results, remove unnecessary
10742         PNGs for crash-hw-sw-switch.html.  Unreviewed.
10743
10744         * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10745         * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10746         * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10747         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10748         * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10749         * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10750         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
10751
10752 2012-11-07  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
10753
10754         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
10755         https://bugs.webkit.org/show_bug.cgi?id=93611
10756
10757         Reviewed by Gyuyoung Kim.
10758
10759         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
10760         Add new missing baselines for two spelling tests for EFL platform.
10761
10762         * platform/efl-wk2/TestExpectations:
10763         * platform/efl/TestExpectations:
10764         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
10765         * platform/efl/editing/spelling/spelling-expected.txt: Added.
10766
10767 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
10768
10769         [EFL] Unreviewed gardening.
10770
10771         Marking new test media/progress-events-generated-correctly.html as failing on EFL.
10772
10773         * platform/efl/TestExpectations:
10774
10775 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
10776
10777         [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
10778         https://bugs.webkit.org/show_bug.cgi?id=101343
10779
10780         Reviewed by Kenneth Rohde Christiansen.
10781
10782         Unskipping exif-orientation-image-document.html now that respecting
10783         orientation is default enabled for image documents.
10784
10785         * platform/efl-wk2/TestExpectations:
10786
10787 2012-11-06  Yury Semikhatsky  <yurys@chromium.org>
10788
10789         Console not displaying all properties of an Object once native Constructor overwritten
10790         https://bugs.webkit.org/show_bug.cgi?id=101320
10791
10792         Reviewed by Pavel Feldman.
10793
10794         Check that Web Inspector's console works fine if Object is overwritten in the inspected
10795         page.
10796
10797         * inspector/console/console-Object-overwritten-expected.txt: Added.
10798         * inspector/console/console-Object-overwritten.html: Added.
10799
10800 2012-11-06  Kangil Han  <kangil.han@samsung.com>
10801
10802         [EFL][WK2] media/media-continues-playing-after-replace-source.html fails
10803         https://bugs.webkit.org/show_bug.cgi?id=101429
10804
10805         Unreviewed, EFL gardening.
10806
10807         media-continues-playing-after-replace-source.html test case crashes in WK2 only.
10808
10809         * platform/efl-wk2/TestExpectations:
10810
10811 2012-11-06  Dan Beam  <dbeam@chromium.org>                                                                                          
10812
10813         Enable REQUEST_AUTOCOMPLETE for chromium port
10814         https://bugs.webkit.org/show_bug.cgi?id=101376
10815
10816         Reviewed by Adam Barth.
10817
10818         This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use
10819         HTMLFormElement#requestAutocomplete as the chrome-side work progresses further.
10820
10821         * fast/forms/form-request-autocomplete-expected.txt:
10822
10823         Updated to match form-request-autocomplete.html changes.
10824
10825         * fast/forms/form-request-autocomplete.html:
10826
10827         Remove bug number as per Adam Barth <abarth@webkit.org>'s advice.
10828
10829         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added.
10830
10831         Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory
10832         (as chromium is currently the only place the feature is enabled).
10833
10834 2012-11-06  Ken Buchanan  <kenrb@chromium.org>
10835
10836         Crash due to column span under button element
10837         https://bugs.webkit.org/show_bug.cgi?id=101402
10838
10839         Reviewed by Abhishek Arya.
10840
10841         Test creates crashing condition for bug 101402.
10842
10843         * fast/block/colspan-under-button-crash.html: Added.
10844         * fast/block/colspan-under-button-crash-expected.txt: Added.
10845
10846 2012-11-06  Jaehun Lim  <ljaehun.lim@samsung.com>
10847
10848         [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails
10849         https://bugs.webkit.org/show_bug.cgi?id=101417
10850
10851         Unreviewed, EFL gardening.
10852
10853         shadowdom-for-object-only-shadow.html test is flaky in WK2 only.
10854
10855         * platform/efl-wk2/TestExpectations:
10856
10857 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
10858
10859         [Shadow] Pseudo custom-elements should start with 'x-'.
10860         https://bugs.webkit.org/show_bug.cgi?id=100919
10861
10862         Reviewed by Dimitri Glazkov.
10863
10864         * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added.
10865         * fast/dom/shadow/pseudo-attribute-rendering.html: Added.
10866
10867 2012-11-06  Alice Boxhall  <aboxhall@chromium.org>
10868
10869         Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms.
10870
10871         * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added.
10872         * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added.
10873         * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added.
10874         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png:
10875         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
10876         * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png:
10877         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
10878         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
10879         * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added.
10880         * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added.
10881         * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added.
10882         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
10883         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png.
10884
10885 2012-11-06  Joshua Bell  <jsbell@chromium.org>
10886
10887         fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds
10888         https://bugs.webkit.org/show_bug.cgi?id=60092
10889
10890         [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often.
10891
10892         * platform/chromium/TestExpectations:
10893
10894 2012-11-06  Hans Muller  <hmuller@adobe.com>
10895
10896         [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
10897         https://bugs.webkit.org/show_bug.cgi?id=101405
10898
10899         Reviewed by Dirk Schulze.
10900
10901         When the exclusions/shape-inside subpixel layout JS code was refactored,
10902         (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
10903         properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.
10904
10905         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
10906         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
10907         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
10908         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
10909
10910 2012-11-06  Stephen White  <senorblanco@chromium.org>
10911
10912         Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
10913         passes.  Unreviewed.
10914
10915         * css3/filters/crash-hw-sw-switch.html:
10916
10917 2012-11-06  Noel Gordon  <noel.gordon@gmail.com>
10918
10919         (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
10920         https://bugs.webkit.org/show_bug.cgi?id=93636
10921
10922         Reviewed by Simon Fraser.
10923
10924         Remove this test: fast/images/jpeg-partial-load.html is now used to test
10925         partial jpeg image loads.
10926
10927         * http/tests/images/jpg-img-partial-load-expected.png: Removed.
10928         * http/tests/images/jpg-img-partial-load-expected.txt: Removed.
10929         * http/tests/images/jpg-img-partial-load.html: Removed.
10930         * platform/mac/TestExpectations:
10931         * platform/win/TestExpectations:
10932         * platform/wincairo/TestExpectations:
10933
10934 2012-11-06  Joshua Bell  <jsbell@chromium.org>
10935
10936         [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com
10937         and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408
10938
10939         * platform/chromium/TestExpectations:
10940
10941 2012-11-06  Stephen White  <senorblanco@chromium.org>
10942
10943         Removed useless image baselines for filter-empty-element-crash.
10944         Unreviewed.
10945
10946         * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed.
10947         * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
10948         * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed.
10949         * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed.
10950         * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
10951         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
10952
10953 2012-11-06  Stephen White  <senorblanco@chromium.org>
10954
10955         [Chromium] New baselines for some CSS3 filter tests.  Unreviewed.
10956
10957         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
10958         * platform/chromium-mac/css3/filters/effect-reference-expected.png:
10959         * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
10960         * platform/chromium-win/css3/filters/effect-reference-expected.png:
10961         * platform/chromium-win/css3/filters/effect-reference-expected.txt:
10962
10963 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
10964
10965         -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized
10966         https://bugs.webkit.org/show_bug.cgi?id=89287
10967
10968         Reviewed by Beth Dakin.
10969
10970         Test with -webkit-background-clip: text on the body, which scrolls.
10971         
10972         Some additional tests that exercise different combinations of html and
10973         body transform and background.
10974
10975         * compositing/repaint/composited-document-element.html:
10976         * fast/backgrounds/background-clip-text-on-body-expected.png: Added.
10977         * fast/backgrounds/background-clip-text-on-body-expected.txt: Added.
10978         * fast/backgrounds/background-clip-text-on-body.html: Added.
10979         * fast/backgrounds/transformed-body-background-expected.png: Added.
10980         * fast/backgrounds/transformed-body-background-expected.txt: Added.
10981         * fast/backgrounds/transformed-body-background.html: Added.
10982         * fast/backgrounds/transformed-body-html-background-expected.png: Added.
10983         * fast/backgrounds/transformed-body-html-background-expected.txt: Added.
10984         * fast/backgrounds/transformed-body-html-background.html: Added.
10985         * fast/backgrounds/transformed-html-body-background-expected.png: Added.
10986         * fast/backgrounds/transformed-html-body-background-expected.txt: Added.
10987         * fast/backgrounds/transformed-html-body-background.html: Added.
10988
10989 2012-11-06  Hans Muller  <hmuller@adobe.com>
10990
10991         [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order
10992         https://bugs.webkit.org/show_bug.cgi?id=100763
10993
10994         Reviewed by Darin Adler.
10995
10996         Verify that a shape-inside polygon whose vertices are specified in counterclockwise
10997         order is handled correctly.
10998
10999         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added.
11000         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added.
11001
11002 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
11003
11004         Unreviewed, remove a couple of passing tests from chromium expectations.
11005
11006         * platform/chromium-mac-mountainlion/TestExpectations:
11007         * platform/chromium/TestExpectations:
11008
11009 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
11010
11011         [EFL] Unreviewed gardening after r133676.
11012
11013         * platform/efl-wk2/TestExpectations: Unskip a few passing tests.
11014
11015 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11016
11017         http/tests/inspector-enabled/dynamic-scripts.html is flakey
11018         https://bugs.webkit.org/show_bug.cgi?id=100926
11019
11020         Unreviewed gardening.
11021
11022         * platform/chromium/TestExpectations:
11023
11024 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11025
11026         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
11027         https://bugs.webkit.org/show_bug.cgi?id=101377
11028
11029         Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun.
11030
11031         * platform/chromium/TestExpectations:
11032
11033 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
11034
11035         Unreviewed chromium, chromium-mac-mountainlion gardening
11036
11037         Remove a bunch of passing tests, and clean up a couple of ML issues.
11038
11039         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed.
11040         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
11041         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
11042         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
11043         * platform/chromium/TestExpectations:
11044
11045 2012-11-06  John Griggs  <jgriggs@rim.com>
11046
11047         Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform
11048         https://bugs.webkit.org/show_bug.cgi?id=100378
11049
11050         Reviewed by Eric Carlson.
11051
11052         Implement this method for BlackBerry platform.
11053
11054         New test: LayoutTests/media/progress-events-generated-correctly.html
11055
11056         * media/progress-events-generated-correctly-expected.txt: Added.
11057         * media/progress-events-generated-correctly.html: Added.
11058         * platform/chromium/TestExpectations:
11059         * platform/mac/TestExpectations:
11060
11061 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11062
11063         [Chromium] Unreviewed gardening.
11064
11065         * platform/chromium/TestExpectations:
11066
11067 2012-11-06  Andrei Bucur  <abucur@adobe.com>
11068
11069         [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled
11070         https://bugs.webkit.org/show_bug.cgi?id=101364
11071
11072         Reviewed by Simon Fraser.
11073
11074         There are no changes in the code. Only the tests had to be fixed.
11075
11076         * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin.
11077         * 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.
11078         * fast/regions/floats-basic-in-variable-width-regions.html: See above
11079         * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height.
11080
11081 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11082
11083         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
11084         https://bugs.webkit.org/show_bug.cgi?id=101377
11085
11086         Unreviewed gardening. Add new expectation, remove expectation for reverted change.
11087
11088         * platform/chromium/TestExpectations:
11089
11090 2012-11-06  Sheriff Bot  <webkit.review.bot@gmail.com>
11091
11092         Unreviewed, rolling out r133529 and r133562.
11093         http://trac.webkit.org/changeset/133529
11094         http://trac.webkit.org/changeset/133562
11095         https://bugs.webkit.org/show_bug.cgi?id=101371
11096
11097         Caused 15% memory regression on Chromium page cyclers
11098         (Requested by jsbell|gardener on #webkit).
11099
11100         * css3/line-break/line-break-auto-centered-expected.html: Removed.
11101         * css3/line-break/line-break-auto-centered.html: Removed.
11102         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
11103         * css3/line-break/line-break-auto-half-kana.html: Removed.
11104         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
11105         * css3/line-break/line-break-auto-hyphens.html: Removed.
11106         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
11107         * css3/line-break/line-break-auto-inseparables.html: Removed.
11108         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
11109         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
11110         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
11111         * css3/line-break/line-break-auto-postfixes.html: Removed.
11112         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
11113         * css3/line-break/line-break-auto-prefixes.html: Removed.
11114         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
11115         * css3/line-break/line-break-auto-sound-marks.html: Removed.
11116         * css3/line-break/line-break-loose-centered-expected.html: Removed.
11117         * css3/line-break/line-break-loose-centered.html: Removed.
11118         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
11119         * css3/line-break/line-break-loose-half-kana.html: Removed.
11120         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
11121         * css3/line-break/line-break-loose-hyphens.html: Removed.
11122         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
11123         * css3/line-break/line-break-loose-inseparables.html: Removed.
11124         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
11125         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
11126         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
11127         * css3/line-break/line-break-loose-postfixes.html: Removed.
11128         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
11129         * css3/line-break/line-break-loose-prefixes.html: Removed.
11130         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
11131         * css3/line-break/line-break-loose-sound-marks.html: Removed.
11132         * css3/line-break/line-break-normal-centered-expected.html: Removed.
11133         * css3/line-break/line-break-normal-centered.html: Removed.
11134         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
11135         * css3/line-break/line-break-normal-half-kana.html: Removed.
11136         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
11137         * css3/line-break/line-break-normal-hyphens.html: Removed.
11138         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
11139         * css3/line-break/line-break-normal-inseparables.html: Removed.
11140         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
11141         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
11142         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
11143         * css3/line-break/line-break-normal-postfixes.html: Removed.
11144         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
11145         * css3/line-break/line-break-normal-prefixes.html: Removed.
11146         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
11147         * css3/line-break/line-break-normal-sound-marks.html: Removed.
11148         * css3/line-break/line-break-strict-centered-expected.html: Removed.
11149         * css3/line-break/line-break-strict-centered.html: Removed.
11150         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
11151         * css3/line-break/line-break-strict-half-kana.html: Removed.
11152         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
11153         * css3/line-break/line-break-strict-hyphens.html: Removed.
11154         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
11155         * css3/line-break/line-break-strict-inseparables.html: Removed.
11156         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
11157         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
11158         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
11159         * css3/line-break/line-break-strict-postfixes.html: Removed.
11160         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
11161         * css3/line-break/line-break-strict-prefixes.html: Removed.
11162         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
11163         * css3/line-break/line-break-strict-sound-marks.html: Removed.
11164         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
11165         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
11166         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
11167         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
11168
11169 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
11170
11171         Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests.
11172
11173         * platform/chromium-mac-mountainlion/TestExpectations:
11174
11175 2012-11-06  Stephen White  <senorblanco@chromium.org>
11176
11177         Don't dump pixels for filter-empty-element-crash.
11178         https://bugs.webkit.org/show_bug.cgi?id=101359
11179
11180         Reviewed by Adrienne Walker.
11181
11182         * css3/filters/filter-empty-element-crash.html:
11183
11184 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
11185
11186         (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac
11187         https://bugs.webkit.org/show_bug.cgi?id=101220
11188
11189         New baselines for two more tests whose output was affected by enabling subpixel layout.
11190
11191         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
11192         * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
11193
11194 2012-11-06  Stephen White  <senorblanco@chromium.org>
11195
11196         Add new test cases to layout test effect-reference and effect-reference-hw.
11197         https://bugs.webkit.org/show_bug.cgi?id=101366
11198
11199         Reviewed by Dean Jackson.
11200
11201         * css3/filters/effect-reference-hw.html:
11202         * css3/filters/effect-reference.html:
11203         Add some test cases for feBlend and feSpecularLighting.
11204
11205 2012-11-06  Rick Byers  <rbyers@chromium.org>
11206
11207         [chromium] Two touchadjustment tests are failing on mac
11208         https://bugs.webkit.org/show_bug.cgi?id=100833
11209
11210         Reviewed by Antonio Gomes.
11211
11212         Re-enable these two tests with appropriate tweaks.  Also avoid the platform dependant
11213         behavior by switching to the Ahem font.
11214
11215         * platform/chromium/TestExpectations: Remove the failure expectations.
11216         * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass
11217         reliably.  Previously this passed only due to a bug in the test infrastructure fixed in r132929.
11218         * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of
11219         the border in the measurement of the size of the div.
11220
11221 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11222
11223         [Chromium] Unreviewed gardening.
11224
11225         * platform/chromium/TestExpectations:
11226
11227 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11228
11229         [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7
11230         https://bugs.webkit.org/show_bug.cgi?id=101368
11231
11232         Unreviewed gardening.
11233
11234         * platform/chromium/TestExpectations:
11235
11236 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
11237
11238         Fix RenderGeometryMap assertion when layers are scrolled during layout
11239         https://bugs.webkit.org/show_bug.cgi?id=101292
11240
11241         Reviewed by Beth Dakin.
11242
11243         Test that hit the assertion before the fix.
11244
11245         * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added.
11246         * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added.
11247
11248 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11249
11250         [Chromium] Unreviewed gardening - more rebaselines following bug 101115.
11251
11252         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
11253         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
11254         * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added.
11255         * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added.
11256
11257 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
11258
11259         [EFL] Gardening, add pixel expectation for test.
11260
11261         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
11262
11263 2012-11-06  Joshua Bell  <jsbell@chromium.org>
11264
11265         [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug
11266         https://bugs.webkit.org/show_bug.cgi?id=101362
11267
11268         Unreviewed gardening.
11269
11270         * platform/chromium/TestExpectations:
11271
11272 2012-11-06  Mike West  <mkwst@chromium.org>
11273
11274         CSP 1.1: Tweak the script interface to match the spec.
11275         https://bugs.webkit.org/show_bug.cgi?id=101321
11276
11277         Reviewed by Adam Barth.
11278
11279         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
11280         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html:
11281         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
11282         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html:
11283         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html:
11284         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html:
11285         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html:
11286         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html:
11287         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html:
11288         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html:
11289         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html:
11290         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt:
11291         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html:
11292         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt:
11293         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
11294         * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
11295             s/document.SecurityPolicy/document.securityPolicy/g
11296         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added.
11297         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added.
11298         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added.
11299         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added.
11300             For whatever reason, we never wrote tests for these methods. Now we
11301             have, which is good.
11302
11303 2012-11-06  David Barton  <dbarton@mathscribe.com>
11304
11305         Unreviewed gardening after bug 101115 fixed.
11306
11307         * platform/chromium-linux-x86/fast/block/lineboxcontain: Added.
11308         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
11309         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
11310         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
11311         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added.
11312         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added.
11313         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png:
11314         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
11315         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
11316         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
11317         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added.
11318         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added.
11319         * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png:
11320         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png:
11321         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
11322         * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png:
11323         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png:
11324         * platform/chromium-win-xp/fast/block/lineboxcontain: Added.
11325         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
11326         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
11327         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added.
11328         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added.
11329         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
11330         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
11331         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added.
11332         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added.
11333         * platform/chromium/TestExpectations:
11334
11335 2012-11-06  Stephen White  <senorblanco@chromium.org>
11336
11337         [Chromium] Make webkit_lint happy.  Unreviewed.
11338
11339         * platform/chromium/TestExpectations:
11340
11341 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
11342
11343         [EFL] Unreviewed gardening.
11344
11345         Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky.
11346
11347         * platform/efl/TestExpectations:
11348
11349 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
11350
11351         [EFL] Gardening. Unskip test that's been passing for a while.
11352
11353         * platform/efl-wk2/TestExpectations:
11354
11355 2012-11-06  Andrey Lushnikov  <lushnikov@google.com>
11356
11357         Added console.clear() method
11358
11359         Web Inspector: add console.clear()
11360         https://bugs.webkit.org/show_bug.cgi?id=101021
11361
11362         Reviewed by Vsevolod Vlasov.
11363
11364         * inspector/console/console-clear-function-expected.txt: Added.
11365         * inspector/console/console-clear-function.html: Added.
11366
11367 2012-11-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
11368
11369         [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots
11370         https://bugs.webkit.org/show_bug.cgi?id=101344
11371
11372         Unreviewed gardening.
11373
11374         * platform/efl-wk2/TestExpectations:
11375
11376 2012-11-06  Stephen White  <senorblanco@chromium.org>
11377
11378         [Chromium] Unreviewed gardening.
11379
11380         * platform/chromium/TestExpectations:
11381
11382 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
11383
11384         Heap-buffer-overflow in WebCore::TextTrackCueList::add
11385         https://bugs.webkit.org/show_bug.cgi?id=101018
11386
11387         Reviewed by Eric Carlson.
11388
11389         Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash.
11390
11391         * media/track/track-add-remove-cue-expected.txt:
11392         * media/track/track-add-remove-cue.html:
11393
11394 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
11395
11396         Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout
11397         https://bugs.webkit.org/show_bug.cgi?id=100981
11398
11399         Reviewed by Eric Carlson.
11400
11401         Added a test that removes track elements by setting innerHTML on the track's parent.
11402
11403         * media/track/track-remove-by-setting-innerHTML-expected.txt: Added.
11404         * media/track/track-remove-by-setting-innerHTML.html: Added.
11405
11406 2012-11-06  Max Feil  <mfeil@rim.com>
11407
11408         [BlackBerry] Automatically go fullscreen on video play
11409         https://bugs.webkit.org/show_bug.cgi?id=101100
11410
11411         Reviewed by Eric Carlson.
11412
11413         Test that fullscreen is entered automatically when play is
11414         pressed (PR131774). This test applies to handheld (small screen)
11415         devices only, not tablets. The html code for this test was based
11416         on video-controls-fullscreen-volume.html and modified.
11417
11418         * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added.
11419         * platform/blackberry/media/video-automatic-fullscreen.html: Added.
11420
11421 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
11422
11423         Unreviewed unskip passing tests.
11424
11425         * platform/qt-arm/TestExpectations:
11426         * platform/win/TestExpectations:
11427         * platform/wincairo/TestExpectations:
11428
11429 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
11430
11431         Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html
11432         https://bugs.webkit.org/show_bug.cgi?id=101195
11433
11434         Unreviewed test flakiness fix.
11435
11436         * http/tests/inspector/network/network-initiator-from-console-expected.txt:
11437         * http/tests/inspector/network/network-initiator-from-console.html:
11438         * http/tests/inspector/network/resources/silent_script.js: Added.
11439         (foo):
11440
11441 2012-11-06  Stephen White  <senorblanco@chromium.org>
11442
11443         [Chromium] Unreviewed gardening.
11444
11445         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
11446         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
11447
11448 2012-11-06  Stephen White  <senorblanco@chromium.org>
11449
11450         [Chromium] Unreviewed gardening.
11451
11452         * platform/chromium/TestExpectations:
11453
11454 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
11455
11456         Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode.
11457         https://bugs.webkit.org/show_bug.cgi?id=100595
11458
11459         Reviewed by Yury Semikhatsky.
11460
11461         * inspector/debugger/script-formatter-breakpoints-expected.txt:
11462         * inspector/debugger/script-formatter-breakpoints.html:
11463
11464 2012-11-06  Alexis Menard  <alexis@webkit.org>
11465
11466         Add an extra test for background-position parsing.
11467         https://bugs.webkit.org/show_bug.cgi?id=101245
11468
11469         Reviewed by Eric Seidel.
11470
11471         This test may overlap some existing tests but they are usually
11472         old tests where the parsing is tested but mixed with the rendering
11473         verification, therefore it is not ideal to add new parsing tests.
11474         This will be useful for the upcoming support of background-position with 4
11475         values as this test will be extended to verify the parsing and later another
11476         test/patch will be added to check/support the rendering.
11477
11478         * fast/backgrounds/background-position-parsing-2-expected.txt: Added.
11479         * fast/backgrounds/background-position-parsing-2.html: Added.
11480
11481 2012-11-06  Keishi Hattori  <keishi@webkit.org>
11482
11483         The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed
11484         https://bugs.webkit.org/show_bug.cgi?id=101304
11485
11486         Reviewed by Kent Tamura.
11487
11488         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle.
11489         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto.
11490
11491 2012-11-06  Kangil Han  <kangil.han@samsung.com>
11492
11493         [EFL] Exclude fast/css/style-scoped cases from layout test running
11494         https://bugs.webkit.org/show_bug.cgi?id=101326
11495
11496         Unreviewed, EFL gardening.
11497
11498         According to BUG 49142, html5 style scoped attribute implementation is on progress.
11499         Therefore, we can skip its test cases from regular layout test running.
11500
11501         * platform/efl/TestExpectations:
11502
11503 2012-11-06  Peter Beverloo  <peter@chromium.org>
11504
11505         [Chromium] There shouldn't be linting errors about our TestExpectation files
11506
11507         Unreviewed test expectation update.
11508
11509         A number of linting errors were being displayed, partially because of my
11510         recent additions. Fix them.
11511
11512         * platform/chromium-android/TestExpectations:
11513         * platform/chromium/TestExpectations:
11514
11515 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
11516
11517         [Qt] Disable all tests fast/dom/shadow
11518         https://bugs.webkit.org/show_bug.cgi?id=101324
11519
11520         Reviewed by Csaba Osztrogonác.
11521
11522         Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing.
11523         Let's skip all tests.
11524
11525         * platform/qt/TestExpectations:
11526
11527 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
11528
11529         Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent
11530         https://bugs.webkit.org/show_bug.cgi?id=101064
11531
11532         Reviewed by Yury Semikhatsky.
11533
11534         * http/tests/inspector/network/request-name-path-expected.txt: Added.
11535         * http/tests/inspector/network/request-name-path.html: Added.
11536
11537 2012-11-06  Takashi Sakamoto  <tasak@google.com>
11538
11539         removeAttribute('style') not working in certain circumstances
11540         https://bugs.webkit.org/show_bug.cgi?id=99295
11541
11542         Reviewed by Ryosuke Niwa.
11543
11544         * fast/css/remove-attribute-style-expected.txt: Added.
11545         * fast/css/remove-attribute-style.html: Added.
11546
11547 2012-11-06  Peter Beverloo  <peter@chromium.org>
11548
11549         [Chromium-Android] Skip a number of crashing tests.
11550
11551         Unreviewed rebaselining.
11552
11553         * platform/chromium/TestExpectations:
11554
11555 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
11556
11557         [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing
11558         https://bugs.webkit.org/show_bug.cgi?id=100826
11559
11560         Reviewed by Hajime Morita.
11561
11562         * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'.
11563         * fast/dom/shadow/shadow-pseudo-id-expected.html: Added.
11564         * fast/dom/shadow/shadow-pseudo-id.html: Added.
11565
11566 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
11567
11568         [Shadow] ShadowRoot should know the existence of elements having ElementShadow.
11569         https://bugs.webkit.org/show_bug.cgi?id=100922
11570
11571         Reviewed by Hajime Morita.
11572
11573         * fast/dom/shadow/has-elementshadow-expected.txt: Added.
11574         * fast/dom/shadow/has-elementshadow.html: Added.
11575
11576 2012-11-06  Dongwoo Joshua Im  <dw.im@samsung.com>
11577
11578         [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt.
11579         https://bugs.webkit.org/show_bug.cgi?id=101317
11580
11581         Unreviewed gardening.
11582
11583         fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440.
11584
11585         * platform/gtk/TestExpectations:
11586         * platform/qt/TestExpectations:
11587
11588 2012-11-05  Yury Semikhatsky  <yurys@chromium.org>
11589
11590         Web Inspector: JavaScript web workers debugging crashes
11591         https://bugs.webkit.org/show_bug.cgi?id=101065
11592
11593         Reviewed by Alexander Pavlov.
11594
11595         Test that inspected page won't crash if inspected worker is terminated when it is paused
11596         on a breakpoint.
11597
11598         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added.
11599         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added.
11600         * platform/efl/TestExpectations:
11601         * platform/gtk/TestExpectations:
11602         * platform/mac/TestExpectations:
11603         * platform/qt/TestExpectations:
11604         * platform/win/TestExpectations:
11605         * platform/wincairo/TestExpectations:
11606
11607 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
11608
11609         [Qt] Unreviewed morning gardening, skip new failing tests.
11610
11611         * platform/qt/TestExpectations:
11612
11613 2012-11-05  David Barton  <dbarton@mathscribe.com>
11614
11615         Unreviewed gardening. Updating MathML chromium baselines.
11616
11617         * platform/chromium-linux-x86/mathml/presentation: Added.
11618         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added.
11619         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added.
11620         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added.
11621         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added.
11622         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added.
11623         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added.
11624         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added.
11625         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added.
11626         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
11627         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
11628         * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added.
11629         * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added.
11630         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added.
11631         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added.
11632         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added.
11633         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added.
11634         * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added.
11635         * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added.
11636         * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added.
11637         * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added.
11638         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added.
11639         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added.
11640         * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added.
11641         * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added.
11642         * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added.
11643         * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added.
11644         * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added.
11645         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added.
11646         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added.
11647         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added.
11648         * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added.
11649         * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added.
11650         * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added.
11651         * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added.
11652         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added.
11653         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added.
11654         * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added.
11655         * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added.
11656         * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added.
11657         * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added.
11658         * platform/chromium-linux-x86/mathml/xHeight-expected.txt:
11659         * platform/chromium-linux/mathml/presentation: Added.
11660         * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added.
11661         * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added.
11662         * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added.
11663         * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added.
11664         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added.
11665         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added.
11666         * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added.
11667         * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added.
11668         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
11669         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
11670         * platform/chromium-linux/mathml/presentation/mo-expected.png: Added.
11671         * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added.
11672         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added.
11673         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added.
11674         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added.
11675         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added.
11676         * platform/chromium-linux/mathml/presentation/over-expected.png: Added.
11677         * platform/chromium-linux/mathml/presentation/over-expected.txt: Added.
11678         * platform/chromium-linux/mathml/presentation/roots-expected.png: Added.
11679         * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added.
11680         * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added.
11681         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added.
11682         * platform/chromium-linux/mathml/presentation/row-expected.png: Added.
11683         * platform/chromium-linux/mathml/presentation/row-expected.txt: Added.
11684         * platform/chromium-linux/mathml/presentation/style-expected.png: Added.
11685         * platform/chromium-linux/mathml/presentation/style-expected.txt: Added.
11686         * platform/chromium-linux/mathml/presentation/sub-expected.png: Added.
11687         * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added.
11688         * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added.
11689         * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added.
11690         * platform/chromium-linux/mathml/presentation/sup-expected.png: Added.
11691         * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added.
11692         * platform/chromium-linux/mathml/presentation/tables-expected.png: Added.
11693         * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added.
11694         * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added.
11695         * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added.
11696         * platform/chromium-linux/mathml/presentation/under-expected.png: Added.
11697         * platform/chromium-linux/mathml/presentation/under-expected.txt: Added.
11698         * platform/chromium-linux/mathml/presentation/underover-expected.png: Added.
11699         * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added.
11700         * platform/chromium-linux/mathml/xHeight-expected.txt:
11701         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added.
11702         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png:
11703         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added.
11704         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png:
11705         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt:
11706         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png:
11707         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added.
11708         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt:
11709         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png:
11710         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
11711         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png:
11712         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
11713         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png:
11714         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
11715         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added.
11716         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png:
11717         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added.
11718         * platform/chromium-mac/mathml/presentation/subsup-expected.png:
11719         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
11720         * platform/chromium-mac/mathml/presentation/tables-expected.png:
11721         * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added.
11722         * platform/chromium-win-xp/mathml/presentation: Added.
11723         * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added.
11724         * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added.
11725         * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added.
11726         * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added.
11727         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added.
11728         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added.
11729         * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added.
11730         * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added.
11731         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
11732         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
11733         * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added.
11734         * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added.
11735         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added.
11736         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added.
11737         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added.
11738         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added.
11739         * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added.
11740         * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added.
11741         * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added.
11742         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added.
11743         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added.
11744         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added.
11745         * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added.
11746         * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added.
11747         * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added.
11748         * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added.
11749         * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added.
11750         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added.
11751         * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added.
11752         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added.
11753         * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added.
11754         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added.
11755         * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added.
11756         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added.
11757         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added.
11758         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added.
11759         * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added.
11760         * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added.
11761         * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added.
11762         * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added.
11763         * platform/chromium-win/mathml/presentation: Added.
11764         * platform/chromium-win/mathml/presentation/attributes-expected.png: Added.
11765         * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added.
11766         * platform/chromium-win/mathml/presentation/fenced-expected.png: Added.
11767         * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added.
11768         * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added.
11769         * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added.
11770         * platform/chromium-win/mathml/presentation/fractions-expected.png: Added.
11771         * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added.
11772         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
11773         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
11774         * platform/chromium-win/mathml/presentation/mo-expected.png: Added.
11775         * platform/chromium-win/mathml/presentation/mo-expected.txt: Added.
11776         * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added.
11777         * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added.
11778         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added.
11779         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added.
11780         * platform/chromium-win/mathml/presentation/over-expected.png: Added.
11781         * platform/chromium-win/mathml/presentation/over-expected.txt: Added.
11782         * platform/chromium-win/mathml/presentation/roots-expected.png: Added.
11783         * platform/chromium-win/mathml/presentation/roots-expected.txt: Added.
11784         * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added.
11785         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added.
11786         * platform/chromium-win/mathml/presentation/row-expected.png: Added.
11787         * platform/chromium-win/mathml/presentation/row-expected.txt: Added.
11788         * platform/chromium-win/mathml/presentation/style-expected.png: Added.
11789         * platform/chromium-win/mathml/presentation/style-expected.txt: Added.
11790         * platform/chromium-win/mathml/presentation/sub-expected.png: Added.
11791         * platform/chromium-win/mathml/presentation/sub-expected.txt: Added.
11792         * platform/chromium-win/mathml/presentation/subsup-expected.png: Added.
11793         * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added.
11794         * platform/chromium-win/mathml/presentation/sup-expected.png: Added.
11795         * platform/chromium-win/mathml/presentation/sup-expected.txt: Added.
11796         * platform/chromium-win/mathml/presentation/tables-expected.png: Added.
11797         * platform/chromium-win/mathml/presentation/tables-expected.txt: Added.
11798         * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added.
11799         * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added.
11800         * platform/chromium-win/mathml/presentation/under-expected.png: Added.
11801         * platform/chromium-win/mathml/presentation/under-expected.txt: Added.
11802         * platform/chromium-win/mathml/presentation/underover-expected.png: Added.
11803         * platform/chromium-win/mathml/presentation/underover-expected.txt: Added.
11804         * platform/chromium/TestExpectations:
11805         * platform/chromium/mathml/presentation/attributes-expected.png: Removed.
11806         * platform/chromium/mathml/presentation/fractions-expected.png: Removed.
11807         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
11808         * platform/chromium/mathml/presentation/mo-expected.png: Removed.
11809         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed.
11810         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed.
11811         * platform/chromium/mathml/presentation/over-expected.png: Removed.
11812         * platform/chromium/mathml/presentation/roots-expected.png: Removed.
11813         * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed.
11814         * platform/chromium/mathml/presentation/row-expected.png: Removed.
11815         * platform/chromium/mathml/presentation/style-expected.png: Removed.
11816         * platform/chromium/mathml/presentation/subsup-expected.png: Removed.
11817
11818 2012-11-05  Kangil Han  <kangil.han@samsung.com>
11819
11820         [EFL][WK2][PixelTests] Add missing expectations
11821         https://bugs.webkit.org/show_bug.cgi?id=101289
11822
11823         Unreviewed, EFL gardening.
11824
11825         Add 16 missing pixel test expectations.
11826
11827         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
11828         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
11829         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
11830         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
11831         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added.
11832         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
11833         * platform/efl/fast/forms/basic-inputs-expected.png: Added.
11834         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added.
11835         * platform/efl/media/video-aspect-ratio-expected.png: Added.
11836         * platform/efl/media/video-layer-crash-expected.png: Added.
11837         * platform/efl/media/video-transformed-expected.png: Added.
11838         * platform/efl/media/video-zoom-controls-expected.png: Added.
11839         * platform/efl/media/video-zoom-expected.png: Added.
11840         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
11841         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
11842         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
11843
11844 2012-11-05  Dirk Pranke  <dpranke@chromium.org>
11845
11846         Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538
11847
11848         * 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.
11849         * 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.
11850         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png.
11851         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png.
11852         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png.
11853         * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
11854         * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png.
11855         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png.
11856         * 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.
11857         * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png.
11858         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png.
11859         * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png.
11860         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png.
11861         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png.
11862         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png.
11863         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png.
11864         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png.
11865         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
11866         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png.
11867         * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png.
11868         * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png.
11869         * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png.
11870         * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png.
11871         * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png.
11872         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png.
11873         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png.
11874         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png.
11875         * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png.
11876         * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png.
11877         * 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.
11878         * 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.
11879         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
11880         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
11881         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
11882         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
11883         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
11884         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
11885         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png:
11886         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
11887         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
11888         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png:
11889         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
11890         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
11891         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
11892         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
11893         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
11894         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
11895         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
11896         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
11897         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
11898         * platform/chromium-mac/svg/batik/text/textLength-expected.png:
11899         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
11900         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
11901         * platform/chromium-mac/svg/batik/text/textPosition-expected.png:
11902         * platform/chromium-mac/svg/batik/text/textPosition2-expected.png:
11903         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
11904         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
11905         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
11906         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
11907         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
11908         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
11909         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
11910
11911 2012-11-05  Kenichi Ishibashi  <bashi@chromium.org>
11912
11913         [Chromium] Unicode combining diacritical aren't always combined on Linux
11914         https://bugs.webkit.org/show_bug.cgi?id=101009
11915
11916         Reviewed by Kent Tamura.
11917
11918         Add a test that checks whether combining marks are combined with base characters.
11919
11920         * fast/text/international/combining-marks-position-expected.txt: Added.
11921         * fast/text/international/combining-marks-position.html: Added.
11922
11923 2012-11-05  Filip Pizlo  <fpizlo@apple.com>
11924
11925         Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only
11926         https://bugs.webkit.org/show_bug.cgi?id=101276
11927
11928         Reviewed by Gavin Barraclough.
11929
11930         This test already covered this case, but only for method_check. Modified it to
11931         also cover the get_by_id case.
11932
11933         * fast/js/toString-and-valueOf-override-expected.txt:
11934         * fast/js/toString-and-valueOf-override.html:
11935
11936 2012-11-05  Mark Lam  <mark.lam@apple.com>
11937
11938         Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
11939         https://bugs.webkit.org/show_bug.cgi?id=101268.
11940
11941         Reviewed by Geoffrey Garen.
11942
11943         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
11944         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:
11945
11946 2012-11-05  Philip Rogers  <pdr@google.com>
11947
11948         Unblock SVG external references
11949         https://bugs.webkit.org/show_bug.cgi?id=100635
11950
11951         Reviewed by Adam Barth.
11952
11953         This patch reverts r132849 and r132869 because the potential XSS issue
11954         turned out to not be an issue after all.
11955
11956         Covered by existing tests, many of which are re-whitelisted with this patch.
11957
11958         * platform/chromium/TestExpectations:
11959
11960 2012-11-05  Beth Dakin  <bdakin@apple.com>
11961
11962         https://bugs.webkit.org/show_bug.cgi?id=101001
11963         Pages with position:fixed elements should still be able to scroll on 
11964         the scrolling thread
11965         -and corresponding-
11966         <rdar://problem/10857315>
11967
11968         Reviewed by Simon Fraser.
11969
11970         New tests.
11971         * platform/mac/tiled-drawing/fixed: Added.
11972         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
11973         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added.
11974         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
11975         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
11976         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added.
11977         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added.
11978         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
11979         * platform/mac/tiled-drawing/fixed/four-bars.html: Added.
11980         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
11981         * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added.
11982         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
11983         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added.
11984
11985         These two tests are supposed to be in "slow scrolling" mode. Now that 
11986         fixed elements can scroll "fast," we need something else to force 
11987         slow scrolling. We should probably just add something to 
11988         window.internals to do that, but in the meantime, 
11989         background-attachment:fixed will work.
11990         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt:
11991         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html:
11992         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
11993         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html:
11994
11995 2012-11-05  Alice Boxhall  <aboxhall@chromium.org>
11996
11997         Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion.
11998         https://bugs.webkit.org/show_bug.cgi?id=83219
11999
12000         * platform/chromium/TestExpectations:
12001
12002 2012-11-05  Stephen White  <senorblanco@chromium.org>
12003
12004         [chromium] Unreviewed gardening.
12005
12006         * platform/chromium-mac-mountainlion/TestExpectations:
12007
12008 2012-11-05  Glenn Adams  <glenn@skynav.com>
12009
12010         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
12011         https://bugs.webkit.org/show_bug.cgi?id=89235
12012
12013         Reviewed by Eric Seidel.
12014
12015         See also wiki documentation at:
12016         [1] http://trac.webkit.org/wiki/LineBreaking
12017         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
12018
12019         * css3/line-break/line-break-auto-centered-expected.html: Added.
12020         * css3/line-break/line-break-auto-centered.html: Added.
12021         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
12022         * css3/line-break/line-break-auto-half-kana.html: Added.
12023         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
12024         * css3/line-break/line-break-auto-hyphens.html: Added.
12025         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
12026         * css3/line-break/line-break-auto-inseparables.html: Added.
12027         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
12028         * css3/line-break/line-break-auto-iteration-marks.html: Added.
12029         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
12030         * css3/line-break/line-break-auto-postfixes.html: Added.
12031         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
12032         * css3/line-break/line-break-auto-prefixes.html: Added.
12033         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
12034         * css3/line-break/line-break-auto-sound-marks.html: Added.
12035         * css3/line-break/line-break-loose-centered-expected.html: Added.
12036         * css3/line-break/line-break-loose-centered.html: Added.
12037         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
12038         * css3/line-break/line-break-loose-half-kana.html: Added.
12039         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
12040         * css3/line-break/line-break-loose-hyphens.html: Added.
12041         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
12042         * css3/line-break/line-break-loose-inseparables.html: Added.
12043         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
12044         * css3/line-break/line-break-loose-iteration-marks.html: Added.
12045         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
12046         * css3/line-break/line-break-loose-postfixes.html: Added.
12047         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
12048         * css3/line-break/line-break-loose-prefixes.html: Added.
12049         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
12050         * css3/line-break/line-break-loose-sound-marks.html: Added.
12051         * css3/line-break/line-break-normal-centered-expected.html: Added.
12052         * css3/line-break/line-break-normal-centered.html: Added.
12053         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
12054         * css3/line-break/line-break-normal-half-kana.html: Added.
12055         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
12056         * css3/line-break/line-break-normal-hyphens.html: Added.
12057         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
12058         * css3/line-break/line-break-normal-inseparables.html: Added.
12059         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
12060         * css3/line-break/line-break-normal-iteration-marks.html: Added.
12061         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
12062         * css3/line-break/line-break-normal-postfixes.html: Added.
12063         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
12064         * css3/line-break/line-break-normal-prefixes.html: Added.
12065         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
12066         * css3/line-break/line-break-normal-sound-marks.html: Added.
12067         * css3/line-break/line-break-strict-centered-expected.html: Added.
12068         * css3/line-break/line-break-strict-centered.html: Added.
12069         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
12070         * css3/line-break/line-break-strict-half-kana.html: Added.
12071         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
12072         * css3/line-break/line-break-strict-hyphens.html: Added.
12073         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
12074         * css3/line-break/line-break-strict-inseparables.html: Added.
12075         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
12076         * css3/line-break/line-break-strict-iteration-marks.html: Added.
12077         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
12078         * css3/line-break/line-break-strict-postfixes.html: Added.
12079         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
12080         * css3/line-break/line-break-strict-prefixes.html: Added.
12081         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
12082         * css3/line-break/line-break-strict-sound-marks.html: Added.
12083
12084         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added.
12085         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
12086         Override reftest expectations on chromium due to different ICU auto behavior.
12087
12088         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added.
12089         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
12090         Override override of reftest expectations on chromium due to different ICU auto behavior;
12091         that is, chromium-android seems to follow the generic expectations.
12092
12093 2012-11-05  Adam Barth  <abarth@webkit.org>
12094
12095         webkitRegionLayoutUpdate is incorrectly named
12096         https://bugs.webkit.org/show_bug.cgi?id=100335
12097
12098         Reviewed by Ojan Vafai.
12099
12100         Update tests to use the proper name.
12101
12102         * fast/regions/webkit-named-flow-event-add-to-flow.html:
12103         * fast/regions/webkit-named-flow-event-no-regions.html:
12104         * fast/regions/webkit-named-flow-event-remove-from-dom.html:
12105         * fast/regions/webkit-named-flow-event-remove-from-flow.html:
12106         * fast/regions/webkit-named-flow-event-target.html:
12107         * fast/regions/webkit-named-flow-event-to-null.html:
12108         * fast/regions/webkit-named-flow-event.html:
12109
12110 2012-11-05  Stephen White  <senorblanco@chromium.org>
12111
12112         Remove fast/forms/week-multiple-fields from
12113         platform/mac/TestExpectations, since it no longer exists and makes the
12114         style script complain.  Unreviewed.
12115
12116         * platform/mac/TestExpectations:
12117
12118 2012-11-05  Stephen White  <senorblanco@chromium.org>
12119
12120         [chromium] Give actual bug IDs to some past gardening.  Unreviewed.
12121
12122         * platform/chromium/TestExpectations:
12123
12124 2012-11-05  Florin Malita  <fmalita@chromium.org>
12125
12126         Crash when mixing layers, foreignObjects and SVG hidden containers
12127         https://bugs.webkit.org/show_bug.cgi?id=87297
12128
12129         Reviewed by Dirk Schulze.
12130
12131         * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12132         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
12133         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12134         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt:
12135         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12136         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12137         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12138         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
12139         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12140         * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt:
12141         * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12142         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12143         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12144         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt:
12145         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12146         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12147         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12148         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
12149         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12150         * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt:
12151         * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12152         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12153         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12154         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
12155         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12156         * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt:
12157         * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12158         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12159         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12160         * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
12161         * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
12162         * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
12163         * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
12164         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
12165         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
12166         * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
12167         * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added.
12168         * svg/foreignObject/foreign-object-defs-crash.svg: Added.
12169         * svg/foreignObject/text-tref-02-b-expected.txt:
12170
12171 2012-11-05  Stephen White  <senorblanco@chromium.org>
12172
12173         [chromium] Mark several compositing tests as only failing Image
12174         and not Text, after r133513.  Unreviewed.
12175
12176         * platform/chromium/TestExpectations:
12177
12178 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
12179
12180         [Qt][WK2] New compositing/tiling tests fail
12181         https://bugs.webkit.org/show_bug.cgi?id=101166
12182
12183         Unskip now passing tests after r133513.
12184
12185         * platform/qt-5.0-wk2/TestExpectations:
12186
12187 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
12188
12189         [Qt][WK2] New compositing/tiling tests fail
12190         https://bugs.webkit.org/show_bug.cgi?id=101166
12191
12192         The platform-independent results should not contain visibleRect, since this is
12193         only dumped on Mac.
12194
12195         * compositing/tiling/rotated-tiled-clamped-expected.txt:
12196         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
12197
12198 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
12199
12200         Rebaseline some Lion results that were affected by enabling subpixel layout.
12201
12202         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
12203         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
12204         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
12205         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
12206         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
12207         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
12208         * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt:
12209         * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
12210         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
12211         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
12212         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
12213         * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:
12214
12215 2012-11-05  Stephen White  <senorblanco@chromium.org>
12216
12217         [chromium] Mark css3/filters/custom/custom-filter-animation.html
12218         as timing out intermittently.  Unreviewed.
12219
12220         * platform/chromium/TestExpectations:
12221
12222 2012-11-05  David Barton  <dbarton@mathscribe.com>
12223
12224         Implement SimpleFontData::platformBoundsForGlyph on skia
12225         https://bugs.webkit.org/show_bug.cgi?id=101115
12226
12227         Reviewed by Eric Seidel.
12228
12229         Some lineboxcontain/etc. tests will need rebaselining.
12230
12231         * platform/chromium/TestExpectations:
12232
12233 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
12234
12235         [Qt] Unreviewed gardening, unskip a now passing test.
12236
12237         * platform/qt-5.0-wk1/TestExpectations:
12238
12239 2012-11-05  Hans Muller  <hmuller@adobe.com>
12240
12241         [CSS Exclusions] Polygon edges should span colinear vertices
12242         https://bugs.webkit.org/show_bug.cgi?id=99343
12243
12244         Reviewed by Dirk Schulze.
12245
12246         Verify that exclusion polygonal shape-inside layout is unaffected by coincident
12247         or collinear vertices.
12248
12249         * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added.
12250         * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added.
12251         * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added.
12252         * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added.
12253
12254 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
12255
12256         [Qt] Unreviewed gardening, unskip now passing tests.
12257
12258         * platform/qt/TestExpectations:
12259
12260 2012-11-05  Stephen White  <senorblanco@chromium.org>
12261
12262         [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html
12263         as also crashy, and give it a bug ID.  Unreviewed.
12264
12265         * platform/chromium/TestExpectations:
12266
12267 2012-11-05  Dominik Röttsches  <dominik.rottsches@intel.com>
12268
12269         [Cairo] Make Cairo honor image orientation
12270         https://bugs.webkit.org/show_bug.cgi?id=101207
12271
12272         Reviewed by Kenneth Rohde Christiansen.
12273
12274         Unskip and rebaseline exif orientation tests for EFL.
12275
12276         * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting.
12277         * platform/efl/TestExpectations: Unskipping three exif orientation tests.
12278         * platform/efl/fast/images/exif-orientation-css-expected.png: Added.
12279         * platform/efl/fast/images/exif-orientation-css-expected.txt: Added.
12280         * platform/efl/fast/images/exif-orientation-expected.png: Added.
12281         * platform/efl/fast/images/exif-orientation-expected.txt: Added.
12282         * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added.
12283         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added.
12284
12285 2012-11-05  Hans Muller  <hmuller@adobe.com>
12286
12287         [CSS Exclusions] Layout of the first shape-inside line can be incorrect
12288         https://bugs.webkit.org/show_bug.cgi?id=100996
12289
12290         Reviewed by Dirk Schulze.
12291
12292         Verify that the first line of shape-inside content is laid out correctly
12293         when the top of the shape's bounds has a non-integral value.
12294
12295         * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added.
12296         * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added.
12297
12298 2012-11-05  Stephen White  <senorblanco@chromium.org>
12299
12300         [chromium] Mark a flaky test.  Unreviewed.
12301
12302         * platform/chromium/TestExpectations:
12303
12304 2012-11-05  Stephen White  <senorblanco@chromium.org>
12305
12306         [chromium] Add a now-failing test, remove a now-passing test.  Unreviewed.
12307
12308         * platform/chromium/TestExpectations:
12309
12310 2012-11-05  Pierre Rossi  <pierre.rossi@gmail.com>
12311
12312         [Qt] Fix broken comment in WK2 TestExpectations
12313
12314         Unreviewed fix, just an obviously missing '#' character.
12315
12316         * platform/qt-5.0-wk2/TestExpectations:
12317
12318 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
12319
12320         fast/events/popup-allowed-from-gesture-initiated-event.html is flaky
12321         https://bugs.webkit.org/show_bug.cgi?id=101208
12322
12323         Reviewed by Kenneth Rohde Christiansen.
12324
12325         Close the new popup between each test to make sure the new window
12326         does not mask the buttons and therefore prevent them from being
12327         clicked. This addresses flakiness for this test.
12328
12329         * fast/events/popup-allowed-from-gesture-initiated-event.html:
12330
12331 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
12332
12333         Unreviewed GTK gardening.
12334
12335         A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html.
12336
12337         * platform/gtk/http/tests/inspector: Added.
12338         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added.
12339
12340 2012-11-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
12341
12342         Validate CSS Device Adaptation properties and resolve shorthands
12343         https://bugs.webkit.org/show_bug.cgi?id=95962
12344
12345         Reviewed by Alexis Menard.
12346
12347         Added a test for CSS Device Adaptation property parsing validation.
12348
12349         * css3/device-adapt/viewport-properties-validation-expected.txt: Added.
12350         * css3/device-adapt/viewport-properties-validation.html: Added.
12351
12352 2012-11-05  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
12353
12354         [EFL] Unreviewed gardening.
12355
12356         Remove a few tests which depend on setIsolatedWorldSecurityOrigin
12357         since they are already skipped in efl/TestExpectations.
12358
12359         * platform/efl-wk2/TestExpectations:
12360
12361 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
12362
12363         [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations
12364         https://bugs.webkit.org/show_bug.cgi?id=101202
12365
12366         Unreviewed EFL gardening.
12367
12368         Remove fast/forms/week-multiple-fields from TestExpections since it does
12369         not exist and makes the style script complain.
12370
12371         * platform/efl/TestExpectations:
12372
12373 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
12374
12375         Unreviewed GTK gardening.
12376
12377         Clean up the inspector-related test expectations. Instead of marking
12378         many tests as skipped, proper failure expectations are put in place.
12379         The tests are still being skipped as their current behavior on the
12380         buildbots is unknown.
12381
12382         * platform/gtk/TestExpectations:
12383
12384 2012-11-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
12385
12386         [Qt] Unreviewed gardening.
12387
12388         Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled.
12389
12390         * platform/qt/TestExpectations:
12391
12392 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
12393
12394         Unreviewed GTK gardening.
12395
12396         Rebaselining MathML tests after r132264 and r133221 and updating
12397         pixel baselines with outdated hash.
12398
12399         * platform/gtk/TestExpectations:
12400         * platform/gtk/mathml/presentation/attributes-expected.png:
12401         * platform/gtk/mathml/presentation/fenced-expected.png:
12402         * platform/gtk/mathml/presentation/fenced-expected.txt:
12403         * platform/gtk/mathml/presentation/mo-expected.png:
12404         * platform/gtk/mathml/presentation/mo-expected.txt:
12405         * platform/gtk/mathml/presentation/mo-stretch-expected.png:
12406         * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
12407         * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
12408         * platform/gtk/mathml/presentation/over-expected.png:
12409         * platform/gtk/mathml/presentation/over-expected.txt:
12410         * platform/gtk/mathml/presentation/roots-expected.png:
12411         * platform/gtk/mathml/presentation/row-alignment-expected.png:
12412         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
12413         * platform/gtk/mathml/presentation/row-expected.png:
12414         * platform/gtk/mathml/presentation/row-expected.txt:
12415         * platform/gtk/mathml/presentation/style-expected.png:
12416         * platform/gtk/mathml/presentation/subsup-expected.png:
12417         * platform/gtk/mathml/presentation/subsup-expected.txt:
12418         * platform/gtk/mathml/presentation/tables-expected.png:
12419         * platform/gtk/mathml/presentation/tables-expected.txt:
12420
12421 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
12422
12423         [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
12424         https://bugs.webkit.org/show_bug.cgi?id=101181
12425
12426         Unreviewed EFL gardening.
12427
12428         Mark compositing/repaint/invalidations-on-composited-layers.html as
12429         expected to fail since accelerated compositing is disabled by default
12430         on EFL port.
12431
12432         * platform/efl/TestExpectations:
12433
12434 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
12435
12436         Unreviewed GTK gardening.
12437
12438         Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing
12439         directories. These features are not enabled yet and most of the
12440         tests fail.
12441
12442         Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html,
12443         the issue was fixed in r132973.
12444
12445         Moving the skip entry for css3/device-adapt to the proper section.
12446
12447         * platform/gtk/TestExpectations:
12448
12449 2012-11-05  Shinya Kawanaka  <shinyak@chromium.org>
12450
12451         [Shadow] ShadowRoot type is not set correctly.
12452         https://bugs.webkit.org/show_bug.cgi?id=101188
12453
12454         Reviewed by Hajime Morita.
12455
12456         * fast/dom/shadow/shadowroot-type-expected.txt: Added.
12457         * fast/dom/shadow/shadowroot-type.html: Added.
12458
12459 2012-11-04  Kent Tamura  <tkent@chromium.org>
12460
12461         Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/
12462         https://bugs.webkit.org/show_bug.cgi?id=101186
12463
12464         Rubber-stamped by Kentaro Hara.
12465
12466         The fast/forms/{date,month,time,week}-multiple-fields/
12467         {date,month,time,week}-multiple-fields-appearance-*.html tests don't
12468         depend on the multiple-fields UI, and should work for non
12469         multiple-fields configuration too. They should be moved to
12470         fast/forms/{date,month,time,week}/.
12471
12472         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed.
12473         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed.
12474         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed.
12475         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed.
12476         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
12477         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed.
12478         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
12479         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed.
12480         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed.
12481         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed.
12482         * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt.
12483         * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html.
12484         * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt.
12485         * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html.
12486         * 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.
12487         * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html.
12488         * 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.
12489         * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html.
12490         * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt.
12491         * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html.
12492         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed.
12493         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed.
12494         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed.
12495         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed.
12496         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
12497         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed.
12498         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
12499         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed.
12500         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed.
12501         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed.
12502         * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt.
12503         * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html.
12504         * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt.
12505         * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html.
12506         * 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.
12507         * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html.
12508         * 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.
12509         * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html.
12510         * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt.
12511         * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html.
12512         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
12513         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed.
12514         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
12515         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed.
12516         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
12517         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed.
12518         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
12519         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed.
12520         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
12521         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed.
12522         * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt.
12523         * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html.
12524         * 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.
12525         * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html.
12526         * 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.
12527         * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html.
12528         * 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.
12529         * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html.
12530         * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt.
12531         * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html.
12532         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed.
12533         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed.
12534         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
12535         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed.
12536         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
12537         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed.
12538         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed.
12539         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed.
12540         * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt.
12541         * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html.
12542         * 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.
12543         * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html.
12544         * 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.
12545         * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html.
12546         * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt.
12547         * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html.
12548         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
12549         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12550         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12551         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12552         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
12553         * 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.
12554         * 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.
12555         * 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.
12556         * 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.
12557         * 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.
12558         * platform/chromium-linux/fast/forms/month: Added.
12559         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
12560         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12561         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12562         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12563         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
12564         * 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.
12565         * 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.
12566         * 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.
12567         * 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.
12568         * 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.
12569         * platform/chromium-linux/fast/forms/time: Added.
12570         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
12571         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
12572         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12573         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12574         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
12575         * 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.
12576         * 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.
12577         * 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.
12578         * 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.
12579         * 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.
12580         * platform/chromium-linux/fast/forms/week: Added.
12581         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
12582         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12583         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12584         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
12585         * 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.
12586         * 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.
12587         * 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.
12588         * 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.
12589         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
12590         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12591         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12592         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12593         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
12594         * 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.
12595         * 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.
12596         * 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.
12597         * 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.
12598         * 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.
12599         * platform/chromium-mac-lion/fast/forms/month: Added.
12600         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
12601         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12602         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12603         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12604         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
12605         * 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.
12606         * 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.
12607         * 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.
12608         * 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.
12609         * 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.
12610         * platform/chromium-mac-lion/fast/forms/time: Added.
12611         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
12612         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
12613         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12614         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12615         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
12616         * 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.
12617         * 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.
12618         * 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.
12619         * 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.
12620         * 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.
12621         * platform/chromium-mac-lion/fast/forms/week: Added.
12622         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
12623         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12624         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12625         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
12626         * 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.
12627         * 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.
12628         * 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.
12629         * 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.
12630         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
12631         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12632         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12633         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12634         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
12635         * 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.
12636         * 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.
12637         * 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.
12638         * 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.
12639         * 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.
12640         * platform/chromium-mac-snowleopard/fast/forms/month: Added.
12641         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
12642         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12643         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12644         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12645         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
12646         * 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.
12647         * 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.
12648         * 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.
12649         * 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.
12650         * 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.
12651         * platform/chromium-mac-snowleopard/fast/forms/time: Added.
12652         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
12653         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
12654         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12655         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12656         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
12657         * 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.
12658         * 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.
12659         * 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.
12660         * 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.
12661         * 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.
12662         * platform/chromium-mac-snowleopard/fast/forms/week: Added.
12663         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
12664         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12665         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12666         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
12667         * 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.
12668         * 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.
12669         * 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.
12670         * 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.
12671         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
12672         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12673         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12674         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12675         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
12676         * 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.
12677         * 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.
12678         * 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.
12679         * 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.
12680         * 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.
12681         * platform/chromium-mac/fast/forms/month: Added.
12682         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
12683         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12684         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12685         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12686         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
12687         * 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.
12688         * 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.
12689         * 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.
12690         * 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.
12691         * 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.
12692         * platform/chromium-mac/fast/forms/time: Added.
12693         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
12694         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
12695         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12696         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12697         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
12698         * 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.
12699         * 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.
12700         * 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.
12701         * 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.
12702         * 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.
12703         * platform/chromium-mac/fast/forms/week: Added.
12704         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
12705         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12706         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12707         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
12708         * 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.
12709         * 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.
12710         * 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.
12711         * 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.
12712         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12713         * 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.
12714         * platform/chromium-win-xp/fast/forms/month: Added.
12715         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12716         * 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.
12717         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
12718         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
12719         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12720         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12721         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
12722         * 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.
12723         * 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.
12724         * 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.
12725         * 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.
12726         * 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.
12727         * platform/chromium-win/fast/forms/month: Added.
12728         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
12729         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
12730         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12731         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12732         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
12733         * 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.
12734         * 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.
12735         * 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.
12736         * 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.
12737         * 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.
12738         * platform/chromium-win/fast/forms/time: Added.
12739         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
12740         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
12741         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12742         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12743         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
12744         * 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.
12745         * 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.
12746         * 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.
12747         * 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.
12748         * 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.
12749         * platform/chromium-win/fast/forms/week: Added.
12750         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
12751         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
12752         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
12753         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
12754         * 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.
12755         * 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.
12756         * 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.
12757         * 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.
12758         * platform/chromium/TestExpectations:
12759
12760 2012-11-04  Julien Chaffraix  <jchaffraix@webkit.org>
12761
12762         Fix the collapsing border code to handle mixed directionality at the row level
12763         https://bugs.webkit.org/show_bug.cgi?id=101060
12764
12765         Reviewed by Ojan Vafai.
12766
12767         * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added.
12768         * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added.
12769         * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added.
12770         * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added.
12771
12772 2012-11-04  Andrey Adaikin  <aandrey@chromium.org>
12773
12774         Web Inspector: [Canvas] do not blow up the capturing log
12775         https://bugs.webkit.org/show_bug.cgi?id=100752
12776
12777         Reviewed by Pavel Feldman.
12778
12779         Added test for track Canvas 2D API changes, as well as basics for the capturing.
12780
12781         * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js.
12782         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
12783         (initialize_CanvasWebGLProfilerTest):
12784         (createWebGLContext):
12785         (createCanvas2DContext):
12786         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added.
12787         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added.
12788         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added.
12789         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added.
12790         * inspector/profiler/webgl/webgl-profiler-get-error.html:
12791
12792 2012-11-04  Nandor Huszka  <hnandor@inf.u-szeged.hu>
12793
12794         [Qt] Unreviewed gardening.
12795
12796         Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled.
12797         Unskip a test that does not exist already.
12798
12799         * platform/qt/TestExpectations:
12800
12801 2012-11-04  Zan Dobersek  <zandobersek@gmail.com>
12802
12803         Unreviewed GTK gardening.
12804
12805         Adding failure expectations for accessibility/svg-remote-element,
12806         fast/images/exif-orientation-image-document.html and
12807         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg.
12808         Rebaselining fast/images/repaint-subrect-grid.html, the new baseline
12809         matches the one Mac port uses.
12810
12811         * platform/gtk/TestExpectations:
12812         * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added.
12813
12814 2012-11-04  Keishi Hattori  <keishi@webkit.org>
12815
12816         Introduce Month class to calendar picker
12817         https://bugs.webkit.org/show_bug.cgi?id=101024
12818
12819         Reviewed by Kent Tamura.
12820
12821         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
12822         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
12823         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format.
12824         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
12825         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto.
12826
12827 2012-11-04  Kent Tamura  <tkent@chromium.org>
12828
12829         Remove obsolete tests for date/time input types
12830         https://bugs.webkit.org/show_bug.cgi?id=98783
12831
12832         Reviewed by Kentaro Hara.
12833
12834         *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are
12835         unnecessary and should be removed because they depend on textfield
12836         behavior, and the date/time input types no longer have textfield
12837         behavior on any platforms.
12838
12839         * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
12840         * fast/forms/datetime/datetime-input-visible-string.html: Removed.
12841         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
12842         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed.
12843         * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
12844         * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed.
12845         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
12846         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed.
12847         * fast/forms/month/month-input-visible-string-expected.txt: Removed.
12848         * fast/forms/month/month-input-visible-string.html: Removed.
12849         * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
12850         * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed.
12851         * fast/forms/time/time-input-visible-string-expected.txt: Removed.
12852         * fast/forms/time/time-input-visible-string.html: Removed.
12853         * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
12854         * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed.
12855         * fast/forms/week/week-input-visible-string-expected.txt: Removed.
12856         * fast/forms/week/week-input-visible-string.html: Removed.
12857         * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
12858         * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed.
12859         * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
12860         * platform/chromium/TestExpectations:
12861         * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
12862         * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
12863         * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
12864         * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
12865         * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed.
12866         * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
12867         * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed.
12868         * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
12869         * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed.
12870         * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
12871
12872 2012-11-04  Jinwoo Song  <jinwoo7.song@samsung.com>
12873
12874         [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322
12875         https://bugs.webkit.org/show_bug.cgi?id=101175
12876
12877         Unreviewed gardening.
12878
12879         fast/images/repaint-subrect-grid.html is failing on WK1 debug bot.
12880
12881         * platform/efl-wk1/TestExpectations:
12882
12883 2012-11-04  Shinya Kawanaka  <shinyak@chromium.org>
12884
12885         [Shadow] Implement custom pseudo-elements styling
12886         https://bugs.webkit.org/show_bug.cgi?id=100812
12887
12888         Reviewed by Hajime Morita.
12889
12890         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
12891         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
12892
12893 2012-11-04  Sheriff Bot  <webkit.review.bot@gmail.com>
12894
12895         Unreviewed, rolling out r133416.
12896         http://trac.webkit.org/changeset/133416
12897         https://bugs.webkit.org/show_bug.cgi?id=101169
12898
12899         Broke world selection by right click (Requested by rniwa on
12900         #webkit).
12901
12902         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed.
12903         * fast/events/touch/gesture/disabled-input-text-selection.html: Removed.
12904         * platform/chromium/TestExpectations:
12905
12906 2012-11-04  Stephen White  <senorblanco@chromium.org>
12907
12908         [chromium] Add a now-failing test.  Unreviewed.
12909
12910         * platform/chromium/TestExpectations:
12911
12912 2012-11-04  Florin Malita  <fmalita@chromium.org>
12913
12914         Color-profile property triggers assert
12915         https://bugs.webkit.org/show_bug.cgi?id=101080
12916
12917         Reviewed by Dirk Schulze.
12918
12919         * svg/css/color-profile-crash-expected.txt: Added.
12920         * svg/css/color-profile-crash.html: Added.
12921
12922 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
12923
12924         [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files.
12925
12926         * platform/qt-5.0-wk2/TestExpectations:
12927         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019.
12928         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019.
12929         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019.
12930
12931 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
12932
12933         [Qt] Unreviewed weekend gardening, skip one more failing test.
12934
12935         * platform/qt/TestExpectations:
12936
12937 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
12938
12939         [Qt] Unreviewed weekend gardening, skip new failing tests.
12940
12941         * platform/qt/TestExpectations:
12942
12943 2012-11-04  Kaustubh Atrawalkar  <kaustubh@motorola.com>
12944
12945         Unable to copy text on disabled input fields on long press gesture
12946         https://bugs.webkit.org/show_bug.cgi?id=99698
12947
12948         Reviewed by Ryosuke Niwa.
12949
12950         Text from disabled input/text should be allowed to select. Replaced isContentEditable()
12951         with canStartSelection()
12952
12953         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added.
12954         * fast/events/touch/gesture/disabled-input-text-selection.html: Added.
12955         * platform/chromium/TestExpectations: Not Valid for chromium desktop.
12956
12957 2012-11-04  Stephen White  <senorblanco@chromium.org>
12958
12959         [chromium] Remove some no-longer-flaky tests.  Unreviewed.
12960
12961         * platform/chromium/TestExpectations:
12962
12963 2012-11-03  Stephen White  <senorblanco@chromium.org>
12964
12965         [chromium] Remove a no-longer-flaky test.  Unreviewed.
12966
12967         * platform/chromium/TestExpectations:
12968
12969 2012-11-03  Stephen White  <senorblanco@chromium.org>
12970
12971         [chromium] Remove some now-passing tests.  Unreviewed.
12972
12973         * platform/chromium/TestExpectations:
12974
12975 2012-11-03  Stephen White  <senorblanco@chromium.org>
12976
12977         [chromium] New baselines for no-longer-flaky tests.  Unreviewed.
12978
12979         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
12980         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
12981         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
12982         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
12983         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
12984         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
12985         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
12986         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
12987         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
12988         * platform/chromium/TestExpectations:
12989         * 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.
12990         * 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.
12991
12992 2012-11-03  Stephen White  <senorblanco@chromium.org>
12993
12994         [chromium] Unreviewed gardening.
12995
12996         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
12997
12998 2012-11-03  Dan Beam  <dbeam@chromium.org>
12999
13000         Implement HTMLFormElement#requestAutocomplete and associated events
13001         https://bugs.webkit.org/show_bug.cgi?id=100557
13002
13003         Reviewed by Adam Barth.
13004
13005         Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email:
13006         http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html
13007
13008         The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing
13009         for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an
13010         error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the
13011         implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the
13012         UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously
13013         after a small delay to behave consistently in all situations and implementations.
13014
13015         Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test
13016         is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement
13017         (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in
13018         LayoutTests/platform/chromium/fast/forms/ with the expected successful results.
13019
13020         * fast/forms/form-request-autocomplete-expected.txt: Added.
13021         * fast/forms/form-request-autocomplete.html: Added.
13022
13023 2012-11-03  Pavel Feldman  <pfeldman@chromium.org>
13024
13025         Web Inspector: %d, %i, and %f log formatters have same result
13026         https://bugs.webkit.org/show_bug.cgi?id=101148
13027
13028         Reviewed by Alexander Pavlov.
13029
13030         * inspector/console/console-format-expected.txt:
13031         * inspector/console/console-format.html:
13032         * inspector/console/console-message-format-expected.txt: Added.
13033         * inspector/console/console-message-format.html: Added.
13034
13035 2012-11-02  Shinya Kawanaka  <shinyak@chromium.org>
13036
13037         [Shadow] ShadowRoot should be able to know the existence of <content>
13038         https://bugs.webkit.org/show_bug.cgi?id=100921
13039
13040         Reviewed by Dimitri Glazkov.
13041
13042         * fast/dom/shadow/has-content-elements-expected.txt: Added.
13043         * fast/dom/shadow/has-content-elements.html: Added.
13044
13045 2012-11-02  Sheriff Bot  <webkit.review.bot@gmail.com>
13046
13047         Unreviewed, rolling out r133375.
13048         http://trac.webkit.org/changeset/133375
13049         https://bugs.webkit.org/show_bug.cgi?id=101138
13050
13051         Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on
13052         #webkit).
13053
13054         * css3/line-break/line-break-auto-centered-expected.html: Removed.
13055         * css3/line-break/line-break-auto-centered.html: Removed.
13056         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
13057         * css3/line-break/line-break-auto-half-kana.html: Removed.
13058         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
13059         * css3/line-break/line-break-auto-hyphens.html: Removed.
13060         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
13061         * css3/line-break/line-break-auto-inseparables.html: Removed.
13062         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
13063         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
13064         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
13065         * css3/line-break/line-break-auto-postfixes.html: Removed.
13066         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
13067         * css3/line-break/line-break-auto-prefixes.html: Removed.
13068         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
13069         * css3/line-break/line-break-auto-sound-marks.html: Removed.
13070         * css3/line-break/line-break-loose-centered-expected.html: Removed.
13071         * css3/line-break/line-break-loose-centered.html: Removed.
13072         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
13073         * css3/line-break/line-break-loose-half-kana.html: Removed.
13074         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
13075         * css3/line-break/line-break-loose-hyphens.html: Removed.
13076         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
13077         * css3/line-break/line-break-loose-inseparables.html: Removed.
13078         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
13079         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
13080         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
13081         * css3/line-break/line-break-loose-postfixes.html: Removed.
13082         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
13083         * css3/line-break/line-break-loose-prefixes.html: Removed.
13084         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
13085         * css3/line-break/line-break-loose-sound-marks.html: Removed.
13086         * css3/line-break/line-break-normal-centered-expected.html: Removed.
13087         * css3/line-break/line-break-normal-centered.html: Removed.
13088         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
13089         * css3/line-break/line-break-normal-half-kana.html: Removed.
13090         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
13091         * css3/line-break/line-break-normal-hyphens.html: Removed.
13092         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
13093         * css3/line-break/line-break-normal-inseparables.html: Removed.
13094         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
13095         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
13096         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
13097         * css3/line-break/line-break-normal-postfixes.html: Removed.
13098         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
13099         * css3/line-break/line-break-normal-prefixes.html: Removed.
13100         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
13101         * css3/line-break/line-break-normal-sound-marks.html: Removed.
13102         * css3/line-break/line-break-strict-centered-expected.html: Removed.
13103         * css3/line-break/line-break-strict-centered.html: Removed.
13104         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
13105         * css3/line-break/line-break-strict-half-kana.html: Removed.
13106         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
13107         * css3/line-break/line-break-strict-hyphens.html: Removed.
13108         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
13109         * css3/line-break/line-break-strict-inseparables.html: Removed.
13110         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
13111         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
13112         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
13113         * css3/line-break/line-break-strict-postfixes.html: Removed.
13114         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
13115         * css3/line-break/line-break-strict-prefixes.html: Removed.
13116         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
13117         * css3/line-break/line-break-strict-sound-marks.html: Removed.
13118         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
13119         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
13120
13121 2012-11-02  Bear Travis  <betravis@adobe.com>
13122
13123         [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code
13124         https://bugs.webkit.org/show_bug.cgi?id=100704
13125
13126         Reviewed by Dirk Schulze.
13127
13128         Factor out the pixel snapping behavior from polygon tests to be shared with
13129         the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be
13130         slightly different. This adds a new file, subpixel-utils.js, which tests for the
13131         feature availability and provides functions for rounding at line left & line right.
13132         I've also taken the opportunity to factor the window.internal.settings code into
13133         rounded-rectangle.js and simple-polygon.js.
13134
13135         * fast/exclusions/resources/rounded-rectangle.js:
13136         (simulateShape): Use the new subpixel rounding code.
13137         * fast/exclusions/resources/simple-polygon.js:
13138         (polygonXIntercepts): Ditto.
13139         * fast/exclusions/resources/subpixel-utils.js: Added.
13140         (SubPixelLayout): Adding the SubPixelLayout object which has helper methods
13141         for determining how line edges should round, and whether subpixel layout is enabled.
13142         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html:
13143         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html:
13144         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html:
13145         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html:
13146         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
13147         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
13148         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
13149         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
13150         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
13151         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
13152         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
13153         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
13154         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
13155         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
13156
13157 2012-11-02  Chris Rogers  <crogers@google.com>
13158
13159         Rebaseline some webaudio tests due to increased precision in AudioParamTimeline
13160         https://bugs.webkit.org/show_bug.cgi?id=101134
13161
13162         Unreviewed rebaseline.
13163
13164         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav:
13165         * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav.
13166         * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
13167
13168 2012-11-02  Glenn Adams  <glenn@skynav.com>
13169
13170         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
13171         https://bugs.webkit.org/show_bug.cgi?id=89235
13172
13173         Reviewed by Eric Seidel.
13174
13175         See also wiki documentation at:
13176         [1] http://trac.webkit.org/wiki/LineBreaking
13177         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
13178
13179         * css3/line-break/line-break-auto-centered-expected.html: Added.
13180         * css3/line-break/line-break-auto-centered.html: Added.
13181         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
13182         * css3/line-break/line-break-auto-half-kana.html: Added.
13183         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
13184         * css3/line-break/line-break-auto-hyphens.html: Added.
13185         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
13186         * css3/line-break/line-break-auto-inseparables.html: Added.
13187         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
13188         * css3/line-break/line-break-auto-iteration-marks.html: Added.
13189         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
13190         * css3/line-break/line-break-auto-postfixes.html: Added.
13191         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
13192         * css3/line-break/line-break-auto-prefixes.html: Added.
13193         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
13194         * css3/line-break/line-break-auto-sound-marks.html: Added.
13195         * css3/line-break/line-break-loose-centered-expected.html: Added.
13196         * css3/line-break/line-break-loose-centered.html: Added.
13197         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
13198         * css3/line-break/line-break-loose-half-kana.html: Added.
13199         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
13200         * css3/line-break/line-break-loose-hyphens.html: Added.
13201         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
13202         * css3/line-break/line-break-loose-inseparables.html: Added.
13203         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
13204         * css3/line-break/line-break-loose-iteration-marks.html: Added.
13205         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
13206         * css3/line-break/line-break-loose-postfixes.html: Added.
13207         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
13208         * css3/line-break/line-break-loose-prefixes.html: Added.
13209         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
13210         * css3/line-break/line-break-loose-sound-marks.html: Added.
13211         * css3/line-break/line-break-normal-centered-expected.html: Added.
13212         * css3/line-break/line-break-normal-centered.html: Added.
13213         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
13214         * css3/line-break/line-break-normal-half-kana.html: Added.
13215         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
13216         * css3/line-break/line-break-normal-hyphens.html: Added.
13217         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
13218         * css3/line-break/line-break-normal-inseparables.html: Added.
13219         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
13220         * css3/line-break/line-break-normal-iteration-marks.html: Added.
13221         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
13222         * css3/line-break/line-break-normal-postfixes.html: Added.
13223         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
13224         * css3/line-break/line-break-normal-prefixes.html: Added.
13225         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
13226         * css3/line-break/line-break-normal-sound-marks.html: Added.
13227         * css3/line-break/line-break-strict-centered-expected.html: Added.
13228         * css3/line-break/line-break-strict-centered.html: Added.
13229         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
13230         * css3/line-break/line-break-strict-half-kana.html: Added.
13231         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
13232         * css3/line-break/line-break-strict-hyphens.html: Added.
13233         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
13234         * css3/line-break/line-break-strict-inseparables.html: Added.
13235         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
13236         * css3/line-break/line-break-strict-iteration-marks.html: Added.
13237         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
13238         * css3/line-break/line-break-strict-postfixes.html: Added.
13239         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
13240         * css3/line-break/line-break-strict-prefixes.html: Added.
13241         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
13242         * css3/line-break/line-break-strict-sound-marks.html: Added.
13243         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added.
13244         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
13245
13246 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
13247
13248         Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html.
13249         https://bugs.webkit.org/show_bug.cgi?id=72039
13250
13251         * platform/chromium/TestExpectations:
13252
13253 2012-11-02  Alice Boxhall  <aboxhall@google.com>
13254
13255         Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky.
13256         https://bugs.webkit.org/show_bug.cgi?id=96725
13257
13258         * platform/chromium/TestExpectations:
13259
13260 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
13261
13262         Unreviewed gardening. Mark video-media-source-state-changes.html as flaky.
13263
13264         * platform/chromium/TestExpectations:
13265
13266 2012-11-02  Tom Sepez  <tsepez@chromium.org>
13267
13268         report-blocked-uri-cross-origin.html is failing
13269         https://bugs.webkit.org/show_bug.cgi?id=101096
13270
13271         Reviewed by Adam Barth.
13272
13273         Don't actually create a report file during the syntax-only test for when
13274         the report directive comes before the mode directive in an X-XSS-Protection
13275         header. Thus, we avoid having to clean it up later.
13276
13277         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
13278         * platform/chromium/TestExpectations:
13279
13280 2012-11-02  Simon Fraser  <simon.fraser@apple.com>
13281
13282         Enable SUBPIXEL_LAYOUT on Mac
13283         https://bugs.webkit.org/show_bug.cgi?id=101076
13284
13285         Reviewed by Dave Hyatt.
13286
13287         Update results affected by subpixel layout.
13288
13289         * platform/mac/accessibility/svg-bounds-expected.txt:
13290         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt.
13291         * platform/mac/animations/keyframes-comma-separated-expected.txt: Added.
13292         * platform/mac/compositing/direct-image-compositing-expected.txt:
13293         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
13294         * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
13295         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
13296         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
13297         * platform/mac/css1/basic/inheritance-expected.txt:
13298         * platform/mac/css1/box_properties/acid_test-expected.txt:
13299         * platform/mac/css1/box_properties/clear_float-expected.txt:
13300         * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
13301         * platform/mac/css1/box_properties/margin-expected.txt:
13302         * platform/mac/css1/box_properties/margin_bottom-expected.txt:
13303         * platform/mac/css1/box_properties/margin_right-expected.txt:
13304         * platform/mac/css1/box_properties/margin_top-expected.txt:
13305         * platform/mac/css1/box_properties/padding-expected.txt:
13306         * platform/mac/css1/box_properties/padding_bottom-expected.txt:
13307         * platform/mac/css1/box_properties/padding_left-expected.txt:
13308         * platform/mac/css1/box_properties/padding_right-expected.txt:
13309         * platform/mac/css1/box_properties/padding_top-expected.txt:
13310         * platform/mac/css1/box_properties/width-expected.txt:
13311         * platform/mac/css1/color_and_background/background_attachment-expected.txt:
13312         * platform/mac/css1/font_properties/font-expected.txt:
13313         * platform/mac/css1/font_properties/font_size-expected.txt:
13314         * platform/mac/css1/font_properties/font_weight-expected.txt:
13315         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
13316         * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
13317         * platform/mac/css1/formatting_model/inline_elements-expected.txt:
13318         * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
13319         * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
13320         * platform/mac/css1/text_properties/text_indent-expected.txt:
13321         * platform/mac/css1/text_properties/vertical_align-expected.txt:
13322         * platform/mac/css1/units/percentage_units-expected.txt:
13323         * platform/mac/css1/units/rounding-expected.txt: Added.
13324         * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
13325         * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
13326         * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
13327         * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
13328         * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
13329         * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
13330         * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
13331         * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
13332         * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
13333         * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
13334         * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
13335         * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
13336         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
13337         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
13338         * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
13339         * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
13340         * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
13341         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
13342         * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
13343         * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
13344         * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
13345         * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
13346         * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
13347         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
13348         * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
13349         * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
13350         * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
13351         * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
13352         * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
13353         * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
13354         * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
13355         * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
13356         * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
13357         * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
13358         * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
13359         * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
13360         * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
13361         * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
13362         * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
13363         * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
13364         * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
13365         * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
13366         * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
13367         * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
13368         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
13369         * platform/mac/editing/selection/3690703-2-expected.txt:
13370         * platform/mac/editing/selection/3690703-expected.txt:
13371         * platform/mac/editing/selection/3690719-expected.txt:
13372         * platform/mac/editing/selection/4397952-expected.txt:
13373         * platform/mac/editing/selection/5240265-expected.txt:
13374         * platform/mac/editing/selection/5354455-2-expected.txt:
13375         * platform/mac/editing/selection/caret-ltr-2-expected.txt:
13376         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
13377         * platform/mac/editing/selection/caret-ltr-expected.txt:
13378         * platform/mac/editing/selection/caret-ltr-right-expected.txt:
13379         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
13380         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
13381         * platform/mac/editing/selection/caret-rtl-expected.txt:
13382         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
13383         * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
13384         * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
13385         * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added.
13386         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
13387         * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
13388         * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
13389         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
13390         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
13391         * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
13392         * platform/mac/editing/selection/selection-button-text-expected.txt:
13393         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
13394         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
13395         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
13396         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
13397         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
13398         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
13399         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
13400         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
13401         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
13402         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
13403         * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
13404         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
13405         * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
13406         * platform/mac/fast/block/basic/001-expected.txt:
13407         * platform/mac/fast/block/basic/011-expected.txt:
13408         * platform/mac/fast/block/basic/014-expected.txt:
13409         * platform/mac/fast/block/basic/015-expected.txt:
13410         * platform/mac/fast/block/basic/016-expected.txt:
13411         * platform/mac/fast/block/basic/019-expected.txt:
13412         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
13413         * platform/mac/fast/block/float/013-expected.txt:
13414         * platform/mac/fast/block/float/025-expected.txt:
13415         * platform/mac/fast/block/float/026-expected.txt:
13416         * platform/mac/fast/block/float/027-expected.txt:
13417         * platform/mac/fast/block/float/028-expected.txt:
13418         * platform/mac/fast/block/float/032-expected.txt:
13419         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
13420         * platform/mac/fast/block/float/float-avoidance-expected.txt:
13421         * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
13422         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
13423         * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
13424         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
13425         * platform/mac/fast/block/margin-collapse/100-expected.txt:
13426         * platform/mac/fast/block/margin-collapse/103-expected.txt:
13427         * platform/mac/fast/block/positioning/047-expected.txt:
13428         * platform/mac/fast/block/positioning/051-expected.txt:
13429         * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
13430         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
13431         * platform/mac/fast/borders/bidi-002-expected.txt:
13432         * platform/mac/fast/borders/bidi-009a-expected.txt:
13433         * platform/mac/fast/borders/bidi-012-expected.txt:
13434         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
13435         * platform/mac/fast/borders/rtl-border-01-expected.txt:
13436         * platform/mac/fast/borders/rtl-border-02-expected.txt:
13437         * platform/mac/fast/borders/rtl-border-03-expected.txt:
13438         * platform/mac/fast/box-sizing/box-sizing-expected.txt:
13439         * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
13440         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
13441         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
13442         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
13443         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
13444         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
13445         * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
13446         * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
13447         * platform/mac/fast/css-generated-content/011-expected.txt:
13448         * platform/mac/fast/css-generated-content/012-expected.txt:
13449         * platform/mac/fast/css-generated-content/013-expected.txt:
13450         * platform/mac/fast/css-generated-content/014-expected.txt:
13451         * platform/mac/fast/css-generated-content/015-expected.txt:
13452         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
13453         * platform/mac/fast/css/003-expected.txt:
13454         * platform/mac/fast/css/004-expected.txt:
13455         * platform/mac/fast/css/005-expected.txt:
13456         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
13457         * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
13458         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
13459         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
13460         * platform/mac/fast/css/continuationCrash-expected.txt:
13461         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
13462         * platform/mac/fast/css/css2-system-fonts-expected.txt:
13463         * platform/mac/fast/css/empty-pseudo-class-expected.txt:
13464         * platform/mac/fast/css/ex-after-font-variant-expected.txt:
13465         * platform/mac/fast/css/fieldset-display-row-expected.txt:
13466         * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
13467         * platform/mac/fast/css/first-line-text-decoration-expected.txt:
13468         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
13469         * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
13470         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
13471         * platform/mac/fast/css/hsl-color-expected.txt:
13472         * platform/mac/fast/css/hsla-color-expected.txt:
13473         * platform/mac/fast/css/inline-properties-important-expected.txt:
13474         * platform/mac/fast/css/invalid-percentage-property-expected.txt:
13475         * platform/mac/fast/css/large-number-round-trip-expected.txt: Added.
13476         * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
13477         * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
13478         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
13479         * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
13480         * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
13481         * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
13482         * platform/mac/fast/css/percentage-non-integer-expected.txt:
13483         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
13484         * platform/mac/fast/css/rgb-float-expected.txt:
13485         * platform/mac/fast/css/rtl-ordering-expected.txt:
13486         * platform/mac/fast/css/selector-set-attribute-expected.txt:
13487         * platform/mac/fast/css/text-align-expected.txt:
13488         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
13489         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
13490         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
13491         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
13492         * platform/mac/fast/css/transform-default-parameter-expected.txt:
13493         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
13494         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
13495         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
13496         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
13497         * platform/mac/fast/css/word-space-extra-expected.txt:
13498         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
13499         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
13500         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
13501         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
13502         * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
13503         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
13504         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
13505         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
13506         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
13507         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
13508         * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed.
13509         * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed.
13510         * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed.
13511         * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed.
13512         * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed.
13513         * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed.
13514         * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
13515         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
13516         * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
13517         * platform/mac/fast/dynamic/012-expected.txt:
13518         * platform/mac/fast/dynamic/anchor-lock-expected.txt:
13519         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
13520         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
13521         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
13522         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
13523         * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
13524         * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
13525         * platform/mac/fast/events/pointer-events-2-expected.txt:
13526         * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
13527         * platform/mac/fast/forms/001-expected.txt:
13528         * platform/mac/fast/forms/006-expected.txt:
13529         * platform/mac/fast/forms/007-expected.txt:
13530         * platform/mac/fast/forms/basic-buttons-expected.txt:
13531         * platform/mac/fast/forms/basic-inputs-expected.txt:
13532         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
13533         * platform/mac/fast/forms/blankbuttons-expected.txt:
13534         * platform/mac/fast/forms/box-shadow-override-expected.txt:
13535         * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
13536         * platform/mac/fast/forms/button-default-title-expected.txt:
13537         * platform/mac/fast/forms/button-generated-content-expected.txt:
13538         * platform/mac/fast/forms/button-positioned-expected.txt:
13539         * platform/mac/fast/forms/button-sizes-expected.txt:
13540         * platform/mac/fast/forms/button-style-color-expected.txt:
13541         * platform/mac/fast/forms/button-table-styles-expected.txt:
13542         * platform/mac/fast/forms/button-text-transform-expected.txt:
13543         * platform/mac/fast/forms/button-white-space-expected.txt:
13544         * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
13545         * platform/mac/fast/forms/fieldset-align-expected.txt:
13546         * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
13547         * platform/mac/fast/forms/fieldset-with-float-expected.txt:
13548         * platform/mac/fast/forms/file/file-input-direction-expected.txt:
13549         * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
13550         * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
13551         * platform/mac/fast/forms/float-before-fieldset-expected.txt:
13552         * platform/mac/fast/forms/form-element-geometry-expected.txt:
13553         * platform/mac/fast/forms/formmove-expected.txt:
13554         * platform/mac/fast/forms/formmove2-expected.txt:
13555         * platform/mac/fast/forms/formmove3-expected.txt:
13556         * platform/mac/fast/forms/indeterminate-expected.txt:
13557         * platform/mac/fast/forms/input-appearance-height-expected.txt:
13558         * platform/mac/fast/forms/input-button-sizes-expected.txt:
13559         * platform/mac/fast/forms/input-value-expected.txt:
13560         * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
13561         * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
13562         * platform/mac/fast/forms/menulist-clip-expected.txt:
13563         * platform/mac/fast/forms/minWidthPercent-expected.txt:
13564         * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
13565         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
13566         * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added.
13567         * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
13568         * platform/mac/fast/forms/searchfield-heights-expected.txt:
13569         * platform/mac/fast/forms/select-baseline-expected.txt:
13570         * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
13571         * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
13572         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
13573         * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
13574         * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
13575         * platform/mac/fast/gradients/generated-gradients-expected.txt:
13576         * platform/mac/fast/gradients/radial-centered-expected.txt:
13577         * platform/mac/fast/gradients/simple-gradients-expected.txt:
13578         * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
13579         * platform/mac/fast/html/details-add-child-1-expected.txt:
13580         * platform/mac/fast/html/details-add-child-2-expected.txt:
13581         * platform/mac/fast/html/details-add-details-child-1-expected.txt:
13582         * platform/mac/fast/html/details-add-details-child-2-expected.txt:
13583         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
13584         * platform/mac/fast/html/details-add-summary-1-expected.txt:
13585         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
13586         * platform/mac/fast/html/details-add-summary-10-expected.txt:
13587         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
13588         * platform/mac/fast/html/details-add-summary-2-expected.txt:
13589         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
13590         * platform/mac/fast/html/details-add-summary-3-expected.txt:
13591         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
13592         * platform/mac/fast/html/details-add-summary-4-expected.txt:
13593         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
13594         * platform/mac/fast/html/details-add-summary-5-expected.txt:
13595         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
13596         * platform/mac/fast/html/details-add-summary-6-expected.txt:
13597         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
13598         * platform/mac/fast/html/details-add-summary-7-expected.txt:
13599         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
13600         * platform/mac/fast/html/details-add-summary-8-expected.txt:
13601         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
13602         * platform/mac/fast/html/details-add-summary-9-expected.txt:
13603         * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
13604         * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
13605         * platform/mac/fast/html/details-marker-style-expected.txt: Added.
13606         * platform/mac/fast/html/details-nested-1-expected.txt:
13607         * platform/mac/fast/html/details-nested-2-expected.txt:
13608         * platform/mac/fast/html/details-no-summary1-expected.txt:
13609         * platform/mac/fast/html/details-no-summary2-expected.txt:
13610         * platform/mac/fast/html/details-no-summary3-expected.txt:
13611         * platform/mac/fast/html/details-no-summary4-expected.txt:
13612         * platform/mac/fast/html/details-open-javascript-expected.txt:
13613         * platform/mac/fast/html/details-open1-expected.txt:
13614         * platform/mac/fast/html/details-open2-expected.txt:
13615         * platform/mac/fast/html/details-open3-expected.txt:
13616         * platform/mac/fast/html/details-open4-expected.txt:
13617         * platform/mac/fast/html/details-open5-expected.txt:
13618         * platform/mac/fast/html/details-open6-expected.txt:
13619         * platform/mac/fast/html/details-position-expected.txt:
13620         * platform/mac/fast/html/details-remove-child-1-expected.txt:
13621         * platform/mac/fast/html/details-remove-child-2-expected.txt:
13622         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
13623         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
13624         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
13625         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
13626         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
13627         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
13628         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
13629         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
13630         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
13631         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
13632         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
13633         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
13634         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
13635         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
13636         * platform/mac/fast/html/details-replace-summary-child-expected.txt:
13637         * platform/mac/fast/html/details-replace-text-expected.txt:
13638         * platform/mac/fast/html/details-writing-mode-expected.txt:
13639         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
13640         * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
13641         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
13642         * platform/mac/fast/inline/002-expected.txt:
13643         * platform/mac/fast/inline/continuation-outlines-expected.txt:
13644         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
13645         * platform/mac/fast/inline/inline-box-background-expected.txt:
13646         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
13647         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
13648         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
13649         * platform/mac/fast/inline/outline-continuations-expected.txt:
13650         * platform/mac/fast/inline/positionedLifetime-expected.txt:
13651         * platform/mac/fast/invalid/010-expected.txt:
13652         * platform/mac/fast/invalid/014-expected.txt:
13653         * platform/mac/fast/invalid/junk-data-expected.txt:
13654         * platform/mac/fast/invalid/missing-end-tag-expected.txt:
13655         * platform/mac/fast/invalid/nestedh3s-expected.txt:
13656         * platform/mac/fast/invalid/residual-style-expected.txt:
13657         * platform/mac/fast/layers/video-layer-expected.txt:
13658         * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
13659         * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
13660         * platform/mac/fast/lists/003-expected.txt:
13661         * platform/mac/fast/lists/003-vertical-expected.txt:
13662         * platform/mac/fast/lists/008-expected.txt:
13663         * platform/mac/fast/lists/008-vertical-expected.txt:
13664         * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
13665         * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added.
13666         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
13667         * platform/mac/fast/multicol/break-properties-expected.txt: Added.
13668         * platform/mac/fast/multicol/client-rects-expected.txt:
13669         * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
13670         * platform/mac/fast/multicol/float-multicol-expected.txt:
13671         * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
13672         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
13673         * platform/mac/fast/multicol/nested-columns-expected.txt:
13674         * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
13675         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt.
13676         * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
13677         * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
13678         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
13679         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
13680         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
13681         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
13682         * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added.
13683         * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added.
13684         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
13685         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
13686         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
13687         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
13688         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
13689         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
13690         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
13691         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
13692         * platform/mac/fast/multicol/table-vertical-align-expected.txt:
13693         * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
13694         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
13695         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
13696         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
13697         * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
13698         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
13699         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
13700         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
13701         * platform/mac/fast/overflow/007-expected.txt:
13702         * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
13703         * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
13704         * platform/mac/fast/overflow/overflow-rtl-expected.txt:
13705         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
13706         * platform/mac/fast/overflow/overflow_hidden-expected.txt:
13707         * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
13708         * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
13709         * platform/mac/fast/parser/bad-xml-slash-expected.txt:
13710         * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
13711         * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
13712         * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
13713         * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
13714         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
13715         * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
13716         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
13717         * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
13718         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
13719         * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
13720         * platform/mac/fast/repaint/control-clip-expected.txt:
13721         * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
13722         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
13723         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
13724         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
13725         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
13726         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
13727         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
13728         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
13729         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
13730         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
13731         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
13732         * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
13733         * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
13734         * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
13735         * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
13736         * platform/mac/fast/repaint/transform-translate-expected.txt:
13737         * platform/mac/fast/replaced/replaced-breaking-expected.txt:
13738         * platform/mac/fast/replaced/table-percent-height-expected.txt: Added.
13739         * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
13740         * platform/mac/fast/replaced/width100percent-button-expected.txt:
13741         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
13742         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
13743         * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
13744         * platform/mac/fast/selectors/032-expected.txt:
13745         * platform/mac/fast/selectors/166-expected.txt:
13746         * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
13747         * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
13748         * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
13749         * platform/mac/fast/table/009-expected.txt:
13750         * platform/mac/fast/table/014-expected.txt:
13751         * platform/mac/fast/table/040-expected.txt:
13752         * platform/mac/fast/table/040-vertical-expected.txt:
13753         * platform/mac/fast/table/041-expected.txt:
13754         * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
13755         * platform/mac/fast/table/append-cells2-expected.txt:
13756         * platform/mac/fast/table/border-collapsing/004-expected.txt:
13757         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
13758         * platform/mac/fast/table/frame-and-rules-expected.txt:
13759         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
13760         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
13761         * platform/mac/fast/table/nested-percent-height-table-expected.txt:
13762         * platform/mac/fast/table/overflowHidden-expected.txt:
13763         * platform/mac/fast/table/percent-heights-expected.txt:
13764         * platform/mac/fast/table/remove-td-display-none-expected.txt:
13765         * platform/mac/fast/table/table-display-types-strict-expected.txt:
13766         * platform/mac/fast/table/table-hspace-align-center-expected.txt:
13767         * platform/mac/fast/text/basic/012-expected.txt:
13768         * platform/mac/fast/text/basic/013-expected.txt:
13769         * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
13770         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
13771         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
13772         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
13773         * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
13774         * platform/mac/fast/text/international/hindi-spacing-expected.txt:
13775         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
13776         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
13777         * platform/mac/fast/text/line-breaks-expected.txt:
13778         * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
13779         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
13780         * platform/mac/fast/text/whitespace/024-expected.txt:
13781         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
13782         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
13783         * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
13784         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
13785         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
13786         * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added.
13787         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
13788         * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
13789         * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
13790         * platform/mac/fast/writing-mode/fieldsets-expected.txt:
13791         * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
13792         * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
13793         * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
13794         * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
13795         * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added.
13796         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
13797         * platform/mac/http/tests/misc/acid3-expected.txt: Added.
13798         * platform/mac/http/tests/misc/iframe404-expected.txt:
13799         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
13800         * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
13801         * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added.
13802         * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added.
13803         * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added.
13804         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
13805         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
13806         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
13807         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
13808         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
13809         * platform/mac/mathml/presentation/attributes-expected.txt:
13810         * platform/mac/mathml/presentation/fenced-expected.txt:
13811         * platform/mac/mathml/presentation/fenced-mi-expected.txt:
13812         * platform/mac/mathml/presentation/fractions-expected.txt:
13813         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
13814         * platform/mac/mathml/presentation/mo-expected.txt:
13815         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
13816         * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
13817         * platform/mac/mathml/presentation/over-expected.txt:
13818         * platform/mac/mathml/presentation/roots-expected.txt:
13819         * platform/mac/mathml/presentation/row-alignment-expected.txt:
13820         * platform/mac/mathml/presentation/row-expected.txt:
13821         * platform/mac/mathml/presentation/style-expected.txt:
13822         * platform/mac/mathml/presentation/sub-expected.txt:
13823         * platform/mac/mathml/presentation/subsup-expected.txt:
13824         * platform/mac/mathml/presentation/sup-expected.txt:
13825         * platform/mac/mathml/presentation/tables-expected.txt:
13826         * platform/mac/mathml/presentation/tokenElements-expected.txt:
13827         * platform/mac/mathml/presentation/under-expected.txt:
13828         * platform/mac/mathml/presentation/underover-expected.txt:
13829         * platform/mac/mathml/xHeight-expected.txt:
13830         * platform/mac/media/audio-controls-rendering-expected.txt:
13831         * platform/mac/media/controls-after-reload-expected.txt:
13832         * platform/mac/media/controls-strict-expected.txt:
13833         * platform/mac/media/controls-styling-strict-expected.txt:
13834         * platform/mac/media/controls-without-preload-expected.txt:
13835         * platform/mac/media/media-controls-clone-expected.txt:
13836         * platform/mac/media/media-element-play-after-eos-expected.txt: Added.
13837         * platform/mac/media/video-controls-rendering-expected.txt:
13838         * platform/mac/media/video-display-toggle-expected.txt:
13839         * platform/mac/media/video-empty-source-expected.txt:
13840         * platform/mac/media/video-no-audio-expected.txt:
13841         * platform/mac/media/video-playing-and-pause-expected.txt:
13842         * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
13843         * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
13844         * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
13845         * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added.
13846         * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
13847         * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
13848         * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
13849         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
13850         * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt.
13851         * platform/mac/svg/custom/bug45331-expected.txt:
13852         * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
13853         * platform/mac/svg/custom/image-parent-translation-expected.txt:
13854         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
13855         * platform/mac/svg/custom/js-update-container-expected.txt: Added.
13856         * platform/mac/svg/custom/junk-data-expected.txt:
13857         * platform/mac/svg/custom/missing-xlink-expected.txt:
13858         * platform/mac/svg/custom/object-sizing-expected.txt:
13859         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
13860         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
13861         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
13862         * platform/mac/svg/custom/path-bad-data-expected.txt:
13863         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
13864         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
13865         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
13866         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
13867         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
13868         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
13869         * platform/mac/svg/custom/use-font-face-crash-expected.txt:
13870         * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
13871         * platform/mac/svg/hixie/error/012-expected.txt:
13872         * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
13873         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
13874         * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
13875         * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added.
13876         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added.
13877         * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added.
13878         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
13879         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
13880         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
13881         * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
13882         * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
13883         * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
13884         * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
13885         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
13886         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
13887         * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
13888         * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
13889         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
13890         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
13891         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
13892         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
13893         * 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.
13894         * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
13895         * 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.
13896         * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
13897         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
13898         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
13899         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
13900         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
13901         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
13902         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
13903         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
13904         * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
13905         * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
13906         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
13907         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
13908         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
13909         * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
13910         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
13911         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
13912         * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
13913         * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
13914         * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
13915         * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
13916         * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
13917         * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
13918         * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
13919         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
13920         * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
13921         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
13922         * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
13923         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
13924         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
13925         * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
13926         * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
13927         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
13928         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
13929         * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
13930         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
13931         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
13932         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
13933         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
13934         * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
13935         * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
13936         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
13937         * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
13938         * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
13939         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
13940         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
13941         * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
13942         * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
13943         * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
13944         * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
13945         * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
13946         * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
13947         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
13948         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
13949         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
13950         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
13951         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
13952         * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
13953         * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
13954         * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
13955         * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
13956         * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
13957         * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
13958         * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
13959         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
13960         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
13961         * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
13962         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
13963         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
13964         * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
13965         * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
13966         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
13967         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
13968         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
13969         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
13970         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
13971         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
13972         * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
13973         * platform/mac/tables/mozilla/core/margins-expected.txt:
13974         * platform/mac/tables/mozilla/core/misc-expected.txt:
13975         * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
13976         * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
13977         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
13978         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
13979         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
13980         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
13981         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
13982         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
13983         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
13984         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
13985         * platform/mac/tables/mozilla/other/move_row-expected.txt:
13986         * platform/mac/tables/mozilla/other/test3-expected.txt:
13987         * platform/mac/tables/mozilla/other/test6-expected.txt:
13988         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
13989         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
13990         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
13991         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
13992         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
13993         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
13994         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
13995         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
13996         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
13997         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
13998         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
13999         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
14000         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
14001         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
14002         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
14003         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
14004         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
14005         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
14006         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
14007         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
14008         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
14009         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
14010         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
14011         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
14012         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
14013         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
14014         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
14015         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
14016         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
14017         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
14018         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
14019         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
14020         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
14021         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
14022         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
14023         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
14024         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
14025         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
14026         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
14027         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
14028         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
14029         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
14030         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
14031         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
14032         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
14033         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
14034         * platform/mac/transforms/2d/hindi-rotated-expected.txt:
14035         * platform/mac/transforms/2d/zoom-menulist-expected.txt:
14036         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added.
14037         * platform/mac/transforms/svg-vs-css-expected.txt:
14038         * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added.
14039         * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added.
14040         * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added.
14041         * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added.
14042         * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added.
14043         * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added.
14044         * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added.
14045         * platform/mac/webarchive/doctype-expected.txt: Added.
14046         * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
14047         * platform/mac/webarchive/test-body-background-expected.txt: Added.
14048         * platform/mac/webarchive/test-css-import-expected.txt: Added.
14049         * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added.
14050         * platform/mac/webarchive/test-frameset-expected.txt: Added.
14051         * platform/mac/webarchive/test-img-src-expected.txt: Added.
14052         * platform/mac/webarchive/test-input-src-expected.txt: Added.
14053         * platform/mac/webarchive/test-link-href-expected.txt: Added.
14054         * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added.
14055         * platform/mac/webarchive/test-object-data-expected.txt: Added.
14056         * platform/mac/webarchive/test-script-src-expected.txt: Added.
14057         * platform/mac/webarchive/test-table-background-expected.txt: Added.
14058         * platform/mac/webarchive/test-td-background-expected.txt: Added.
14059         * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added.
14060
14061 2012-11-02  Stephen White  <senorblanco@chromium.org>
14062
14063         [Chromium] Unreviewed gardening.  Some new Mac baselines, and 
14064         add real bugs in place of Bug(senorblanco).
14065
14066         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
14067         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
14068         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
14069         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
14070         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
14071         * platform/chromium/TestExpectations:
14072
14073 2012-11-02  Tony Chang  <tony@chromium.org>
14074
14075         [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing
14076         https://bugs.webkit.org/show_bug.cgi?id=100887
14077
14078         Reviewed by Ojan Vafai.
14079
14080         The tests were racing the load time of js-test-post.js and the test completion.
14081         Previously, js-test-post.js would already be in the cache, so it would always load first.
14082         Now that we clear the cache, sometimes js-test-post.js would run after the other test output.
14083         Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test
14084         ends (this delays the js-test-post.js output until finishJSTest() is called).
14085
14086         * platform/chromium/TestExpectations:
14087         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt:
14088         * platform/chromium/accessibility/is-ignored-change-sends-notification.html:
14089         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt:
14090         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html:
14091         * platform/chromium/accessibility/text-change-notification-expected.txt:
14092         * platform/chromium/accessibility/text-change-notification.html:
14093
14094 2012-11-02  Ian Vollick  <vollick@chromium.org>
14095
14096         Unreviewed baselines for chromium-mac.
14097
14098         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14099         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14100         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14101
14102 2012-11-02  Ian Vollick  <vollick@chromium.org>
14103
14104         Unreviewed baselines for chromium-mac.
14105
14106         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14107
14108 2012-11-02  Alice Boxhall  <aboxhall@google.com>
14109
14110         Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing.
14111         https://bugs.webkit.org/show_bug.cgi?id=101096
14112
14113         * platform/chromium/TestExpectations:
14114
14115 2012-11-02  Ian Vollick  <vollick@chromium.org>
14116
14117         Support invalidation tracking for composited layers
14118         https://bugs.webkit.org/show_bug.cgi?id=97801
14119
14120         Reviewed by Simon Fraser.
14121
14122         GraphicsLayers now store invalidated rects and can include them in
14123         the layer tree dump.
14124
14125         * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14126         * compositing/repaint/invalidations-on-composited-layers.html: Added.
14127         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
14128
14129 2012-11-02  Adam Barth  <abarth@webkit.org>
14130
14131         ASSERT in RenderLayer::hitTestContents can fire
14132         https://bugs.webkit.org/show_bug.cgi?id=99656
14133
14134         Reviewed by Eric Seidel.
14135
14136         This test ensures that we don't trigger the assert.
14137
14138         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added.
14139         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added.
14140
14141 2012-11-02  Mike West  <mkwst@chromium.org>
14142
14143         Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
14144         https://bugs.webkit.org/show_bug.cgi?id=101043
14145
14146         Reviewed by Adam Barth.
14147
14148         The canonical 'Content-Security-Policy' header landed in 133095, but we
14149         missed a few tests while updating to the new hotness. We also should
14150         start using the canonical header for the inspector.
14151
14152         This patch should have no visible change; tests should continue to pass
14153         with the new header, just as they did with the old header.
14154
14155         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html:
14156         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html:
14157         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html:
14158         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html:
14159         * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
14160         * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
14161         * inspector/console/console-eval-blocked.html:
14162         * inspector/debugger/debugger-pause-on-blocked-event-handler.html:
14163         * inspector/debugger/debugger-pause-on-blocked-script-injection.html:
14164         * inspector/debugger/debugger-pause-on-blocked-script-url.html:
14165         * inspector/debugger/eval-on-pause-blocked.html:
14166         * inspector/elements/resolve-node-blocked.html:
14167         * media/csp-blocks-video.html:
14168
14169 2012-11-02  Alice Boxhall  <aboxhall@google.com>
14170
14171         Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky.
14172         https://bugs.webkit.org/show_bug.cgi?id=86909
14173
14174         * platform/chromium/TestExpectations:
14175
14176 2012-11-02  Tom Sepez  <tsepez@chromium.org>
14177
14178         Support X-XSS-Protection: report=URL header syntax in XSSAuditor.
14179         https://bugs.webkit.org/show_bug.cgi?id=100892
14180
14181         Reviewed by Adam Barth.
14182
14183         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
14184         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
14185         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
14186         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
14187         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added.
14188         * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added.
14189         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added.
14190         * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added.
14191         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added.
14192         * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added.
14193         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added.
14194         * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added.
14195         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added.
14196         * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added.
14197         * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added.
14198         * http/tests/security/xssAuditor/report-script-tag.html: Added.
14199         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
14200         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added.
14201         * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added.
14202         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added.
14203         * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added.
14204
14205 2012-11-02  Ian Vollick  <vollick@chromium.org>
14206
14207         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
14208         https://bugs.webkit.org/show_bug.cgi?id=98523
14209
14210         Reviewed by Simon Fraser.
14211
14212         The repaint-subrect-grid.html layout test is now text-based and
14213         doesn't use testRunner.displayInvalidatedRegion().
14214
14215         * fast/images/repaint-subrect-grid-expected.txt:
14216         * fast/images/repaint-subrect-grid.html:
14217         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed.
14218         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed.
14219         * platform/mac/TestExpectations:
14220         * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
14221         * platform/qt/TestExpectations:
14222
14223 2012-11-02  Alice Boxhall  <aboxhall@google.com>
14224
14225         Unreviewed gardening. Marking some repaint tests as flaky.
14226         https://bugs.webkit.org/show_bug.cgi?id=84720
14227
14228         * platform/chromium/TestExpectations:
14229
14230 2012-11-02  Kevin Ellis  <kevers@chromium.org>
14231
14232         Imrpove scoring in touch adjustment to address bias towards smaller targets.
14233         https://bugs.webkit.org/show_bug.cgi?id=101046
14234
14235         Reviewed by Antonio Gomes.
14236
14237         Add missing mouse handlers to ensure proper handling of nested
14238         elements.  Nested elements with explicit handlers are favored over
14239         ancestor elements.  The change to scoring in touch adjustment,
14240         which removes bias towards small targets, broke two of the layout
14241         tests.  The updated tests more accurately reflect intended 
14242         behavior. 
14243  
14244         * touchadjustment/nested-shadow-node.html:
14245         * touchadjustment/rotated-node.html:
14246
14247 2012-11-02  Stephen White  <senorblanco@chromium.org>
14248
14249         [Chromium] Unreviewed gardening.
14250
14251         * platform/chromium/TestExpectations:
14252
14253 2012-11-02  Keishi Hattori  <keishi@webkit.org>
14254
14255         Fix test calendar-picker-key-operations.html
14256         https://bugs.webkit.org/show_bug.cgi?id=101020
14257
14258         Reviewed by Kent Tamura.
14259
14260         The test was wrong and failing.
14261
14262         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
14263         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
14264         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
14265
14266 2012-11-02  Arpita Bahuguna  <arpitabahuguna@gmail.com>
14267
14268         Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.
14269         https://bugs.webkit.org/show_bug.cgi?id=99442
14270
14271         Reviewed by Levi Weintraub.
14272
14273         * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added.
14274         * fast/block/block-with-inline-replaced-child-following-text.html: Added.
14275         Test added for verifying the width of the inline-block when an inline replaced
14276         object follows some text object which does not end in a whitespace.
14277
14278         The correct width of our containing box in this case should be 94px which is
14279         determined by the min-width of our text (using ahem font) which is 64px +
14280         the padding - 30px.
14281
14282         Prior to this fix, the trailing end-width from the text (64px) would be carried
14283         onto the next line containing the inline replaced object. This would then make
14284         that line's width as 64px (end width of text) + 30 px (padding) + 50px (width
14285         of our image object) making it 144px in total. This would then incorrectly
14286         define the width of our containing box.
14287
14288 2012-11-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
14289
14290         [EFL] Unreviewed pixel expectations gardening.
14291
14292         * platform/efl/TestExpectations: Skip some css3-text-decoration
14293         tests which depend on pending features.
14294
14295 2012-11-02  Vsevolod Vlasov  <vsevik@chromium.org>
14296
14297         Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"
14298         https://bugs.webkit.org/show_bug.cgi?id=97471
14299
14300         Reviewed by Pavel Feldman.
14301
14302         * http/tests/inspector/resource-main-cookies.php:
14303         * inspector/cookie-parser.html:
14304
14305 2012-11-01  Shinya Kawanaka  <shinyak@chromium.org>
14306
14307         [Shadow] Element should have getter and setter of attribute 'pseudo'
14308         https://bugs.webkit.org/show_bug.cgi?id=100831
14309
14310         Reviewed by Hajime Morita.
14311
14312         * fast/dom/shadow/pseudo-attribute-expected.txt: Added.
14313         * fast/dom/shadow/pseudo-attribute.html: Added.
14314
14315 2012-11-01  Seonae Kim  <sunaeluv.kim@samsung.com>
14316
14317         [EFL][DRT] Support Geolocation
14318         https://bugs.webkit.org/show_bug.cgi?id=97427
14319
14320         Reviewed by Gyuyoung Kim.
14321
14322         Change the comment of Geolocation test cases.
14323
14324         * platform/efl/TestExpectations:
14325
14326 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
14327
14328         New image results for compositing tests. Cross-platform image results seem
14329         impossible to maintain, so these are all Mac-specific.
14330
14331         * platform/mac/compositing/animation/busy-indicator-expected.png:
14332         * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
14333         * platform/mac/compositing/color-matching/image-color-matching-expected.png:
14334         * platform/mac/compositing/color-matching/pdf-image-match-expected.png:
14335         * platform/mac/compositing/compositing-visible-descendant-expected.png:
14336         * platform/mac/compositing/direct-image-compositing-expected.png:
14337         * platform/mac/compositing/flat-with-transformed-child-expected.png:
14338         * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
14339         * platform/mac/compositing/generated-content-expected.png:
14340         * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
14341         * platform/mac/compositing/geometry/clipping-foreground-expected.png:
14342         * platform/mac/compositing/geometry/composited-html-size-expected.png:
14343         * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
14344         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
14345         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
14346         * platform/mac/compositing/geometry/fixed-position-expected.png:
14347         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
14348         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
14349         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
14350         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
14351         * platform/mac/compositing/geometry/foreground-layer-expected.png:
14352         * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
14353         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
14354         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
14355         * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
14356         * platform/mac/compositing/geometry/outline-change-expected.png:
14357         * platform/mac/compositing/geometry/partial-layout-update-expected.png:
14358         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
14359         * platform/mac/compositing/geometry/root-layer-update-expected.png:
14360         * platform/mac/compositing/geometry/tall-page-composited-expected.png:
14361         * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
14362         * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
14363         * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
14364         * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
14365         * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
14366         * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
14367         * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
14368         * platform/mac/compositing/images/content-image-change-expected.png:
14369         * platform/mac/compositing/images/direct-image-background-color-expected.png:
14370         * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png:
14371         * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png:
14372         * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
14373         * platform/mac/compositing/masks/direct-image-mask-expected.png:
14374         * platform/mac/compositing/masks/masked-ancestor-expected.png:
14375         * platform/mac/compositing/masks/multiple-masks-expected.png:
14376         * platform/mac/compositing/masks/simple-composited-mask-expected.png:
14377         * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
14378         * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
14379         * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
14380         * platform/mac/compositing/overflow/overflow-positioning-expected.png:
14381         * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
14382         * platform/mac/compositing/overflow/overflow-scroll-expected.png:
14383         * platform/mac/compositing/overflow/parent-overflow-expected.png:
14384         * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
14385         * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
14386         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
14387         * platform/mac/compositing/plugins/composited-plugin-expected.png:
14388         * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
14389         * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
14390         * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
14391         * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
14392         * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
14393         * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
14394         * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
14395         * platform/mac/compositing/reflections/nested-reflection-expected.png:
14396         * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
14397         * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
14398         * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
14399         * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
14400         * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
14401         * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
14402         * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
14403         * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
14404         * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
14405         * platform/mac/compositing/reflections/reflection-opacity-expected.png:
14406         * platform/mac/compositing/reflections/reflection-ordering-expected.png:
14407         * platform/mac/compositing/reflections/reflection-positioning-expected.png:
14408         * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
14409         * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
14410         * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
14411         * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
14412         * platform/mac/compositing/repaint/composited-document-element-expected.png:
14413         * platform/mac/compositing/repaint/content-into-overflow-expected.png:
14414         * platform/mac/compositing/repaint/layer-repaint-expected.png:
14415         * platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
14416         * platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
14417         * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
14418         * platform/mac/compositing/repaint/overflow-into-content-expected.png:
14419         * platform/mac/compositing/repaint/same-size-invalidation-expected.png:
14420         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png:
14421         * platform/mac/compositing/self-painting-layers-expected.png:
14422         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
14423         * platform/mac/compositing/sibling-positioning-expected.png:
14424         * platform/mac/compositing/text-on-large-layer-expected.png:
14425         * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
14426         * platform/mac/compositing/transitions/singular-scale-transition-expected.png:
14427         * platform/mac/compositing/webgl/webgl-background-color-expected.png:
14428         * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
14429         * platform/mac/compositing/webgl/webgl-reflection-expected.png:
14430
14431 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
14432
14433         Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html
14434         as flakey because it is.
14435         
14436         * platform/mac/TestExpectations:
14437         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
14438         * platform/mac/mathml/presentation/row-alignment-expected.png:
14439         * platform/mac/mathml/presentation/row-alignment-expected.txt:
14440         * platform/mac/mathml/presentation/subsup-expected.png:
14441         * platform/mac/mathml/presentation/subsup-expected.txt:
14442         * platform/mac/mathml/presentation/tables-expected.png:
14443         * platform/mac/mathml/presentation/tables-expected.txt:
14444
14445 2012-11-01  Stephen White  <senorblanco@chromium.org>
14446
14447         [Chromium] Unreviewed gardening.
14448
14449         * platform/chromium/TestExpectations:
14450
14451         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
14452         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png.
14453
14454 2012-11-01  David Barton  <dbarton@mathscribe.com>
14455
14456         Unreviewed mathml rebaseline.
14457
14458         * platform/chromium-linux-x86/mathml: Added.
14459         * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added.
14460         * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added.
14461         * platform/chromium-linux/mathml: Added.
14462         * platform/chromium-linux/mathml/xHeight-expected.png: Added.
14463         * platform/chromium-linux/mathml/xHeight-expected.txt: Added.
14464         * platform/chromium-win-xp/mathml: Added.
14465         * platform/chromium-win-xp/mathml/xHeight-expected.png: Added.
14466         * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added.
14467         * platform/chromium-win/mathml: Added.
14468         * platform/chromium-win/mathml/xHeight-expected.png: Added.
14469         * platform/chromium-win/mathml/xHeight-expected.txt: Added.
14470         * platform/chromium/TestExpectations:
14471
14472 2012-11-01  Stephen White  <senorblanco@chromium.org>
14473
14474         [Chromium] Unreviewed gardening.  Mark another flaky test.
14475
14476         * platform/chromium/TestExpectations:
14477
14478 2012-11-01  Stephen White  <senorblanco@chromium.org>
14479
14480         [Chromium] Unreviewed gardening.
14481
14482         * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
14483         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
14484         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
14485
14486 2012-11-01  Tom Sepez  <tsepez@chromium.org>
14487
14488         XSS blocker false positive when page contains <iframe src="">
14489         https://bugs.webkit.org/show_bug.cgi?id=93416
14490
14491         Reviewed by Adam Barth.
14492
14493         * http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Added.
14494         * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Added.
14495         * http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Added.
14496         * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Added.
14497         * http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Added.
14498         * http/tests/security/xssAuditor/iframe-injection-allowed.html: Added.
14499
14500 2012-11-01  Tien-Ren Chen  <trchen@chromium.org>
14501
14502         Fix assertion failure in RenderGeometryMap::absoluteRect when frame scale != 1.0
14503         https://bugs.webkit.org/show_bug.cgi?id=100912
14504
14505         Reviewed by Simon Fraser.
14506
14507         Frame scale will add transformation to RenderView, so fixed position doesn't
14508         get propagated up to the viewport by RenderGeometryMap. This is handled
14509         correctly in RenderView::mapLocalToContainer, causing the assertion to fail.
14510         This patch corrects RenderGeometryMap::mapToAbsolute to handle the RenderView
14511         transformation case.
14512
14513         A layout test is added to catch this issue. The test will crash debug build
14514         without this patch.
14515
14516
14517         * compositing/geometry/fixed-position-composited-page-scale-scroll-expected.txt: Added.
14518         * compositing/geometry/fixed-position-composited-page-scale-scroll.html: Added.
14519
14520 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
14521
14522         Rebaseline tests listed in Mac TestExpectations as needing new baselines, other than those that
14523         are failing ref tests.
14524         
14525         Removed relevant lines from TestExpectations.
14526         
14527         Carry along some new image results for the directories which were rebaselined.
14528
14529         Rubber-stamped by Tim Horton
14530
14531         * accessibility/svg-remote-element-expected.txt: Added.
14532         * fast/images/exif-orientation-image-document-expected.txt: Added.
14533         * platform/mac/TestExpectations:
14534         * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Removed.
14535         * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed.
14536         * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
14537         * platform/mac/compositing/animation/busy-indicator-expected.txt: Removed.
14538         * platform/mac/compositing/flat-with-transformed-child-expected.txt: Removed.
14539         * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Removed.
14540         * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Removed.
14541         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Removed.
14542         * platform/mac/compositing/video/video-controls-layer-creation-expected.png: Added.
14543         * platform/mac/css1/formatting_model/canvas-expected.png:
14544         * platform/mac/css1/formatting_model/floating_elements-expected.png:
14545         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
14546         * platform/mac/css1/formatting_model/height_of_lines-expected.png:
14547         * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
14548         * platform/mac/css1/formatting_model/inline_elements-expected.png:
14549         * platform/mac/css1/formatting_model/replaced_elements-expected.png:
14550         * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
14551         * platform/mac/editing/selection/anchor-focus2-expected.txt: Removed.
14552         * platform/mac/editing/selection/anchor-focus3-expected.txt: Removed.
14553         * platform/mac/editing/selection/fake-drag-expected.txt: Removed.
14554         * platform/mac/fast/block/float/001-expected.png:
14555         * platform/mac/fast/block/float/002-expected.png:
14556         * platform/mac/fast/block/float/003-expected.png:
14557         * platform/mac/fast/block/float/004-expected.png:
14558         * platform/mac/fast/block/float/005-expected.png:
14559         * platform/mac/fast/block/float/006-expected.png:
14560         * platform/mac/fast/block/float/007-expected.png:
14561         * platform/mac/fast/block/float/008-expected.png:
14562         * platform/mac/fast/block/float/009-expected.png:
14563         * platform/mac/fast/block/float/010-expected.png:
14564         * platform/mac/fast/block/float/010-expected.txt:
14565         * platform/mac/fast/block/float/011-expected.png:
14566         * platform/mac/fast/block/float/012-expected.png:
14567         * platform/mac/fast/block/float/013-expected.png:
14568         * platform/mac/fast/block/float/014-expected.png:
14569         * platform/mac/fast/block/float/015-expected.png:
14570         * platform/mac/fast/block/float/017-expected.png:
14571         * platform/mac/fast/block/float/018-expected.png:
14572         * platform/mac/fast/block/float/019-expected.png:
14573         * platform/mac/fast/block/float/020-expected.png:
14574         * platform/mac/fast/block/float/021-expected.png:
14575         * platform/mac/fast/block/float/022-expected.png:
14576         * platform/mac/fast/block/float/023-expected.png:
14577         * platform/mac/fast/block/float/024-expected.png:
14578         * platform/mac/fast/block/float/024-expected.txt:
14579         * platform/mac/fast/block/float/025-expected.png:
14580         * platform/mac/fast/block/float/026-expected.png:
14581         * platform/mac/fast/block/float/027-expected.png:
14582         * platform/mac/fast/block/float/028-expected.png:
14583         * platform/mac/fast/block/float/029-expected.png:
14584         * platform/mac/fast/block/float/030-expected.png:
14585         * platform/mac/fast/block/float/031-expected.png:
14586         * platform/mac/fast/block/float/032-expected.png:
14587         * platform/mac/fast/block/float/033-expected.png:
14588         * platform/mac/fast/block/float/034-expected.png:
14589         * platform/mac/fast/block/float/035-expected.png:
14590         * platform/mac/fast/block/float/4145535Crash-expected.png:
14591         * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png:
14592         * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
14593         * platform/mac/fast/block/float/avoidance-rtl-expected.png: Added.
14594         * platform/mac/fast/block/float/avoiding-float-centered-expected.png:
14595         * platform/mac/fast/block/float/br-with-clear-2-expected.png:
14596         * platform/mac/fast/block/float/br-with-clear-expected.png:
14597         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
14598         * platform/mac/fast/block/float/clamped-right-float-expected.png:
14599         * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
14600         * platform/mac/fast/block/float/clear-to-fit-expected.png: Added.
14601         * platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.png:
14602         * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png:
14603         * platform/mac/fast/block/float/fit_line_below_floats-expected.png:
14604         * platform/mac/fast/block/float/float-avoidance-expected.png:
14605         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
14606         * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
14607         * platform/mac/fast/block/float/float-in-float-painting-expected.png:
14608         * platform/mac/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
14609         * platform/mac/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
14610         * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
14611         * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
14612         * platform/mac/fast/block/float/float-on-zero-height-line-expected.png:
14613         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
14614         * platform/mac/fast/block/float/float-overhangs-root-expected.png:
14615         * platform/mac/fast/block/float/floats-and-text-indent-expected.png:
14616         * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png:
14617         * platform/mac/fast/block/float/in-margin-expected.png:
14618         * platform/mac/fast/block/float/independent-align-positioning-expected.png:
14619         * platform/mac/fast/block/float/independent-align-positioning-expected.txt:
14620         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
14621         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
14622         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
14623         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
14624         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
14625         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
14626         * platform/mac/fast/block/float/intruding-painted-twice-expected.png:
14627         * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
14628         * platform/mac/fast/block/float/multiple-float-positioning-expected.png:
14629         * platform/mac/fast/block/float/narrow-after-wide-expected.png:
14630         * platform/mac/fast/block/float/negative-margin-clear-expected.png:
14631         * platform/mac/fast/block/float/nested-clearance-expected.png:
14632         * platform/mac/fast/block/float/nestedAnonymousBlocks-expected.png:
14633         * platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.png:
14634         * platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.png:
14635         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
14636         * platform/mac/fast/block/float/nowrap-clear-min-width-expected.png:
14637         * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.png:
14638         * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
14639         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
14640         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
14641         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
14642         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
14643         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
14644         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
14645         * platform/mac/fast/block/float/overhanging-tall-block-expected.png:
14646         * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
14647         * platform/mac/fast/block/float/relative-painted-twice-expected.png:
14648         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
14649         * platform/mac/fast/block/float/shrink-to-fit-width-expected.png:
14650         * platform/mac/fast/block/float/table-relayout-expected.png:
14651         * platform/mac/fast/block/float/vertical-move-relayout-expected.png:
14652         * platform/mac/fast/block/float/width-update-after-clear-expected.png:
14653         * platform/mac/fast/block/margin-collapse/001-expected.png:
14654         * platform/mac/fast/block/margin-collapse/002-expected.png:
14655         * platform/mac/fast/block/margin-collapse/003-expected.png:
14656         * platform/mac/fast/block/margin-collapse/004-expected.png:
14657         * platform/mac/fast/block/margin-collapse/005-expected.png:
14658         * platform/mac/fast/block/margin-collapse/006-expected.png:
14659         * platform/mac/fast/block/margin-collapse/010-expected.png:
14660         * platform/mac/fast/block/margin-collapse/011-expected.png:
14661         * platform/mac/fast/block/margin-collapse/012-expected.png:
14662         * platform/mac/fast/block/margin-collapse/015-expected.png:
14663         * platform/mac/fast/block/margin-collapse/016-expected.png:
14664         * platform/mac/fast/block/margin-collapse/017-expected.png:
14665         * platform/mac/fast/block/margin-collapse/018-expected.png:
14666         * platform/mac/fast/block/margin-collapse/019-expected.png:
14667         * platform/mac/fast/block/margin-collapse/020-expected.png:
14668         * platform/mac/fast/block/margin-collapse/021-expected.png:
14669         * platform/mac/fast/block/margin-collapse/022-expected.png:
14670         * platform/mac/fast/block/margin-collapse/025-expected.png:
14671         * platform/mac/fast/block/margin-collapse/025-expected.txt:
14672         * platform/mac/fast/block/margin-collapse/026-expected.png:
14673         * platform/mac/fast/block/margin-collapse/027-expected.png:
14674         * platform/mac/fast/block/margin-collapse/028-expected.png:
14675         * platform/mac/fast/block/margin-collapse/029-expected.png:
14676         * platform/mac/fast/block/margin-collapse/030-expected.png:
14677         * platform/mac/fast/block/margin-collapse/031-expected.png:
14678         * platform/mac/fast/block/margin-collapse/032-expected.png:
14679         * platform/mac/fast/block/margin-collapse/033-expected.png:
14680         * platform/mac/fast/block/margin-collapse/034-expected.png:
14681         * platform/mac/fast/block/margin-collapse/035-expected.png:
14682         * platform/mac/fast/block/margin-collapse/037-expected.png:
14683         * platform/mac/fast/block/margin-collapse/038-expected.png:
14684         * platform/mac/fast/block/margin-collapse/039-expected.png:
14685         * platform/mac/fast/block/margin-collapse/040-expected.png:
14686         * platform/mac/fast/block/margin-collapse/041-expected.png:
14687         * platform/mac/fast/block/margin-collapse/042-expected.png:
14688         * platform/mac/fast/block/margin-collapse/043-expected.png:
14689         * platform/mac/fast/block/margin-collapse/044-expected.png:
14690         * platform/mac/fast/block/margin-collapse/045-expected.png:
14691         * platform/mac/fast/block/margin-collapse/055-expected.png:
14692         * platform/mac/fast/block/margin-collapse/056-expected.png:
14693         * platform/mac/fast/block/margin-collapse/057-expected.png:
14694         * platform/mac/fast/block/margin-collapse/058-expected.png:
14695         * platform/mac/fast/block/margin-collapse/059-expected.png:
14696         * platform/mac/fast/block/margin-collapse/062-expected.png:
14697         * platform/mac/fast/block/margin-collapse/063-expected.png:
14698         * platform/mac/fast/block/margin-collapse/100-expected.png:
14699         * platform/mac/fast/block/margin-collapse/101-expected.png:
14700         * platform/mac/fast/block/margin-collapse/102-expected.png:
14701         * platform/mac/fast/block/margin-collapse/103-expected.png:
14702         * platform/mac/fast/block/margin-collapse/104-expected.png:
14703         * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png:
14704         * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png:
14705         * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png:
14706         * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png:
14707         * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png:
14708         * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png:
14709         * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png:
14710         * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png:
14711         * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png:
14712         * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png:
14713         * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png:
14714         * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png:
14715         * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png:
14716         * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png:
14717         * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png:
14718         * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png:
14719         * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png:
14720         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png:
14721         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
14722         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
14723         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
14724         * platform/mac/fast/block/margin-collapse/negative-margins-expected.png:
14725         * platform/mac/fast/borders/border-antialiasing-expected.png:
14726         * platform/mac/fast/css-generated-content/inline-display-types-expected.png:
14727         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
14728         * platform/mac/fast/css/001-expected.png:
14729         * platform/mac/fast/css/002-expected.png:
14730         * platform/mac/fast/css/003-expected.png:
14731         * platform/mac/fast/css/004-expected.png:
14732         * platform/mac/fast/css/005-expected.png:
14733         * platform/mac/fast/css/006-expected.png:
14734         * platform/mac/fast/css/007-expected.png:
14735         * platform/mac/fast/css/008-expected.png:
14736         * platform/mac/fast/css/ZeroOpacityLayers-expected.png:
14737         * platform/mac/fast/css/ZeroOpacityLayers2-expected.png:
14738         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
14739         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
14740         * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.png:
14741         * platform/mac/fast/css/acid2-expected.png:
14742         * platform/mac/fast/css/acid2-pixel-expected.png:
14743         * platform/mac/fast/css/apple-prefix-expected.png:
14744         * platform/mac/fast/css/attribute-selector-dynamic-expected.png:
14745         * platform/mac/fast/css/attribute-selector-empty-value-expected.png:
14746         * platform/mac/fast/css/background-clip-radius-values-expected.png: Added.
14747         * platform/mac/fast/css/background-clip-values-expected.png:
14748         * platform/mac/fast/css/background-image-with-baseurl-expected.png:
14749         * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
14750         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
14751         * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png:
14752         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
14753         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
14754         * platform/mac/fast/css/bogus-color-span-expected.png:
14755         * platform/mac/fast/css/border-height-expected.png:
14756         * platform/mac/fast/css/border-radius-non-negative-expected.png:
14757         * platform/mac/fast/css/border-radius-outline-offset-expected.png:
14758         * platform/mac/fast/css/border-solid-single-edge-antialias-expected.png: Added.
14759         * platform/mac/fast/css/box-shadow-and-border-radius-expected.png:
14760         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
14761         * platform/mac/fast/css/caption-width-absolute-position-expected.png: Added.
14762         * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
14763         * platform/mac/fast/css/caption-width-fixed-position-expected.png: Added.
14764         * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
14765         * platform/mac/fast/css/caption-width-relative-position-expected.png: Added.
14766         * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
14767         * platform/mac/fast/css/child-style-can-override-visited-style-expected.png: Added.
14768         * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
14769         * platform/mac/fast/css/clip-zooming-expected.png:
14770         * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
14771         * platform/mac/fast/css/color-correction-expected.png:
14772         * platform/mac/fast/css/color-correction-on-background-image-expected.png:
14773         * platform/mac/fast/css/color-correction-on-backgrounds-expected.png:
14774         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
14775         * platform/mac/fast/css/color-correction-on-text-expected.png:
14776         * platform/mac/fast/css/color-correction-on-text-shadow-expected.png:
14777         * platform/mac/fast/css/color-correction-untagged-images-expected.png:
14778         * platform/mac/fast/css/color-leakage-expected.png:
14779         * platform/mac/fast/css/color-quirk-expected.png:
14780         * platform/mac/fast/css/color-strict-expected.png:
14781         * platform/mac/fast/css/compare-content-style-expected.png:
14782         * platform/mac/fast/css/content-dynamic-expected.png:
14783         * platform/mac/fast/css/contentDiv-expected.png:
14784         * platform/mac/fast/css/contentDivWithChildren-expected.png:
14785         * platform/mac/fast/css/contentImage-expected.png:
14786         * platform/mac/fast/css/continuationCrash-expected.png:
14787         * platform/mac/fast/css/counters/counter-text-security-expected.png:
14788         * platform/mac/fast/css/counters/counter-text-transform-expected.png:
14789         * platform/mac/fast/css/create_element_align-expected.png:
14790         * platform/mac/fast/css/css-imports-expected.png:
14791         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.png:
14792         * platform/mac/fast/css/css2-system-fonts-expected.png:
14793         * platform/mac/fast/css/css3-modsel-22-expected.png:
14794         * platform/mac/fast/css/css3-nth-child-expected.png:
14795         * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png:
14796         * platform/mac/fast/css/disabled-author-styles-expected.png:
14797         * platform/mac/fast/css/dynamic-sibling-selector-expected.png:
14798         * platform/mac/fast/css/empty-body-test-expected.png:
14799         * platform/mac/fast/css/empty-generated-content-expected.png:
14800         * platform/mac/fast/css/empty-inline-003-quirksmode-expected.png: Added.
14801         * platform/mac/fast/css/empty-inline-line-height-first-line-expected.png: Added.
14802         * platform/mac/fast/css/empty-inline-line-height-first-line-quirksmode-expected.png: Added.
14803         * platform/mac/fast/css/empty-pseudo-class-expected.png:
14804         * platform/mac/fast/css/empty-webkit-mask-crash-expected.png: Added.
14805         * platform/mac/fast/css/error-in-last-decl-expected.png:
14806         * platform/mac/fast/css/ex-after-font-variant-expected.png:
14807         * platform/mac/fast/css/fieldset-display-row-expected.png:
14808         * platform/mac/fast/css/find-next-layer-expected.png:
14809         * platform/mac/fast/css/first-child-pseudo-class-expected.png:
14810         * platform/mac/fast/css/first-letter-capitalized-expected.png:
14811         * platform/mac/fast/css/first-letter-detach-expected.png:
14812         * platform/mac/fast/css/first-letter-first-line-hover-expected.png:
14813         * platform/mac/fast/css/first-letter-float-after-float-expected.png:
14814         * platform/mac/fast/css/first-letter-float-expected.png:
14815         * platform/mac/fast/css/first-letter-hover-expected.png:
14816         * platform/mac/fast/css/first-letter-punctuation-expected.png:
14817         * platform/mac/fast/css/first-letter-recalculation-expected.png:
14818         * platform/mac/fast/css/first-letter-set-text-expected.png: Added.
14819         * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png:
14820         * platform/mac/fast/css/first-letter-visibility-expected.png:
14821         * platform/mac/fast/css/first-line-text-decoration-expected.png: Added.
14822         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
14823         * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
14824         * platform/mac/fast/css/focus-ring-detached-expected.png:
14825         * platform/mac/fast/css/focus-ring-multiline-expected.png:
14826         * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
14827         * platform/mac/fast/css/focus-ring-outline-color-expected.png:
14828         * platform/mac/fast/css/focus-ring-outline-offset-expected.png:
14829         * platform/mac/fast/css/focus-ring-outline-width-expected.png:
14830         * platform/mac/fast/css/font-face-default-font-expected.png:
14831         * platform/mac/fast/css/font-face-implicit-local-font-expected.png:
14832         * platform/mac/fast/css/font-face-in-media-rule-expected.png:
14833         * platform/mac/fast/css/font-face-locally-installed-expected.png:
14834         * platform/mac/fast/css/font-face-multiple-faces-expected.png:
14835         * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png:
14836         * platform/mac/fast/css/font-face-opentype-expected.png:
14837         * platform/mac/fast/css/font-face-remote-expected.png:
14838         * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png:
14839         * platform/mac/fast/css/font-face-unicode-range-expected.png:
14840         * platform/mac/fast/css/font-face-weight-matching-expected.png:
14841         * platform/mac/fast/css/font-face-woff-expected.png:
14842         * platform/mac/fast/css/font-family-pictograph-expected.png:
14843         * platform/mac/fast/css/font-shorthand-weight-only-expected.png:
14844         * platform/mac/fast/css/font-size-negative-expected.png:
14845         * platform/mac/fast/css/font-smoothing-expected.png:
14846         * platform/mac/fast/css/font-weight-1-expected.png:
14847         * platform/mac/fast/css/font_property_normal-expected.png:
14848         * platform/mac/fast/css/h1-in-section-elements-expected.png:
14849         * platform/mac/fast/css/hover-subselector-expected.png:
14850         * platform/mac/fast/css/hsl-color-expected.png:
14851         * platform/mac/fast/css/hsla-color-expected.png:
14852         * platform/mac/fast/css/ignore-text-zoom-expected.png:
14853         * platform/mac/fast/css/imageTileOpacity-expected.png:
14854         * platform/mac/fast/css/import-rule-regression-11590-expected.png:
14855         * platform/mac/fast/css/import_with_baseurl-expected.png:
14856         * platform/mac/fast/css/inline-element-line-break-expected.png:
14857         * platform/mac/fast/css/inline-properties-important-expected.png:
14858         * platform/mac/fast/css/input-search-padding-expected.png:
14859         * platform/mac/fast/css/invalid-percentage-property-expected.png:
14860         * platform/mac/fast/css/invalid-pseudo-classes-expected.png:
14861         * platform/mac/fast/css/invalidation-errors-2-expected.png:
14862         * platform/mac/fast/css/invalidation-errors-3-expected.png:
14863         * platform/mac/fast/css/invalidation-errors-expected.png:
14864         * platform/mac/fast/css/last-child-pseudo-class-expected.png:
14865         * platform/mac/fast/css/last-child-style-sharing-expected.png:
14866         * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
14867         * platform/mac/fast/css/layerZOrderCrash-expected.png:
14868         * platform/mac/fast/css/line-after-floating-div-expected.png:
14869         * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png:
14870         * platform/mac/fast/css/line-height-expected.png:
14871         * platform/mac/fast/css/line-height-font-order-expected.png:
14872         * platform/mac/fast/css/line-height-negative-expected.png:
14873         * platform/mac/fast/css/line-height-overflow-expected.png:
14874         * platform/mac/fast/css/linear-gradient-currentcolor-expected.png:
14875         * platform/mac/fast/css/link-outside-head-expected.png:
14876         * platform/mac/fast/css/list-outline-expected.png:
14877         * platform/mac/fast/css/live-cssrules-expected.png:
14878         * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png:
14879         * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png:
14880         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
14881         * platform/mac/fast/css/max-height-none-expected.png:
14882         * platform/mac/fast/css/min-width-with-spanned-cell-expected.png: Added.
14883         * platform/mac/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
14884         * platform/mac/fast/css/namespaces/001-expected.png:
14885         * platform/mac/fast/css/namespaces/002-expected.png:
14886         * platform/mac/fast/css/namespaces/003-expected.png:
14887         * platform/mac/fast/css/namespaces/004-expected.png:
14888         * platform/mac/fast/css/namespaces/005-expected.png:
14889         * platform/mac/fast/css/namespaces/006-expected.png:
14890         * platform/mac/fast/css/namespaces/007-expected.png:
14891         * platform/mac/fast/css/namespaces/namespaces-comments-expected.png:
14892         * platform/mac/fast/css/namespaces/namespaces-empty-expected.png:
14893         * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png:
14894         * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png:
14895         * platform/mac/fast/css/negative-leading-expected.png:
14896         * platform/mac/fast/css/negative-nth-child-expected.png:
14897         * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
14898         * platform/mac/fast/css/nested-layers-with-hover-expected.txt:
14899         * platform/mac/fast/css/nested-rounded-corners-expected.png:
14900         * platform/mac/fast/css/non-empty-span-expected.png:
14901         * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
14902         * platform/mac/fast/css/nth-child-dynamic-expected.png:
14903         * platform/mac/fast/css/only-child-pseudo-class-expected.png:
14904         * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
14905         * platform/mac/fast/css/outline-auto-empty-rects-expected.png:
14906         * platform/mac/fast/css/outline-auto-location-expected.png:
14907         * platform/mac/fast/css/outline-narrowLine-expected.png: Added.
14908         * platform/mac/fast/css/pending-stylesheet-repaint-expected.png: Added.
14909         * platform/mac/fast/css/pendingStylesheetFontSize-expected.png:
14910         * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png:
14911         * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png:
14912         * platform/mac/fast/css/percentage-non-integer-expected.png:
14913         * platform/mac/fast/css/position-negative-top-margin-expected.png:
14914         * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
14915         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
14916         * platform/mac/fast/css/pseudo-any-expected.txt: Removed.
14917         * platform/mac/fast/css/pseudo-element-line-break-expected.png:
14918         * platform/mac/fast/css/pseudo-first-line-border-width-expected.png:
14919         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
14920         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
14921         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
14922         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
14923         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
14924         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
14925         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
14926         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
14927         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
14928         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
14929         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
14930         * platform/mac/fast/css/rem-dynamic-scaling-expected.png:
14931         * platform/mac/fast/css/rem-units-on-root-expected.png:
14932         * platform/mac/fast/css/replaced-element-implicit-size-expected.png:
14933         * platform/mac/fast/css/resize-corner-tracking-expected.png:
14934         * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png:
14935         * platform/mac/fast/css/rgb-float-expected.png:
14936         * platform/mac/fast/css/rtl-ordering-expected.png:
14937         * platform/mac/fast/css/rtl-to-viewport-expected.png:
14938         * platform/mac/fast/css/selector-set-attribute-expected.png:
14939         * platform/mac/fast/css/shadow-multiple-expected.png:
14940         * platform/mac/fast/css/simple-selector-chain-parsing-expected.png:
14941         * platform/mac/fast/css/square-button-appearance-expected.png:
14942         * platform/mac/fast/css/style-outside-head-expected.png:
14943         * platform/mac/fast/css/style-parsed-outside-head-expected.png:
14944         * platform/mac/fast/css/style-tag-display-none-expected.png: Added.
14945         * platform/mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
14946         * platform/mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
14947         * platform/mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
14948         * platform/mac/fast/css/table-text-align-quirk-expected.png:
14949         * platform/mac/fast/css/table-text-align-strict-expected.png:
14950         * platform/mac/fast/css/target-fragment-match-expected.png:
14951         * platform/mac/fast/css/text-align-expected.png:
14952         * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
14953         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
14954         * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
14955         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
14956         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
14957         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
14958         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
14959         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
14960         * platform/mac/fast/css/text-overflow-input-expected.png:
14961         * platform/mac/fast/css/text-rendering-expected.png:
14962         * platform/mac/fast/css/text-security-expected.png:
14963         * platform/mac/fast/css/text-transform-select-expected.png:
14964         * platform/mac/fast/css/textCapitalizeEdgeCases-expected.png:
14965         * platform/mac/fast/css/transform-default-parameter-expected.png:
14966         * platform/mac/fast/css/transformed-mask-expected.png:
14967         * platform/mac/fast/css/transition-color-unspecified-expected.png:
14968         * platform/mac/fast/css/universal-hover-quirk-expected.png:
14969         * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png:
14970         * platform/mac/fast/css/vertical-align-lengths-expected.png:
14971         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
14972         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
14973         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
14974         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
14975         * platform/mac/fast/css/visibility-hit-test-expected.png:
14976         * platform/mac/fast/css/zoom-font-size-expected.png:
14977         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
14978         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
14979         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
14980         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
14981         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.png:
14982         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
14983         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.png:
14984         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
14985         * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Removed.
14986         * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Removed.
14987         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
14988         * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
14989         * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
14990         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
14991         * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
14992         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
14993         * platform/mac/fast/encoding/xmacroman-encoding-test-expected.png:
14994         * platform/mac/fast/inline-block/001-expected.png:
14995         * platform/mac/fast/inline-block/001-expected.txt:
14996         * platform/mac/fast/inline/001-expected.png:
14997         * platform/mac/fast/inline/002-expected.png:
14998         * platform/mac/fast/inline/25277-2-expected.png:
14999         * platform/mac/fast/inline/25277-expected.png:
15000         * platform/mac/fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
15001         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
15002         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
15003         * platform/mac/fast/inline/br-text-decoration-expected.png:
15004         * platform/mac/fast/inline/continuation-outlines-expected.png:
15005         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
15006         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
15007         * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
15008         * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
15009         * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
15010         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
15011         * platform/mac/fast/inline/inline-box-background-expected.png:
15012         * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
15013         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png:
15014         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png:
15015         * platform/mac/fast/inline/inline-continuation-borders-expected.png:
15016         * platform/mac/fast/inline/inline-focus-ring-expected.png:
15017         * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png:
15018         * platform/mac/fast/inline/inline-text-quirk-bpm-expected.png:
15019         * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png:
15020         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
15021         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
15022         * platform/mac/fast/inline/long-wrapped-line-expected.png:
15023         * platform/mac/fast/inline/nested-top-alignment-expected.png:
15024         * platform/mac/fast/inline/outline-continuations-expected.png:
15025         * platform/mac/fast/inline/percentage-margins-expected.png:
15026         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
15027         * platform/mac/fast/inline/positionedLifetime-expected.png:
15028         * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
15029         * platform/mac/fast/inline/vertical-align-text-bottom-expected.png:
15030         * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
15031         * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png:
15032         * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png:
15033         * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png:
15034         * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png:
15035         * platform/mac/fast/multicol/border-padding-pagination-expected.png:
15036         * platform/mac/fast/multicol/client-rects-expected.png:
15037         * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
15038         * platform/mac/fast/multicol/column-count-with-rules-expected.png:
15039         * platform/mac/fast/multicol/column-rules-expected.png:
15040         * platform/mac/fast/multicol/column-rules-stacking-expected.png:
15041         * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
15042         * platform/mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
15043         * platform/mac/fast/multicol/float-avoidance-expected.png:
15044         * platform/mac/fast/multicol/float-multicol-expected.png:
15045         * platform/mac/fast/multicol/float-paginate-complex-expected.png:
15046         * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png:
15047         * platform/mac/fast/multicol/float-paginate-expected.png:
15048         * platform/mac/fast/multicol/layers-in-multicol-expected.png:
15049         * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
15050         * platform/mac/fast/multicol/margin-collapse-expected.png:
15051         * platform/mac/fast/multicol/max-height-columns-block-expected.png:
15052         * platform/mac/fast/multicol/nested-columns-expected.png:
15053         * platform/mac/fast/multicol/overflow-across-columns-expected.png:
15054         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
15055         * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
15056         * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
15057         * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
15058         * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
15059         * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
15060         * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
15061         * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
15062         * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
15063         * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
15064         * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
15065         * platform/mac/fast/multicol/positioned-split-expected.png:
15066         * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
15067         * platform/mac/fast/multicol/positive-leading-expected.png:
15068         * platform/mac/fast/multicol/progression-reverse-expected.png: Added.
15069         * platform/mac/fast/multicol/scrolling-overflow-expected.png:
15070         * platform/mac/fast/multicol/shadow-breaking-expected.png:
15071         * platform/mac/fast/multicol/single-line-expected.png: Added.
15072         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
15073         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
15074         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
15075         * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
15076         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
15077         * platform/mac/fast/multicol/span/clone-flexbox-expected.png: Added.
15078         * platform/mac/fast/multicol/span/clone-summary-expected.png: Added.
15079         * platform/mac/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
15080         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
15081         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
15082         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
15083         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
15084         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
15085         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
15086         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
15087         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
15088         * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
15089         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
15090         * platform/mac/fast/multicol/table-margin-collapse-expected.png:
15091         * platform/mac/fast/multicol/table-vertical-align-expected.png:
15092         * platform/mac/fast/multicol/unsplittable-inline-block-expected.png:
15093         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
15094         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
15095         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
15096         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png:
15097         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
15098         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
15099         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
15100         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
15101         * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
15102         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
15103         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
15104         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
15105         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
15106         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png:
15107         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
15108         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
15109         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
15110         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
15111         * platform/mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
15112         * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
15113         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
15114         * platform/mac/fast/repaint/table-section-repaint-expected.png:
15115         * platform/mac/fast/repaint/table-section-repaint-expected.txt:
15116         * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Removed.
15117         * platform/mac/fast/table/001-expected.png:
15118         * platform/mac/fast/table/002-expected.png:
15119         * platform/mac/fast/table/003-expected.png:
15120         * platform/mac/fast/table/004-expected.png:
15121         * platform/mac/fast/table/005-expected.png:
15122         * platform/mac/fast/table/006-expected.png:
15123         * platform/mac/fast/table/007-expected.png:
15124         * platform/mac/fast/table/008-expected.png:
15125         * platform/mac/fast/table/009-expected.png:
15126         * platform/mac/fast/table/010-expected.png:
15127         * platform/mac/fast/table/011-expected.png:
15128         * platform/mac/fast/table/012-expected.png:
15129         * platform/mac/fast/table/013-expected.png:
15130         * platform/mac/fast/table/014-expected.png:
15131         * platform/mac/fast/table/015-expected.png:
15132         * platform/mac/fast/table/016-expected.png:
15133         * platform/mac/fast/table/017-expected.png:
15134         * platform/mac/fast/table/018-expected.png:
15135         * platform/mac/fast/table/020-expected.png:
15136         * platform/mac/fast/table/021-expected.png:
15137         * platform/mac/fast/table/022-expected.png:
15138         * platform/mac/fast/table/023-expected.png:
15139         * platform/mac/fast/table/024-expected.png:
15140         * platform/mac/fast/table/025-expected.png:
15141         * platform/mac/fast/table/025-expected.txt:
15142         * platform/mac/fast/table/026-expected.png:
15143         * platform/mac/fast/table/027-expected.png:
15144         * platform/mac/fast/table/027-expected.txt:
15145         * platform/mac/fast/table/027-vertical-expected.png:
15146         * platform/mac/fast/table/027-vertical-expected.txt:
15147         * platform/mac/fast/table/028-expected.png:
15148         * platform/mac/fast/table/028-vertical-expected.png:
15149         * platform/mac/fast/table/029-expected.png:
15150         * platform/mac/fast/table/030-expected.png:
15151         * platform/mac/fast/table/031-expected.png:
15152         * platform/mac/fast/table/032-expected.png:
15153         * platform/mac/fast/table/033-expected.png:
15154         * platform/mac/fast/table/034-expected.png:
15155         * platform/mac/fast/table/035-expected.png:
15156         * platform/mac/fast/table/035-vertical-expected.png:
15157         * platform/mac/fast/table/036-expected.png:
15158         * platform/mac/fast/table/037-expected.png:
15159         * platform/mac/fast/table/038-expected.png:
15160         * platform/mac/fast/table/038-vertical-expected.png:
15161         * platform/mac/fast/table/039-expected.png:
15162         * platform/mac/fast/table/040-expected.png:
15163         * platform/mac/fast/table/040-vertical-expected.png:
15164         * platform/mac/fast/table/041-expected.png:
15165         * platform/mac/fast/table/100-percent-cell-width-expected.png:
15166         * platform/mac/fast/table/absolute-table-at-bottom-expected.png:
15167         * platform/mac/fast/table/add-before-anonymous-child-expected.png:
15168         * platform/mac/fast/table/align-right-within-left-aligned-div-expected.png: Added.
15169         * platform/mac/fast/table/append-cells-expected.png:
15170         * platform/mac/fast/table/append-cells2-expected.png:
15171         * platform/mac/fast/table/auto-100-percent-width-expected.png: Added.
15172         * platform/mac/fast/table/auto-with-percent-height-expected.png:
15173         * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png:
15174         * platform/mac/fast/table/border-collapsing/001-expected.png:
15175         * platform/mac/fast/table/border-collapsing/001-vertical-expected.png:
15176         * platform/mac/fast/table/border-collapsing/002-expected.png:
15177         * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
15178         * platform/mac/fast/table/border-collapsing/003-expected.png:
15179         * platform/mac/fast/table/border-collapsing/003-vertical-expected.png:
15180         * platform/mac/fast/table/border-collapsing/004-expected.png:
15181         * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
15182         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
15183         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
15184         * platform/mac/fast/table/border-collapsing/bug14274-expected.png: Added.
15185         * platform/mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
15186         * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
15187         * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
15188         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
15189         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
15190         * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
15191         * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
15192         * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
15193         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
15194         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
15195         * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
15196         * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
15197         * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
15198         * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
15199         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
15200         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
15201         * platform/mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
15202         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
15203         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
15204         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
15205         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
15206         * platform/mac/fast/table/caption-relayout-expected.png:
15207         * platform/mac/fast/table/cell-absolute-child-expected.png:
15208         * platform/mac/fast/table/cell-coalescing-expected.png:
15209         * platform/mac/fast/table/cell-pref-width-invalidation-expected.png:
15210         * platform/mac/fast/table/cell-width-auto-expected.png:
15211         * platform/mac/fast/table/cellindex-expected.png:
15212         * platform/mac/fast/table/click-near-anonymous-table-expected.png:
15213         * platform/mac/fast/table/colgroup-preceded-by-caption-expected.png:
15214         * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.png:
15215         * platform/mac/fast/table/colspan-with-all-percent-cells-expected.png: Added.
15216         * platform/mac/fast/table/colspanMinWidth-expected.png:
15217         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
15218         * platform/mac/fast/table/div-as-col-span-expected.png:
15219         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
15220         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png:
15221         * platform/mac/fast/table/dynamic-cellpadding-expected.png:
15222         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png:
15223         * platform/mac/fast/table/early-table-layout-expected.png:
15224         * platform/mac/fast/table/edge-offsets-expected.png:
15225         * platform/mac/fast/table/empty-cells-expected.png:
15226         * platform/mac/fast/table/empty-table-percent-height-expected.png:
15227         * platform/mac/fast/table/fixed-granular-cols-expected.png:
15228         * platform/mac/fast/table/fixed-nested-expected.png:
15229         * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.png:
15230         * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png:
15231         * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png:
15232         * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png:
15233         * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png:
15234         * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png:
15235         * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png:
15236         * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png:
15237         * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
15238         * platform/mac/fast/table/floating-th-expected.png:
15239         * platform/mac/fast/table/floatingTablePaintBackground-expected.png:
15240         * platform/mac/fast/table/form-with-table-style-expected.png:
15241         * platform/mac/fast/table/frame-and-rules-expected.png:
15242         * platform/mac/fast/table/frame-and-rules-expected.txt:
15243         * platform/mac/fast/table/generated-caption-expected.png:
15244         * platform/mac/fast/table/giantCellspacing-expected.png:
15245         * platform/mac/fast/table/giantRowspan-expected.png:
15246         * platform/mac/fast/table/giantRowspan2-expected.png:
15247         * platform/mac/fast/table/growCellForImageQuirk-expected.png:
15248         * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png:
15249         * platform/mac/fast/table/height-percent-test-expected.png:
15250         * platform/mac/fast/table/height-percent-test-vertical-expected.png:
15251         * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png:
15252         * platform/mac/fast/table/insert-cell-before-form-expected.png:
15253         * platform/mac/fast/table/insert-row-before-form-expected.png:
15254         * platform/mac/fast/table/invisible-cell-background-expected.png:
15255         * platform/mac/fast/table/large-width-expected.png:
15256         * platform/mac/fast/table/max-width-integer-overflow-expected.png:
15257         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
15258         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
15259         * platform/mac/fast/table/multiple-captions-display-expected.png:
15260         * platform/mac/fast/table/multiple-percent-height-rows-expected.png:
15261         * platform/mac/fast/table/nested-percent-height-table-expected.png:
15262         * platform/mac/fast/table/nobr-expected.png:
15263         * platform/mac/fast/table/overflowHidden-expected.png:
15264         * platform/mac/fast/table/percent-heights-expected.png:
15265         * platform/mac/fast/table/percent-widths-stretch-expected.png:
15266         * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png:
15267         * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
15268         * platform/mac/fast/table/quote-text-around-iframe-expected.png:
15269         * platform/mac/fast/table/relative-position-containment-expected.png:
15270         * platform/mac/fast/table/relative-position-offsets-expected.png:
15271         * platform/mac/fast/table/relative-position-stacking-expected.png:
15272         * platform/mac/fast/table/remove-td-display-none-expected.png:
15273         * platform/mac/fast/table/replaced-percent-height-expected.png:
15274         * platform/mac/fast/table/row-height-recalc-expected.png:
15275         * platform/mac/fast/table/rowindex-expected.png:
15276         * platform/mac/fast/table/rowspan-paint-order-expected.png:
15277         * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png:
15278         * platform/mac/fast/table/rtl-cell-display-none-assert-expected.png:
15279         * platform/mac/fast/table/rules-attr-dynchange1-expected.png:
15280         * platform/mac/fast/table/rules-attr-dynchange2-expected.png:
15281         * platform/mac/fast/table/simple_paint-expected.png:
15282         * platform/mac/fast/table/simple_paint-expected.txt: Removed.
15283         * platform/mac/fast/table/spanOverlapRepaint-expected.png:
15284         * platform/mac/fast/table/stale-grid-crash-expected.png:
15285         * platform/mac/fast/table/table-after-child-in-table-expected.png:
15286         * platform/mac/fast/table/table-and-parts-outline-expected.png:
15287         * platform/mac/fast/table/table-anonymous-cell-bug-expected.png: Added.
15288         * platform/mac/fast/table/table-anonymous-row-bug-expected.png: Added.
15289         * platform/mac/fast/table/table-anonymous-section-bug-expected.png: Added.
15290         * platform/mac/fast/table/table-before-child-in-table-expected.png:
15291         * platform/mac/fast/table/table-before-child-style-update-expected.png: Added.
15292         * platform/mac/fast/table/table-cell-after-child-in-block-expected.png:
15293         * platform/mac/fast/table/table-cell-after-child-in-table-expected.png:
15294         * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
15295         * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
15296         * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
15297         * platform/mac/fast/table/table-cell-before-child-in-block-expected.png:
15298         * platform/mac/fast/table/table-cell-before-child-in-table-expected.png:
15299         * platform/mac/fast/table/table-cell-split-expected.png: Added.
15300         * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png:
15301         * platform/mac/fast/table/table-display-types-expected.png:
15302         * platform/mac/fast/table/table-display-types-strict-expected.png:
15303         * platform/mac/fast/table/table-display-types-vertical-expected.png:
15304         * platform/mac/fast/table/table-hspace-align-center-expected.png:
15305         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-expected.png: Added.
15306         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode-expected.png: Added.
15307         * platform/mac/fast/table/table-in-table-percent-width-expected.png: Added.
15308         * platform/mac/fast/table/table-in-table-percent-width-quirks-mode-expected.png: Added.
15309         * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.png: Added.
15310         * platform/mac/fast/table/table-row-after-child-in-block-expected.png:
15311         * platform/mac/fast/table/table-row-after-child-in-table-expected.png:
15312         * platform/mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
15313         * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.png: Added.
15314         * platform/mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
15315         * platform/mac/fast/table/table-row-before-child-in-block-expected.png:
15316         * platform/mac/fast/table/table-row-before-child-in-table-expected.png:
15317         * platform/mac/fast/table/table-row-before-child-style-update-expected.png: Added.
15318         * platform/mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
15319         * platform/mac/fast/table/table-row-outline-paint-expected.png: Added.
15320         * platform/mac/fast/table/table-row-split-expected.png: Added.
15321         * platform/mac/fast/table/table-row-split2-expected.png: Added.
15322         * platform/mac/fast/table/table-row-style-not-updated-expected.png: Added.
15323         * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
15324         * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
15325         * platform/mac/fast/table/table-section-split-expected.png: Added.
15326         * platform/mac/fast/table/table-section-split-with-after-content-expected.png: Added.
15327         * platform/mac/fast/table/table-section-split2-expected.png: Added.
15328         * platform/mac/fast/table/table-split-expected.png: Added.
15329         * platform/mac/fast/table/table-split2-expected.png: Added.
15330         * platform/mac/fast/table/table-style-not-updated-expected.png: Added.
15331         * platform/mac/fast/table/tableInsideCaption-expected.png:
15332         * platform/mac/fast/table/text-field-baseline-expected.png:
15333         * platform/mac/fast/table/unbreakable-images-quirk-expected.png:
15334         * platform/mac/fast/table/unused-percent-heights-expected.png:
15335         * platform/mac/fast/table/vertical-align-baseline-expected.png:
15336         * platform/mac/fast/table/vertical-align-baseline-readjust-expected.png:
15337         * platform/mac/fast/table/wide-colspan-expected.png:
15338         * platform/mac/fast/table/wide-column-expected.png:
15339         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
15340         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
15341         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
15342         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
15343         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
15344         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
15345         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
15346         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
15347         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
15348         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
15349         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
15350         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
15351         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
15352         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
15353         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
15354         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
15355         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
15356         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
15357         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
15358         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
15359         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
15360         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
15361         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
15362         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
15363         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
15364         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
15365         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
15366         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
15367         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
15368         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
15369         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
15370         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
15371         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
15372         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
15373         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
15374         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png: Added.
15375         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.png: Added.
15376         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
15377         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
15378         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
15379         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
15380         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
15381         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
15382         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
15383         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
15384         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
15385         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
15386         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
15387         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
15388         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
15389         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
15390         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
15391         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
15392         * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
15393         * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
15394         * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
15395         * platform/mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
15396         * platform/mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
15397         * platform/mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
15398         * platform/mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
15399         * platform/mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
15400         * platform/mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
15401         * platform/mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
15402         * platform/mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
15403         * platform/mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
15404         * platform/mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
15405         * platform/mac/inspector/console/console-trace-in-eval-expected.txt: Removed.
15406         * platform/mac/mathml/presentation/attributes-expected.png:
15407         * platform/mac/mathml/presentation/fenced-expected.png:
15408         * platform/mac/mathml/presentation/fenced-expected.txt:
15409         * platform/mac/mathml/presentation/fenced-mi-expected.png:
15410         * platform/mac/mathml/presentation/fractions-expected.png:
15411         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
15412         * platform/mac/mathml/presentation/mo-expected.png:
15413         * platform/mac/mathml/presentation/mo-expected.txt:
15414         * platform/mac/mathml/presentation/mo-stretch-expected.png:
15415         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
15416         * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
15417         * platform/mac/mathml/presentation/over-expected.png:
15418         * platform/mac/mathml/presentation/over-expected.txt:
15419         * platform/mac/mathml/presentation/roots-expected.png:
15420         * platform/mac/mathml/presentation/row-alignment-expected.png:
15421         * platform/mac/mathml/presentation/row-alignment-expected.txt:
15422         * platform/mac/mathml/presentation/row-expected.png:
15423         * platform/mac/mathml/presentation/row-expected.txt:
15424         * platform/mac/mathml/presentation/style-expected.png:
15425         * platform/mac/mathml/presentation/sub-expected.png:
15426         * platform/mac/mathml/presentation/subsup-expected.png:
15427         * platform/mac/mathml/presentation/subsup-expected.txt:
15428         * platform/mac/mathml/presentation/sup-expected.png:
15429         * platform/mac/mathml/presentation/tables-expected.png:
15430         * platform/mac/mathml/presentation/tokenElements-expected.png:
15431         * platform/mac/mathml/presentation/under-expected.png:
15432         * platform/mac/mathml/presentation/underover-expected.png:
15433         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
15434         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
15435         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
15436         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
15437         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
15438         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
15439         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
15440         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
15441         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
15442         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
15443         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
15444         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
15445         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
15446         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
15447         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
15448         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
15449         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
15450         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
15451         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
15452         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
15453         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
15454         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
15455         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
15456         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
15457         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
15458         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
15459         * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
15460         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
15461         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
15462         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
15463         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
15464         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
15465         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
15466         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
15467         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
15468         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
15469         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
15470         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
15471         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
15472         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
15473         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
15474         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
15475         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
15476         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
15477         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
15478         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
15479         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
15480         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
15481         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
15482         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
15483         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
15484         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
15485         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
15486         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
15487         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
15488         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
15489         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
15490         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
15491         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
15492         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
15493         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
15494         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
15495         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
15496         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
15497         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
15498         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
15499         * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
15500         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
15501         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
15502         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
15503         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
15504         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
15505         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
15506         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
15507         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
15508         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
15509         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
15510         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
15511         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
15512         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
15513         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
15514         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
15515         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
15516         * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
15517         * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
15518         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
15519         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
15520         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
15521         * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
15522         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
15523         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
15524         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
15525         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
15526         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
15527         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
15528         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
15529         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
15530         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
15531         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
15532         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
15533         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
15534         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
15535         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
15536         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
15537         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
15538         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
15539         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
15540         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
15541         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
15542         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
15543         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
15544         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
15545         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
15546         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
15547         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
15548         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
15549         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
15550         * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
15551         * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
15552         * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
15553         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
15554         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
15555         * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
15556         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
15557         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
15558         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
15559         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
15560         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
15561         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
15562         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
15563         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
15564         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
15565         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
15566         * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
15567         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
15568         * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
15569         * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
15570         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
15571         * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
15572         * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
15573         * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
15574         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
15575         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
15576         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
15577         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
15578         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
15579         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
15580         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
15581         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
15582         * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
15583         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
15584         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
15585         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
15586         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
15587         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
15588         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
15589         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
15590         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
15591         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
15592         * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
15593         * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
15594         * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
15595         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
15596         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
15597         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
15598         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
15599         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
15600         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
15601         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
15602         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
15603         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
15604         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
15605         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
15606         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
15607         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
15608         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15609         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
15610         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
15611         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
15612         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
15613         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
15614         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
15615         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
15616         * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
15617         * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
15618         * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
15619         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
15620         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
15621         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
15622         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
15623         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
15624         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
15625         * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
15626         * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
15627         * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
15628         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
15629         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
15630         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
15631         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
15632         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
15633         * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
15634         * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
15635         * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
15636         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
15637         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
15638         * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
15639         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
15640         * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
15641         * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
15642         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
15643         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
15644         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
15645         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
15646         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
15647         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
15648         * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
15649         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
15650         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
15651         * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
15652         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
15653         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
15654         * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
15655         * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
15656         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
15657         * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
15658         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
15659         * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
15660         * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
15661         * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
15662         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
15663         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
15664         * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
15665         * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
15666         * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
15667         * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
15668         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
15669         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
15670         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
15671         * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
15672         * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
15673         * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
15674         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
15675         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
15676         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
15677         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
15678         * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
15679         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
15680         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
15681         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
15682         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
15683         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
15684         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
15685         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
15686         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
15687         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
15688         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
15689         * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
15690         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
15691         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
15692         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
15693         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
15694         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
15695         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
15696         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
15697         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
15698         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
15699         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
15700         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
15701         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
15702         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
15703         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
15704         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
15705         * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
15706         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
15707         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
15708         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
15709         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
15710         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
15711         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
15712         * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
15713         * platform/mac/svg/custom/SVGNumber-interface-expected.png:
15714         * platform/mac/svg/custom/SVGPoint-interface-expected.png:
15715         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
15716         * platform/mac/svg/custom/SVGRect-interface-expected.png:
15717         * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Added.
15718         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
15719         * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
15720         * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
15721         * platform/mac/svg/custom/altglyph-expected.png:
15722         * platform/mac/svg/custom/animate-path-discrete-expected.png:
15723         * platform/mac/svg/custom/animate-path-morphing-expected.png:
15724         * platform/mac/svg/custom/animate-target-id-changed-expected.png:
15725         * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
15726         * platform/mac/svg/custom/animation-currentColor-expected.png:
15727         * platform/mac/svg/custom/attribute-namespace-check-expected.png:
15728         * platform/mac/svg/custom/baseval-animval-equality-expected.png:
15729         * platform/mac/svg/custom/broken-internal-references-expected.png:
15730         * platform/mac/svg/custom/bug45331-expected.png:
15731         * platform/mac/svg/custom/circle-move-invalidation-expected.png:
15732         * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
15733         * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
15734         * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
15735         * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
15736         * platform/mac/svg/custom/class-baseValue-expected.png:
15737         * platform/mac/svg/custom/class-selector-expected.png:
15738         * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
15739         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Added.
15740         * platform/mac/svg/custom/clip-path-child-changes-expected.png:
15741         * platform/mac/svg/custom/clip-path-href-changes-expected.png:
15742         * platform/mac/svg/custom/clip-path-id-changes-expected.png:
15743         * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
15744         * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
15745         * platform/mac/svg/custom/clip-path-units-changes-expected.png:
15746         * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png:
15747         * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png:
15748         * platform/mac/svg/custom/clip-path-with-transform-expected.png:
15749         * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
15750         * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
15751         * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
15752         * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
15753         * platform/mac/svg/custom/convolution-crash-expected.png:
15754         * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
15755         * platform/mac/svg/custom/create-metadata-element-expected.png:
15756         * platform/mac/svg/custom/createImageElement-expected.png:
15757         * platform/mac/svg/custom/createImageElement2-expected.png:
15758         * platform/mac/svg/custom/createelement-expected.png:
15759         * platform/mac/svg/custom/css-pixels-dpi-expected.png:
15760         * platform/mac/svg/custom/dasharrayOrigin-expected.png:
15761         * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
15762         * platform/mac/svg/custom/display-none-expected.png:
15763         * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
15764         * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
15765         * platform/mac/svg/custom/dynamic-empty-path-expected.png:
15766         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
15767         * platform/mac/svg/custom/dynamic-viewBox-expected.png:
15768         * platform/mac/svg/custom/embedding-external-svgs-expected.png:
15769         * platform/mac/svg/custom/empty-clip-path-expected.png:
15770         * platform/mac/svg/custom/empty-mask-expected.png:
15771         * platform/mac/svg/custom/empty-merge-expected.png:
15772         * platform/mac/svg/custom/evt-onload-expected.png:
15773         * platform/mac/svg/custom/external-paintserver-reference-expected.png:
15774         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
15775         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
15776         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
15777         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
15778         * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
15779         * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
15780         * platform/mac/svg/custom/fill-fallback-expected.png:
15781         * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
15782         * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
15783         * platform/mac/svg/custom/fill-opacity-update-expected.png:
15784         * platform/mac/svg/custom/fill-update-expected.png:
15785         * platform/mac/svg/custom/focus-ring-expected.png:
15786         * platform/mac/svg/custom/font-face-cascade-order-expected.png:
15787         * platform/mac/svg/custom/font-face-simple-expected.png:
15788         * platform/mac/svg/custom/foreign-object-skew-expected.png:
15789         * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
15790         * platform/mac/svg/custom/fractional-rects-expected.png:
15791         * platform/mac/svg/custom/getPresentationAttribute-expected.png:
15792         * platform/mac/svg/custom/getTransformToElement-expected.png:
15793         * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
15794         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
15795         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
15796         * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
15797         * platform/mac/svg/custom/getsvgdocument-expected.png:
15798         * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
15799         * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
15800         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
15801         * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
15802         * platform/mac/svg/custom/glyph-setting-d-attribute-expected.png: Added.
15803         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
15804         * platform/mac/svg/custom/gradient-add-stops-expected.png:
15805         * platform/mac/svg/custom/gradient-attr-update-expected.png:
15806         * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
15807         * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
15808         * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
15809         * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
15810         * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
15811         * platform/mac/svg/custom/gradient-stroke-width-expected.png:
15812         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
15813         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
15814         * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
15815         * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
15816         * platform/mac/svg/custom/group-opacity-expected.png:
15817         * platform/mac/svg/custom/hit-test-path-expected.png:
15818         * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
15819         * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
15820         * platform/mac/svg/custom/hit-test-with-br-expected.png:
15821         * platform/mac/svg/custom/hover-default-fill-expected.png:
15822         * platform/mac/svg/custom/image-parent-translation-expected.png:
15823         * platform/mac/svg/custom/image-rescale-clip-expected.png:
15824         * platform/mac/svg/custom/image-rescale-expected.png:
15825         * platform/mac/svg/custom/image-rescale-scroll-expected.png:
15826         * platform/mac/svg/custom/image-small-width-height-expected.png:
15827         * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
15828         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
15829         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
15830         * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
15831         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
15832         * platform/mac/svg/custom/inner-percent-expected.png:
15833         * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
15834         * platform/mac/svg/custom/intersection-list-transforms-expected.png: Added.
15835         * platform/mac/svg/custom/invalid-css-expected.png:
15836         * platform/mac/svg/custom/invalid-dasharray-expected.png:
15837         * platform/mac/svg/custom/invalid-fill-expected.png:
15838         * platform/mac/svg/custom/invalid-fill-hex-expected.png:
15839         * platform/mac/svg/custom/invalid-gradient-with-xlink-expected.png: Added.
15840         * platform/mac/svg/custom/invalid-lengthlist-expected.png:
15841         * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
15842         * platform/mac/svg/custom/invalid-text-content-expected.png: Added.
15843         * platform/mac/svg/custom/invalid-transforms-expected.png:
15844         * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
15845         * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
15846         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
15847         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
15848         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
15849         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
15850         * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
15851         * platform/mac/svg/custom/js-late-marker-creation-expected.png:
15852         * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
15853         * platform/mac/svg/custom/js-late-mask-creation-expected.png:
15854         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
15855         * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
15856         * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
15857         * platform/mac/svg/custom/js-update-bounce-expected.png:
15858         * platform/mac/svg/custom/js-update-container-expected.png:
15859         * platform/mac/svg/custom/js-update-container2-expected.png:
15860         * platform/mac/svg/custom/js-update-gradient-expected.png:
15861         * platform/mac/svg/custom/js-update-image-and-display-expected.png:
15862         * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
15863         * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
15864         * platform/mac/svg/custom/js-update-image-expected.png:
15865         * platform/mac/svg/custom/js-update-path-changes-expected.png:
15866         * platform/mac/svg/custom/js-update-path-removal-expected.png:
15867         * platform/mac/svg/custom/js-update-pattern-child-expected.png:
15868         * platform/mac/svg/custom/js-update-pattern-expected.png:
15869         * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
15870         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
15871         * platform/mac/svg/custom/js-update-stop-expected.png:
15872         * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
15873         * platform/mac/svg/custom/js-update-style-expected.png:
15874         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
15875         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
15876         * platform/mac/svg/custom/junk-data-expected.png:
15877         * platform/mac/svg/custom/large-bounding-box-percents-expected.png:
15878         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
15879         * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
15880         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
15881         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
15882         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
15883         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
15884         * platform/mac/svg/custom/linking-base-external-reference-expected.png:
15885         * platform/mac/svg/custom/linking-uri-01-b-expected.png:
15886         * platform/mac/svg/custom/marker-changes-expected.png:
15887         * platform/mac/svg/custom/marker-child-changes-css-expected.png:
15888         * platform/mac/svg/custom/marker-child-changes-expected.png:
15889         * platform/mac/svg/custom/marker-default-width-height-expected.png:
15890         * platform/mac/svg/custom/marker-empty-path-expected.png:
15891         * platform/mac/svg/custom/marker-opacity-expected.png:
15892         * platform/mac/svg/custom/marker-overflow-clip-expected.png:
15893         * platform/mac/svg/custom/marker-referencePoint-expected.png:
15894         * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
15895         * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
15896         * platform/mac/svg/custom/mask-changes-expected.png:
15897         * platform/mac/svg/custom/mask-child-changes-expected.png:
15898         * platform/mac/svg/custom/mask-colorspace-expected.png:
15899         * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
15900         * platform/mac/svg/custom/mask-inside-defs-expected.png:
15901         * platform/mac/svg/custom/mask-invalidation-expected.png:
15902         * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
15903         * platform/mac/svg/custom/mask-with-all-units-expected.png:
15904         * platform/mac/svg/custom/mask-with-default-value-expected.png:
15905         * platform/mac/svg/custom/massive-coordinates-expected.png:
15906         * platform/mac/svg/custom/missing-xlink-expected.png:
15907         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
15908         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
15909         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
15910         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
15911         * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
15912         * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
15913         * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
15914         * platform/mac/svg/custom/non-opaque-filters-expected.png:
15915         * platform/mac/svg/custom/non-scaling-stroke-expected.png:
15916         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
15917         * platform/mac/svg/custom/object-no-size-attributes-expected.png:
15918         * platform/mac/svg/custom/object-sizing-expected.png:
15919         * platform/mac/svg/custom/object-sizing-explicit-height-expected.png:
15920         * platform/mac/svg/custom/object-sizing-explicit-width-expected.png:
15921         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png:
15922         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
15923         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
15924         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
15925         * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
15926         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
15927         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
15928         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
15929         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
15930         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
15931         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
15932         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
15933         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
15934         * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
15935         * platform/mac/svg/custom/oversized-pattern-scale-expected.png: Added.
15936         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png:
15937         * platform/mac/svg/custom/pan-direction-expected.png:
15938         * platform/mac/svg/custom/path-bad-data-expected.png:
15939         * platform/mac/svg/custom/path-moveto-only-rendering-expected.png:
15940         * platform/mac/svg/custom/path-textPath-simulation-expected.png:
15941         * platform/mac/svg/custom/path-update-expected.png:
15942         * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
15943         * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
15944         * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
15945         * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
15946         * platform/mac/svg/custom/pattern-in-defs-expected.png:
15947         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
15948         * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
15949         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
15950         * platform/mac/svg/custom/pattern-rotate-expected.png:
15951         * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
15952         * platform/mac/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
15953         * platform/mac/svg/custom/pattern-scaling-expected.png: Added.
15954         * platform/mac/svg/custom/pattern-scaling-expected.txt: Added.
15955         * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
15956         * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
15957         * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
15958         * platform/mac/svg/custom/pattern-with-transformation-expected.png:
15959         * platform/mac/svg/custom/pattern-y-offset-expected.png:
15960         * platform/mac/svg/custom/pending-resource-after-removal-expected.png: Added.
15961         * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
15962         * platform/mac/svg/custom/percentage-rect-expected.png:
15963         * platform/mac/svg/custom/percentage-rect2-expected.png:
15964         * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
15965         * platform/mac/svg/custom/pointer-events-image-expected.png:
15966         * platform/mac/svg/custom/pointer-events-path-expected.png:
15967         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
15968         * platform/mac/svg/custom/pointer-events-text-expected.png:
15969         * platform/mac/svg/custom/poly-identify-expected.png:
15970         * platform/mac/svg/custom/polyline-hittest-expected.png:
15971         * platform/mac/svg/custom/polyline-invalid-points-expected.png:
15972         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
15973         * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
15974         * platform/mac/svg/custom/prevent-default-expected.png:
15975         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15976         * platform/mac/svg/custom/recursive-clippath-expected.png:
15977         * platform/mac/svg/custom/recursive-filter-expected.png:
15978         * platform/mac/svg/custom/recursive-gradient-expected.png:
15979         * platform/mac/svg/custom/recursive-mask-expected.png:
15980         * platform/mac/svg/custom/recursive-pattern-expected.png:
15981         * platform/mac/svg/custom/relative-sized-content-expected.png:
15982         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
15983         * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
15984         * platform/mac/svg/custom/relative-sized-image-expected.png:
15985         * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
15986         * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
15987         * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
15988         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
15989         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
15990         * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
15991         * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
15992         * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
15993         * platform/mac/svg/custom/repaint-shadow-expected.png:
15994         * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
15995         * platform/mac/svg/custom/resource-client-removal-expected.png:
15996         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
15997         * platform/mac/svg/custom/resource-invalidation-crash-expected.png: Added.
15998         * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
15999         * platform/mac/svg/custom/rootelement-expected.png:
16000         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
16001         * platform/mac/svg/custom/rounded-rects-expected.png:
16002         * platform/mac/svg/custom/scroll-hit-test-expected.png:
16003         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
16004         * platform/mac/svg/custom/second-inline-text-expected.png:
16005         * platform/mac/svg/custom/shape-rendering-expected.png:
16006         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
16007         * platform/mac/svg/custom/sheet-title-expected.png:
16008         * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
16009         * platform/mac/svg/custom/simpleCDF-expected.png:
16010         * platform/mac/svg/custom/small-rect-scale-expected.png:
16011         * platform/mac/svg/custom/stroke-fallback-expected.png:
16012         * platform/mac/svg/custom/stroke-opacity-update-expected.png:
16013         * platform/mac/svg/custom/stroke-width-large-expected.png:
16014         * platform/mac/svg/custom/stroked-pattern-expected.png:
16015         * platform/mac/svg/custom/style-attribute-font-size-expected.png:
16016         * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png:
16017         * platform/mac/svg/custom/svg-absolute-children-expected.png:
16018         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
16019         * platform/mac/svg/custom/svg-float-border-padding-expected.png:
16020         * platform/mac/svg/custom/svg-fonts-fallback-expected.png:
16021         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
16022         * platform/mac/svg/custom/svg-fonts-segmented-expected.png:
16023         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
16024         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
16025         * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
16026         * platform/mac/svg/custom/svg-overflow-types-expected.png:
16027         * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
16028         * platform/mac/svg/custom/text-clip-expected.png:
16029         * platform/mac/svg/custom/text-ctm-expected.png:
16030         * platform/mac/svg/custom/text-decoration-visibility-expected.png:
16031         * platform/mac/svg/custom/text-dom-01-f-expected.png:
16032         * platform/mac/svg/custom/text-dom-removal-expected.png:
16033         * platform/mac/svg/custom/text-filter-expected.png:
16034         * platform/mac/svg/custom/text-gradient-no-content-expected.png:
16035         * platform/mac/svg/custom/text-hit-test-expected.png:
16036         * platform/mac/svg/custom/text-image-opacity-expected.png:
16037         * platform/mac/svg/custom/text-letter-spacing-expected.png:
16038         * platform/mac/svg/custom/text-linking-expected.png:
16039         * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
16040         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
16041         * platform/mac/svg/custom/text-rotation-expected.png:
16042         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png:
16043         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png:
16044         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
16045         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png:
16046         * platform/mac/svg/custom/text-whitespace-handling-expected.png:
16047         * platform/mac/svg/custom/text-x-dx-lists-expected.png:
16048         * platform/mac/svg/custom/text-x-dy-lists-expected.png:
16049         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
16050         * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
16051         * platform/mac/svg/custom/text-xy-updates-expected.png:
16052         * platform/mac/svg/custom/text-zoom-expected.png: Added.
16053         * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
16054         * platform/mac/svg/custom/transform-invalid-expected.png:
16055         * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
16056         * platform/mac/svg/custom/transform-scale-parse-expected.png:
16057         * platform/mac/svg/custom/transform-with-ending-space-expected.png:
16058         * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
16059         * platform/mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
16060         * platform/mac/svg/custom/transformedMaskFails-expected.png:
16061         * platform/mac/svg/custom/tref-own-content-removal-expected.png:
16062         * platform/mac/svg/custom/tref-update-expected.png:
16063         * platform/mac/svg/custom/uri-reference-handling-expected.png: Added.
16064         * platform/mac/svg/custom/use-clipped-hit-expected.png:
16065         * platform/mac/svg/custom/use-clipped-transform-expected.png: Added.
16066         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
16067         * platform/mac/svg/custom/use-detach-expected.png:
16068         * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
16069         * platform/mac/svg/custom/use-dynamic-append-expected.png:
16070         * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
16071         * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
16072         * platform/mac/svg/custom/use-empty-reference-expected.png:
16073         * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
16074         * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
16075         * platform/mac/svg/custom/use-events-crash-expected.png:
16076         * platform/mac/svg/custom/use-extern-href-expected.png:
16077         * platform/mac/svg/custom/use-font-face-crash-expected.png:
16078         * platform/mac/svg/custom/use-forward-refs-expected.png:
16079         * platform/mac/svg/custom/use-image-in-g-expected.png: Added.
16080         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png:
16081         * platform/mac/svg/custom/use-inherit-style-expected.png:
16082         * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
16083         * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
16084         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
16085         * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
16086         * platform/mac/svg/custom/use-modify-target-container-expected.png:
16087         * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
16088         * platform/mac/svg/custom/use-move-to-offset-expected.png: Added.
16089         * platform/mac/svg/custom/use-nested-transform-expected.png:
16090         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
16091         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
16092         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
16093         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
16094         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
16095         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
16096         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
16097         * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
16098         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
16099         * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
16100         * platform/mac/svg/custom/use-on-g-expected.png:
16101         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
16102         * platform/mac/svg/custom/use-on-rect-expected.png:
16103         * platform/mac/svg/custom/use-on-symbol-expected.png:
16104         * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
16105         * platform/mac/svg/custom/use-on-text-expected.png:
16106         * platform/mac/svg/custom/use-on-use-expected.png:
16107         * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
16108         * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
16109         * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
16110         * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
16111         * platform/mac/svg/custom/use-recursion-1-expected.png:
16112         * platform/mac/svg/custom/use-recursion-2-expected.png:
16113         * platform/mac/svg/custom/use-recursion-3-expected.png:
16114         * platform/mac/svg/custom/use-recursion-4-expected.png:
16115         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
16116         * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
16117         * platform/mac/svg/custom/use-symbol-overflow-expected.png:
16118         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png:
16119         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png:
16120         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png:
16121         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png:
16122         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png:
16123         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png:
16124         * platform/mac/svg/custom/use-transform-expected.png:
16125         * platform/mac/svg/custom/viewBox-hit-expected.png:
16126         * platform/mac/svg/custom/viewbox-syntax-expected.png:
16127         * platform/mac/svg/custom/viewport-clip-expected.png:
16128         * platform/mac/svg/custom/viewport-em-expected.png:
16129         * platform/mac/svg/custom/viewport-no-width-height-expected.png:
16130         * platform/mac/svg/custom/viewport-update-expected.png:
16131         * platform/mac/svg/custom/viewport-update2-expected.png:
16132         * platform/mac/svg/custom/visibility-override-clip-expected.png:
16133         * platform/mac/svg/custom/visibility-override-expected.png:
16134         * platform/mac/svg/custom/visibility-override-filter-expected.png:
16135         * platform/mac/svg/custom/visibility-override-mask-expected.png:
16136         * platform/mac/svg/custom/visited-link-color-expected.png: Added.
16137         * platform/mac/svg/custom/width-full-percentage-expected.png:
16138         * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
16139         * platform/mac/svg/custom/xlink-custom-namespace-expected.png: Added.
16140         * platform/mac/svg/custom/xlink-to-invalid-gradient-expected.png: Added.
16141         * platform/mac/svg/custom/xml-stylesheet-expected.png:
16142         * platform/mac/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
16143         * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
16144         * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
16145         * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
16146         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
16147         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
16148         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
16149         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
16150         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
16151         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
16152         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
16153         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
16154         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
16155         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
16156         * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
16157         * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
16158         * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
16159         * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
16160         * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
16161         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
16162         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
16163         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
16164         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
16165         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
16166         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
16167         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
16168         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
16169         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
16170         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
16171         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
16172         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
16173         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
16174         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
16175         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
16176         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
16177         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
16178         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
16179         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
16180         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
16181         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
16182         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
16183         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
16184         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
16185         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
16186         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
16187         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
16188         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
16189         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
16190         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
16191         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
16192         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
16193         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
16194         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
16195         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
16196         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
16197         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
16198         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
16199         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
16200         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
16201         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
16202         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
16203         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
16204         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
16205         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
16206         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
16207         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
16208         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
16209         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
16210         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
16211         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
16212         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
16213         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
16214         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
16215         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
16216         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
16217         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
16218         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
16219         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
16220         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
16221         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
16222         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
16223         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
16224         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
16225         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
16226         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
16227         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
16228         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
16229         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
16230         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
16231         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
16232         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
16233         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
16234         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
16235         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
16236         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
16237         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
16238         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
16239         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
16240         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
16241         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
16242         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
16243         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
16244         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
16245         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
16246         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
16247         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
16248         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
16249         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
16250         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
16251         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
16252         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
16253         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
16254         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
16255         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
16256         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
16257         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
16258         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
16259         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
16260         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
16261         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
16262         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
16263         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
16264         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
16265         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
16266         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
16267         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
16268         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
16269         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
16270         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
16271         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
16272         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
16273         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
16274         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
16275         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
16276         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
16277         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
16278         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
16279         * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
16280         * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
16281         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
16282         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
16283         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
16284         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
16285         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
16286         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
16287         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
16288         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
16289         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
16290         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
16291         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
16292         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
16293         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
16294         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
16295         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
16296         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
16297         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
16298         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
16299         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
16300         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
16301         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
16302         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
16303         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
16304         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
16305         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
16306         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
16307         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
16308         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
16309         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
16310         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
16311         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
16312         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
16313         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
16314         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
16315         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
16316         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
16317         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
16318         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
16319         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
16320         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
16321         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
16322         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
16323         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
16324         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
16325         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
16326         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
16327         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
16328         * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
16329         * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
16330         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
16331         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
16332         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
16333         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
16334         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
16335         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
16336         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
16337         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
16338         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
16339         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
16340         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
16341         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
16342         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
16343         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
16344         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
16345         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
16346         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
16347         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
16348         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
16349         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
16350         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
16351         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
16352         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
16353         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
16354         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
16355         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
16356         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
16357         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
16358         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
16359         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
16360         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
16361         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
16362         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
16363         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
16364         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
16365         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
16366         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
16367         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
16368         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
16369         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
16370         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
16371         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
16372         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
16373         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
16374         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
16375         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
16376         * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
16377         * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
16378         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
16379         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
16380         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
16381         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
16382         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
16383         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
16384         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
16385         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
16386         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
16387         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
16388         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
16389         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
16390         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
16391         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
16392         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
16393         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
16394         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
16395         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
16396         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
16397         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
16398         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
16399         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
16400         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
16401         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
16402         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
16403         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
16404         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
16405         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
16406         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
16407         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
16408         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
16409         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
16410         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
16411         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
16412         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
16413         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
16414         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
16415         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
16416         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
16417         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
16418         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
16419         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
16420         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
16421         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
16422         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
16423         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
16424         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
16425         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
16426         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
16427         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
16428         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
16429         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
16430         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
16431         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
16432         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
16433         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
16434         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
16435         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
16436         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
16437         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
16438         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
16439         * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
16440         * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
16441         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
16442         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
16443         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
16444         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
16445         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
16446         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
16447         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
16448         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
16449         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
16450         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
16451         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
16452         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
16453         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
16454         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
16455         * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
16456         * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
16457         * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
16458         * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
16459         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
16460         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
16461         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
16462         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
16463         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
16464         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
16465         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
16466         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
16467         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
16468         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
16469         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
16470         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
16471         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
16472         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
16473         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
16474         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
16475         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
16476         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
16477         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
16478         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
16479         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
16480         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
16481         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
16482         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
16483         * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
16484         * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
16485         * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
16486         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
16487         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
16488         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
16489         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
16490         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
16491         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
16492         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
16493         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
16494         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
16495         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
16496         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
16497         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
16498         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
16499         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
16500         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
16501         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
16502         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
16503         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
16504         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
16505         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
16506         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
16507         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
16508         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
16509         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
16510         * platform/mac/svg/filters/animate-fill-expected.png: Added.
16511         * platform/mac/svg/filters/big-sized-filter-2-expected.png:
16512         * platform/mac/svg/filters/big-sized-filter-expected.png:
16513         * platform/mac/svg/filters/color-interpolation-filters-expected.png: Added.
16514         * platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
16515         * platform/mac/svg/filters/feColorMatrix-invalid-animation-expected.png: Added.
16516         * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
16517         * platform/mac/svg/filters/feColorMatrix-saturate-expected.png: Added.
16518         * platform/mac/svg/filters/feColorMatrix-values-expected.png:
16519         * platform/mac/svg/filters/feComposite-expected.png:
16520         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
16521         * platform/mac/svg/filters/feDisplacementMap-expected.png:
16522         * platform/mac/svg/filters/feDropShadow-expected.png:
16523         * platform/mac/svg/filters/feDropShadow-subregion-expected.png: Added.
16524         * platform/mac/svg/filters/feGaussianBlur-expected.png:
16525         * platform/mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
16526         * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
16527         * platform/mac/svg/filters/feImage-change-target-id-expected.png:
16528         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
16529         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
16530         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
16531         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
16532         * platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
16533         * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
16534         * platform/mac/svg/filters/feImage-position-expected.png:
16535         * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
16536         * platform/mac/svg/filters/feImage-reference-invalidation-expected.png: Added.
16537         * platform/mac/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
16538         * platform/mac/svg/filters/feImage-remove-target-expected.png:
16539         * platform/mac/svg/filters/feImage-subregions-expected.png:
16540         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
16541         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
16542         * platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
16543         * platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
16544         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
16545         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
16546         * platform/mac/svg/filters/feImage-target-changes-id-expected.png:
16547         * platform/mac/svg/filters/feImage-target-id-change-expected.png:
16548         * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
16549         * platform/mac/svg/filters/feImage-target-property-change-expected.png:
16550         * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
16551         * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
16552         * platform/mac/svg/filters/feImage-target-style-change-expected.png:
16553         * platform/mac/svg/filters/feLighting-crash-expected.png:
16554         * platform/mac/svg/filters/feMerge-expected.png:
16555         * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
16556         * platform/mac/svg/filters/feOffset-expected.png:
16557         * platform/mac/svg/filters/feTile-expected.png:
16558         * platform/mac/svg/filters/filter-clip-expected.png:
16559         * platform/mac/svg/filters/filter-empty-g-expected.png:
16560         * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
16561         * platform/mac/svg/filters/filter-on-tspan-expected.png:
16562         * platform/mac/svg/filters/filter-placement-issue-expected.png:
16563         * platform/mac/svg/filters/filter-refresh-expected.png:
16564         * platform/mac/svg/filters/filter-rounding-issues-expected.png:
16565         * platform/mac/svg/filters/filter-source-position-expected.png:
16566         * platform/mac/svg/filters/filter-width-update-expected.png:
16567         * platform/mac/svg/filters/filterRes-expected.png:
16568         * platform/mac/svg/filters/filterRes1-expected.png:
16569         * platform/mac/svg/filters/filterRes2-expected.png:
16570         * platform/mac/svg/filters/filterRes3-expected.png:
16571         * platform/mac/svg/filters/filteredImage-expected.png:
16572         * platform/mac/svg/filters/invalidate-on-child-layout-expected.png:
16573         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
16574         * platform/mac/svg/filters/shadow-on-filter-expected.png:
16575         * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
16576         * platform/mac/svg/filters/sourceAlpha-expected.png:
16577         * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
16578         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
16579         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
16580         * platform/mac/svg/repaint/container-repaint-expected.png: Added.
16581         * platform/mac/svg/repaint/filter-child-repaint-expected.png:
16582         * platform/mac/svg/repaint/filter-repaint-expected.png:
16583         * platform/mac/svg/repaint/image-href-change-expected.png:
16584         * platform/mac/svg/repaint/image-with-clip-path-expected.png:
16585         * platform/mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
16586         * platform/mac/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
16587         * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
16588         * platform/mac/svg/repaint/mask-clip-target-transform-expected.png:
16589         * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png:
16590         * platform/mac/svg/repaint/text-mask-update-expected.png: Added.
16591         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
16592         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
16593         * platform/mac/svg/transforms/svg-css-transforms-expected.png:
16594         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
16595         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
16596         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
16597         * platform/mac/tables/layering/paint-test-layering-1-expected.png:
16598         * platform/mac/tables/layering/paint-test-layering-2-expected.png:
16599         * platform/mac/tables/mozilla/bugs/45621-expected.png:
16600         * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.png:
16601         * platform/mac/tables/mozilla/bugs/bug10009-expected.png:
16602         * platform/mac/tables/mozilla/bugs/bug100334-expected.png:
16603         * platform/mac/tables/mozilla/bugs/bug10036-expected.png:
16604         * platform/mac/tables/mozilla/bugs/bug10039-expected.png:
16605         * platform/mac/tables/mozilla/bugs/bug101201-expected.png:
16606         * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
16607         * platform/mac/tables/mozilla/bugs/bug102145-1-expected.png:
16608         * platform/mac/tables/mozilla/bugs/bug102145-2-expected.png:
16609         * platform/mac/tables/mozilla/bugs/bug102145-3-expected.png:
16610         * platform/mac/tables/mozilla/bugs/bug102145-4-expected.png:
16611         * platform/mac/tables/mozilla/bugs/bug10269-1-expected.png:
16612         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.png:
16613         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
16614         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
16615         * platform/mac/tables/mozilla/bugs/bug10296-2-expected.png:
16616         * platform/mac/tables/mozilla/bugs/bug103533-expected.png:
16617         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png:
16618         * platform/mac/tables/mozilla/bugs/bug10565-expected.png:
16619         * platform/mac/tables/mozilla/bugs/bug106158-1-expected.png:
16620         * platform/mac/tables/mozilla/bugs/bug106158-2-expected.png:
16621         * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
16622         * platform/mac/tables/mozilla/bugs/bug1067-1-expected.png:
16623         * platform/mac/tables/mozilla/bugs/bug1067-2-expected.png:
16624         * platform/mac/tables/mozilla/bugs/bug106795-expected.png:
16625         * platform/mac/tables/mozilla/bugs/bug106816-expected.png:
16626         * platform/mac/tables/mozilla/bugs/bug108340-expected.png:
16627         * platform/mac/tables/mozilla/bugs/bug109043-expected.png:
16628         * platform/mac/tables/mozilla/bugs/bug11026-expected.png:
16629         * platform/mac/tables/mozilla/bugs/bug110566-expected.png:
16630         * platform/mac/tables/mozilla/bugs/bug11321-expected.png:
16631         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
16632         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.png:
16633         * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
16634         * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
16635         * platform/mac/tables/mozilla/bugs/bug11384q-expected.png:
16636         * platform/mac/tables/mozilla/bugs/bug11384s-expected.png:
16637         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.png:
16638         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
16639         * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
16640         * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
16641         * platform/mac/tables/mozilla/bugs/bug119786-expected.png:
16642         * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
16643         * platform/mac/tables/mozilla/bugs/bug12008-expected.png:
16644         * platform/mac/tables/mozilla/bugs/bug120107-expected.png:
16645         * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
16646         * platform/mac/tables/mozilla/bugs/bug1220-expected.png:
16647         * platform/mac/tables/mozilla/bugs/bug1224-expected.png:
16648         * platform/mac/tables/mozilla/bugs/bug12268-expected.png:
16649         * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
16650         * platform/mac/tables/mozilla/bugs/bug123862-expected.png:
16651         * platform/mac/tables/mozilla/bugs/bug1261-expected.png:
16652         * platform/mac/tables/mozilla/bugs/bug126742-expected.png:
16653         * platform/mac/tables/mozilla/bugs/bug12709-expected.png:
16654         * platform/mac/tables/mozilla/bugs/bug1271-expected.png:
16655         * platform/mac/tables/mozilla/bugs/bug127267-expected.png:
16656         * platform/mac/tables/mozilla/bugs/bug128229-expected.png:
16657         * platform/mac/tables/mozilla/bugs/bug12908-1-expected.png:
16658         * platform/mac/tables/mozilla/bugs/bug12908-2-expected.png:
16659         * platform/mac/tables/mozilla/bugs/bug12910-2-expected.png:
16660         * platform/mac/tables/mozilla/bugs/bug12910-expected.png:
16661         * platform/mac/tables/mozilla/bugs/bug1296-expected.png:
16662         * platform/mac/tables/mozilla/bugs/bug1302-expected.png:
16663         * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
16664         * platform/mac/tables/mozilla/bugs/bug131020-2-expected.png:
16665         * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
16666         * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
16667         * platform/mac/tables/mozilla/bugs/bug13105-expected.png:
16668         * platform/mac/tables/mozilla/bugs/bug13118-expected.png:
16669         * platform/mac/tables/mozilla/bugs/bug13169-expected.png:
16670         * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
16671         * platform/mac/tables/mozilla/bugs/bug13196-expected.png:
16672         * platform/mac/tables/mozilla/bugs/bug133756-1-expected.png:
16673         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
16674         * platform/mac/tables/mozilla/bugs/bug133948-expected.png:
16675         * platform/mac/tables/mozilla/bugs/bug13484-expected.png:
16676         * platform/mac/tables/mozilla/bugs/bug13526-expected.png:
16677         * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png:
16678         * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
16679         * platform/mac/tables/mozilla/bugs/bug137388-3-expected.png:
16680         * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
16681         * platform/mac/tables/mozilla/bugs/bug139524-1-expected.png:
16682         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png:
16683         * platform/mac/tables/mozilla/bugs/bug139524-3-expected.png:
16684         * platform/mac/tables/mozilla/bugs/bug139524-4-expected.png:
16685         * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png:
16686         * platform/mac/tables/mozilla/bugs/bug14159-3-expected.png:
16687         * platform/mac/tables/mozilla/bugs/bug1430-expected.png:
16688         * platform/mac/tables/mozilla/bugs/bug14323-expected.png:
16689         * platform/mac/tables/mozilla/bugs/bug145572-expected.png:
16690         * platform/mac/tables/mozilla/bugs/bug1474-expected.png:
16691         * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
16692         * platform/mac/tables/mozilla/bugs/bug149275-2-expected.png:
16693         * platform/mac/tables/mozilla/bugs/bug14929-expected.png:
16694         * platform/mac/tables/mozilla/bugs/bug15247-expected.png:
16695         * platform/mac/tables/mozilla/bugs/bug154780-expected.png:
16696         * platform/mac/tables/mozilla/bugs/bug15544-expected.png:
16697         * platform/mac/tables/mozilla/bugs/bug157890-expected.png:
16698         * platform/mac/tables/mozilla/bugs/bug159108-expected.png:
16699         * platform/mac/tables/mozilla/bugs/bug15933-expected.png:
16700         * platform/mac/tables/mozilla/bugs/bug16012-expected.png:
16701         * platform/mac/tables/mozilla/bugs/bug16252-expected.png:
16702         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png:
16703         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png:
16704         * platform/mac/tables/mozilla/bugs/bug17138-expected.png:
16705         * platform/mac/tables/mozilla/bugs/bug17168-expected.png:
16706         * platform/mac/tables/mozilla/bugs/bug175455-4-expected.png:
16707         * platform/mac/tables/mozilla/bugs/bug17548-expected.png:
16708         * platform/mac/tables/mozilla/bugs/bug17587-expected.png:
16709         * platform/mac/tables/mozilla/bugs/bug1800-expected.png:
16710         * platform/mac/tables/mozilla/bugs/bug1802-expected.png:
16711         * platform/mac/tables/mozilla/bugs/bug1802s-expected.png:
16712         * platform/mac/tables/mozilla/bugs/bug1809-expected.png:
16713         * platform/mac/tables/mozilla/bugs/bug1818-1-expected.png:
16714         * platform/mac/tables/mozilla/bugs/bug1818-2-expected.png:
16715         * platform/mac/tables/mozilla/bugs/bug1818-3-expected.png:
16716         * platform/mac/tables/mozilla/bugs/bug1818-4-expected.png:
16717         * platform/mac/tables/mozilla/bugs/bug1818-5-expected.png:
16718         * platform/mac/tables/mozilla/bugs/bug1818-6-expected.png:
16719         * platform/mac/tables/mozilla/bugs/bug1828-expected.png:
16720         * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
16721         * platform/mac/tables/mozilla/bugs/bug18440-expected.png:
16722         * platform/mac/tables/mozilla/bugs/bug18558-expected.png:
16723         * platform/mac/tables/mozilla/bugs/bug18664-expected.png:
16724         * platform/mac/tables/mozilla/bugs/bug18955-expected.png:
16725         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png:
16726         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png:
16727         * platform/mac/tables/mozilla/bugs/bug19356-expected.png:
16728         * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
16729         * platform/mac/tables/mozilla/bugs/bug19599-expected.png:
16730         * platform/mac/tables/mozilla/bugs/bug196870-expected.png:
16731         * platform/mac/tables/mozilla/bugs/bug2050-expected.png:
16732         * platform/mac/tables/mozilla/bugs/bug20579-expected.png:
16733         * platform/mac/tables/mozilla/bugs/bug2065-expected.png:
16734         * platform/mac/tables/mozilla/bugs/bug20804-expected.png:
16735         * platform/mac/tables/mozilla/bugs/bug2123-expected.png:
16736         * platform/mac/tables/mozilla/bugs/bug21299-expected.png:
16737         * platform/mac/tables/mozilla/bugs/bug215629-expected.png:
16738         * platform/mac/tables/mozilla/bugs/bug21918-expected.png:
16739         * platform/mac/tables/mozilla/bugs/bug219693-1-expected.png:
16740         * platform/mac/tables/mozilla/bugs/bug219693-2-expected.png:
16741         * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
16742         * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
16743         * platform/mac/tables/mozilla/bugs/bug221784-1-expected.png:
16744         * platform/mac/tables/mozilla/bugs/bug221784-2-expected.png:
16745         * platform/mac/tables/mozilla/bugs/bug222336-expected.png:
16746         * platform/mac/tables/mozilla/bugs/bug22246-2-expected.png:
16747         * platform/mac/tables/mozilla/bugs/bug22246-2a-expected.png:
16748         * platform/mac/tables/mozilla/bugs/bug22246-3-expected.png:
16749         * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.png:
16750         * platform/mac/tables/mozilla/bugs/bug222467-expected.png:
16751         * platform/mac/tables/mozilla/bugs/bug222846-expected.png:
16752         * platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
16753         * platform/mac/tables/mozilla/bugs/bug22513-expected.png:
16754         * platform/mac/tables/mozilla/bugs/bug2267-expected.png:
16755         * platform/mac/tables/mozilla/bugs/bug227123-expected.png:
16756         * platform/mac/tables/mozilla/bugs/bug2296-expected.png:
16757         * platform/mac/tables/mozilla/bugs/bug23072-expected.png:
16758         * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
16759         * platform/mac/tables/mozilla/bugs/bug23235-expected.png:
16760         * platform/mac/tables/mozilla/bugs/bug23299-expected.png:
16761         * platform/mac/tables/mozilla/bugs/bug23994-expected.png:
16762         * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
16763         * platform/mac/tables/mozilla/bugs/bug24503-expected.png:
16764         * platform/mac/tables/mozilla/bugs/bug24627-expected.png:
16765         * platform/mac/tables/mozilla/bugs/bug24661-expected.png:
16766         * platform/mac/tables/mozilla/bugs/bug2469-expected.png:
16767         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.png:
16768         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
16769         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
16770         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
16771         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
16772         * platform/mac/tables/mozilla/bugs/bug24880-expected.png:
16773         * platform/mac/tables/mozilla/bugs/bug25004-expected.png:
16774         * platform/mac/tables/mozilla/bugs/bug25074-expected.png:
16775         * platform/mac/tables/mozilla/bugs/bug25086-expected.png:
16776         * platform/mac/tables/mozilla/bugs/bug2509-expected.png:
16777         * platform/mac/tables/mozilla/bugs/bug2516-expected.png:
16778         * platform/mac/tables/mozilla/bugs/bug25367-expected.png:
16779         * platform/mac/tables/mozilla/bugs/bug25663-expected.png:
16780         * platform/mac/tables/mozilla/bugs/bug2585-expected.png:
16781         * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
16782         * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
16783         * platform/mac/tables/mozilla/bugs/bug2684-expected.png:
16784         * platform/mac/tables/mozilla/bugs/bug269566-expected.png:
16785         * platform/mac/tables/mozilla/bugs/bug27038-1-expected.png:
16786         * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
16787         * platform/mac/tables/mozilla/bugs/bug27038-3-expected.png:
16788         * platform/mac/tables/mozilla/bugs/bug275625-expected.png:
16789         * platform/mac/tables/mozilla/bugs/bug2757-expected.png:
16790         * platform/mac/tables/mozilla/bugs/bug2763-expected.png:
16791         * platform/mac/tables/mozilla/bugs/bug277062-expected.png:
16792         * platform/mac/tables/mozilla/bugs/bug2773-expected.png:
16793         * platform/mac/tables/mozilla/bugs/bug278266-expected.png:
16794         * platform/mac/tables/mozilla/bugs/bug278385-expected.png:
16795         * platform/mac/tables/mozilla/bugs/bug27993-1-expected.png:
16796         * platform/mac/tables/mozilla/bugs/bug28341-expected.png:
16797         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.png:
16798         * platform/mac/tables/mozilla/bugs/bug2886-expected.png:
16799         * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
16800         * platform/mac/tables/mozilla/bugs/bug28933-expected.png:
16801         * platform/mac/tables/mozilla/bugs/bug29058-1-expected.png:
16802         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png:
16803         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
16804         * platform/mac/tables/mozilla/bugs/bug29157-expected.png:
16805         * platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
16806         * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
16807         * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
16808         * platform/mac/tables/mozilla/bugs/bug29429-expected.png:
16809         * platform/mac/tables/mozilla/bugs/bug2947-expected.png:
16810         * platform/mac/tables/mozilla/bugs/bug2954-expected.png:
16811         * platform/mac/tables/mozilla/bugs/bug2962-expected.png:
16812         * platform/mac/tables/mozilla/bugs/bug2973-expected.png:
16813         * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png:
16814         * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png:
16815         * platform/mac/tables/mozilla/bugs/bug2997-expected.png:
16816         * platform/mac/tables/mozilla/bugs/bug30273-expected.png:
16817         * platform/mac/tables/mozilla/bugs/bug30332-1-expected.png:
16818         * platform/mac/tables/mozilla/bugs/bug30332-2-expected.png:
16819         * platform/mac/tables/mozilla/bugs/bug3037-1-expected.png:
16820         * platform/mac/tables/mozilla/bugs/bug3037-2-expected.png:
16821         * platform/mac/tables/mozilla/bugs/bug30418-expected.png:
16822         * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
16823         * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
16824         * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
16825         * platform/mac/tables/mozilla/bugs/bug3103-expected.png:
16826         * platform/mac/tables/mozilla/bugs/bug3191-expected.png:
16827         * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
16828         * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png:
16829         * platform/mac/tables/mozilla/bugs/bug32205-5-expected.png:
16830         * platform/mac/tables/mozilla/bugs/bug32447-expected.png:
16831         * platform/mac/tables/mozilla/bugs/bug3260-expected.png:
16832         * platform/mac/tables/mozilla/bugs/bug3263-expected.png:
16833         * platform/mac/tables/mozilla/bugs/bug32841-expected.png:
16834         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.png:
16835         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.png:
16836         * platform/mac/tables/mozilla/bugs/bug33137-expected.png:
16837         * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
16838         * platform/mac/tables/mozilla/bugs/bug34176-expected.png:
16839         * platform/mac/tables/mozilla/bugs/bug34538-expected.png:
16840         * platform/mac/tables/mozilla/bugs/bug3454-expected.png:
16841         * platform/mac/tables/mozilla/bugs/bug35662-expected.png:
16842         * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png:
16843         * platform/mac/tables/mozilla/bugs/bug3681-2-expected.png:
16844         * platform/mac/tables/mozilla/bugs/bug3718-expected.png:
16845         * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
16846         * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
16847         * platform/mac/tables/mozilla/bugs/bug3977-expected.png:
16848         * platform/mac/tables/mozilla/bugs/bug40828-expected.png:
16849         * platform/mac/tables/mozilla/bugs/bug4093-expected.png:
16850         * platform/mac/tables/mozilla/bugs/bug41890-expected.png:
16851         * platform/mac/tables/mozilla/bugs/bug42187-expected.png:
16852         * platform/mac/tables/mozilla/bugs/bug42443-expected.png:
16853         * platform/mac/tables/mozilla/bugs/bug4284-expected.png:
16854         * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
16855         * platform/mac/tables/mozilla/bugs/bug43204-expected.png:
16856         * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
16857         * platform/mac/tables/mozilla/bugs/bug4385-expected.png:
16858         * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
16859         * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png:
16860         * platform/mac/tables/mozilla/bugs/bug4427-expected.png:
16861         * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
16862         * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
16863         * platform/mac/tables/mozilla/bugs/bug44523-expected.png:
16864         * platform/mac/tables/mozilla/bugs/bug4501-expected.png:
16865         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png:
16866         * platform/mac/tables/mozilla/bugs/bug45055-expected.png:
16867         * platform/mac/tables/mozilla/bugs/bug4520-expected.png:
16868         * platform/mac/tables/mozilla/bugs/bug4523-expected.png:
16869         * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
16870         * platform/mac/tables/mozilla/bugs/bug45350-expected.png:
16871         * platform/mac/tables/mozilla/bugs/bug45486-expected.png:
16872         * platform/mac/tables/mozilla/bugs/bug4576-expected.png:
16873         * platform/mac/tables/mozilla/bugs/bug46268-1-expected.png:
16874         * platform/mac/tables/mozilla/bugs/bug46268-2-expected.png:
16875         * platform/mac/tables/mozilla/bugs/bug46268-3-expected.png:
16876         * platform/mac/tables/mozilla/bugs/bug46268-5-expected.png:
16877         * platform/mac/tables/mozilla/bugs/bug46268-expected.png:
16878         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
16879         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
16880         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
16881         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
16882         * platform/mac/tables/mozilla/bugs/bug46623-1-expected.png:
16883         * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png:
16884         * platform/mac/tables/mozilla/bugs/bug46924-expected.png:
16885         * platform/mac/tables/mozilla/bugs/bug46944-expected.png:
16886         * platform/mac/tables/mozilla/bugs/bug4739-expected.png:
16887         * platform/mac/tables/mozilla/bugs/bug47432-expected.png:
16888         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.png:
16889         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
16890         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.png:
16891         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
16892         * platform/mac/tables/mozilla/bugs/bug4803-expected.png:
16893         * platform/mac/tables/mozilla/bugs/bug4849-2-expected.png:
16894         * platform/mac/tables/mozilla/bugs/bug4849-expected.png:
16895         * platform/mac/tables/mozilla/bugs/bug48827-expected.png:
16896         * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
16897         * platform/mac/tables/mozilla/bugs/bug50695-2-expected.png:
16898         * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
16899         * platform/mac/tables/mozilla/bugs/bug51140-expected.png:
16900         * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
16901         * platform/mac/tables/mozilla/bugs/bug5188-expected.png:
16902         * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
16903         * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
16904         * platform/mac/tables/mozilla/bugs/bug53690-1-expected.png:
16905         * platform/mac/tables/mozilla/bugs/bug53690-2-expected.png:
16906         * platform/mac/tables/mozilla/bugs/bug53891-expected.png:
16907         * platform/mac/tables/mozilla/bugs/bug54450-expected.png:
16908         * platform/mac/tables/mozilla/bugs/bug5538-expected.png:
16909         * platform/mac/tables/mozilla/bugs/bug55527-expected.png:
16910         * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
16911         * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
16912         * platform/mac/tables/mozilla/bugs/bug55789-expected.png:
16913         * platform/mac/tables/mozilla/bugs/bug56201-expected.png:
16914         * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
16915         * platform/mac/tables/mozilla/bugs/bug56563-expected.png:
16916         * platform/mac/tables/mozilla/bugs/bug57300-expected.png:
16917         * platform/mac/tables/mozilla/bugs/bug57378-expected.png:
16918         * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
16919         * platform/mac/tables/mozilla/bugs/bug57828-expected.png:
16920         * platform/mac/tables/mozilla/bugs/bug5797-expected.png:
16921         * platform/mac/tables/mozilla/bugs/bug5798-expected.png:
16922         * platform/mac/tables/mozilla/bugs/bug5799-expected.png:
16923         * platform/mac/tables/mozilla/bugs/bug5835-expected.png:
16924         * platform/mac/tables/mozilla/bugs/bug5838-expected.png:
16925         * platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
16926         * platform/mac/tables/mozilla/bugs/bug58402-1-expected.png:
16927         * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
16928         * platform/mac/tables/mozilla/bugs/bug60013-expected.png:
16929         * platform/mac/tables/mozilla/bugs/bug60749-expected.png:
16930         * platform/mac/tables/mozilla/bugs/bug60804-expected.png:
16931         * platform/mac/tables/mozilla/bugs/bug60807-expected.png:
16932         * platform/mac/tables/mozilla/bugs/bug60992-expected.png:
16933         * platform/mac/tables/mozilla/bugs/bug6184-expected.png:
16934         * platform/mac/tables/mozilla/bugs/bug625-expected.png:
16935         * platform/mac/tables/mozilla/bugs/bug6304-expected.png:
16936         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
16937         * platform/mac/tables/mozilla/bugs/bug63785-expected.png:
16938         * platform/mac/tables/mozilla/bugs/bug6404-expected.png:
16939         * platform/mac/tables/mozilla/bugs/bug641-1-expected.png:
16940         * platform/mac/tables/mozilla/bugs/bug641-2-expected.png:
16941         * platform/mac/tables/mozilla/bugs/bug647-expected.png:
16942         * platform/mac/tables/mozilla/bugs/bug650-expected.png:
16943         * platform/mac/tables/mozilla/bugs/bug6674-expected.png:
16944         * platform/mac/tables/mozilla/bugs/bug67864-expected.png:
16945         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
16946         * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
16947         * platform/mac/tables/mozilla/bugs/bug68998-expected.png:
16948         * platform/mac/tables/mozilla/bugs/bug69187-expected.png:
16949         * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png:
16950         * platform/mac/tables/mozilla/bugs/bug69382-2-expected.png:
16951         * platform/mac/tables/mozilla/bugs/bug709-expected.png:
16952         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png:
16953         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png:
16954         * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png:
16955         * platform/mac/tables/mozilla/bugs/bug72359-expected.png:
16956         * platform/mac/tables/mozilla/bugs/bug727-expected.png:
16957         * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
16958         * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
16959         * platform/mac/tables/mozilla/bugs/bug7471-expected.png:
16960         * platform/mac/tables/mozilla/bugs/bug75250-expected.png:
16961         * platform/mac/tables/mozilla/bugs/bug7714-expected.png:
16962         * platform/mac/tables/mozilla/bugs/bug78162-expected.png:
16963         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.png:
16964         * platform/mac/tables/mozilla/bugs/bug8032-2-expected.png:
16965         * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png:
16966         * platform/mac/tables/mozilla/bugs/bug81934-expected.png:
16967         * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png:
16968         * platform/mac/tables/mozilla/bugs/bug82946-2-expected.png:
16969         * platform/mac/tables/mozilla/bugs/bug8361-expected.png:
16970         * platform/mac/tables/mozilla/bugs/bug83786-expected.png:
16971         * platform/mac/tables/mozilla/bugs/bug8381-expected.png:
16972         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
16973         * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
16974         * platform/mac/tables/mozilla/bugs/bug86220-expected.png:
16975         * platform/mac/tables/mozilla/bugs/bug86708-expected.png:
16976         * platform/mac/tables/mozilla/bugs/bug88035-1-expected.png:
16977         * platform/mac/tables/mozilla/bugs/bug88035-2-expected.png:
16978         * platform/mac/tables/mozilla/bugs/bug88524-expected.png:
16979         * platform/mac/tables/mozilla/bugs/bug8858-expected.png:
16980         * platform/mac/tables/mozilla/bugs/bug8950-expected.png:
16981         * platform/mac/tables/mozilla/bugs/bug9024-expected.png:
16982         * platform/mac/tables/mozilla/bugs/bug9072-expected.png:
16983         * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png:
16984         * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png:
16985         * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
16986         * platform/mac/tables/mozilla/bugs/bug92647-2-expected.png:
16987         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.png:
16988         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.png:
16989         * platform/mac/tables/mozilla/bugs/bug92868-expected.png:
16990         * platform/mac/tables/mozilla/bugs/bug93363-expected.png:
16991         * platform/mac/tables/mozilla/bugs/bug963-expected.png:
16992         * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
16993         * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
16994         * platform/mac/tables/mozilla/bugs/bug965-expected.png:
16995         * platform/mac/tables/mozilla/bugs/bug97138-expected.png:
16996         * platform/mac/tables/mozilla/bugs/bug97383-expected.png:
16997         * platform/mac/tables/mozilla/bugs/bug98196-expected.png:
16998         * platform/mac/tables/mozilla/bugs/bug9879-1-expected.png:
16999         * platform/mac/tables/mozilla/bugs/bug99923-expected.png:
17000         * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
17001         * platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.png:
17002         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
17003         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
17004         * platform/mac/tables/mozilla/core/bloomberg-expected.png:
17005         * platform/mac/tables/mozilla/core/borders-expected.png:
17006         * platform/mac/tables/mozilla/core/box_sizing-expected.png:
17007         * platform/mac/tables/mozilla/core/captions-expected.png:
17008         * platform/mac/tables/mozilla/core/captions-expected.txt:
17009         * platform/mac/tables/mozilla/core/cell_heights-expected.png:
17010         * platform/mac/tables/mozilla/core/col_span-expected.png:
17011         * platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.png:
17012         * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
17013         * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
17014         * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
17015         * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
17016         * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
17017         * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png:
17018         * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.png:
17019         * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
17020         * platform/mac/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png:
17021         * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
17022         * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png:
17023         * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
17024         * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.png:
17025         * platform/mac/tables/mozilla/core/margins-expected.png:
17026         * platform/mac/tables/mozilla/core/misc-expected.png:
17027         * platform/mac/tables/mozilla/core/nested1-expected.png:
17028         * platform/mac/tables/mozilla/core/one_row-expected.png:
17029         * platform/mac/tables/mozilla/core/row_span-expected.png:
17030         * platform/mac/tables/mozilla/core/table_frame-expected.png:
17031         * platform/mac/tables/mozilla/core/table_heights-expected.png:
17032         * platform/mac/tables/mozilla/core/table_rules-expected.png:
17033         * platform/mac/tables/mozilla/core/table_widths-expected.png:
17034         * platform/mac/tables/mozilla/dom/appendCol2-expected.png:
17035         * platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.png:
17036         * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.png:
17037         * platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
17038         * platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.png:
17039         * platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.png:
17040         * platform/mac/tables/mozilla/dom/deleteCol1-expected.png:
17041         * platform/mac/tables/mozilla/dom/deleteCol2-expected.png:
17042         * platform/mac/tables/mozilla/dom/deleteCol3-expected.png:
17043         * platform/mac/tables/mozilla/dom/deleteColGroup1-expected.png:
17044         * platform/mac/tables/mozilla/dom/deleteColGroup2-expected.png:
17045         * platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
17046         * platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.png:
17047         * platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
17048         * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
17049         * platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.png:
17050         * platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.png:
17051         * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png:
17052         * platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.png:
17053         * platform/mac/tables/mozilla/dom/insertColGroups1-expected.png:
17054         * platform/mac/tables/mozilla/dom/insertColGroups2-expected.png:
17055         * platform/mac/tables/mozilla/dom/insertCols1-expected.png:
17056         * platform/mac/tables/mozilla/dom/insertCols2-expected.png:
17057         * platform/mac/tables/mozilla/dom/insertCols3-expected.png:
17058         * platform/mac/tables/mozilla/dom/insertCols4-expected.png:
17059         * platform/mac/tables/mozilla/dom/insertCols5-expected.png:
17060         * platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.png:
17061         * platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.png:
17062         * platform/mac/tables/mozilla/dom/tableDom-expected.png:
17063         * platform/mac/tables/mozilla/marvin/backgr_index-expected.png:
17064         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
17065         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
17066         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png:
17067         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
17068         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
17069         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
17070         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
17071         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
17072         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
17073         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
17074         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
17075         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
17076         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
17077         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
17078         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
17079         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
17080         * platform/mac/tables/mozilla/marvin/body_col-expected.png:
17081         * platform/mac/tables/mozilla/marvin/body_tbody-expected.png:
17082         * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png:
17083         * platform/mac/tables/mozilla/marvin/body_thead-expected.png:
17084         * platform/mac/tables/mozilla/marvin/col_span-expected.png:
17085         * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png:
17086         * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png:
17087         * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png:
17088         * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png:
17089         * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png:
17090         * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
17091         * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
17092         * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
17093         * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png:
17094         * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png:
17095         * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png:
17096         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png:
17097         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
17098         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png:
17099         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
17100         * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
17101         * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
17102         * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png:
17103         * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png:
17104         * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png:
17105         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png:
17106         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
17107         * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png:
17108         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png:
17109         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
17110         * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png:
17111         * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png:
17112         * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png:
17113         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
17114         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
17115         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
17116         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
17117         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
17118         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
17119         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
17120         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
17121         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
17122         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
17123         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
17124         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
17125         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
17126         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
17127         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
17128         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
17129         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
17130         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
17131         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
17132         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
17133         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
17134         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
17135         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
17136         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
17137         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
17138         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
17139         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
17140         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
17141         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
17142         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
17143         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
17144         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
17145         * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png:
17146         * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png:
17147         * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png:
17148         * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png:
17149         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
17150         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
17151         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.png:
17152         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
17153         * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png:
17154         * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
17155         * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png:
17156         * platform/mac/tables/mozilla/marvin/tables_class-expected.png:
17157         * platform/mac/tables/mozilla/marvin/tables_default-expected.png:
17158         * platform/mac/tables/mozilla/marvin/tables_id-expected.png:
17159         * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
17160         * platform/mac/tables/mozilla/marvin/tables_style-expected.png:
17161         * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png:
17162         * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png:
17163         * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png:
17164         * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png:
17165         * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png:
17166         * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png:
17167         * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png:
17168         * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png:
17169         * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png:
17170         * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png:
17171         * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png:
17172         * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png:
17173         * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png:
17174         * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png:
17175         * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png:
17176         * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png:
17177         * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png:
17178         * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png:
17179         * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png:
17180         * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png:
17181         * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png:
17182         * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png:
17183         * platform/mac/tables/mozilla/marvin/tbody_char-expected.png:
17184         * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
17185         * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
17186         * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
17187         * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
17188         * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
17189         * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
17190         * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png:
17191         * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png:
17192         * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png:
17193         * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png:
17194         * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png:
17195         * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png:
17196         * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png:
17197         * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png:
17198         * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
17199         * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
17200         * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
17201         * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
17202         * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
17203         * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
17204         * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png:
17205         * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png:
17206         * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png:
17207         * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png:
17208         * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png:
17209         * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png:
17210         * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png:
17211         * platform/mac/tables/mozilla/marvin/thead_char-expected.png:
17212         * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
17213         * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
17214         * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
17215         * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png:
17216         * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
17217         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
17218         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
17219         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
17220         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
17221         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
17222         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
17223         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
17224         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
17225         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
17226         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
17227         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
17228         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
17229         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
17230         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
17231         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
17232         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
17233         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
17234         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
17235         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
17236         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
17237         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
17238         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
17239         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
17240         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
17241         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
17242         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
17243         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
17244         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
17245         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
17246         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
17247         * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
17248         * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
17249         * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
17250         * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png:
17251         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
17252         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
17253         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.png:
17254         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
17255         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.png:
17256         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
17257         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.png:
17258         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
17259         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.png:
17260         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
17261         * platform/mac/tables/mozilla/marvin/x_col_align_center-expected.png:
17262         * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.png:
17263         * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png:
17264         * platform/mac/tables/mozilla/marvin/x_col_align_left-expected.png:
17265         * platform/mac/tables/mozilla/marvin/x_col_align_right-expected.png:
17266         * platform/mac/tables/mozilla/marvin/x_col_span-expected.png:
17267         * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
17268         * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
17269         * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.png:
17270         * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.png:
17271         * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png:
17272         * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.png:
17273         * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png:
17274         * platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
17275         * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
17276         * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
17277         * platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
17278         * platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
17279         * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.png:
17280         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
17281         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
17282         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
17283         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
17284         * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
17285         * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
17286         * platform/mac/tables/mozilla/marvin/x_table-expected.png:
17287         * platform/mac/tables/mozilla/marvin/x_table_align_center-expected.png:
17288         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.png:
17289         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.png:
17290         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
17291         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
17292         * platform/mac/tables/mozilla/marvin/x_table_border-expected.png:
17293         * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png:
17294         * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png:
17295         * platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.png:
17296         * platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
17297         * platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.png:
17298         * platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
17299         * platform/mac/tables/mozilla/marvin/x_table_class-expected.png:
17300         * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png:
17301         * platform/mac/tables/mozilla/marvin/x_table_id-expected.png:
17302         * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png:
17303         * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png:
17304         * platform/mac/tables/mozilla/marvin/x_table_style-expected.png:
17305         * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png:
17306         * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png:
17307         * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.png:
17308         * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png:
17309         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
17310         * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.png:
17311         * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.png:
17312         * platform/mac/tables/mozilla/marvin/x_tbody_class-expected.png:
17313         * platform/mac/tables/mozilla/marvin/x_tbody_id-expected.png:
17314         * platform/mac/tables/mozilla/marvin/x_tbody_style-expected.png:
17315         * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
17316         * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
17317         * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
17318         * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
17319         * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png:
17320         * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.png:
17321         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
17322         * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png:
17323         * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png:
17324         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
17325         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
17326         * platform/mac/tables/mozilla/marvin/x_td_class-expected.png:
17327         * platform/mac/tables/mozilla/marvin/x_td_colspan-expected.png:
17328         * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
17329         * platform/mac/tables/mozilla/marvin/x_td_id-expected.png:
17330         * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
17331         * platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.png:
17332         * platform/mac/tables/mozilla/marvin/x_td_style-expected.png:
17333         * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
17334         * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
17335         * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.png:
17336         * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.png:
17337         * platform/mac/tables/mozilla/marvin/x_td_width-expected.png:
17338         * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
17339         * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
17340         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
17341         * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
17342         * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
17343         * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.png:
17344         * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.png:
17345         * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.png:
17346         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
17347         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
17348         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
17349         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
17350         * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png:
17351         * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.png:
17352         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
17353         * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png:
17354         * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png:
17355         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
17356         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
17357         * platform/mac/tables/mozilla/marvin/x_th_class-expected.png:
17358         * platform/mac/tables/mozilla/marvin/x_th_colspan-expected.png:
17359         * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
17360         * platform/mac/tables/mozilla/marvin/x_th_id-expected.png:
17361         * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
17362         * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.png:
17363         * platform/mac/tables/mozilla/marvin/x_th_style-expected.png:
17364         * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
17365         * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
17366         * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.png:
17367         * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.png:
17368         * platform/mac/tables/mozilla/marvin/x_th_width-expected.png:
17369         * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.png:
17370         * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png:
17371         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
17372         * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.png:
17373         * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.png:
17374         * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png:
17375         * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png:
17376         * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png:
17377         * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
17378         * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
17379         * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
17380         * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png:
17381         * platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.png:
17382         * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.png:
17383         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
17384         * platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.png:
17385         * platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.png:
17386         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
17387         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
17388         * platform/mac/tables/mozilla/marvin/x_tr_class-expected.png:
17389         * platform/mac/tables/mozilla/marvin/x_tr_id-expected.png:
17390         * platform/mac/tables/mozilla/marvin/x_tr_style-expected.png:
17391         * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
17392         * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
17393         * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
17394         * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.png:
17395         * platform/mac/tables/mozilla/other/body_col-expected.png:
17396         * platform/mac/tables/mozilla/other/cell_widths-expected.png:
17397         * platform/mac/tables/mozilla/other/cellspacing-expected.png:
17398         * platform/mac/tables/mozilla/other/move_row-expected.png:
17399         * platform/mac/tables/mozilla/other/ms-expected.png:
17400         * platform/mac/tables/mozilla/other/nested2-expected.png:
17401         * platform/mac/tables/mozilla/other/nestedTables-expected.png:
17402         * platform/mac/tables/mozilla/other/padding-expected.png:
17403         * platform/mac/tables/mozilla/other/slashlogo-expected.png:
17404         * platform/mac/tables/mozilla/other/test3-expected.png:
17405         * platform/mac/tables/mozilla/other/test6-expected.png:
17406         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
17407         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
17408         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.png:
17409         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
17410         * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
17411         * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
17412         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
17413         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
17414         * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
17415         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
17416         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
17417         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
17418         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
17419         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
17420         * platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
17421         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
17422         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
17423         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
17424         * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
17425         * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
17426         * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
17427         * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
17428         * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
17429         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
17430         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
17431         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
17432         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
17433         * platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
17434         * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
17435         * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
17436         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
17437         * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
17438         * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
17439         * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
17440         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
17441         * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
17442         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
17443         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
17444         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
17445         * platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
17446         * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
17447         * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
17448         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
17449         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
17450         * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
17451         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
17452         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
17453         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
17454         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
17455         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
17456         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
17457         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
17458         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
17459         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
17460         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
17461         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
17462         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
17463         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
17464         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
17465         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
17466         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
17467         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
17468         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
17469         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
17470         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
17471         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
17472         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
17473         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
17474         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
17475         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
17476         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
17477         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
17478         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
17479         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
17480         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
17481         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
17482         * platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
17483         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.png:
17484         * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
17485         * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
17486         * platform/mac/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
17487         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
17488         * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
17489         * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
17490         * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
17491         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
17492         * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
17493         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
17494         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
17495         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
17496         * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
17497         * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
17498         * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
17499         * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
17500         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
17501         * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
17502         * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
17503         * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
17504         * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
17505         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
17506         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
17507         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
17508         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
17509         * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
17510         * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
17511         * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
17512         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
17513         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
17514         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
17515         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
17516         * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
17517         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
17518         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
17519         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
17520         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
17521         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png:
17522         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
17523         * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
17524         * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.png:
17525         * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
17526         * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
17527         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
17528         * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
17529         * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
17530         * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
17531         * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
17532         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
17533         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
17534         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
17535         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
17536         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
17537         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
17538         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
17539         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
17540         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
17541         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
17542         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
17543         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
17544         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
17545         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
17546         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
17547         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
17548         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
17549         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
17550         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
17551         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
17552         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
17553         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
17554         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
17555         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
17556         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
17557         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
17558         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
17559         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
17560         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
17561         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
17562         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
17563         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
17564         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
17565         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
17566         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
17567         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
17568         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
17569         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
17570         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
17571         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
17572         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
17573         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
17574         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
17575         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
17576         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
17577         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
17578         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
17579         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
17580         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
17581         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
17582         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
17583         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
17584         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
17585         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
17586         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
17587         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
17588         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
17589         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
17590         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
17591         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
17592         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
17593         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
17594         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
17595         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
17596         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
17597         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
17598         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
17599         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
17600         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
17601         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
17602         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
17603         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
17604         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
17605         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
17606         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
17607         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
17608         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
17609         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
17610         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
17611         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
17612         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
17613         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
17614         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
17615         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
17616         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
17617         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
17618         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
17619         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
17620         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
17621         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
17622         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
17623         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
17624         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
17625         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
17626         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
17627         * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
17628         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
17629         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
17630         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
17631         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
17632         * platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
17633         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
17634         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
17635         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
17636         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
17637         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
17638         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
17639         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
17640         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
17641         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
17642         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
17643         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
17644         * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
17645         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png:
17646         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
17647         * platform/mac/tables/mwarning: inexact rename detection was skipped due to too many files.:
17648
17649 2012-11-01  Max Vujovic  <mvujovic@adobe.com>
17650
17651         [CSS Shaders] Get rid of internal tex coord attribute
17652         https://bugs.webkit.org/show_bug.cgi?id=94358
17653
17654         Reviewed by Dean Jackson.
17655
17656         Add a test which verifies that a custom filter executes regardless of whether the author
17657         defines a_texCoord in the vertex shader. We check this because the implementation uses
17658         the author's a_texCoord definition if it exists. If it doesn't exist, the implementation
17659         adds its own a_texCoord definition to the author's shader.
17660
17661         * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Added.
17662         * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Added.
17663         * css3/filters/resources/a-tex-coord-defined.vs: Added.
17664         * css3/filters/resources/a-tex-coord-undefined.vs: Added.
17665
17666 2012-11-01  Stephen White  <senorblanco@chromium.org>
17667
17668         [chromium] Unreviewed gardening.  Suppressing an image failure after
17669         r133224.
17670
17671         * platform/chromium/TestExpectations:
17672
17673 2012-11-01  Roger Fong  <roger_fong@apple.com>
17674
17675         Unreviewed. Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
17676         It is inherently flaky: https://bugs.webkit.org/show_bug.cgi?id=100117
17677
17678         * platform/win/TestExpectations:
17679
17680 2012-11-01  Rob Buis  <rbuis@rim.com>
17681
17682         [BlackBerry] Add more form validation strings
17683         https://bugs.webkit.org/show_bug.cgi?id=100978
17684
17685         Reviewed by Yong Li.
17686
17687         PR 210072
17688
17689         Add the result we expect after adding translations for range over and underflow.
17690
17691         * platform/blackberry/fast/forms/number/number-validation-message-expected.txt: Added.
17692
17693 2012-11-01  Stephen White  <senorblanco@chromium.org>
17694
17695         [chromium] Unreviewed; marking another inspector test as flaky.
17696
17697         * platform/chromium/TestExpectations:
17698
17699 2012-11-01  Enrica Casucci  <enrica@apple.com>
17700
17701         Part2 of: Extend -webkit-user-select with new value "all"
17702         <rdar://problem/10161404>
17703         https://bugs.webkit.org/show_bug.cgi?id=91912
17704
17705         Reviewed by Ryosuke Niwa.
17706
17707         Testing moving and extending selections with the new CSS propertyvalue, with mouse movements
17708         and with the keyboard.
17709         Updated test expectations for all the platforms, since this is only enabled for the Mac port.
17710
17711         * editing/selection/user-select-all-selection-expected.txt: Added.
17712         * editing/selection/user-select-all-selection.html: Added.
17713         * platform/chromium/TestExpectations:
17714         * platform/qt/TestExpectations:
17715         * platform/gtk/TestExpectations:
17716         * platform/win/TestExpectations:
17717         * platform/efl/TestExpectations:
17718
17719
17720 2012-11-01  David Barton  <dbarton@mathscribe.com>
17721
17722         REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky
17723         https://bugs.webkit.org/show_bug.cgi?id=97390
17724
17725         Reviewed by Ojan Vafai.
17726
17727         * platform/chromium/TestExpectations:
17728         * platform/efl/TestExpectations:
17729         * platform/gtk/TestExpectations:
17730         * platform/mac/TestExpectations:
17731
17732 2012-11-01  Stephen White  <senorblanco@chromium.org>
17733
17734         [chromium] Unreviewed gardening.  Mark an inspector test as flaky.
17735
17736         * platform/chromium/TestExpectations:
17737
17738 2012-11-01  Stephen White  <senorblanco@chromium.org>
17739
17740         [chromium] Unreviewed gardening.
17741
17742         * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
17743         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
17744
17745 2012-11-01  Stephen White  <senorblanco@chromium.org>
17746
17747         [chromium] Unreviewed gardening.  Move baselines for a couple of
17748         compositing tests to platform-mac, so MountainLion can use them too.
17749
17750         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
17751         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
17752         * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
17753         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
17754
17755 2012-11-01  Stephen White  <senorblanco@chromium.org>
17756
17757         [chromium] Unreviewed gardening.  Mark yet another test as flaky.
17758
17759         * platform/chromium/TestExpectations:
17760
17761 2012-11-01  Stephen White  <senorblanco@chromium.org>
17762
17763         [chromium] Unreviewed gardening.  Mark a test as flaky.
17764
17765         * platform/chromium/TestExpectations:
17766
17767 2012-11-01  Dana Jansens  <danakj@chromium.org>
17768
17769         Unreviewed, remove failing expectations after rebaseline.
17770
17771         * platform/chromium/TestExpectations:
17772
17773 2012-11-01  Beth Dakin  <bdakin@apple.com>
17774
17775         https://bugs.webkit.org/show_bug.cgi?id=100917
17776         There should be a way to dump the scrolling tree from the layout tests
17777
17778         Reviewed by Simon Fraser.
17779
17780         * platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
17781         * platform/mac/tiled-drawing/scrolling-tree-after-scroll.html: Added.
17782         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
17783         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: Added.
17784
17785 2012-11-01  Dana Jansens  <danakj@chromium.org>
17786
17787         Rebaseline after compositor migration to gfx types.
17788         http://crbug.com/147395
17789
17790         Unreviewed rebaselines.
17791
17792         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
17793         * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
17794         * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
17795         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
17796         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
17797         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
17798         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Added.
17799         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
17800         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
17801         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
17802         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
17803         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
17804         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
17805         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
17806         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
17807         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
17808         * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
17809         * 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.
17810         * platform/efl-wk1/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
17811
17812 2012-11-01  Dana Jansens  <danakj@chromium.org>
17813
17814         Unreviewed, marking tests as failing preemptively.
17815         http://crbug.com/147395
17816
17817         * platform/chromium/TestExpectations:
17818
17819 2012-11-01  Stephen White  <senorblanco@chromium.org>
17820
17821         [chromium] Unreviewed gardening.  Mark a test as flaky.
17822
17823         * platform/chromium/TestExpectations:
17824
17825 2012-11-01  Roger Fong  <roger_fong@apple.com>
17826
17827         Unreviewed. Skip fast/workers/worker-domurl.html on Windows. ENABLE_BLOB not enabled.
17828
17829         * platform/win/TestExpectations:
17830
17831 2012-11-01  Mike West  <mkwst@chromium.org>
17832
17833         CSP 1.0: Warn when old-style directives encountered.
17834         https://bugs.webkit.org/show_bug.cgi?id=100883
17835
17836         Reviewed by Adam Barth.
17837
17838         * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
17839         * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt:
17840         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
17841         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
17842         * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
17843         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
17844         * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
17845         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
17846         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated-expected.txt: Added.
17847         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated.html: Added.
17848         * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
17849         * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
17850
17851 2012-11-01  Tony Chang  <tony@chromium.org>
17852
17853         [Chromium] Unreviewed, marking http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
17854         as slow on Linux Debug based on the flakiness dashboard.
17855
17856         * platform/chromium/TestExpectations:
17857
17858 2012-11-01  Emil A Eklund  <eae@chromium.org>
17859
17860         Unreviewed chromium windows rebaseline.
17861
17862         * platform/chromium-linux-x86/svg/zoom: Removed.
17863         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
17864         * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png:
17865         * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
17866         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
17867         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17868         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17869         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
17870         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
17871         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
17872
17873 2012-11-01  Emil A Eklund  <eae@chromium.org>
17874
17875         Unreviewed chromium rebaseline for r133172.
17876
17877         * platform/chromium-linux-x86/svg/zoom/page: Removed.
17878         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
17879         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
17880         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
17881         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
17882         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
17883         * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
17884         * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
17885         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
17886         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
17887         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
17888         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
17889         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
17890         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
17891         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17892         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17893         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
17894         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
17895         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
17896         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
17897         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
17898         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
17899         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
17900         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
17901         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
17902
17903 2012-11-01  Mike Reed  <reed@google.com>
17904
17905         Add suppressions for images for new skia roll
17906         https://bugs.webkit.org/show_bug.cgi?id=100961
17907
17908         Reviewed by NOBODY.
17909
17910         New skia roll improves clipped antialias hairlines, and this means a few images need to be rebaselined.
17911         crbug.com/148638
17912
17913         * platform/chromium/TestExpectations:
17914
17915 2012-11-01  Stephen White  <senorblanco@chromium.org>
17916
17917         [Chromium] Unreviewed gardening.  Remove some no-longer-flaky tests
17918         from TestExpectations.
17919
17920         * platform/chromium/TestExpectations:
17921
17922 2012-11-01  Emil A Eklund  <eae@chromium.org>
17923
17924         [subpixel] Change intrinsicSize to LayoutUnit
17925         https://bugs.webkit.org/show_bug.cgi?id=99104
17926
17927         Reviewed by Levi Weintraub.
17928
17929         Add test for tiled replaced elements and update existing expectations as needed.
17930
17931         * fast/sub-pixel/tiled-canvas-elements-expected.txt: Added.
17932         * fast/sub-pixel/tiled-canvas-elements.html: Added.
17933         * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
17934         * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
17935         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
17936         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17937         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17938         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
17939         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
17940         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
17941         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
17942         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
17943         * platform/chromium/fast/reflections/reflection-with-zoom-expected.txt:
17944         * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt:
17945         * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt:
17946         * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:
17947
17948 2012-11-01  Stephen White  <senorblanco@chromium.org>
17949
17950         [Chromium] Unreviewed gardening.  New reftest from 
17951         http://trac.webkit.org/changeset/133146 doesn't seem to work on
17952         MacOS 10.8.
17953
17954         * platform/chromium/TestExpectations:
17955
17956 2012-11-01  Mike West  <mkwst@chromium.org>
17957
17958         [Chromium] Unreviewed gardening.
17959
17960         Skipping http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
17961         as it's consistently leaking state into the next text (object-src-url-allowed.html).
17962         Filed https://bugs.webkit.org/show_bug.cgi?id=100955 to follow up.
17963
17964         * platform/chromium/TestExpectations:
17965
17966 2012-11-01  Stephen Chenney  <schenney@chromium.org>
17967
17968         SVG as an image may recreate the renderer on zoom
17969         https://bugs.webkit.org/show_bug.cgi?id=99508
17970
17971         Reviewed by Abhishek Arya.
17972
17973         Test and ref-test-result for zooming of SVG content when loaded as-image, and the svg is actually a css file.
17974
17975         * svg/as-image/img-zoom-svg-stylesheet-expected.html: Added.
17976         * svg/as-image/img-zoom-svg-stylesheet.html: Added.
17977         * svg/as-image/resources/svg-stylesheet-for-zoom.svg: Added.
17978
17979 2012-11-01  Vsevolod Vlasov  <vsevik@chromium.org>
17980
17981         Web Inspector: Restoring breakpoints for formatted UISourceCode should be triggered by BreakpointManager, not ScriptsPanel.
17982         https://bugs.webkit.org/show_bug.cgi?id=100593
17983
17984         Reviewed by Pavel Feldman.
17985
17986         * inspector/debugger/script-formatter-breakpoints.html:
17987         * inspector/debugger/script-formatter-console.html:
17988         * inspector/debugger/script-formatter-search-expected.txt:
17989         * inspector/debugger/script-formatter-search.html:
17990
17991 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
17992
17993         Web Inspector: Output code evaluated in the console the same as console.log
17994         https://bugs.webkit.org/show_bug.cgi?id=100695
17995
17996         Reviewed by Pavel Feldman.
17997
17998         Rebaselined some tests after object preview is started beeing used for
17999         console eval results.
18000
18001         * inspector/console/command-line-api-expected.txt:
18002         * inspector/console/command-line-api-inspect-expected.txt:
18003         * inspector/console/console-eval-global-expected.txt:
18004         * inspector/console/console-eval-undefined-override-expected.txt:
18005         * platform/chromium/inspector/console/console-eval-undefined-override-expected.txt:
18006
18007 2012-11-01  Mihnea Ovidenie  <mihnea@adobe.com>
18008
18009         [CSSRegions]Former auto-height regions should not ignore their defined height
18010         https://bugs.webkit.org/show_bug.cgi?id=100749
18011
18012         Reviewed by Julien Chaffraix.
18013
18014         Add a test in which we flow content into a region chain with 2 regions, the first one having height auto.
18015         After a first layout, the region with height auto has an override logical content height, which should be
18016         cleared when the first region has its height changed from auto to defined.
18017
18018         * fast/regions/autoheight-definedheight-changenotdetected-expected.html: Added.
18019         * fast/regions/autoheight-definedheight-changenotdetected.html: Added.
18020
18021 2012-11-01  Pavel Podivilov  <podivilov@google.com>
18022
18023         [chromium] Add new baseline for exif-orientation-css.html on linux.
18024
18025         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
18026
18027 2012-11-01  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
18028
18029         [EFL] Gardening after r133056
18030         https://bugs.webkit.org/show_bug.cgi?id=100929
18031
18032         Unreviewed gardening.
18033
18034         Newly added compositing/tiling tests are failing on EFL port due to missing AC support.
18035
18036         * platform/efl/TestExpectations:
18037
18038 2012-11-01  Pavel Podivilov  <podivilov@google.com>
18039
18040         [chromium] Unreviewed, two fast/images/exif-orientation-* tests now pass.
18041
18042         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
18043         * platform/chromium/TestExpectations:
18044
18045 2012-11-01  Pavel Podivilov  <podivilov@google.com>
18046
18047         [chromium] Unreviewed, remove several tests that started to pass from TestExpectations.
18048
18049         * platform/chromium/TestExpectations:
18050
18051 2012-10-31  Takashi Sakamoto  <tasak@google.com>
18052
18053         [Refactoring] Move initial style setting for ProgressValueElement from attach method to createShadowSubtree method in HTMLProgressElement.
18054         https://bugs.webkit.org/show_bug.cgi?id=83664
18055
18056         Reviewed by Hajime Morita.
18057
18058         * fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html: Added.
18059         * fast/dom/HTMLProgressElement/progress-bar-set-value.html: Added.
18060
18061 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
18062
18063         Unreviewed, remove entries for tests no longer failing.
18064
18065         * platform/chromium/TestExpectations:
18066
18067 2012-10-31  Stephen White  <senorblanco@chromium.org>
18068
18069         [Chromium] Unreviewed gardening.  Mark a crashy test.
18070
18071         * platform/chromium/TestExpectations:
18072
18073 2012-10-31  Stephen White  <senorblanco@chromium.org>
18074
18075         [Chromium] Unreviewed gardening.
18076
18077         * platform/chromium/TestExpectations:
18078
18079 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
18080
18081         Unreviewed chromium mac ml expectation updating.
18082
18083         * platform/chromium-mac-mountainlion/TestExpectations:
18084
18085 2012-10-31  Adam Barth  <abarth@webkit.org>
18086
18087         [V8] Garbage collection should use opaque roots rather than implicit references
18088         https://bugs.webkit.org/show_bug.cgi?id=100707
18089
18090         Reviewed by Kentaro Hara.
18091
18092         Test progression.
18093
18094         * platform/chromium/fast/dom/gc-9-expected.txt:
18095
18096 2012-10-31  KyungTae Kim  <ktf.kim@samsung.com>
18097
18098         [EFL] Move jquery/traversing.html to flaky list
18099         https://bugs.webkit.org/show_bug.cgi?id=100908
18100
18101         Unreviewed gardening.
18102
18103         jquery/traversing.html sometimes crashes and sometimes passes, so needs to be moved to the flaky list.
18104
18105         * platform/efl/TestExpectations:
18106
18107 2012-10-31  Stephen White  <senorblanco@chromium.org>
18108
18109         [Chromium] Unreviewed gardening.
18110
18111         * platform/chromium/TestExpectations:
18112
18113 2012-10-31  Roger Fong  <roger_fong@apple.com>
18114
18115         Unreviewed. fast\text\international\text-combine-image-test-expected.txt needs some 1 pixel off rebaselines on Windows.
18116
18117         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
18118
18119 2012-10-31  Bear Travis  <betravis@adobe.com>
18120
18121         [CSS Exclusions] Test that dynamically setting shape-inside causes relayout in child elements
18122         https://bugs.webkit.org/show_bug.cgi?id=97721
18123
18124         Reviewed by Dirk Schulze.
18125
18126         Adding a test that dynamically sets shape-inside on a block containing multiple block children.
18127
18128         * fast/exclusions/resources/simple-rectangle.js:
18129         (createRectangleTest): Modifying test to work with elements with existing content.
18130         (createRectangleTestResult): Modifying test expectation to work with elements with existing content.
18131         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic-expected.html: Added.
18132         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic.html: Added.
18133
18134 2012-10-31  Roger Fong  <roger_fong@apple.com>
18135
18136         Unreviewed. Skip another failing drag and drop test.
18137         Drag & Drop doesn't work correctly in DRT <rdar://5621244>
18138
18139         * platform/win/TestExpectations:
18140
18141 2012-10-31  Roger Fong  <roger_fong@apple.com>
18142
18143         Unreviewed. Skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html. 
18144         Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349.
18145
18146         * platform/win/TestExpectations:
18147
18148 2012-10-31  Chris Rogers  <crogers@google.com>
18149
18150         Implement optional arguments in AudioBufferSourceNode start() method
18151         https://bugs.webkit.org/show_bug.cgi?id=100894
18152
18153         Reviewed by Kenneth Russell.
18154
18155         * webaudio/audiobuffersource-loop-comprehensive.html:
18156         * webaudio/audiobuffersource-start-expected.txt: Added.
18157         * webaudio/audiobuffersource-start.html: Added.
18158         * webaudio/resources/audiobuffersource-testing.js: Added.
18159         (createTestBuffer):
18160         (checkSingleTest):
18161         (checkAllTests):
18162
18163 2012-10-31  Stephen White  <senorblanco@chromium.org>
18164
18165         [Chromium] Unreviewed gardening.
18166         fast/js/post-message-numeric-property.html is flaky in Release as well.
18167
18168         * platform/chromium/TestExpectations:
18169
18170 2012-10-31  Stephen White  <senorblanco@chromium.org>
18171
18172         [Chromium] Unreviewed gardening.  svg/custom/font-face-simple.svg
18173         seems to be failing on Windows (wrong font).
18174
18175         * platform/chromium/TestExpectations:
18176
18177 2012-10-31  Mike West  <mkwst@chromium.org>
18178
18179         Implement the canonical "Content-Security-Policy" header.
18180         https://bugs.webkit.org/show_bug.cgi?id=96765
18181
18182         Reviewed by Adam Barth.
18183
18184         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html:
18185         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html:
18186         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html:
18187         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html:
18188         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html:
18189         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html:
18190             Updating these 1.1 tests along with the multiple-iframe-*.js test
18191             "framework" to ensure that the experimental prefixed header is sent.
18192         * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html:
18193         * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html:
18194         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html:
18195         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html:
18196         * http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html:
18197         * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html:
18198         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html:
18199         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
18200         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html:
18201         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html:
18202         * http/tests/security/contentSecurityPolicy/duplicate-directive.html:
18203         * http/tests/security/contentSecurityPolicy/eval-allowed.html:
18204         * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
18205         * http/tests/security/contentSecurityPolicy/eval-blocked.html:
18206         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
18207         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
18208         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
18209         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
18210         * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html:
18211         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html:
18212         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-scheme.html:
18213         * http/tests/security/contentSecurityPolicy/frame-src-allowed.html:
18214         * http/tests/security/contentSecurityPolicy/frame-src-blocked.html:
18215         * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html:
18216         * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html:
18217         * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
18218         * http/tests/security/contentSecurityPolicy/image-allowed.html:
18219         * http/tests/security/contentSecurityPolicy/image-blocked.html:
18220         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html:
18221         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html:
18222         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html:
18223         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html:
18224         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html:
18225         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html:
18226         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
18227         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
18228         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html:
18229         * http/tests/security/contentSecurityPolicy/inline-script-blocked.html:
18230         * http/tests/security/contentSecurityPolicy/inline-style-allowed.html:
18231         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html:
18232         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html:
18233         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html:
18234         * http/tests/security/contentSecurityPolicy/inline-style-blocked.html:
18235         * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
18236         * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
18237         * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
18238         * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
18239         * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html:
18240         * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html:
18241         * http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html:
18242         * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
18243         * http/tests/security/contentSecurityPolicy/report-and-enforce.html:
18244         * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html:
18245         * http/tests/security/contentSecurityPolicy/report-blocked-uri.html:
18246         * http/tests/security/contentSecurityPolicy/report-only-from-header.php:
18247         * http/tests/security/contentSecurityPolicy/report-only.html:
18248         * http/tests/security/contentSecurityPolicy/report-uri.html:
18249         * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl:
18250         * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl:
18251             s/X-WebKit-CSP/Content-Security-Policy/g
18252         * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
18253         * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
18254             Reworking these two scripts in order to support sending both
18255             the experimental header and the canonical header, as required.
18256         * http/tests/security/contentSecurityPolicy/resources/event-handler.pl:
18257         * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html:
18258         * http/tests/security/contentSecurityPolicy/resources/javascript-url.pl:
18259         * http/tests/security/contentSecurityPolicy/resources/mixed-content-with-csp.html:
18260             s/X-WebKit-CSP/Content-Security-Policy/g
18261         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
18262         (testExperimentalPolicy):
18263         (test):
18264         (testImpl.iframe.onload):
18265         (testImpl):
18266         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
18267         (testPreescapedPolicy):
18268         (testExperimentalPolicy):
18269         (test):
18270         (testImpl.iframe.onload):
18271         (testImpl):
18272             Reworking these two "frameworks" in order to support sending both
18273             the experimental header and the canonical header, as required.
18274         * http/tests/security/contentSecurityPolicy/resources/sandbox.php:
18275         * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
18276         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-subframe.html:
18277         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html:
18278         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html:
18279         * http/tests/security/contentSecurityPolicy/sandbox-empty.html:
18280         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html:
18281         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html:
18282         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html:
18283         * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html:
18284         * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html:
18285         * http/tests/security/contentSecurityPolicy/style-allowed.html:
18286         * http/tests/security/contentSecurityPolicy/style-blocked.html:
18287         * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html:
18288         * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html:
18289         * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html:
18290         * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html:
18291         * http/tests/security/contentSecurityPolicy/worker-script-src.html:
18292         * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html:
18293         * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
18294         * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
18295         * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php:
18296         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php:
18297         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php:
18298             s/X-WebKit-CSP/Content-Security-Policy/g
18299
18300 2012-10-31  Otto Derek Cheung  <otcheung@rim.com>
18301
18302         [BlackBerry] Adding window.external to our port
18303         https://bugs.webkit.org/show_bug.cgi?id=100868
18304
18305         Reviewed by Rob Buis.
18306
18307         Adding BlackBerry platform specific DRT tests for window.external interface.
18308
18309         * platform/blackberry/external/search-provider/search-provider-installed-expected.txt: Added.
18310         * platform/blackberry/external/search-provider/search-provider-installed.html: Added.
18311
18312 2012-10-31  Stephen White  <senorblanco@chromium.org>
18313
18314         [chromium] Win rebaselines for media tests.  Unreviewed.
18315
18316         * platform/chromium-win/media/video-aspect-ratio-expected.png:
18317         * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
18318         * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
18319         * platform/chromium-win/media/video-layer-crash-expected.png:
18320         * platform/chromium-win/media/video-transformed-expected.png:
18321         * platform/chromium-win/media/video-zoom-controls-expected.png:
18322         * platform/chromium-win/media/video-zoom-expected.png:
18323         * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
18324         * platform/efl/media/video-aspect-ratio-expected.png: Removed.
18325         * platform/efl/media/video-layer-crash-expected.png: Removed.
18326         * platform/efl/media/video-transformed-expected.png: Removed.
18327         * platform/efl/media/video-zoom-expected.png: Removed.
18328
18329 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
18330
18331         Unreviewed, chromium-mac-mountainlion expectation updating.
18332
18333         * platform/chromium-mac-mountainlion/TestExpectations:
18334
18335 2012-10-31  Tien-Ren Chen  <trchen@chromium.org>
18336
18337         Apply transformation for highlights on non-composited contents
18338         https://bugs.webkit.org/show_bug.cgi?id=100438
18339
18340         Reviewed by Adam Barth.
18341
18342         Non-composited content host layer "steals" the contents on the
18343         RenderView layer, including the highlight layer.
18344         The transformation for regular contents are applied by the paint
18345         function of the non-composited content host however the highlight
18346         uses its own WebLayer. Need to apply the same transformation to
18347         the highlight layer as well.
18348
18349         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html: Added.
18350         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.png: Added.
18351         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.txt: Added.
18352
18353 2012-10-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>
18354
18355         Added viewport at-rule to the CSS parser and tokenizer
18356         https://bugs.webkit.org/show_bug.cgi?id=95961
18357
18358         Reviewed by Kenneth Rohde Christiansen.
18359
18360         Added a test that detects if the @-webkit-viewport rule is being
18361         parsed and skip the tests on all ports since the feature is disabled
18362         by default for instance.
18363
18364         Note that this test doesn't do property validation, which will be
18365         added in the next patch of the series.
18366
18367         * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Added.
18368         * css3/device-adapt/viewport-at-rule-parsing.html: Added.
18369         * platform/chromium/TestExpectations:
18370         * platform/gtk/TestExpectations:
18371         * platform/mac/TestExpectations:
18372         * platform/qt/TestExpectations:
18373         * platform/win/TestExpectations:
18374         * platform/wincairo/TestExpectations:
18375
18376 2012-10-31  Max Vujovic  <mvujovic@adobe.com>
18377
18378         [CSS Shaders] Validate types of built-in uniforms
18379         https://bugs.webkit.org/show_bug.cgi?id=98974
18380
18381         Reviewed by Dean Jackson.
18382
18383         Add a test to verify that shaders which define built-in uniforms with the wrong type do not
18384         execute. Add shaders for each built-in uniform in CSS Custom Filters.
18385
18386         Relevant Spec Section:
18387         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables
18388
18389         * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Added.
18390         * css3/filters/custom/invalid-custom-filter-uniform-types.html: Added.
18391         * css3/filters/resources/invalid-type-u-mesh-box.fs: Added.
18392         * css3/filters/resources/invalid-type-u-mesh-size.fs: Added.
18393         * css3/filters/resources/invalid-type-u-projection-matrix.fs: Added.
18394         * css3/filters/resources/invalid-type-u-texture-size.fs: Added.
18395         * css3/filters/resources/invalid-type-u-tile-size.fs: Added.
18396         * css3/filters/resources/invalid-type-uniform-array.fs: Added.
18397
18398 2012-10-31  Terry Anderson  <tdanderson@chromium.org>
18399
18400         [touchadjustment] touch-links-two-finger-tap test pass incorrectly
18401         https://bugs.webkit.org/show_bug.cgi?id=100619
18402
18403         Reviewed by Antonio Gomes.
18404
18405         Make use of the gesture's touch area when testing the correct targeting of elements.
18406
18407         * touchadjustment/touch-links-two-finger-tap.html:
18408
18409 2012-10-31  Stephen White  <senorblanco@chromium.org>
18410
18411         [Chromium] Unreviewed gardening.  More flaky fallout from 
18412         http://trac.webkit.org/changeset/133069.
18413
18414         * platform/chromium/TestExpectations:
18415
18416 2012-10-31  Sheriff Bot  <webkit.review.bot@gmail.com>
18417
18418         Unreviewed, rolling out r133044.
18419         http://trac.webkit.org/changeset/133044
18420         https://bugs.webkit.org/show_bug.cgi?id=100888
18421
18422         Hits an ASSERT in the isolatedWorlds tests (Requested by
18423         abarth on #webkit).
18424
18425         * platform/chromium/fast/dom/gc-9-expected.txt:
18426
18427 2012-10-31  Stephen White  <senorblanco@chromium.org>
18428
18429         [Chromium] Unreviewed gardening.  Updating TestExpectations for
18430         recent failures.
18431
18432         * platform/chromium/TestExpectations:
18433
18434 2012-10-31  Philip Rogers  <pdr@google.com>
18435
18436         Cache animationMode() in SVG animations.
18437         https://bugs.webkit.org/show_bug.cgi?id=99694
18438
18439         Reviewed by Eric Seidel.
18440
18441         This refactoring is covered by existing tests.
18442         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch
18443         because our element dependency tracking has a bug with duplicate ids; see WK99893.
18444
18445         * platform/chromium/TestExpectations:
18446         * platform/mac/TestExpectations:
18447
18448 2012-10-31  Stephen White  <senorblanco@chromium.org>
18449
18450         [Chromium] Unreviewed gardening.  Updating TestExpectations for
18451         recent failures.
18452
18453         * platform/chromium/TestExpectations:
18454
18455 2012-10-31  Stephen White  <senorblanco@chromium.org>
18456
18457         [Chromium] Unreviewed gardening.
18458
18459         * platform/chromium/TestExpectations:
18460
18461 2012-10-31  Ami Fischman  <fischman@chromium.org>
18462
18463         [chromium] DRT and WTR should clear the cache between tests
18464         https://bugs.webkit.org/show_bug.cgi?id=93195
18465
18466         Reviewed by Tony Chang.
18467
18468         * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports.
18469
18470 2012-10-31  Stephen White  <senorblanco@chromium.org>
18471
18472         [Chromium] Unreviewed gardening.  Mark a few tests as crashing.
18473
18474         * platform/chromium/TestExpectations:
18475
18476 2012-10-31  Tom Sepez  <tsepez@chromium.org>
18477
18478         Malformed X-XSS-Protection headers not reported
18479         https://bugs.webkit.org/show_bug.cgi?id=100538
18480
18481         Reviewed by Adam Barth.
18482
18483         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed.
18484         * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed.
18485         * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html.
18486         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt.
18487         renamed to -1 to match convention.
18488         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added.
18489         * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added.
18490         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added.
18491         * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added.
18492         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added.
18493         * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added.
18494         New test to cover new error message cases.
18495         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
18496         Added more x-xss-protection header values to its set of values.
18497         * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
18498         Converted for interface change to echo_intertag.pl
18499         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added.
18500         * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added.
18501         New test for testing x-xss-protect: 0; (allow trailing semicolon).
18502         
18503 2012-10-31  Stephen White  <senorblanco@chromium.org>
18504
18505         [chromium] Fix incorrect test names landed in
18506         http://trac.webkit.org/changeset/133056
18507
18508         Unreviewed.
18509
18510         * platform/chromium/TestExpectations:
18511
18512 2012-10-31  Stephen White  <senorblanco@chromium.org>
18513
18514         [chromium] New linux baseline for basic-inputs-expected.png, due to
18515         crrev.com/164985.
18516
18517         Unreviewed.
18518
18519         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
18520         * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png.
18521
18522 2012-10-31  Stephen White  <senorblanco@chromium.org>
18523
18524         [Chromium] Adjust expectations for float-wrap-zoom on mac.
18525         Unreviewed.
18526
18527         * platform/chromium/TestExpectations:
18528
18529 2012-10-31  Simon Fraser  <simon.fraser@apple.com>
18530
18531         REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms
18532         https://bugs.webkit.org/show_bug.cgi?id=100808
18533         <rdar://problem/12562541>
18534
18535         Reviewed by Dean Jackson.
18536
18537         Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped',
18538         and the other 'mapWasClamped'.
18539
18540         * compositing/tiling/rotated-tiled-clamped-expected.png: Added.
18541         * compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
18542         * compositing/tiling/rotated-tiled-clamped.html: Added.
18543         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
18544         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
18545         * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added.
18546         * platform/chromium/TestExpectations:
18547         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
18548         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
18549
18550 2012-10-31  Adam Barth  <abarth@webkit.org>
18551
18552         [V8] Garbage collection should use opaque roots rather than implicit references
18553         https://bugs.webkit.org/show_bug.cgi?id=100707
18554
18555         Reviewed by Kentaro Hara.
18556
18557         Test progression.
18558
18559         * platform/chromium/fast/dom/gc-9-expected.txt:
18560
18561 2012-10-31  Stephen White  <senorblanco@chromium.org>
18562
18563         [chromium] Added skipped expectations for new test
18564         svg-remote-element.html with no results.
18565
18566         Unreviewed.
18567
18568         * platform/chromium/TestExpectations:
18569
18570 2012-10-31  Stephen White  <senorblanco@chromium.org>
18571
18572         [chromium] New baselines for
18573         fast/images/exif-orientation-css-expected.png.  Unreviewed.
18574
18575         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed.
18576         * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added.
18577         * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed.
18578
18579 2012-10-31  Arpita Bahuguna  <arpitabahuguna@gmail.com>
18580
18581         Table with percentage column widths doesn't scale to fill the entire width of a table containing it
18582         https://bugs.webkit.org/show_bug.cgi?id=11645
18583
18584         Reviewed by Julien Chaffraix.
18585
18586         * fast/table/scale-nested-percent-width-cols-expected.html: Added.
18587         * fast/table/scale-nested-percent-width-cols.html: Added.
18588         Added a ref test verifying that our nested (auto width) table's columns
18589         are scaled and sized appropriately if the containing table has
18590         percent width.
18591
18592         * platform/chromium/TestExpectations:
18593         * platform/efl/TestExpectations:
18594         * platform/gtk/TestExpectations:
18595         * platform/mac/TestExpectations:
18596         * platform/win/TestExpectations:
18597         Added an entry for fast/table/025.html for these ports. It would need
18598         rebaselining as a result of this fix.
18599
18600         * platform/qt/fast/table/025-expected.png:
18601         * platform/qt/fast/table/025-expected.txt:
18602         Modified expected results for the existing test on qt port.
18603
18604         In the given test, our innermost nested table has auto width and consits
18605         of three table cells with percent width specified for the first and the
18606         third cells. Its containing table on the other hand is a percent width
18607         table.
18608
18609         Previously, we were not scaling our inner table's column(s) from expanding
18610         to the width of the containing table if it had percent width type. Because
18611         of this our first and last table cells in the innermost table were being
18612         rendered only with the minimum width (4px).
18613
18614         Post this fix, since now our inner table columns shall scale, the first and
18615         the last table cell would thus expand in width (41px each) and hence the
18616         change in the column and the table dimensions.
18617
18618 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18619
18620         [EFL] More unreviewed pixel expectations gardening.
18621
18622         Accept Missing as a valid result for some ietestcenter tests, and
18623         skip another one of them.
18624
18625         * platform/efl/TestExpectations:
18626
18627 2012-10-31  Ian Vollick  <vollick@chromium.org>
18628
18629         Add support for text-based repaint testing
18630         https://bugs.webkit.org/show_bug.cgi?id=100584
18631
18632         Reviewed by Simon Fraser.
18633
18634         Allows tracked repaint rects to be dumped as text.
18635
18636         * fast/repaint/layer-full-repaint-expected.txt: Added.
18637         * fast/repaint/layer-full-repaint.html:
18638         * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
18639         * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
18640         * fast/repaint/overflow-flipped-writing-mode-table.html:
18641         * fast/repaint/resources/repaint.js:
18642         * fast/repaint/resources/text-based-repaint.js: Added.
18643         (runRepaintTest):
18644           The function calls internals.startTrackingRepaints() rather than display()
18645           before calling repaintTest(). It also generates a <pre> element and sets
18646           its innerHTML to internals.repaintRectsAsText().
18647         * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
18648         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
18649         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
18650         * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
18651         * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
18652         * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
18653         * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
18654         * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
18655         * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
18656         * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
18657         * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
18658         * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
18659         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
18660         * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.
18661
18662 2012-10-31  Stephen White  <senorblanco@chromium.org>
18663
18664         New Chromium baselines for css3/filters/composited-reflected.html.
18665
18666         Unreviewed.
18667
18668         * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
18669         * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.
18670
18671 2012-10-31  Mike West  <mkwst@chromium.org>
18672
18673         [Qt] Unreviewed gardening. Rebaselining tests after r133019.
18674
18675         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
18676         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
18677         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
18678
18679 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
18680
18681         Web Inspector: page crash when pausing in dedicated worker
18682         https://bugs.webkit.org/show_bug.cgi?id=100837
18683
18684         Reviewed by Pavel Feldman.
18685
18686         Test that Debugger.pause works for dedicated workers. The test is skipped
18687         on all platforms that use JSC as worker debugging is not supported there
18688         yet.
18689
18690         * http/tests/inspector-protocol/resources/InspectorTest.js:
18691         (WebInspector.dispatchMessageFromBackend):
18692         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
18693         * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
18694         * inspector-protocol/resources/dedicated-worker.js: Added.
18695         (onmessage):
18696         (doWork):
18697         * platform/efl/TestExpectations:
18698         * platform/gtk/TestExpectations:
18699         * platform/mac/TestExpectations:
18700         * platform/qt/TestExpectations:
18701         * platform/win/TestExpectations:
18702         * platform/wincairo/TestExpectations:
18703
18704 2012-10-31  Zoltan Nyul  <zoltan.nyul@intel.com>
18705
18706         perspective-origin should ignore values with more then two lengths and use the default values
18707         https://bugs.webkit.org/show_bug.cgi?id=100835
18708
18709         Reviewed by Kenneth Rohde Christiansen.
18710
18711         Add test for perspective-origin with more the than two lengths.
18712
18713         * transforms/2d/computed-style-origin-expected.txt:
18714         * transforms/2d/computed-style-origin.html:
18715
18716 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18717
18718         [EFL] Unreviewed pixel expectations gardening.
18719
18720         Skip a few ietestcenter/css3/text texts which are rendering
18721         incorrectly, and accept Missing as a valid result for some culling
18722         tests.
18723
18724         * platform/efl/TestExpectations:
18725         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
18726         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
18727
18728 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
18729
18730         [EFL][GTK] Unreviewed gardening.
18731
18732         Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.
18733
18734         * platform/efl/TestExpectations:
18735         * platform/gtk/TestExpectations:
18736
18737 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
18738
18739         [EFL][GTK] Unreviewed gardening.
18740
18741         Exif orientation test marked as failing for GTK & EFL,
18742         On EFL, the vibration IPC issue may cause crash, see bug 100334.
18743
18744         * platform/efl-wk2/TestExpectations:
18745         * platform/efl/TestExpectations:
18746         * platform/gtk/TestExpectations:
18747
18748 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18749
18750         [EFL] More unreviewed gardening.
18751
18752         Skip the EXIF-related tests since the feature is not implemented
18753         for the port anyway, and skip the recently-added
18754         fast/images/exif-orientation-image-document.html as well.
18755
18756         * platform/efl/TestExpectations:
18757
18758 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18759
18760         [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.
18761
18762         Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.
18763
18764         * platform/efl-wk2/TestExpectations:
18765
18766 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18767
18768         [EFL] Unreviewed, add a few more pixel expectations.
18769
18770         * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
18771         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
18772         * platform/efl/fast/forms/indeterminate-expected.png: Added.
18773         * platform/efl/media/video-aspect-ratio-expected.png: Added.
18774         * platform/efl/media/video-layer-crash-expected.png: Added.
18775         * platform/efl/media/video-transformed-expected.png: Added.
18776         * platform/efl/media/video-zoom-expected.png: Added.
18777
18778 2012-10-31  Mike West  <mkwst@chromium.org>
18779
18780         X-Frame-Options console message should be associated with a request.
18781         https://bugs.webkit.org/show_bug.cgi?id=100735
18782
18783         Reviewed by Pavel Feldman.
18784
18785         * http/tests/inspector/network/x-frame-options-deny-expected.txt:
18786         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
18787         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
18788         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
18789         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
18790         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
18791         * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
18792             Update tests with new console message.
18793
18794 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18795
18796         [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.
18797
18798         It has been passing on the WK2 bot for quite a while, so unskip
18799         and hope for the best.
18800
18801         * platform/efl-wk2/TestExpectations:
18802
18803 2012-10-31  Keishi Hattori  <keishi@webkit.org>
18804
18805         Calendar picker can flicker when opened from the suggestion picker
18806         https://bugs.webkit.org/show_bug.cgi?id=100816
18807
18808         Reviewed by Kent Tamura.
18809
18810         * fast/forms/resources/picker-common.js:
18811         (openPicker): Fix mistake.
18812         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
18813         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
18814         * 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.
18815
18816 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
18817
18818         [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
18819         https://bugs.webkit.org/show_bug.cgi?id=100248
18820
18821         The test is consistently passing again, and "fixing" the EFL side
18822         is not trivial.
18823
18824         * platform/efl-wk2/TestExpectations:
18825
18826 2012-10-31  Mike West  <mkwst@chromium.org>
18827
18828         Script run from an isolated world should bypass a page's CSP.
18829         https://bugs.webkit.org/show_bug.cgi?id=97398
18830
18831         Reviewed by Adam Barth.
18832
18833         * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
18834         * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
18835         * platform/efl/TestExpectations:
18836         * platform/mac/TestExpectations:
18837         * platform/qt/TestExpectations:
18838         * platform/win/TestExpectations:
18839             Skip the new tests on ports that don't support the new functionality
18840
18841 2012-10-31  Pavel Podivilov  <podivilov@google.com>
18842
18843         [chromium] Rebaseline media/video-zoom.html.
18844
18845         * platform/chromium-linux/media/video-zoom-expected.png:
18846         * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
18847         * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
18848         * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.
18849
18850 2012-10-31  Pavel Podivilov  <podivilov@google.com>
18851
18852         [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.
18853
18854         * platform/chromium-linux/media/video-aspect-ratio-expected.png:
18855         * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
18856         * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
18857         * platform/chromium-linux/media/video-layer-crash-expected.png:
18858         * platform/chromium-linux/media/video-transformed-expected.png:
18859         * platform/chromium-linux/media/video-zoom-controls-expected.png:
18860         * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
18861         * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
18862         * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
18863         * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
18864         * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
18865         * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
18866         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
18867         * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
18868         * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
18869         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
18870         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
18871         * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
18872         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
18873         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
18874         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
18875         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
18876         * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
18877         * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
18878         * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
18879
18880 2012-10-31  Pavel Podivilov  <podivilov@google.com>
18881
18882         [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.
18883
18884         * platform/chromium-linux/fast/forms/indeterminate-expected.png:
18885         * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.
18886
18887 2012-10-31  Pavel Podivilov  <podivilov@google.com>
18888
18889         [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.
18890
18891         * platform/chromium/TestExpectations:
18892
18893 2012-10-31  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
18894
18895         [EFL][DRT] EventSender requires contextClick implementation
18896         https://bugs.webkit.org/show_bug.cgi?id=86091
18897
18898         Reviewed by Gyuyoung Kim.
18899
18900         Move contextClick dependent tests to WebKit2 TestExpectations and
18901         add new expected results.
18902
18903         * platform/efl-wk2/TestExpectations:
18904         * platform/efl/TestExpectations:
18905         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
18906         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
18907         * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.
18908
18909 2012-10-30  Nico Weber  <thakis@chromium.org>
18910
18911         [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
18912         https://bugs.webkit.org/show_bug.cgi?id=100807
18913
18914         Unreviewed, expectations update.
18915
18916         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
18917         * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
18918         * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
18919         * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
18920         * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
18921         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
18922         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
18923         * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
18924         * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
18925         * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
18926         * platform/chromium/TestExpectations:
18927
18928 2012-10-30  Keishi Hattori  <keishi@webkit.org>
18929
18930         F4 inside <input type=time> should not open calendar picker
18931         https://bugs.webkit.org/show_bug.cgi?id=100730
18932
18933         Reviewed by Kent Tamura.
18934
18935         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
18936         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.
18937
18938 2012-10-30  Kent Tamura  <tkent@chromium.org>
18939
18940         Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
18941         https://bugs.webkit.org/show_bug.cgi?id=100772
18942
18943         Reviewed by Abhishek Arya.
18944
18945         * fast/forms/range/range-type-change-onchange-expected.txt: Added.
18946         * fast/forms/range/range-type-change-onchange.html: Added.
18947
18948 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
18949
18950         Fix issues with filters and reflections
18951         https://bugs.webkit.org/show_bug.cgi?id=100308
18952
18953         Reviewed by Dirk Schulze.
18954
18955         Test composited filters inside a nested reflection.
18956
18957         * css3/filters/composited-reflected-expected.png: Added.
18958         * css3/filters/composited-reflected-expected.txt: Added.
18959         * css3/filters/composited-reflected.html: Added.
18960         * platform/mac/css3/filters/composited-reflected-expected.png: Added.
18961
18962 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
18963
18964         Unreviewed test expectations update
18965
18966         * platform/chromium/TestExpectations:
18967
18968 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
18969
18970         Unreviewed test update after r132969
18971
18972         Add alternate font family name (Courier New).
18973
18974         * fast/css/font-face-descending-unicode-range.html:
18975         * fast/css/font-face-download-error.html:
18976         * fast/css/font-face-unicode-range.html:
18977
18978 2012-10-30  Nico Weber  <thakis@chromium.org>
18979
18980         [chromium] Enable fast/images/exif-orientation-css.html
18981         https://bugs.webkit.org/show_bug.cgi?id=100767
18982
18983         Unreviewed, expectations-only change.
18984
18985         * platform/chromium/TestExpectations:
18986
18987 2012-10-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
18988
18989         DOM URL is flaky when workers are used
18990         https://bugs.webkit.org/show_bug.cgi?id=99178
18991
18992         Reviewed by Geoffrey Garen.
18993
18994         Test that the methods of the URL constructor are accesible from both main and worker threads.
18995
18996         * fast/workers/resources/worker-domurl.js: Added.
18997         (log):
18998         (onmessage):
18999         * fast/workers/worker-domurl-expected.txt: Added.
19000         * fast/workers/worker-domurl.html: Added.
19001
19002 2012-10-30  Hans Muller  <hmuller@adobe.com>
19003
19004         [CSS Exclusions] Multiple segment polygon layout does not get all segments
19005         https://bugs.webkit.org/show_bug.cgi?id=100039
19006
19007         Reviewed by Dirk Schulze.
19008
19009         Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
19010         Corrected the simple-polygon.js code for computing a polygon's included intervals.
19011
19012         * fast/exclusions/resources/simple-polygon.js:
19013         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
19014         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
19015         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
19016         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
19017         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
19018         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
19019
19020 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
19021
19022         local(Helvetica) in src descriptor prevent fallback
19023         https://bugs.webkit.org/show_bug.cgi?id=100446
19024
19025         Reviewed by Dan Bernstein.
19026
19027         Add alternate font family names to src descriptor of @font-face rules
19028         so that the change doesn't change the expectations of tests.
19029
19030         * fast/css/font-face-implicit-local-font.html:
19031         * fast/css/font-face-multiple-faces.html:
19032         * svg/custom/font-face-simple.svg:
19033
19034 2012-10-30  Rick Byers  <rbyers@chromium.org>
19035
19036         cssText for cursor property doesn't include hotspot
19037         https://bugs.webkit.org/show_bug.cgi?id=99530
19038
19039         Reviewed by Darin Adler.
19040
19041         Add simple test for parsing of CSS cursor property.
19042
19043         * fast/css/cursor-parsing-expected.txt: Added.
19044         * fast/css/cursor-parsing.html: Added.
19045
19046 2012-10-30  Roger Fong  <roger_fong@apple.com>
19047
19048         Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html
19049
19050         * platform/win/TestExpectations:
19051
19052 2012-10-30  Roger Fong  <roger_fong@apple.com>
19053
19054         Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.
19055
19056         * platform/win/TestExpectations:
19057
19058 2012-10-30  Vincent Scheib  <scheib@chromium.org>
19059
19060         [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
19061         https://bugs.webkit.org/show_bug.cgi?id=100784
19062
19063         * platform/chromium/TestExpectations:
19064
19065 2012-10-30  W. James MacLean  <wjmaclean@chromium.org>
19066
19067         [chromium] Restrict link highlights to targets that display a hand-cursor
19068         https://bugs.webkit.org/show_bug.cgi?id=99862
19069
19070         Reviewed by James Robinson.
19071
19072         To avoid applying highlights to inappropriate targets, such as large divs with
19073         click handlers installed, test candidate targets and only highlight them if they
19074         would normally display a hand cursor on mouse over. This is a heuristic, but has
19075         been tested and found effective in practice.
19076
19077         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:
19078
19079 2012-10-30  Vincent Scheib  <scheib@chromium.org>
19080
19081         [Chromium] Unreviwed suppression of 6 webgl tests.
19082         https://bugs.webkit.org/show_bug.cgi?id=100784
19083
19084         * platform/chromium/TestExpectations:
19085
19086 2012-10-30  Glenn Adams  <glenn@skynav.com>
19087
19088         [CSS] Expand -webkit-line-break value space
19089         https://bugs.webkit.org/show_bug.cgi?id=100739
19090
19091         Reviewed by Eric Seidel.
19092
19093         Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.
19094
19095         * fast/css/getComputedStyle/computed-style-expected.txt:
19096         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
19097
19098         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
19099         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
19100
19101         * svg/css/getComputedStyle-basic-expected.txt:
19102         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
19103
19104 2012-10-30  Robert Hogan  <robert@webkit.org>
19105
19106         white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
19107         https://bugs.webkit.org/show_bug.cgi?id=29648
19108
19109         Reviewed by Levi Weintraub.
19110
19111         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
19112         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.
19113
19114 2012-10-30  Roger Fong  <roger_fong@apple.com>
19115
19116         Unreviewed. Some flaky http/security tests to add to the skip list.
19117         Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.
19118
19119         * platform/win/TestExpectations:
19120
19121 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
19122
19123         Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
19124         built for Mountain Lion and later.
19125
19126         * platform/mac-lion/TestExpectations:
19127
19128 2012-10-30  Rick Byers  <rbyers@chromium.org>
19129
19130         [touchadjustment] touch-links-longpress tests passes incorrectly
19131         https://bugs.webkit.org/show_bug.cgi?id=96810
19132
19133         Reviewed by Antonio Gomes.
19134
19135         Fix touch-links-longpress test to be consistent with touch-links-active.
19136         Now it's actually touching where we intended - at the center of the
19137         touch region identified instead of the top/left corner.  Also pass
19138         the width/height of the touch to EventSender in order to enable touch
19139         adjustment.
19140
19141         Also adds checks to verify that our touches are actually landing on
19142         or outside the element we're targetting as desired.
19143
19144         * touchadjustment/resources/touchadjustment.js:
19145         (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
19146         * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
19147         * touchadjustment/touch-links-longpress.html:
19148
19149 2012-10-30  Dan Bernstein  <mitz@apple.com>
19150
19151         <rdar://problem/12395187> REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
19152         https://bugs.webkit.org/show_bug.cgi?id=100768
19153
19154         Reviewed by Anders Carlsson.
19155
19156         * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
19157         * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.
19158
19159 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
19160
19161         [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.
19162
19163         * platform/qt/TestExpectations:
19164
19165 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
19166
19167         [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.
19168
19169         * platform/qt-5.0-wk2/TestExpectations:
19170
19171 2012-10-30 Chris Fleizach  <cfleizach@apple.com>
19172
19173         AX: Support embedded SVG objects in AX tree
19174         https://bugs.webkit.org/show_bug.cgi?id=97571
19175
19176         Reviewed by Tim Horton.
19177
19178         Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
19179         Test skipped on chromium until clickPoint() is implemented in DRT.
19180
19181         * accessibility/svg-remote-element.html: Added.
19182         * accessibility/resources/svg-face.svg: Added.
19183         * platform/chromium/TestExpectations:
19184         * platform/mac/accessibility/svg-remote-element-expected.txt: Added.
19185
19186 2012-10-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
19187
19188         [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
19189         https://bugs.webkit.org/show_bug.cgi?id=100747
19190
19191         Reviewed by Kenneth Rohde Christiansen.
19192
19193         Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.
19194
19195         * platform/wk2/TestExpectations:
19196
19197 2012-10-30  Pavel Podivilov  <podivilov@google.com>
19198
19199         Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.
19200
19201         * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
19202         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
19203         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
19204
19205 2012-10-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
19206
19207         [EFL] Unreviewed, combine color profile failures to correct bug
19208         https://bugs.webkit.org/show_bug.cgi?id=100746
19209
19210         * platform/efl/TestExpectations:
19211
19212 2012-10-30  Emil A Eklund  <eae@chromium.org>
19213
19214         [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
19215         https://bugs.webkit.org/show_bug.cgi?id=100742
19216
19217         Reviewed by Levi Weintraub.
19218
19219         Add test for wrapping when combining float and inline elements.
19220
19221         * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
19222         * fast/sub-pixel/float-wrap-zoom.html: Added.
19223
19224 2012-10-30  Max Vujovic  <mvujovic@adobe.com>
19225
19226         [CSS Shaders] Reject vertex shaders with custom attributes
19227         https://bugs.webkit.org/show_bug.cgi?id=98973
19228
19229         Reviewed by Dean Jackson.
19230
19231         Add checks to verify:
19232         (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
19233         (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.
19234
19235         Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
19236         meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
19237         belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
19238         vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
19239         only a vec3.
19240
19241         CSS Filters Spec, Vertex Attributes:
19242         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables
19243
19244         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
19245         * css3/filters/custom/invalid-custom-filter-attribute-types.html:
19246             Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
19247             a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
19248             defined with an incorrect type, not because it defines a_triangleCoord in an attached
19249             mesh.
19250         * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
19251             Added. This vertex shader defines a_triangleCoord with the correct type. However, this
19252             shader is run with an an attached mesh, so it should not execute.
19253         * css3/filters/resources/invalid-custom-attribute.vs:
19254             Added. This vertex shader defines a custom attribute. The associated test verifies
19255             that it does not execute.
19256         * css3/filters/resources/invalid-type-a-mesh-coord.vs:
19257             Remove some empty lines to improve readability.
19258         * css3/filters/resources/invalid-type-a-position.vs: Ditto.
19259         * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
19260         * css3/filters/resources/invalid-type-a-triangle-coord.vs:
19261             Add a comment that this shader should be run with a detached mesh.
19262         * css3/filters/resources/invalid-type-attribute-array.vs:
19263             Remove some empty lines to improve readability.
19264         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.
19265
19266 2012-10-30  Andrey Lushnikov  <lushnikov@google.com>
19267
19268         Web Inspector: adds isOwnProperty to remote protocol
19269         https://bugs.webkit.org/show_bug.cgi?id=100664
19270
19271         Reviewed by Pavel Feldman.
19272
19273         * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
19274         * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.
19275
19276 2012-10-30  Pavel Podivilov  <podivilov@google.com>
19277
19278         Unreviewed, add baselines for exif-orientation-image-document.
19279
19280         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
19281         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
19282         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
19283         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
19284         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
19285
19286 2012-10-30  Pavel Podivilov  <podivilov@google.com>
19287
19288         Unrewieved, rebaseline audiobuffersource-loop-points.
19289
19290         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.
19291
19292 2012-10-30  Kent Tamura  <tkent@chromium.org>
19293
19294         Fix crash by calendar picker or suggestion picker
19295         https://bugs.webkit.org/show_bug.cgi?id=100728
19296
19297         Reviewed by Hajime Morita.
19298
19299         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
19300         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.
19301
19302 2012-10-30  Michelangelo De Simone  <michelangelo@webkit.org>
19303
19304         [CSS Shaders] Change the default compositing mode and the default CSS value for <fragmentShader>
19305         https://bugs.webkit.org/show_bug.cgi?id=94020
19306
19307         Reviewed by Dean Jackson.
19308
19309         Existing tests have been modified to update them to the new default
19310         compositing values (normal source-atop).
19311
19312         Also, the dummy empty shader has been removed: not needed.
19313
19314         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
19315         * css3/filters/custom/custom-filter-shader-cache.html:
19316         * css3/filters/custom/effect-custom-transform-parameters.html:
19317         * css3/filters/custom/effect-custom.html:
19318         * css3/filters/custom/filter-fallback-to-software.html:
19319         * css3/filters/resources/empty-shader.fs: Removed.
19320         * css3/filters/script-tests/custom-filter-property-computed-style.js:
19321
19322 2012-10-30  Zoltan Nyul  <zoltan.nyul@intel.com>
19323
19324         3d rotation with [0, 0, 0] direction vector should not be applied
19325         https://bugs.webkit.org/show_bug.cgi?id=100733
19326
19327         Reviewed by Levi Weintraub.
19328
19329         Add test for 3d rotation with [0, 0, 0] direction vector.
19330
19331         * transforms/3d/general/3dtransform-values-expected.txt:
19332         * transforms/3d/general/3dtransform-values.html:
19333
19334 2012-10-30  Kangil Han  <kangil.han@samsung.com>
19335
19336         [EFL][DRT] Bitmap should show whole view area.
19337         https://bugs.webkit.org/show_bug.cgi?id=100642
19338
19339         Reviewed by Gyuyoung Kim.
19340
19341         Unskip css sticky position as well as scroll and fixed position related test cases.
19342
19343         * platform/efl-wk1/TestExpectations:
19344
19345 2012-10-30  Byungwoo Lee  <bw80.lee@samsung.com>
19346
19347         [EFL][WK2] Unskip sputnik flaky tests.
19348         https://bugs.webkit.org/show_bug.cgi?id=100732
19349
19350         Unreviewed, EFL gardening.
19351
19352         These tests are always passing now.
19353
19354         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
19355         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
19356         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
19357         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
19358         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
19359         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html
19360
19361         * platform/efl-wk2/TestExpectations:
19362
19363 2012-10-30  Nico Weber  <thakis@chromium.org>
19364
19365         Add a test for reading exif orientation off image documents
19366         https://bugs.webkit.org/show_bug.cgi?id=100698
19367
19368         Reviewed by Eric Seidel.
19369
19370         fast/images/exif-orientation.html tests <img> elements, but image documents were untested previously.
19371
19372         * fast/images/exif-orientation-image-document.html: Added.
19373         * platform/chromium/TestExpectations:
19374         * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.
19375
19376 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
19377
19378         Unreviewed, rolling out r132819.
19379         http://trac.webkit.org/changeset/132819
19380         https://bugs.webkit.org/show_bug.cgi?id=100388
19381
19382         It made layout testing 40% slower and storage tests assert
19383
19384         * platform/qt/TestExpectations:
19385
19386 2012-10-25  Stephen Chenney  <schenney@chromium.org>
19387
19388         feImage should not be allowed to self reference
19389         https://bugs.webkit.org/show_bug.cgi?id=94652
19390
19391         Reviewed by Eric Seidel.
19392
19393         Additional test case for situations when the filter is applied to multiple objects that it also references.
19394
19395         * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
19396         * svg/filters/feImage-self-and-other-referencing.html: Added.
19397
19398 2012-10-29  Michael Saboff  <msaboff@apple.com>
19399
19400         Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
19401         https://bugs.webkit.org/show_bug.cgi?id=100576
19402
19403         Reviewed by Darin Adler.
19404
19405         Added a new test to validated the behavior of the corresponding changes to string processing
19406         in the Lexer.
19407
19408         * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
19409         * fast/js/normal-character-escapes-in-string-literals.html: Added.
19410         * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.
19411
19412 2012-10-29  Roger Fong  <roger_fong@apple.com>
19413
19414         Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.
19415
19416         * platform/win/TestExpectations:
19417
19418 2012-10-29  Adam Barth  <abarth@webkit.org>
19419
19420         Block SVG external references pending a security review
19421         https://bugs.webkit.org/show_bug.cgi?id=100635
19422
19423         Reviewed by Eric Seidel.
19424
19425         Skip tests that depend on external SVG references.
19426
19427         * platform/chromium/TestExpectations:
19428
19429 2012-10-29  Chris Rogers  <crogers@google.com>
19430
19431         Unreviewed rebaseline of webaudio/audiobuffersource-loop-points
19432
19433         * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
19434         * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.
19435
19436 2012-10-29  Alpha Lam  <hclam@chromium.org>
19437
19438         [skia] Handle mask box image.
19439         https://bugs.webkit.org/show_bug.cgi?id=100570
19440
19441         Reviewed by James Robinson.
19442
19443         Added a test for -webkit-mask-box-image. Test should complete without crashes.
19444         Output image should be blank.
19445
19446         * fast/images/mask-box-image-crash-expected.png: Added.
19447         * fast/images/mask-box-image-crash-expected.txt: Added.
19448         * fast/images/mask-box-image-crash.html: Added.
19449
19450 2012-10-29  David Barton  <dbarton@mathscribe.com>
19451
19452         Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
19453         cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.
19454
19455         * mathml/msubsup-fuzz-expected.txt: Added.
19456         * mathml/msubsup-fuzz.html: Added.
19457         * platform/chromium/TestExpectations:
19458         * platform/efl/TestExpectations:
19459         * platform/gtk/TestExpectations:
19460         * platform/mac/TestExpectations:
19461
19462 2012-10-29  Justin Novosad  <junov@google.com>
19463
19464         [Chromium] flickering observed when copying 2D canvas to webGL texture
19465         https://bugs.webkit.org/show_bug.cgi?id=100691
19466
19467         Reviewed by Stephen White.
19468
19469         Modified test by adding a canvas draw imediately after webgl texture
19470         upload in order to exercise graphics context synchronization between
19471         the webGL and 2D canvas graphics contexts.
19472
19473         * fast/canvas/webgl/canvas-2d-webgl-texture.html:
19474
19475 2012-10-29  Glenn Adams  <glenn@skynav.com>
19476        
19477         [CSSOM] Extraneous whitespace in CSSImportRule.cssText
19478         https://bugs.webkit.org/show_bug.cgi?id=100657
19479
19480         Reviewed by Simon Fraser.
19481
19482         Test (from CSS WG) that checks serializion of CSSImportRule.cssText.
19483
19484         * http/tests/css/shared-stylesheet-mutation-expected.txt:
19485         * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
19486         Fix expected output to match removal of extraneous space.
19487
19488         * cssom/cssimportrule-media-expected.txt: Added.
19489         * cssom/cssimportrule-media.html: Added.
19490         * cssom/resources/import.css: Added.
19491
19492 2012-10-29  Zan Dobersek  <zandobersek@gmail.com>
19493
19494         Unreviewed GTK gardening.
19495
19496         Adding flaky crash expectations for tests that crash after r132699
19497         if the accessibility object cache is populated.
19498
19499         * platform/gtk/TestExpectations:
19500
19501 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
19502
19503         [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
19504         https://bugs.webkit.org/show_bug.cgi?id=100687
19505
19506         Unreviewed EFL gardening.
19507
19508         Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
19509         since it is intrinsically flaky and cannot be fixed.
19510
19511         * platform/efl/TestExpectations:
19512
19513 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
19514
19515         [Qt] Flaky security tests
19516         https://bugs.webkit.org/show_bug.cgi?id=100388
19517
19518         Reviewed by Jocelyn Turcotte.
19519
19520         Unskip no longer flaky tests.
19521
19522         * platform/qt/TestExpectations:
19523
19524 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
19525
19526         [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
19527         https://bugs.webkit.org/show_bug.cgi?id=100668
19528
19529         Reviewed by Kenneth Rohde Christiansen.
19530
19531         Remove Shadow DOM layout tests from the global wk2 TestExpectations
19532         and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
19533         enabled so they don't need to be skipped for those ports. The Qt port
19534         is already skipping those tests in its global TestExpectations file.
19535
19536         * platform/efl-wk2/TestExpectations:
19537         * platform/mac-wk2/TestExpectations:
19538         * platform/wk2/TestExpectations:
19539
19540 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
19541
19542         [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
19543         https://bugs.webkit.org/show_bug.cgi?id=100115
19544
19545         Reviewed by Noam Rosenthal.
19546
19547         * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.
19548
19549 2012-10-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
19550
19551         [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
19552         https://bugs.webkit.org/show_bug.cgi?id=100646
19553
19554         Reviewed by Kenneth Rohde Christiansen.
19555
19556         * platform/efl-wk2/TestExpectations: Unskip
19557         fast/events/frame-tab-focus.html.
19558
19559 2012-10-29  Michelangelo De Simone  <michelangelo@webkit.org>
19560
19561         [CSS Shaders] Implement CustomFilterArrayParameter::blend
19562         https://bugs.webkit.org/show_bug.cgi?id=96437
19563
19564         Reviewed by Dean Jackson.
19565
19566         New tests to asses the correctness of CustomFilterArrayParameter::blend.
19567         
19568         * animations/resources/animation-test-helpers.js:
19569         (customFilterParameterMatch): A check for functions' parameters length has been added.
19570         * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
19571         * css3/filters/custom/custom-filter-array-blending.html: Added.
19572
19573 2012-10-29  Sheriff Bot  <webkit.review.bot@gmail.com>
19574
19575         Unreviewed, rolling out r132782.
19576         http://trac.webkit.org/changeset/132782
19577         https://bugs.webkit.org/show_bug.cgi?id=100653
19578
19579         It made 400+ tests fail and 180 tests flakey on Qt (Requested
19580         by Ossy on #webkit).
19581
19582         * platform/qt/TestExpectations:
19583
19584 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
19585
19586         [Qt] Flaky security tests
19587         https://bugs.webkit.org/show_bug.cgi?id=100388
19588
19589         Reviewed by Jocelyn Turcotte.
19590
19591         Unskip no longer flaky tests.
19592
19593         * platform/qt/TestExpectations:
19594
19595 2012-10-29  Pavel Podivilov  <podivilov@google.com>
19596
19597         [Chromium] Test expectation update.
19598
19599         Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.
19600
19601         * platform/chromium/TestExpectations:
19602
19603 2012-10-29  Kent Tamura  <tkent@chromium.org>
19604
19605         [Chromium] Test expectation update.
19606         https://bugs.webkit.org/show_bug.cgi?id=99818
19607
19608         The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
19609         and XP is expected.
19610
19611         - OS X SnowLeopard
19612           The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
19613           on other platforms.
19614
19615         - Windows XP
19616           It doesn't support the lang-attribute-aware-form-control-UI testing
19617         feature.
19618
19619         * 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.
19620         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
19621         * platform/chromium/TestExpectations:
19622
19623 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
19624
19625         [EFL] Skip 2 tests failing due to missing drag'n drop support
19626         https://bugs.webkit.org/show_bug.cgi?id=100638
19627
19628         Unreviewed EFL gardening.
19629
19630         Skip 2 test cases failing due to missing drag'n drop support
19631         in EFL port.
19632
19633         * platform/efl/TestExpectations:
19634
19635 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
19636
19637         [EFL] Skip 2 jquery tests crashing after r132757
19638         https://bugs.webkit.org/show_bug.cgi?id=100637
19639
19640         Unreviewed EFL gardening.
19641
19642         Skip 2 jquery test cases that started crashing after
19643         r132757.
19644
19645         * platform/efl/TestExpectations:
19646
19647 2012-10-29  Alexander Pavlov  <apavlov@chromium.org>
19648
19649         Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
19650         https://bugs.webkit.org/show_bug.cgi?id=100119
19651
19652         Reviewed by Vsevolod Vlasov.
19653
19654         * http/tests/inspector/elements-test.js:
19655         (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
19656         * inspector/styles/inactive-properties-expected.txt: Added.
19657         * inspector/styles/inactive-properties.html: Added.
19658
19659 2012-10-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
19660
19661         [Qt] Unreviewed gardening.
19662
19663         Skip some tests because SHADOW_DOM is disabled on Qt.
19664         Unskip another one that doesn't exist already.
19665
19666         * platform/qt/TestExpectations:
19667
19668 2012-10-28  Shinya Kawanaka  <shinyak@chromium.org>
19669
19670         The shadow element is not reprojected to a nested ShadowRoot.
19671         https://bugs.webkit.org/show_bug.cgi?id=99228
19672
19673         Reviewed by Dimitri Glazkov.
19674
19675         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
19676         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
19677         to shadow element are reprojected.
19678         * fast/dom/shadow/composed-shadow-tree-walker.html:
19679         * fast/dom/shadow/content-reprojection-complex.html:
19680         * fast/dom/shadow/content-reprojection-fallback-expected.html:
19681         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
19682         * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
19683         * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
19684         * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
19685         * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
19686         * fast/dom/shadow/shadow-reprojection-expected.html: Added.
19687         * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
19688         * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
19689         are reprojected.
19690         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
19691         * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
19692         * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
19693         * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
19694         * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.
19695
19696 2012-10-28  Kunihiko Sakamoto  <ksakamoto@chromium.org>
19697
19698         Webkit adds a boundary to the Content-Type: text/plain POST header
19699         https://bugs.webkit.org/show_bug.cgi?id=100445
19700
19701         Reviewed by Kent Tamura.
19702
19703         Fixed test failure and added a test case for Content-Type header.
19704
19705         * http/tests/misc/form-post-textplain-expected.txt:
19706         * http/tests/misc/form-post-textplain.html:
19707         * http/tests/misc/resources/form-post-textplain.php:
19708         Added a test case for testing Content-Type POST header.
19709         Also fixed existing test case that attempted to test newline in the input value.
19710         LF in the input value is replaced with CRLF durling the construction of the form data set.
19711
19712 2012-10-28  Kent Tamura  <tkent@chromium.org>
19713
19714         [Chromium] Test expectation update
19715
19716         Rebaseline for http://trac.webkit.org/changeset/132753
19717
19718         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19719         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19720         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19721         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19722         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19723
19724 2012-10-28  Sheriff Bot  <webkit.review.bot@gmail.com>
19725
19726         Unreviewed, rolling out r132696.
19727         http://trac.webkit.org/changeset/132696
19728         https://bugs.webkit.org/show_bug.cgi?id=100609
19729
19730         Needs a bit more clean-up on Chrome Web UI side. (Requested by
19731         dglazkov on #webkit).
19732
19733         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
19734         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
19735         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
19736         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
19737         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
19738         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
19739         * fast/forms/pseudo-elements-expected.html: Removed.
19740         * fast/forms/pseudo-elements.html: Removed.
19741         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
19742         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
19743         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
19744         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
19745         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
19746         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
19747         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19748         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19749         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19750         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19751         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
19752         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19753         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
19754         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
19755         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19756         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19757         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19758         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19759         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19760         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19761         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19762         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19763         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19764         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19765         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19766         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
19767
19768 2012-10-28  Kent Tamura  <tkent@chromium.org>
19769
19770         [Chromium] Test expectation update
19771         https://bugs.webkit.org/show_bug.cgi?id=100128
19772
19773         Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.
19774
19775         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
19776         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
19777         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
19778         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
19779         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
19780         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
19781         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
19782         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
19783         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
19784         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
19785         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
19786         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
19787         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
19788         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
19789         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
19790         * platform/chromium/TestExpectations:
19791
19792 2012-10-28  Csaba Osztrogonác  <ossy@webkit.org>
19793
19794         [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.
19795
19796         * platform/qt-5.0-wk2/TestExpectations:
19797         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
19798         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
19799         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
19800         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
19801         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
19802         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.
19803
19804 2012-10-27  Noam Rosenthal  <noam.rosenthal@nokia.com>
19805
19806         Coordinated Graphics: Animation jerkiness when rAF is enabled
19807         https://bugs.webkit.org/show_bug.cgi?id=100536
19808
19809         Reviewed by Kenneth Rohde Christiansen.
19810
19811         Added a test to make sure we don't respond too eagerly to requestAnimationFrame.
19812
19813         * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
19814         * fast/animation/request-animation-frame-too-rapid.html: Added.
19815         * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.
19816
19817 2012-10-27  David Barton  <dbarton@mathscribe.com>
19818
19819         [MathML] Improve some addChild methods
19820         https://bugs.webkit.org/show_bug.cgi?id=98791
19821
19822         Reviewed by Eric Seidel.
19823
19824         * mathml/presentation/dynamic-expected.html: Added.
19825         * mathml/presentation/dynamic.html: Added.
19826
19827 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
19828
19829         Unreviewed gardening.
19830
19831         Removing my garbage, now from svn.
19832
19833         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.
19834
19835 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
19836
19837         Unreviewed gardening.
19838
19839         Added one more png to a wrong path in my previous commit, removing it and hoping that
19840         the directory will not stay in svn.
19841
19842         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
19843
19844 2012-10-27  Levi Weintraub  <leviw@chromium.org>
19845
19846         Background images can incorrectly repeat with sub-pixel layout
19847         https://bugs.webkit.org/show_bug.cgi?id=94622
19848
19849         Reviewed by Emil A Eklund.
19850
19851         * fast/sub-pixel/scaled-background-image-expected.html: Added.
19852         * fast/sub-pixel/scaled-background-image.html: Added.
19853
19854 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
19855
19856         [Qt] Pixel tests need rebaseline
19857         https://bugs.webkit.org/show_bug.cgi?id=99323
19858
19859         Unreviewed gardening.
19860
19861         Reland Qt-WebKit2 new expectations part 2 with fixed paths.
19862
19863         * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
19864         * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
19865         * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
19866         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
19867         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
19868         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
19869         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
19870         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
19871         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
19872         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
19873         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
19874         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
19875         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
19876         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
19877         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
19878         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
19879         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
19880         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
19881         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
19882         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
19883         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
19884         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
19885         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
19886         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
19887         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
19888         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
19889         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.
19890
19891 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
19892
19893         [Qt] Pixel tests need rebaseline
19894         https://bugs.webkit.org/show_bug.cgi?id=99323
19895
19896         Unreviewed gardening.
19897
19898         Reland Qt-WebKit2 new expectations part 1 with fixed paths.
19899
19900         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
19901         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
19902         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
19903         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
19904         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
19905         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
19906         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
19907         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
19908         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
19909         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
19910         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
19911         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
19912         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
19913         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
19914         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
19915         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
19916         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
19917         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
19918         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
19919         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
19920         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
19921         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
19922         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
19923         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
19924         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
19925         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
19926         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
19927         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
19928         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
19929         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
19930         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
19931         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
19932         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
19933         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
19934         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
19935         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
19936         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
19937         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
19938         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
19939         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
19940         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
19941         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
19942         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
19943         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
19944         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
19945         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
19946         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
19947         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
19948         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
19949         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
19950         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
19951         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
19952         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
19953         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
19954         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
19955         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
19956         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
19957         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
19958         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
19959         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
19960         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
19961         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
19962         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
19963         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
19964         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
19965         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
19966         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
19967         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
19968         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
19969         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
19970         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
19971         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
19972         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
19973         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
19974
19975 2012-10-27  Tony Chang  <tony@chromium.org>
19976
19977         Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
19978         https://bugs.webkit.org/show_bug.cgi?id=100564
19979
19980         Reviewed by Adam Barth.
19981
19982         Update tests to use the internals.settings method.
19983
19984         * media/track/track-language-preference-expected.txt:
19985         * media/track/track-language-preference.html:
19986         * media/track/track-prefer-captions-expected.txt:
19987         * media/track/track-prefer-captions.html:
19988
19989 2012-10-26  Philip Rogers  <pdr@google.com>
19990
19991         Prevent NaN offset values in ElementTimeControl.
19992         https://bugs.webkit.org/show_bug.cgi?id=100322
19993
19994         Reviewed by Abhishek Arya.
19995
19996         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
19997         * svg/custom/elementTimeControl-nan-crash.html: Added.
19998
19999 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
20000
20001         [Qt] Unreviewed weekend gardening, skip new failing tests.
20002
20003         * platform/qt/TestExpectations:
20004
20005 2012-10-26  Chris Rogers  <crogers@google.com>
20006
20007         Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
20008         https://bugs.webkit.org/show_bug.cgi?id=100170
20009
20010         Reviewed by Kenneth Russell.
20011
20012         * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
20013         * webaudio/audiobuffersource-loop-comprehensive.html: Added.
20014         * webaudio/audiobuffersource-loop-points-expected.wav: Added.
20015         * webaudio/audiobuffersource-loop-points.html: Added.
20016
20017 2012-10-26  Kent Tamura  <tkent@chromium.org>
20018
20019         [Chromium] Test expectation update.
20020
20021         Rebaseline for recent forms changes.
20022
20023         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
20024         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
20025         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
20026         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
20027         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
20028         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
20029         * platform/chromium/TestExpectations:
20030
20031 2012-10-26  Daniel Cheng  <dcheng@chromium.org>
20032
20033         dragover's default action should prevent drop for file drags
20034         https://bugs.webkit.org/show_bug.cgi?id=79173
20035
20036         Reviewed by Tony Chang.
20037
20038         * fast/dom/shadow/drop-event-in-shadow.html:
20039             Added dragover handler as required by the HTML specification.
20040         * fast/events/input-element-display-none-in-dragleave-crash.html:
20041             Added dragover handler as required by the HTML specification.
20042         * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
20043         * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
20044         * http/tests/security/clipboard/clipboard-file-access.html:
20045             Added dragover handler as required by the HTML specification.
20046
20047 2012-10-26  Anders Carlsson  <andersca@apple.com>
20048
20049         Crash when making NPRuntime calls with a null NPP pointer
20050         https://bugs.webkit.org/show_bug.cgi?id=100569
20051
20052         Reviewed by Darin Adler.
20053
20054         Add new tests.
20055
20056         * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
20057         * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.
20058
20059 2012-10-26  Vincent Scheib  <scheib@chromium.org>
20060
20061         Unreviewed, rolling out r132702.
20062         http://trac.webkit.org/changeset/132702
20063         https://bugs.webkit.org/show_bug.cgi?id=100322
20064
20065         Compile error on Chromium Linux dbg builder (and others)
20066
20067         * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
20068         * svg/custom/elementTimeControl-nan-crash.html: Removed.
20069
20070 2012-10-26  Tony Chang  <tony@chromium.org>
20071
20072         [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.
20073
20074         * platform/chromium/TestExpectations:
20075
20076 2012-10-26  Tony Chang  <tony@chromium.org>
20077
20078         [chromium] Unreviewed, remove tests that consistently pass.
20079
20080         * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
20081         * platform/chromium/TestExpectations:
20082
20083 2012-10-26  Philip Rogers  <pdr@google.com>
20084
20085         Prevent NaN offset values in ElementTimeControl.
20086         https://bugs.webkit.org/show_bug.cgi?id=100322
20087
20088         Reviewed by Abhishek Arya.
20089
20090         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
20091         * svg/custom/elementTimeControl-nan-crash.html: Added.
20092
20093 2012-10-26  Tony Chang  <tony@chromium.org>
20094
20095         Move non-Settings Inspector methods from internals.settings to internals
20096         https://bugs.webkit.org/show_bug.cgi?id=100392
20097
20098         Reviewed by Adam Barth.
20099
20100         Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
20101         Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.
20102
20103         * fast/profiler/anonymous-event-handler.html:
20104         * fast/profiler/anonymous-function-called-from-different-contexts.html:
20105         * fast/profiler/anonymous-function-calls-built-in-functions.html:
20106         * fast/profiler/anonymous-function-calls-eval.html:
20107         * fast/profiler/anonymous-functions-with-display-names.html:
20108         * fast/profiler/apply.html:
20109         * fast/profiler/built-in-function-calls-anonymous.html:
20110         * fast/profiler/built-in-function-calls-user-defined-function.html:
20111         * fast/profiler/call-register-leak.html:
20112         * fast/profiler/call.html:
20113         * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
20114         * fast/profiler/compare-multiple-profiles.html:
20115         * fast/profiler/constructor.html:
20116         * fast/profiler/dead-time.html:
20117         * fast/profiler/document-dot-write.html:
20118         * fast/profiler/event-handler.html:
20119         * fast/profiler/execution-context-and-eval-on-same-line.html:
20120         * fast/profiler/inline-event-handler.html:
20121         * fast/profiler/many-calls-in-the-same-scope.html:
20122         * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
20123         * fast/profiler/multiple-and-different-scoped-function-calls.html:
20124         * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
20125         * fast/profiler/multiple-frames.html:
20126         * fast/profiler/named-functions-with-display-names.html:
20127         * fast/profiler/nested-anonymous-functon.html:
20128         * fast/profiler/nested-start-and-stop-profiler.html:
20129         * fast/profiler/no-execution-context.html:
20130         * fast/profiler/one-execution-context.html:
20131         * fast/profiler/profile-calls-in-included-file.html:
20132         * fast/profiler/profile-with-no-title.html:
20133         * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
20134         * fast/profiler/profiling-from-a-nested-location.html:
20135         * fast/profiler/simple-event-call.html:
20136         * fast/profiler/simple-no-level-change.html:
20137         * fast/profiler/start-and-stop-profiler-multiple-times.html:
20138         * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
20139         * fast/profiler/start-but-dont-stop-profiling.html:
20140         * fast/profiler/stop-profiling-after-setTimeout.html:
20141         * fast/profiler/stop-then-function-call.html:
20142         * fast/profiler/two-execution-contexts.html:
20143         * fast/profiler/user-defined-function-calls-built-in-functions.html:
20144         * fast/profiler/window-dot-eval.html:
20145         * http/tests/inspector/network-test.js:
20146         (resetInspectorResourcesData):
20147         * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
20148         * http/tests/inspector/network/network-content-replacement-embed.html:
20149         * http/tests/inspector/network/network-content-replacement-xhr.html:
20150         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
20151
20152 2012-10-26  Dominic Mazzoni  <dmazzoni@google.com>
20153
20154         AX: Notification should be sent when accessibilityIsIgnored changes
20155         https://bugs.webkit.org/show_bug.cgi?id=99547
20156
20157         Reviewed by Chris Fleizach.
20158
20159         Adds 3 new test to ensure:
20160         1. A "children changed" notification is fired on the parent object when an
20161            object that was previously ignored becomes unignored.
20162         2. A notification is sent when an element's text (incl. title or label) changes.
20163         3. A notification is sent when another ARIA attribute changes.
20164
20165         Modifies add-to-menu-list-crashes because it was too brittle; it was
20166             referencing a stale object rather than retrieving its latest handle.
20167         Modifies aria-checkbox-sends-notification to listen on the correct
20168             object on all platforms.
20169         Simplifies notification-listeners so it doesn't generate additional
20170             notifications that are inconsistent between platforms now.
20171
20172         * accessibility/aria-checkbox-sends-notification.html:
20173         * accessibility/notification-listeners.html:
20174         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
20175         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
20176         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
20177         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
20178         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
20179         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
20180         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
20181         * platform/chromium/accessibility/text-change-notification.html: Added.
20182
20183 2012-10-26  Vincent Scheib  <scheib@chromium.org>
20184
20185         Generated should not be supported for things with a shadow
20186         https://bugs.webkit.org/show_bug.cgi?id=98836
20187
20188         Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
20189         Initial rollout was speculative and was shown not to be related to crashes.
20190         Change author: Elliott Sprehn  <esprehn@chromium.org>
20191
20192         Change all pseudos on <input> tests to be ref tests and clean up the tests.
20193         They now make sure we don't support generated content on things with a shadow.
20194         Also added another test for the other form control types to ensure they don't
20195         support pseudos either.
20196
20197         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
20198         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
20199         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
20200         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
20201         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
20202         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
20203         * fast/forms/pseudo-elements-expected.html: Added.
20204         * fast/forms/pseudo-elements.html: Added.
20205         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
20206         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
20207         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
20208         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
20209         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
20210         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
20211         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20212         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20213         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20214         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20215         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
20216         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20217         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
20218         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
20219         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20220         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20221         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20222         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20223         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20224         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20225         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20226         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20227         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20228         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20229         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20230         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
20231
20232 2012-10-26  Aaron Colwell  <acolwell@chromium.org>
20233
20234         Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
20235         https://bugs.webkit.org/show_bug.cgi?id=100160
20236
20237         Reviewed by Adam Barth.
20238
20239         The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
20240         have been updated to reflect the correct behavior.
20241
20242         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
20243         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.
20244
20245 2012-10-26  Bear Travis  <betravis@adobe.com>
20246
20247         [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
20248         https://bugs.webkit.org/show_bug.cgi?id=98189
20249
20250         Reviewed by Dirk Schulze.
20251
20252         Test that block content in subsequent shape-insides lays out correctly. Introducing a script
20253         that can eventually be used to simplify the rectangle cases.
20254
20255         * fast/exclusions/resources/simple-rectangle.js: Added.
20256         (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
20257         (createRectangleTestResult): Generate a shape-inside rectangle expected result using
20258         the given parameters.
20259         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
20260         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.
20261
20262 2012-10-26  Dirk Schulze  <krit@webkit.org>
20263
20264         -webkit-clip-path property should just reference clipPath
20265         https://bugs.webkit.org/show_bug.cgi?id=100531
20266
20267         Reviewed by Eric Seidel.
20268
20269         Check that anther SVG resource like mask can not be referenced as clipPath.
20270
20271         * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
20272         * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.
20273
20274 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20275
20276         webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
20277         https://bugs.webkit.org/show_bug.cgi?id=98602
20278
20279         Reviewed by Dirk Pranke.
20280
20281         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
20282         directive and related comments, it is passed to httpd by webkitpy
20283         now.
20284         * http/conf/apache2-httpd.conf: Ditto.
20285         * http/conf/cygwin-httpd.conf: Ditto.
20286         * http/conf/fedora-httpd.conf: Ditto.
20287
20288 2012-10-26  Simon Fraser  <simon.fraser@apple.com>
20289
20290         compositing/tiling/huge-layer* flakey
20291         https://bugs.webkit.org/show_bug.cgi?id=48454
20292
20293         Reviewed by Dan Bernstein.
20294
20295         In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
20296         we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
20297         also able to remove all the setTimeouts() from these tests.
20298         
20299         The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
20300         this flag, and added Mac-specific results with it.
20301         
20302         Unskipped some tests on non-Mac platforms that should now pass.
20303
20304         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
20305         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
20306         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
20307         * compositing/tiling/huge-layer-add-remove-child.html: Added.
20308         * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
20309         * compositing/tiling/huge-layer-expected.txt:
20310         * compositing/tiling/huge-layer-img-expected.txt:
20311         * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
20312         * compositing/tiling/huge-layer-resize-expected.txt:
20313         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
20314         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
20315         * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
20316         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
20317         * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
20318         * platform/chromium/TestExpectations:
20319         * platform/efl/TestExpectations:
20320         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
20321         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
20322         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
20323         * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
20324         * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
20325         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
20326         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
20327         * 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.
20328         * platform/qt-5.0-wk2/TestExpectations:
20329
20330 2012-10-26  Nico Weber  <thakis@chromium.org>
20331
20332         [chromium] Enable fast/images/exif-orientation.html
20333         https://bugs.webkit.org/show_bug.cgi?id=100534
20334
20335         Unreviewed, TestExpecations change.
20336
20337         The baselines for this test landed yesterday.
20338
20339         * platform/chromium/TestExpectations:
20340
20341 2012-10-26  Florin Malita  <fmalita@chromium.org>
20342
20343         Crash on loading SVG filter resource on HTML element
20344         https://bugs.webkit.org/show_bug.cgi?id=100491
20345
20346         Reviewed by Dirk Schulze.
20347
20348         * svg/filters/filter-reference-crash-expected.txt: Added.
20349         * svg/filters/filter-reference-crash.html: Added.
20350
20351 2012-10-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
20352
20353         [WK2] should enable two postredirect tests
20354         https://bugs.webkit.org/show_bug.cgi?id=100508
20355
20356         Unreviewed gardening.
20357
20358         The EFL results for these tests seem to have been wrong from the beginning.
20359         Update expected results, enable tests for WK2 (based on comment in
20360         TestExpectations these were skipped because efl failed).
20361
20362         * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
20363         * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
20364         * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
20365         * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
20366         * platform/wk2/TestExpectations:
20367
20368 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20369
20370         [EFL] Skip a few tests which produce wrong pixel expectations.
20371
20372         * platform/efl/TestExpectations:
20373
20374 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20375
20376         [EFL] Add custom expectation for test added in r131557.
20377
20378         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
20379
20380 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
20381
20382         Unreviewed, rolling out r132612.
20383         http://trac.webkit.org/changeset/132612
20384         https://bugs.webkit.org/show_bug.cgi?id=100512
20385
20386         Crashes fast/events/tabindex-focus-blur-all.html in debug mode
20387         (Requested by pfeldman on #webkit).
20388
20389         * fast/table/col-span-change-relayout-expected.txt: Removed.
20390         * fast/table/col-span-change-relayout.html: Removed.
20391         * fast/table/simplified-layout-table-expected.html: Removed.
20392         * fast/table/simplified-layout-table.html: Removed.
20393
20394 2012-10-26  Dominik Röttsches  <dominik.rottsches@intel.com>
20395
20396         Unreviewed Apple Win gardening.
20397
20398         * platform/win/TestExpectations: Skipping XHR timeout tests.
20399
20400 2012-10-26  Zan Dobersek  <zandobersek@gmail.com>
20401
20402         Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
20403         positioned after the IEND PNG chunk.
20404
20405         * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
20406
20407 2012-10-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>
20408
20409         Printing should use use high resolution images when available
20410         https://bugs.webkit.org/show_bug.cgi?id=100488
20411
20412         Reviewed by Antti Koivisto.
20413
20414         The images loaded using -webkit-device-pixel-ratio depends on
20415         the display type (deviceScaleFactor) and thus affects which
20416         images are being used for printing. Printing should always
20417         use the higher resolution images (aka 'retina' images).
20418
20419         Added a test testing -webkit-device-pixel-ratio media query
20420         in conjuntion with 'print' media type.
20421
20422         * fast/media/mq-pixel-ratio-print-expected.txt: Added.
20423         * fast/media/mq-pixel-ratio-print.html: Added.
20424
20425 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20426
20427         [EFL] ... And another pixel rebaseline after r131941 and r131991.
20428
20429         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
20430
20431 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
20432
20433         Not reviewed: chromium baselines for selection-after-remove updated.
20434
20435         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
20436         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
20437         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
20438
20439 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
20440
20441         Unreviewed, rolling out r132607.
20442         http://trac.webkit.org/changeset/132607
20443         https://bugs.webkit.org/show_bug.cgi?id=100502
20444
20445         "SOS! More wrong paths." (Requested by kbalazs on #webkit).
20446
20447         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
20448         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
20449         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
20450         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
20451         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
20452         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
20453         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
20454         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
20455         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
20456         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
20457         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
20458         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
20459         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
20460         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
20461         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
20462         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
20463         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
20464         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
20465         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
20466         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
20467         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
20468         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
20469         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
20470         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
20471         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
20472         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
20473         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.
20474
20475 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
20476
20477         Unreviewed, rolling out r132604.
20478         http://trac.webkit.org/changeset/132604
20479         https://bugs.webkit.org/show_bug.cgi?id=100501
20480
20481         "SOS! Wrong paths." (Requested by kbalazs on #webkit).
20482
20483         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
20484         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
20485         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
20486         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
20487         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
20488         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
20489         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
20490         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
20491         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
20492         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
20493         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
20494         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
20495         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
20496         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
20497         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
20498         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
20499         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
20500         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
20501         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
20502         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
20503         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
20504         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
20505         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
20506         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
20507         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
20508         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
20509         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
20510         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
20511         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
20512         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
20513         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
20514         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
20515         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
20516         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
20517         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
20518         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
20519         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
20520         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
20521         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
20522         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
20523         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
20524         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
20525         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
20526         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
20527         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
20528         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
20529         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
20530         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
20531         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
20532         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
20533         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
20534         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
20535         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
20536         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
20537         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
20538         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
20539         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
20540         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
20541         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
20542         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
20543         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
20544         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
20545         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
20546         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
20547         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
20548         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
20549         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
20550         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
20551         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
20552         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
20553         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
20554         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
20555         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
20556         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.
20557
20558 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20559
20560         [EFL] More pixel rebaselines after r131941 and r131991.
20561
20562         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
20563         * platform/efl/fast/dynamic/containing-block-change-expected.png:
20564         * platform/efl/fast/forms/listbox-clip-expected.png:
20565         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
20566         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
20567         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
20568         * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
20569         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
20570         * platform/efl/fast/reflections/inline-crash-expected.png:
20571         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
20572         * platform/efl/fast/text/font-initial-expected.png:
20573
20574 2012-10-26  Takashi Sakamoto  <tasak@google.com>
20575
20576         [Shadow]: removing styles in shadow dom subtree causes crash.
20577         https://bugs.webkit.org/show_bug.cgi?id=100455
20578
20579         Reviewed by Hajime Morita.
20580
20581         * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
20582         * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.
20583
20584 2012-10-26  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
20585
20586         [EFL] Gardening to make the bots green
20587         https://bugs.webkit.org/show_bug.cgi?id=100481
20588
20589         Unreviewed EFL gardening.
20590
20591         Skip failing test and also unskip tests that are
20592         consistently passing.
20593
20594         * platform/efl-wk1/TestExpectations:
20595         * platform/efl/TestExpectations:
20596
20597 2012-10-26  Takashi Sakamoto  <tasak@google.com>
20598
20599         [Shadow DOM] Needs @host rule for ShadowDOM styling
20600         https://bugs.webkit.org/show_bug.cgi?id=88606
20601
20602         Reviewed by Hajime Morita.
20603
20604         * fast/dom/shadow/athost-atrules-expected.txt: Added.
20605         * fast/dom/shadow/athost-atrules.html: Added.
20606
20607 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
20608
20609         [EFL] Fix test pixel expectation.
20610
20611         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
20612
20613 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
20614
20615         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
20616         https://bugs.webkit.org/show_bug.cgi?id=99861
20617
20618         Reviewed by Ojan Vafai.
20619
20620         Added 2 tests:
20621         - 1 to cover the code in RenderTableCol::updateFromElement.
20622         - 1 to cover simplified layout on a table.
20623
20624         * fast/table/col-span-change-relayout-expected.txt: Added.
20625         * fast/table/col-span-change-relayout.html: Added.
20626         * fast/table/simplified-layout-table-expected.html: Added.
20627         * fast/table/simplified-layout-table.html: Added.
20628
20629 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
20630
20631         [Qt] Pixel tests need rebaseline
20632         https://bugs.webkit.org/show_bug.cgi?id=99323
20633
20634         Unreviewed pixel gardening.
20635
20636         Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).
20637
20638         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
20639         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
20640         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
20641         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
20642         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
20643         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
20644         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
20645         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
20646         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
20647         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
20648         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
20649         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
20650         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
20651         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
20652         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
20653         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
20654         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
20655         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
20656         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
20657         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
20658         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
20659         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
20660         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
20661         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
20662         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
20663         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
20664         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
20665         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
20666         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
20667         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
20668         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
20669         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
20670         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
20671         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
20672         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
20673         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
20674         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
20675         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
20676         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
20677         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
20678         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
20679         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
20680         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
20681         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
20682         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
20683         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
20684         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
20685         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
20686         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
20687         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
20688         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
20689         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
20690         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
20691         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
20692         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
20693         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
20694         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
20695         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
20696         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
20697         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
20698         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
20699         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
20700         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
20701         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
20702         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
20703         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
20704         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
20705         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
20706         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
20707         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
20708         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
20709         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
20710         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
20711         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
20712         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
20713         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
20714         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
20715         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
20716         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
20717         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
20718
20719 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
20720
20721         [Qt] Pixel tests need rebaseline
20722         https://bugs.webkit.org/show_bug.cgi?id=99323
20723
20724         Unreviewed pixel gardening.
20725
20726         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
20727
20728         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
20729         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
20730         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
20731         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
20732         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
20733         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
20734         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
20735         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
20736         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
20737         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
20738         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
20739         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
20740         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
20741         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
20742         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
20743         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
20744         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
20745         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
20746         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
20747         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
20748         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
20749         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
20750         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
20751         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
20752         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
20753         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
20754         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
20755         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
20756         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
20757         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
20758         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
20759         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
20760         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
20761         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
20762         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
20763         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
20764         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
20765         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
20766         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
20767         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
20768         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
20769         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
20770         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
20771         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
20772         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
20773         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
20774         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
20775         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
20776         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
20777         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
20778         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
20779         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
20780         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
20781         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
20782         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
20783         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
20784         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
20785         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
20786         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
20787         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
20788         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
20789         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
20790         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
20791         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
20792         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
20793         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
20794         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
20795         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
20796         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
20797         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
20798         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
20799         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
20800         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
20801         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
20802         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
20803         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
20804         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
20805         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
20806         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
20807         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
20808         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
20809         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
20810         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
20811         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
20812         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
20813         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
20814         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
20815         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
20816         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
20817         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
20818         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
20819         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
20820         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
20821         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
20822         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
20823         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
20824         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
20825         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
20826         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
20827         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
20828
20829 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
20830
20831         [Qt] Pixel tests need rebaseline
20832         https://bugs.webkit.org/show_bug.cgi?id=99323
20833
20834         Unreviewed pixel gardening.
20835
20836         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
20837
20838         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
20839         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
20840         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
20841         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
20842         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
20843         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
20844         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
20845         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
20846         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
20847         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
20848         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
20849         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
20850         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
20851         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
20852         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
20853         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
20854         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
20855         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
20856         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
20857         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
20858         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
20859         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
20860         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
20861         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
20862         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
20863         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
20864         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
20865         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
20866         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
20867         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
20868         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
20869         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
20870         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
20871         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
20872         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
20873         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
20874         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
20875         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
20876         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
20877         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
20878         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
20879         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
20880         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
20881         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
20882         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
20883         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
20884         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
20885         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
20886         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
20887         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
20888         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
20889         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
20890         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
20891         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
20892         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
20893         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
20894         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
20895         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
20896         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
20897         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
20898         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
20899         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
20900         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
20901         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
20902         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
20903         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
20904         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
20905         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
20906         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
20907         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
20908         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
20909         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
20910         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
20911         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
20912         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
20913         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
20914         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
20915         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
20916         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
20917         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
20918         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
20919         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
20920         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
20921         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
20922         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
20923         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
20924         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
20925         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
20926         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
20927         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
20928         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
20929         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
20930         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
20931         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
20932         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
20933         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
20934         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
20935         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
20936         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
20937         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
20938
20939 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
20940
20941         [Qt] Pixel tests need rebaseline
20942         https://bugs.webkit.org/show_bug.cgi?id=99323
20943
20944         Unreviewed pixel gardening.
20945
20946         Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).
20947
20948         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
20949         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
20950         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
20951         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
20952         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
20953         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
20954         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
20955         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
20956         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
20957         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
20958         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
20959         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
20960         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
20961         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
20962         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
20963         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
20964         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
20965         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
20966         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
20967         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
20968         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
20969         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
20970         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
20971         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
20972         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
20973         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
20974         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
20975         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
20976         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
20977         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
20978         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
20979         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
20980         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
20981         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
20982         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
20983         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
20984         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
20985         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
20986         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
20987         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
20988         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
20989         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
20990         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
20991         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
20992         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
20993         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
20994         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
20995         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
20996         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
20997         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
20998         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
20999         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
21000         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
21001         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
21002         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
21003         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
21004         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
21005         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
21006         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
21007         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
21008         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
21009         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
21010         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
21011         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
21012         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
21013         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
21014         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
21015         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
21016         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
21017         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
21018         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
21019         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
21020         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
21021         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
21022         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
21023         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
21024         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
21025         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
21026         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
21027         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
21028         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
21029         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
21030         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
21031         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
21032         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
21033         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
21034         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
21035         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
21036         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
21037         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
21038         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
21039         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
21040         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
21041         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
21042         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
21043         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
21044         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
21045         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
21046         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
21047         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
21048
21049 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
21050
21051         [Qt] Pixel tests need rebaseline
21052         https://bugs.webkit.org/show_bug.cgi?id=99323
21053
21054         Unreviewed pixel gardening.
21055
21056         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
21057
21058         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
21059         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
21060         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
21061         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
21062         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
21063         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
21064         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
21065         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
21066         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
21067         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
21068         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
21069         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
21070         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
21071         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
21072         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
21073         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
21074         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
21075         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
21076         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
21077         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
21078         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
21079         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
21080         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
21081         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
21082         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
21083         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
21084         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.
21085
21086 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
21087
21088         [Qt] Pixel tests need rebaseline
21089         https://bugs.webkit.org/show_bug.cgi?id=99323
21090
21091         Unreviewed pixel gardening.
21092
21093         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
21094
21095         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
21096         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
21097         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
21098         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
21099         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
21100         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
21101         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
21102         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
21103         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
21104         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
21105         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
21106         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
21107         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
21108         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
21109         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
21110         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
21111         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
21112         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
21113         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
21114         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
21115         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
21116         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
21117         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
21118         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
21119         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
21120         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
21121         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
21122         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
21123         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
21124         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
21125         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
21126         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
21127         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
21128         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
21129         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
21130         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
21131         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
21132         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
21133         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
21134         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
21135         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
21136         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
21137         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
21138         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
21139         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
21140         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
21141         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
21142         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
21143         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
21144         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
21145         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
21146         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
21147         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
21148         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
21149         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
21150         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
21151         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
21152         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
21153         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
21154         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
21155         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
21156         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
21157         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
21158         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
21159         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
21160         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
21161         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
21162         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
21163         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
21164         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
21165         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
21166         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
21167         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
21168         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
21169
21170 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
21171
21172         [Qt][WK2] Unreviewed gardening, skip a new failing test.
21173
21174         * platform/qt-5.0-wk2/TestExpectations:
21175
21176 2012-10-26  Mihnea Ovidenie  <mihnea@adobe.com>
21177
21178         [CSSRegions] Add support for auto-height regions with region-breaks
21179         https://bugs.webkit.org/show_bug.cgi?id=99952
21180
21181         Reviewed by David Hyatt.
21182
21183         Add tests for auto logical height regions with content having region breaks.
21184
21185         * fast/regions/autoheight-allregions-expected.html: Added.
21186         * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
21187         * fast/regions/autoheight-allregions-nobreaks.html: Added.
21188         * fast/regions/autoheight-allregions.html: Added.
21189         * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
21190         * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
21191         * fast/regions/autoheight-breakbeforealways-expected.html: Added.
21192         * fast/regions/autoheight-breakbeforealways.html: Added.
21193         * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
21194         * fast/regions/autoheight-firstregion-breakalways.html: Added.
21195         * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
21196         * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
21197         * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
21198         * fast/regions/autoheight-lastregion-overflowauto.html: Added.
21199         * fast/regions/autoheight-middleregion-expected.html: Added.
21200         * fast/regions/autoheight-middleregion.html: Added.
21201         * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
21202         * fast/regions/autoheight-secondregion-breakoutside.html: Added.
21203         * fast/regions/autoheight-secondregion-expected.html: Added.
21204         * fast/regions/autoheight-secondregion.html: Added.
21205         * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
21206         * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
21207         * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
21208         * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
21209         * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
21210         * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
21211         * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
21212         * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
21213         * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
21214         * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
21215         * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
21216         * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
21217         * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
21218         * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
21219         * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
21220         * fast/regions/autoheight-singleregion-overflowauto.html: Added.
21221
21222 2012-10-26  Li Yin  <li.yin@intel.com>
21223
21224         fast/forms/file/input-file-write-files.html should cover correct setting value
21225         https://bugs.webkit.org/show_bug.cgi?id=100085
21226
21227         Reviewed by Kentaro Hara.
21228
21229         The test input-file-value.html is split from input-file-write-test.html.
21230         And add correct setting value for files attribute, verify the files attribute
21231         is writable or not.
21232
21233         * fast/forms/file/input-file-value-expected.txt: Added.
21234         * fast/forms/file/input-file-value.html: Added.
21235         * fast/forms/file/input-file-write-files-expected.txt:
21236         * fast/forms/file/input-file-write-files.html:
21237
21238 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
21239
21240         [EFL] Gardening after bug 99824
21241         https://bugs.webkit.org/show_bug.cgi?id=100469
21242
21243         Unreviewed, EFL gardening.
21244
21245         Unskip following 3 test cases after bug 99824 is resolved.
21246          - fast/lists/w3-css3-list-styles-alphabetic.html
21247          - fast/lists/w3-css3-list-styles-fallback-style.html
21248          - fast/lists/w3-list-styles.html
21249
21250         * platform/efl-wk1/TestExpectations:
21251
21252 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
21253
21254         [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
21255         https://bugs.webkit.org/show_bug.cgi?id=100467
21256
21257         Unreviewed, EFL gardening.
21258
21259         Removing a test failure expectations, the test was fixed in r132548.
21260
21261         * platform/efl-wk2/TestExpectations:
21262
21263 2012-10-27  Kent Tamura  <tkent@chromium.org>
21264
21265         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
21266         https://bugs.webkit.org/show_bug.cgi?id=100480
21267
21268         Reviewed by Pavel Feldman.
21269
21270         Because the date field in the test has step=3, the availability of
21271         [Today] button depends on the current date. We make the test stable by
21272         specifying max attribute.
21273
21274         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
21275         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
21276
21277 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
21278
21279         Generate less repaint calls during subtree detaching
21280         https://bugs.webkit.org/show_bug.cgi?id=99741
21281
21282         Reviewed by Eric Seidel.
21283
21284         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
21285         Rebaselined this test after the change. It is progressing as we still properly repaint
21286         the selection, but repaint less (ie don't repaint the top border which didn't change).
21287
21288 2012-10-26  Kent Tamura  <tkent@chromium.org>
21289
21290         [Chromium] Test expectation update.
21291         https://bugs.webkit.org/show_bug.cgi?id=100471
21292
21293         * platform/chromium/TestExpectations:
21294         We should do rebaseline for time-suggestion-picker-*.html too.
21295
21296 2012-10-26  Kent Tamura  <tkent@chromium.org>
21297
21298         Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
21299         https://bugs.webkit.org/show_bug.cgi?id=100457
21300
21301         Reviewed by Kentaro Hara.
21302
21303         * platform/chromium/TestExpectations:
21304         Tests in fast/forms/week/ may fail on Android.
21305
21306 2012-10-26  Pavel Feldman  <pfeldman@chromium.org>
21307
21308         Not reviewed: chromiuim expectations updated.
21309
21310         * platform/chromium/TestExpectations:
21311
21312 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
21313
21314         [Qt] Pixel tests need rebaseline
21315         https://bugs.webkit.org/show_bug.cgi?id=99323
21316
21317         Unreviewed pixel rebaseline.
21318
21319         Adding new expectations, mark failures.
21320
21321         * platform/qt-5.0-wk2/TestExpectations:
21322         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
21323         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
21324         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
21325         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
21326         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
21327         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
21328         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
21329         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
21330         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
21331         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
21332         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
21333         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
21334         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
21335         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
21336         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
21337         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
21338         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
21339         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
21340         * platform/qt/TestExpectations:
21341         * platform/qt/animations/state-at-end-event-expected.png: Added.
21342         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
21343         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
21344         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
21345         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
21346         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
21347         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
21348         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
21349         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
21350         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
21351         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
21352         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
21353         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
21354         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
21355         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
21356         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
21357         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
21358         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
21359         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
21360         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
21361         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
21362         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
21363         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
21364         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
21365         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
21366         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
21367         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
21368         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
21369         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
21370         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
21371         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
21372         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
21373         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
21374         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
21375         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
21376         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
21377         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
21378         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
21379         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
21380         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
21381         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
21382         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
21383         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
21384         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
21385         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
21386         * platform/qt/fast/block/float/009-expected.png: Added.
21387         * platform/qt/fast/block/float/034-expected.png: Added.
21388         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
21389         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
21390         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
21391         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
21392         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
21393         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
21394         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
21395         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
21396         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
21397         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
21398         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
21399         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
21400         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
21401         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
21402         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
21403         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
21404         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
21405         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
21406         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
21407         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
21408         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
21409         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
21410         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
21411         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
21412         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
21413         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
21414         * platform/qt/fast/css/006-expected.png: Added.
21415         * platform/qt/fast/css/background-clip-values-expected.png: Added.
21416         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
21417         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
21418         * platform/qt/fast/css/content-dynamic-expected.png: Added.
21419         * platform/qt/fast/css/contentDiv-expected.png: Added.
21420         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
21421         * platform/qt/fast/css/contentImage-expected.png: Added.
21422         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
21423         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
21424         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
21425         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
21426         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
21427         * platform/qt/fast/dynamic/001-expected.png: Added.
21428         * platform/qt/fast/dynamic/005-expected.png: Added.
21429         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
21430         * platform/qt/fast/dynamic/staticY-expected.png: Added.
21431         * platform/qt/fast/forms/002-expected.png: Added.
21432         * platform/qt/fast/forms/003-expected.png: Added.
21433         * platform/qt/fast/forms/004-expected.png: Added.
21434         * platform/qt/fast/forms/005-expected.png: Added.
21435         * platform/qt/fast/forms/006-expected.png: Added.
21436         * platform/qt/fast/forms/007-expected.png: Added.
21437         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
21438         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
21439         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
21440         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
21441         * platform/qt/fast/forms/button-submit-expected.png: Added.
21442         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
21443         * platform/qt/fast/forms/control-clip-expected.png: Added.
21444         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
21445         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
21446         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
21447         * platform/qt/fast/forms/formmove-expected.png: Added.
21448         * platform/qt/fast/forms/formmove2-expected.png: Added.
21449         * platform/qt/fast/forms/image-border-expected.png: Added.
21450         * platform/qt/fast/forms/indeterminate-expected.png: Added.
21451         * platform/qt/fast/forms/input-align-image-expected.png: Added.
21452         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
21453         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
21454         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
21455         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
21456         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
21457         * platform/qt/fast/forms/option-index-expected.png: Added.
21458         * platform/qt/fast/forms/option-script-expected.png: Added.
21459         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
21460         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
21461         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
21462         * platform/qt/fast/forms/select-align-expected.png: Added.
21463         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
21464         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
21465         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
21466         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
21467         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
21468         * platform/qt/fast/forms/select-selected-expected.png: Added.
21469         * platform/qt/fast/forms/select-size-expected.png: Added.
21470         * platform/qt/fast/forms/select-style-expected.png: Added.
21471         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
21472         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
21473         * platform/qt/fast/frames/002-expected.png: Added.
21474         * platform/qt/fast/frames/calculate-round-expected.png: Added.
21475         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
21476         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
21477         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
21478         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
21479         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
21480         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
21481         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
21482         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
21483         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
21484         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
21485         * platform/qt/fast/images/embed-image-expected.png: Added.
21486         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
21487         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
21488         * platform/qt/fast/images/object-image-expected.png: Added.
21489         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
21490         * platform/qt/fast/inline-block/004-expected.png: Added.
21491         * platform/qt/fast/inline-block/005-expected.png: Added.
21492         * platform/qt/fast/invalid/015-expected.png: Added.
21493         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
21494         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
21495         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
21496         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
21497         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
21498         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
21499         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
21500         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
21501         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
21502         * platform/qt/fast/media/monochrome-expected.png: Added.
21503         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
21504         * platform/qt/fast/overflow/position-relative-expected.png: Added.
21505         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
21506         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
21507         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
21508         * platform/qt/fast/reflections/table-cell-expected.png: Added.
21509         * platform/qt/fast/repaint/background-generated-expected.png: Added.
21510         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
21511         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
21512         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
21513         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
21514         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
21515         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
21516         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
21517         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
21518         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
21519         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
21520         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
21521         * platform/qt/fast/repaint/table-row-expected.png: Added.
21522         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
21523         * platform/qt/fast/replaced/008-expected.png: Added.
21524         * platform/qt/fast/replaced/image-tag-expected.png: Added.
21525         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
21526         * platform/qt/fast/table/008-expected.png: Added.
21527         * platform/qt/fast/table/024-expected.png: Added.
21528         * platform/qt/fast/table/031-expected.png: Added.
21529         * platform/qt/fast/table/caption-relayout-expected.png: Added.
21530         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
21531         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
21532         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
21533         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
21534         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
21535         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
21536         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
21537         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
21538         * platform/qt/fast/table/giantRowspan-expected.png: Added.
21539         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
21540         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
21541         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
21542         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
21543         * platform/qt/fast/text/basic/013-expected.png: Added.
21544         * platform/qt/fast/text/basic/015-expected.png: Added.
21545         * platform/qt/fast/text/line-breaks-expected.png: Added.
21546         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
21547         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
21548         * platform/qt/fast/text/whitespace/017-expected.png: Added.
21549         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
21550         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
21551         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
21552         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
21553         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
21554         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
21555         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
21556         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
21557         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
21558         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
21559         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
21560         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
21561         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
21562         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
21563         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
21564         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
21565         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
21566         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
21567         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
21568         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
21569         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
21570         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
21571         * platform/qt/svg/custom/createImageElement-expected.png: Added.
21572         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
21573         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
21574         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
21575         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
21576         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
21577         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
21578         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
21579         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
21580         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
21581         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
21582         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
21583         * platform/qt/svg/custom/pan-direction-expected.png: Added.
21584         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
21585         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
21586         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
21587         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
21588         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
21589         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
21590         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
21591         * platform/qt/svg/filters/feMerge-expected.png: Added.
21592         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
21593         * platform/qt/svg/filters/feOffset-expected.png: Added.
21594         * platform/qt/svg/filters/feTile-expected.png: Added.
21595         * platform/qt/svg/filters/filter-clip-expected.png: Added.
21596         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
21597         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
21598         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
21599         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
21600         * platform/qt/svg/hixie/error/006-expected.png: Added.
21601         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
21602         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
21603         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
21604         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
21605         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
21606         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
21607         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
21608         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
21609         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
21610         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
21611         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
21612         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
21613         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
21614         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
21615         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
21616         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
21617         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
21618         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
21619         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
21620         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
21621         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
21622         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
21623         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
21624
21625 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
21626
21627         Not reviewed: chromiuim expectations updated.
21628
21629         * platform/chromium/TestExpectations:
21630
21631 2012-10-26  Kent Tamura  <tkent@chromium.org>
21632
21633         [Chromium-Win] Support shortTimeFormat
21634         https://bugs.webkit.org/show_bug.cgi?id=100471
21635
21636         Reviewed by Kentaro Hara.
21637
21638         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
21639         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
21640         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
21641         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21642         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
21643         * platform/chromium/TestExpectations:
21644
21645 2012-10-26  Nandor Huszka  <hnandor@inf.u-szeged.hu>
21646
21647         [Qt] Unreviewed gardening.
21648
21649         Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
21650         Remove another one that does not exists already.
21651
21652         * platform/qt/TestExpectations:
21653
21654 2012-10-25  Adam Barth  <abarth@webkit.org>
21655
21656         Unreviewed.
21657
21658         Skipping these tests again because Bug 96951 isn't actually fixed.
21659
21660         * platform/chromium/TestExpectations:
21661
21662 2012-10-25  Nico Weber  <thakis@chromium.org>
21663
21664         [chromium] Add expectations for fast/images/exif-orientation.html
21665         https://bugs.webkit.org/show_bug.cgi?id=100434
21666
21667         Unreviewed, just baselines.
21668
21669         * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
21670         * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
21671         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
21672         * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
21673         * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
21674         * platform/chromium/fast/images/exif-orientation-expected.png: Removed.
21675
21676 2012-10-25  Min Qin  <qinmin@chromium.org>
21677
21678         Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
21679         https://bugs.webkit.org/show_bug.cgi?id=100406
21680
21681         Reviewed by Adam Barth.
21682
21683         Test for adding a webplugin into an iframe and make sure it doesn't crash.
21684
21685         * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
21686         * platform/chromium/plugins/plugin-inside-iframe.html: Added.
21687         * platform/chromium/plugins/resources/plugin-page.html: Added.
21688
21689 2012-10-25  Tom Sepez  <tsepez@chromium.org>
21690
21691         Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
21692         https://bugs.webkit.org/show_bug.cgi?id=100423
21693
21694         Reviewed by Adam Barth.
21695
21696         Changed header syntax from full-block to mode=block.
21697
21698         * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
21699
21700 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
21701
21702         DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
21703         https://bugs.webkit.org/show_bug.cgi?id=100441
21704
21705         Reviewed by Oliver Hunt and Gavin Barraclough.
21706
21707         * fast/js/dfg-arrayify-elimination-expected.txt: Added.
21708         * fast/js/dfg-arrayify-elimination.html: Added.
21709         * fast/js/jsc-test-list:
21710         * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
21711         (foo):
21712
21713 2012-10-25  Keishi Hattori  <keishi@webkit.org>
21714
21715         Hide popup while transitioning from the suggestion picker to the calendar picker
21716         https://bugs.webkit.org/show_bug.cgi?id=99537
21717
21718         Reviewed by Kent Tamura.
21719
21720         * fast/forms/resources/picker-common.js:
21721         (popupOpenCallbackWrapper): Use didOpenPicker event.
21722
21723 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
21724
21725         Unreviewed, rolling out r132514.
21726         http://trac.webkit.org/changeset/132514
21727         https://bugs.webkit.org/show_bug.cgi?id=100440
21728
21729         "Broke chromium content_browsertests AccessibilityAriaMenu
21730         AccessibilityInputRange AccessibilityListMarkers" (Requested
21731         by scheib on #webkit).
21732
21733         * accessibility/aria-checkbox-sends-notification.html:
21734         * accessibility/notification-listeners.html:
21735         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
21736         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
21737         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
21738         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
21739         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
21740         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
21741         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
21742         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
21743         * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
21744         * platform/chromium/accessibility/text-change-notification.html: Removed.
21745
21746 2012-10-25  Vincent Scheib  <scheib@chromium.org>
21747
21748         Unreviewed rebaseline of tests failing after 132529 rolled out 132269.
21749
21750         See http://trac.webkit.org/changeset/132529 for details of the rollout.
21751
21752         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
21753         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
21754         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21755         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
21756         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
21757         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
21758         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21759         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
21760         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
21761         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
21762         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21763         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
21764         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
21765         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
21766         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21767         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
21768         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
21769         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
21770         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
21771         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
21772
21773 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
21774
21775         REGRESSION (r131793-r131826): Crash going to wikifonia.org
21776         https://bugs.webkit.org/show_bug.cgi?id=100281
21777
21778         Reviewed by Oliver Hunt.
21779
21780         * fast/js/jsc-test-list:
21781         * fast/js/resolve-arguments-from-scope-expected.txt: Added.
21782         * fast/js/resolve-arguments-from-scope.html: Added.
21783         * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
21784         (bar):
21785         (foo):
21786
21787 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
21788
21789         Tiled layers are missing content on zooming
21790         https://bugs.webkit.org/show_bug.cgi?id=100422
21791
21792         Reviewed by Beth Dakin.
21793
21794         New test for zooming with a tiled layer, and adjust an existing result.
21795         
21796         * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
21797         * compositing/tiling/tile-cache-zoomed.html: Added.
21798         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
21799
21800 2012-10-25  Roger Fong  <roger_fong@apple.com>
21801
21802         Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.
21803
21804         * platform/win/svg/custom/pattern-scaling-expected.txt: Added.
21805
21806 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
21807
21808         Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
21809         https://bugs.webkit.org/show_bug.cgi?id=100416
21810
21811         Reviewed by Beth Dakin.
21812
21813         New tests that exercise the page tiled backing under zooming.
21814
21815         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
21816         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
21817         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
21818         * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.
21819
21820 2012-10-25  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
21821
21822         [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
21823         https://bugs.webkit.org/show_bug.cgi?id=100126
21824
21825         Unreviewed EFL gardening.
21826
21827         * platform/efl-wk1/TestExpectations:
21828         * platform/efl-wk2/TestExpectations:
21829         * platform/efl/TestExpectations:
21830         * platform/efl/editing/deleting/4922367-expected.png: Added.
21831         * platform/efl/editing/deleting/4922367-expected.txt: Added.
21832         * platform/efl/editing/deleting/5099303-expected.png: Added.
21833         * platform/efl/editing/deleting/5099303-expected.txt: Added.
21834         * platform/efl/editing/deleting/5126166-expected.png: Added.
21835         * platform/efl/editing/deleting/5126166-expected.txt: Added.
21836         * platform/efl/editing/deleting/5144139-2-expected.png: Added.
21837         * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
21838         * platform/efl/editing/deleting/5206311-1-expected.png: Added.
21839         * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
21840         * platform/efl/editing/deleting/5272440-expected.png: Added.
21841         * platform/efl/editing/deleting/5272440-expected.txt: Added.
21842         * platform/efl/editing/deleting/5369009-expected.png: Added.
21843         * platform/efl/editing/deleting/5369009-expected.txt: Added.
21844         * platform/efl/editing/deleting/5433862-2-expected.png: Added.
21845         * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
21846         * platform/efl/editing/deleting/5483370-expected.png: Added.
21847         * platform/efl/editing/deleting/5483370-expected.txt: Added.
21848         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
21849         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
21850         * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
21851         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
21852         * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
21853         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
21854         * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
21855         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
21856         * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
21857         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
21858         * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
21859         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
21860         * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
21861         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
21862         * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
21863         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
21864         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
21865         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
21866         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
21867         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
21868         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
21869         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
21870         * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
21871         * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
21872         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
21873         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
21874         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
21875         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
21876         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
21877         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
21878         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
21879         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
21880         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
21881         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
21882         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
21883         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
21884         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
21885         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
21886         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
21887         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
21888         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
21889         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
21890         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
21891         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
21892         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
21893         * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
21894         * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
21895         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
21896         * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
21897         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
21898         * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
21899         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
21900         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
21901         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
21902         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
21903         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
21904         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
21905         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
21906         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
21907         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
21908         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
21909         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
21910         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
21911         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
21912         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
21913         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
21914         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
21915         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
21916         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
21917         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
21918         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
21919         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
21920         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
21921         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
21922         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
21923         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
21924         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
21925         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
21926         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
21927         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
21928         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
21929         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
21930         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
21931         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
21932         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
21933         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
21934         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
21935         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
21936         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
21937         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
21938         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
21939         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
21940         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
21941         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
21942         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
21943         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
21944         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
21945         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
21946         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
21947         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
21948         * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
21949         * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
21950         * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
21951         * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
21952         * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
21953         * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
21954         * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
21955         * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
21956         * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
21957         * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
21958         * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
21959         * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
21960         * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
21961         * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
21962         * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
21963         * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
21964         * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
21965         * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
21966         * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
21967         * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
21968         * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
21969         * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
21970         * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
21971         * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
21972         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
21973         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
21974         * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
21975         * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
21976         * platform/efl/editing/deleting/delete-hr-expected.png: Added.
21977         * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
21978         * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
21979         * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
21980         * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
21981         * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
21982         * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
21983         * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
21984         * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
21985         * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
21986         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
21987         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
21988         * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
21989         * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
21990         * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
21991         * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
21992         * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
21993         * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
21994         * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
21995         * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
21996         * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
21997         * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
21998         * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
21999         * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
22000         * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
22001         * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
22002         * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
22003         * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
22004         * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
22005         * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
22006         * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
22007         * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
22008         * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
22009         * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
22010         * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
22011         * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
22012         * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
22013         * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
22014         * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
22015         * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
22016         * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
22017         * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
22018         * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
22019         * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
22020         * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
22021         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
22022         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
22023         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
22024         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
22025         * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
22026         * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
22027         * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
22028         * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
22029         * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
22030         * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
22031         * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
22032         * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
22033         * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
22034         * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
22035         * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
22036         * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
22037         * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
22038         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
22039         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
22040         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
22041         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
22042         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
22043         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
22044         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
22045         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
22046         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
22047         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
22048         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
22049         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
22050         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
22051         * platform/efl/editing/deleting/forward-delete-expected.png: Added.
22052         * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
22053         * platform/efl/editing/deleting/list-item-1-expected.png: Added.
22054         * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
22055         * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
22056         * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
22057         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
22058         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
22059         * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
22060         * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
22061         * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
22062         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
22063         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
22064         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
22065         * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
22066         * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
22067         * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
22068         * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
22069         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
22070         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
22071         * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
22072         * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
22073         * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
22074         * platform/efl/editing/deleting/table-cells-expected.png: Added.
22075         * platform/efl/editing/deleting/table-cells-expected.txt: Added.
22076         * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
22077         * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
22078         * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
22079         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
22080         * platform/efl/editing/inserting/12882-expected.png: Added.
22081         * platform/efl/editing/inserting/12882-expected.txt: Added.
22082         * platform/efl/editing/inserting/4278698-expected.png: Added.
22083         * platform/efl/editing/inserting/4278698-expected.txt: Added.
22084         * platform/efl/editing/inserting/4840662-expected.png: Added.
22085         * platform/efl/editing/inserting/4840662-expected.txt: Added.
22086         * platform/efl/editing/inserting/4875189-1-expected.png: Added.
22087         * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
22088         * platform/efl/editing/inserting/4875189-2-expected.png: Added.
22089         * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
22090         * platform/efl/editing/inserting/4959067-expected.png: Added.
22091         * platform/efl/editing/inserting/4959067-expected.txt: Added.
22092         * platform/efl/editing/inserting/4960120-1-expected.png: Added.
22093         * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
22094         * platform/efl/editing/inserting/4960120-2-expected.png: Added.
22095         * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
22096         * platform/efl/editing/inserting/5002441-expected.png: Added.
22097         * platform/efl/editing/inserting/5002441-expected.txt: Added.
22098         * platform/efl/editing/inserting/5058163-1-expected.png: Added.
22099         * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
22100         * platform/efl/editing/inserting/5058163-2-expected.png: Added.
22101         * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
22102         * platform/efl/editing/inserting/5156401-2-expected.png: Added.
22103         * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
22104         * platform/efl/editing/inserting/5418891-expected.png: Added.
22105         * platform/efl/editing/inserting/5418891-expected.txt: Added.
22106         * platform/efl/editing/inserting/5510537-expected.png: Added.
22107         * platform/efl/editing/inserting/5510537-expected.txt: Added.
22108         * platform/efl/editing/inserting/5549929-2-expected.png: Added.
22109         * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
22110         * platform/efl/editing/inserting/5549929-3-expected.png: Added.
22111         * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
22112         * platform/efl/editing/inserting/6703873-expected.png: Added.
22113         * platform/efl/editing/inserting/6703873-expected.txt: Added.
22114         * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
22115         * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
22116         * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
22117         * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
22118         * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
22119         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
22120         * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
22121         * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
22122         * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
22123         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
22124         * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
22125         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
22126         * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
22127         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
22128         * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
22129         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
22130         * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
22131         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
22132         * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
22133         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
22134         * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
22135         * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
22136         * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
22137         * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
22138         * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
22139         * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
22140         * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
22141         * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
22142         * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
22143         * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
22144         * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
22145         * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
22146         * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
22147         * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
22148         * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
22149         * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
22150         * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
22151         * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
22152         * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
22153         * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
22154         * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
22155         * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
22156         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
22157         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
22158         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
22159         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
22160         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
22161         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
22162         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
22163         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
22164         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
22165         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
22166         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
22167         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
22168         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
22169         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
22170         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
22171         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
22172         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
22173         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
22174         * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
22175         * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
22176         * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
22177         * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
22178         * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
22179         * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
22180         * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
22181         * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
22182         * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
22183         * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
22184         * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
22185         * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
22186         * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
22187         * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
22188         * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
22189         * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
22190         * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
22191         * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
22192         * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
22193         * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
22194         * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
22195         * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
22196         * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
22197         * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
22198         * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
22199         * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
22200         * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
22201         * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
22202         * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
22203         * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
22204         * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
22205         * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
22206         * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
22207         * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
22208         * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
22209         * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
22210         * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
22211         * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
22212         * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
22213         * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
22214         * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
22215         * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
22216         * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
22217         * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
22218         * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
22219         * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
22220         * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
22221         * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
22222         * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
22223         * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
22224         * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
22225         * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
22226         * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
22227         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
22228         * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
22229         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
22230         * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
22231         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
22232         * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
22233         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
22234         * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
22235         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
22236         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
22237         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
22238         * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
22239         * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
22240         * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
22241         * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
22242         * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
22243         * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
22244         * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
22245         * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
22246         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
22247         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
22248         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
22249         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
22250         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
22251         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
22252         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
22253         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
22254         * platform/efl/editing/inserting/line-break-expected.png: Added.
22255         * platform/efl/editing/inserting/line-break-expected.txt: Added.
22256         * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
22257         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
22258         * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
22259         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
22260         * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
22261         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
22262         * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
22263         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
22264         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
22265         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
22266         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
22267         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
22268         * platform/efl/editing/inserting/redo-expected.png: Added.
22269         * platform/efl/editing/inserting/redo-expected.txt: Added.
22270         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
22271         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
22272         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
22273         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
22274         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
22275         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
22276         * platform/efl/editing/inserting/typing-001-expected.png: Added.
22277         * platform/efl/editing/inserting/typing-001-expected.txt: Added.
22278         * platform/efl/editing/inserting/typing-002-expected.png: Added.
22279         * platform/efl/editing/inserting/typing-002-expected.txt: Added.
22280         * platform/efl/editing/inserting/typing-003-expected.png: Added.
22281         * platform/efl/editing/inserting/typing-003-expected.txt: Added.
22282         * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
22283         * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
22284         * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
22285         * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
22286         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
22287         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
22288         * platform/efl/editing/selection/13804-expected.png: Added.
22289         * platform/efl/editing/selection/13804-expected.txt: Added.
22290         * platform/efl/editing/selection/14971-expected.png: Added.
22291         * platform/efl/editing/selection/14971-expected.txt: Added.
22292         * platform/efl/editing/selection/4402375-expected.png: Added.
22293         * platform/efl/editing/selection/4402375-expected.txt: Added.
22294         * platform/efl/editing/selection/4776665-expected.png: Added.
22295         * platform/efl/editing/selection/4776665-expected.txt: Added.
22296         * platform/efl/editing/selection/4818145-expected.png: Added.
22297         * platform/efl/editing/selection/4818145-expected.txt: Added.
22298         * platform/efl/editing/selection/4866671-expected.png: Added.
22299         * platform/efl/editing/selection/4866671-expected.txt: Added.
22300         * platform/efl/editing/selection/4889598-expected.png: Added.
22301         * platform/efl/editing/selection/4889598-expected.txt: Added.
22302         * platform/efl/editing/selection/4895428-2-expected.png: Added.
22303         * platform/efl/editing/selection/4895428-2-expected.txt: Added.
22304         * platform/efl/editing/selection/4932260-1-expected.png: Added.
22305         * platform/efl/editing/selection/4932260-1-expected.txt: Added.
22306         * platform/efl/editing/selection/4932260-2-expected.png: Added.
22307         * platform/efl/editing/selection/4932260-2-expected.txt: Added.
22308         * platform/efl/editing/selection/4932260-3-expected.png: Added.
22309         * platform/efl/editing/selection/4932260-3-expected.txt: Added.
22310         * platform/efl/editing/selection/4947387-expected.png: Added.
22311         * platform/efl/editing/selection/4947387-expected.txt: Added.
22312         * platform/efl/editing/selection/4960116-expected.png: Added.
22313         * platform/efl/editing/selection/4960116-expected.txt: Added.
22314         * platform/efl/editing/selection/4960137-expected.png: Added.
22315         * platform/efl/editing/selection/4960137-expected.txt: Added.
22316         * platform/efl/editing/selection/4983858-expected.png: Added.
22317         * platform/efl/editing/selection/4983858-expected.txt: Added.
22318         * platform/efl/editing/selection/5057506-2-expected.png: Added.
22319         * platform/efl/editing/selection/5057506-2-expected.txt: Added.
22320         * platform/efl/editing/selection/5076323-1-expected.png: Added.
22321         * platform/efl/editing/selection/5076323-1-expected.txt: Added.
22322         * platform/efl/editing/selection/5076323-2-expected.png: Added.
22323         * platform/efl/editing/selection/5076323-2-expected.txt: Added.
22324         * platform/efl/editing/selection/5076323-3-expected.png: Added.
22325         * platform/efl/editing/selection/5076323-3-expected.txt: Added.
22326         * platform/efl/editing/selection/5081257-1-expected.png: Added.
22327         * platform/efl/editing/selection/5081257-1-expected.txt: Added.
22328         * platform/efl/editing/selection/5081257-2-expected.png: Added.
22329         * platform/efl/editing/selection/5081257-2-expected.txt: Added.
22330         * platform/efl/editing/selection/5099303-expected.png: Added.
22331         * platform/efl/editing/selection/5099303-expected.txt: Added.
22332         * platform/efl/editing/selection/5131716-1-expected.png: Added.
22333         * platform/efl/editing/selection/5131716-1-expected.txt: Added.
22334         * platform/efl/editing/selection/5131716-2-expected.png: Added.
22335         * platform/efl/editing/selection/5131716-2-expected.txt: Added.
22336         * platform/efl/editing/selection/5131716-3-expected.png: Added.
22337         * platform/efl/editing/selection/5131716-3-expected.txt: Added.
22338         * platform/efl/editing/selection/5131716-4-expected.png: Added.
22339         * platform/efl/editing/selection/5131716-4-expected.txt: Added.
22340         * platform/efl/editing/selection/5195166-2-expected.png: Added.
22341         * platform/efl/editing/selection/5195166-2-expected.txt: Added.
22342         * platform/efl/editing/selection/5232159-expected.png: Added.
22343         * platform/efl/editing/selection/5232159-expected.txt: Added.
22344         * platform/efl/editing/selection/5234383-1-expected.png: Added.
22345         * platform/efl/editing/selection/5234383-1-expected.txt: Added.
22346         * platform/efl/editing/selection/5234383-2-expected.png: Added.
22347         * platform/efl/editing/selection/5234383-2-expected.txt: Added.
22348         * platform/efl/editing/selection/5240265-expected.png: Added.
22349         * platform/efl/editing/selection/5240265-expected.txt: Added.
22350         * platform/efl/editing/selection/5333725-expected.png: Added.
22351         * platform/efl/editing/selection/5333725-expected.txt: Added.
22352         * platform/efl/editing/selection/6476-expected.png: Added.
22353         * platform/efl/editing/selection/6476-expected.txt: Added.
22354         * platform/efl/editing/selection/7152-1-expected.png: Added.
22355         * platform/efl/editing/selection/7152-1-expected.txt: Added.
22356         * platform/efl/editing/selection/addRange-expected.png: Added.
22357         * platform/efl/editing/selection/addRange-expected.txt: Added.
22358         * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
22359         * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
22360         * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
22361         * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
22362         * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
22363         * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
22364         * platform/efl/editing/selection/caret-ltr-expected.png: Added.
22365         * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
22366         * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
22367         * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
22368         * platform/efl/editing/selection/caret-rtl-expected.png: Added.
22369         * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
22370         * platform/efl/editing/selection/clear-selection-expected.png: Added.
22371         * platform/efl/editing/selection/clear-selection-expected.txt: Added.
22372         * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
22373         * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
22374         * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
22375         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
22376         * platform/efl/editing/selection/display-table-text-expected.png: Added.
22377         * platform/efl/editing/selection/display-table-text-expected.txt: Added.
22378         * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
22379         * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
22380         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
22381         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
22382         * platform/efl/editing/selection/editable-html-element-expected.png: Added.
22383         * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
22384         * platform/efl/editing/selection/editable-links-expected.png: Added.
22385         * platform/efl/editing/selection/editable-links-expected.txt: Added.
22386         * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
22387         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
22388         * platform/efl/editing/selection/end-of-document-expected.png: Added.
22389         * platform/efl/editing/selection/end-of-document-expected.txt: Added.
22390         * platform/efl/editing/selection/expanding-selections-expected.png: Added.
22391         * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
22392         * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
22393         * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
22394         * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
22395         * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
22396         * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
22397         * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
22398         * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
22399         * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
22400         * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
22401         * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
22402         * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
22403         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
22404         * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
22405         * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
22406         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
22407         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
22408         * platform/efl/editing/selection/focus-body-expected.png: Added.
22409         * platform/efl/editing/selection/focus-body-expected.txt: Added.
22410         * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
22411         * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
22412         * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
22413         * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
22414         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
22415         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
22416         * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
22417         * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
22418         * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
22419         * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
22420         * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
22421         * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
22422         * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
22423         * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
22424         * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
22425         * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
22426         * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
22427         * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
22428         * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
22429         * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
22430         * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
22431         * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
22432         * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
22433         * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
22434         * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
22435         * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
22436         * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
22437         * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
22438         * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
22439         * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
22440         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
22441         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
22442         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
22443         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
22444         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
22445         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
22446         * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
22447         * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
22448         * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
22449         * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
22450         * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
22451         * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
22452         * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
22453         * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
22454         * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
22455         * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
22456         * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
22457         * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
22458         * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
22459         * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
22460         * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
22461         * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
22462         * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
22463         * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
22464         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
22465         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
22466         * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
22467         * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
22468         * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
22469         * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
22470         * platform/efl/editing/selection/node-removal-1-expected.png: Added.
22471         * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
22472         * platform/efl/editing/selection/previous-line-position-expected.png: Added.
22473         * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
22474         * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
22475         * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
22476         * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
22477         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
22478         * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
22479         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
22480         * platform/efl/editing/selection/select-all-001-expected.png: Added.
22481         * platform/efl/editing/selection/select-all-001-expected.txt: Added.
22482         * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
22483         * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
22484         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
22485         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
22486         * platform/efl/editing/selection/selectNode-expected.png: Added.
22487         * platform/efl/editing/selection/selectNode-expected.txt: Added.
22488         * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
22489         * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
22490         * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
22491         * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
22492         * platform/efl/editing/selection/table-caret-1-expected.png: Added.
22493         * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
22494         * platform/efl/editing/selection/table-caret-2-expected.png: Added.
22495         * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
22496         * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
22497         * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
22498         * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
22499         * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
22500         * platform/efl/editing/selection/unrendered-001-expected.png: Added.
22501         * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
22502         * platform/efl/editing/selection/unrendered-002-expected.png: Added.
22503         * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
22504         * platform/efl/editing/selection/unrendered-003-expected.png: Added.
22505         * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
22506         * platform/efl/editing/selection/unrendered-004-expected.png: Added.
22507         * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
22508         * platform/efl/editing/selection/unrendered-005-expected.png: Added.
22509         * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
22510         * platform/efl/editing/selection/unrendered-space-expected.png: Added.
22511         * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
22512         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
22513         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
22514         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
22515         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
22516         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
22517         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
22518         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
22519         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
22520         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
22521         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
22522         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
22523         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
22524         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
22525         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
22526         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
22527         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
22528         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
22529         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
22530         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
22531         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
22532         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
22533         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
22534         * platform/efl/editing/selection/word-granularity-expected.png: Added.
22535         * platform/efl/editing/selection/word-granularity-expected.txt: Added.
22536         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
22537         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
22538         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
22539         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
22540         * platform/efl/editing/style/4916887-expected.png: Added.
22541         * platform/efl/editing/style/4916887-expected.txt: Added.
22542         * platform/efl/editing/style/5017613-2-expected.png: Added.
22543         * platform/efl/editing/style/5017613-2-expected.txt: Added.
22544         * platform/efl/editing/style/5046875-2-expected.png: Added.
22545         * platform/efl/editing/style/5046875-2-expected.txt: Added.
22546         * platform/efl/editing/style/5084241-expected.png: Added.
22547         * platform/efl/editing/style/5084241-expected.txt: Added.
22548         * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
22549         * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
22550         * platform/efl/editing/style/block-style-001-expected.png: Added.
22551         * platform/efl/editing/style/block-style-001-expected.txt: Added.
22552         * platform/efl/editing/style/block-style-002-expected.png: Added.
22553         * platform/efl/editing/style/block-style-002-expected.txt: Added.
22554         * platform/efl/editing/style/block-style-003-expected.png: Added.
22555         * platform/efl/editing/style/block-style-003-expected.txt: Added.
22556         * platform/efl/editing/style/block-styles-007-expected.png: Added.
22557         * platform/efl/editing/style/block-styles-007-expected.txt: Added.
22558         * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
22559         * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
22560         * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
22561         * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
22562         * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
22563         * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
22564         * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
22565         * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
22566         * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
22567         * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
22568         * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
22569         * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
22570         * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
22571         * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
22572         * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
22573         * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
22574         * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
22575         * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
22576         * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
22577         * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
22578         * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
22579         * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
22580         * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
22581         * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
22582         * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
22583         * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
22584         * platform/efl/editing/style/designmode-expected.png: Added.
22585         * platform/efl/editing/style/designmode-expected.txt: Added.
22586         * platform/efl/editing/style/highlight-expected.png: Added.
22587         * platform/efl/editing/style/highlight-expected.txt: Added.
22588         * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
22589         * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
22590         * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
22591         * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
22592         * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
22593         * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
22594         * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
22595         * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
22596         * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
22597         * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
22598         * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
22599         * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
22600         * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
22601         * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
22602         * platform/efl/editing/style/style-boundary-001-expected.png: Added.
22603         * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
22604         * platform/efl/editing/style/style-boundary-002-expected.png: Added.
22605         * platform/efl/editing/style/style-boundary-003-expected.png: Added.
22606         * platform/efl/editing/style/style-boundary-004-expected.png: Added.
22607         * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
22608         * platform/efl/editing/style/table-selection-expected.png: Added.
22609         * platform/efl/editing/style/table-selection-expected.txt: Added.
22610         * platform/efl/editing/style/typing-style-001-expected.png: Added.
22611         * platform/efl/editing/style/typing-style-002-expected.png: Added.
22612         * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
22613         * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.
22614
22615 2012-10-25  Roger Fong  <roger_fong@apple.com>
22616
22617         Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.
22618
22619         * platform/win/fast/css/image-set-setting-expected.txt:
22620
22621 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
22622
22623         Unreviewed, rolling out r132269.
22624         http://trac.webkit.org/changeset/132269
22625         https://bugs.webkit.org/show_bug.cgi?id=100412
22626
22627         "Speculative rollout of r132269 in hopes of fixing a
22628         mysterious recalcStyle crasher" (Requested by eseidel on
22629         #webkit).
22630
22631         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
22632         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
22633         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
22634         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
22635         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
22636         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
22637         * fast/forms/pseudo-elements-expected.html: Removed.
22638         * fast/forms/pseudo-elements.html: Removed.
22639         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
22640         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
22641         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
22642         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
22643         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
22644         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
22645         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22646         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22647         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22648         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22649         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22650         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22651         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22652         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22653         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22654         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22655         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22656         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22657         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22658         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22659         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22660         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
22661
22662 2012-10-25  Stephen White  <senorblanco@chromium.org>
22663
22664         Add new layout test for reference filters.
22665         https://bugs.webkit.org/show_bug.cgi?id=97715
22666
22667         Reviewed by Nate Chapin.
22668
22669         * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
22670         * css3/filters/reference-filter-update-after-remove.html: Added.
22671
22672 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
22673
22674         Incorrect tile size in the slow scrolling case
22675         https://bugs.webkit.org/show_bug.cgi?id=100411
22676
22677         Reviewed by Beth Dakin.
22678
22679         New result with better tile size.
22680
22681         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
22682
22683 2012-10-25  Roger Fong  <roger_fong@apple.com>
22684
22685         Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
22686         Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.
22687
22688         * platform/win/TestExpectations:
22689
22690 2012-10-25  Nico Weber  <thakis@chromium.org>
22691
22692         Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
22693         https://bugs.webkit.org/show_bug.cgi?id=100319
22694
22695         Reviewed by Eric Seidel.
22696
22697         * platform/chromium/TestExpectations:
22698
22699 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
22700
22701         Log the tile cache tile size in test output
22702         https://bugs.webkit.org/show_bug.cgi?id=100409
22703
22704         Reviewed by Beth Dakin.
22705
22706         New results with tile size in the output.
22707
22708         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
22709         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
22710         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
22711         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
22712
22713 2012-10-25  Zan Dobersek  <zandobersek@gmail.com>
22714
22715         Unreviewed GTK gardening.
22716
22717         Removing three fast/lists test failure expectations, the tests
22718         were fixed in r132507.
22719
22720         * platform/gtk/TestExpectations:
22721
22722 2012-10-25  Roger Fong  <roger_fong@apple.com>
22723
22724         Unreviewed. Skip failing accessibility tests.
22725         accessibility/title-ui-element-correctness.html
22726         accessibility/aria-slider-value.html
22727         accesibility/hidden-legend.html
22728
22729         * platform/win/TestExpectations:
22730
22731 2012-10-25  Dominic Mazzoni  <dmazzoni@google.com>
22732
22733         AX: Notification should be sent when accessibilityIsIgnored changes
22734         https://bugs.webkit.org/show_bug.cgi?id=99547
22735
22736         Reviewed by Chris Fleizach.
22737
22738         Adds 3 new test to ensure:
22739         1. A "children changed" notification is fired on the parent object when an
22740            object that was previously ignored becomes unignored.
22741         2. A notification is sent when an element's text (incl. title or label) changes.
22742         3. A notification is sent when another ARIA attribute changes.
22743
22744         Modifies add-to-menu-list-crashes because it was too brittle; it was
22745             referencing a stale object rather than retrieving its latest handle.
22746         Modifies aria-checkbox-sends-notification to listen on the correct
22747             object on all platforms.
22748         Simplifies notification-listeners so it doesn't generate additional
22749             notifications that are inconsistent between platforms now.
22750
22751         * accessibility/aria-checkbox-sends-notification.html:
22752         * accessibility/notification-listeners.html:
22753         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
22754         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
22755         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
22756         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
22757         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
22758         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
22759         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
22760         * platform/chromium/accessibility/text-change-notification.html: Added.
22761
22762 2012-10-25  Tom Sepez  <tsepez@chromium.org>
22763
22764         XSSAuditor must replace form action with about:blank when reflected action detected.
22765         https://bugs.webkit.org/show_bug.cgi?id=100280
22766
22767         Reviewed by Daniel Bates.
22768
22769         Update tests to log form action attribute.
22770
22771         * http/tests/security/xssAuditor/form-action-expected.txt:
22772         * http/tests/security/xssAuditor/form-action.html:
22773         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
22774
22775 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
22776
22777         [EFL] Plugin test gardening
22778         https://bugs.webkit.org/show_bug.cgi?id=100359
22779
22780         Unreviewed, EFL gardening.
22781
22782         fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
22783         plugin-document.html are passing on WK2 now.
22784
22785         * platform/efl-wk1/TestExpectations:
22786         * platform/efl/TestExpectations:
22787
22788 2012-10-25  Kevin Ellis  <kevers@chromium.org>
22789
22790         Touch adjustment snaps to wrong target at a plugin boundary.
22791         https://bugs.webkit.org/show_bug.cgi?id=99938
22792
22793         Reviewed by Antonio Gomes.
22794
22795         Test for touch adjustment at a plugin boundary.
22796         Prior to the patch, plugins were not considered
22797         candidates for touch adjustment.
22798
22799         * touchadjustment/plugin-expected.txt: Added.
22800         * touchadjustment/plugin.html: Added.
22801
22802 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
22803
22804         [Qt] Unreviewed gardening, skip failing tests to speedup testing.
22805
22806         * platform/qt/TestExpectations:
22807
22808 2012-10-25  Yury Semikhatsky  <yurys@chromium.org>
22809
22810         Web Inspector: inspector tests failing after r132454
22811         https://bugs.webkit.org/show_bug.cgi?id=100381
22812
22813         Reviewed by Pavel Feldman.
22814
22815         Enable memory instrumentation tests now that the problem is fixed.
22816
22817         * platform/chromium/TestExpectations:
22818
22819 2012-10-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>
22820
22821         'resolution' MQ: Printing should use use high resolution images when available
22822         https://bugs.webkit.org/show_bug.cgi?id=100382
22823
22824         Reviewed by Antti Koivisto.
22825
22826         Special case print to not use the dpi of the screen, but one of 300.
22827
22828         Updated the resolution media query test to cover this.
22829
22830         * fast/media/mq-resolution-expected.txt:
22831         * fast/media/mq-resolution.html:
22832
22833 2012-10-25  Kevin Ellis  <kevers@chromium.org>
22834
22835         Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
22836         https://bugs.webkit.org/show_bug.cgi?id=97576
22837
22838         Reviewed by Antonio Gomes.
22839
22840         Add test to verify that touch adjustment is coarse for
22841         editable content, being based on the bounds of the
22842         editable content and not its children.
22843
22844         * touchadjustment/editable-content-expected.txt: Added.
22845         * touchadjustment/editable-content.html: Added.
22846
22847 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
22848
22849         [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
22850         does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.
22851
22852         * platform/qt-5.0-wk1/TestExpectations:
22853
22854 2012-10-25  'Pavel Feldman'  <pfeldman@chromium.org>
22855
22856         Not reviewed: chromium test expectations updated.
22857
22858         * platform/chromium/TestExpectations:
22859
22860 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
22861
22862         Add setMediaTypeOverride to window.internals.settings
22863         https://bugs.webkit.org/show_bug.cgi?id=100249
22864
22865         Reviewed by Kenneth Rohde Christiansen.
22866
22867         Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
22868         window.internals.settings.setMediaTypeOverride.
22869         Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
22870         on other ports but it needs to be checked first.
22871
22872         * fast/media/print-restores-previous-mediatype.html:
22873         * platform/efl/TestExpectations:
22874
22875 2012-10-22  Mikhail Naganov  <mnaganov@chromium.org>
22876
22877         [Chromium] Add supportMultipleWindows setting, needed for Android
22878         https://bugs.webkit.org/show_bug.cgi?id=99716
22879
22880         Reviewed by Adam Barth.
22881
22882         Add supportMultipleWindows settings for reusing the same view when
22883         opening popups. This is required for emulating the behavior of
22884         Android WebView. Adding into WebCore, as other ports might want to
22885         use this setting in the future.
22886
22887         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
22888         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
22889         * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
22890         * fast/dom/Window/window-open-no-multiple-windows.html: Added.
22891         * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
22892         * fast/forms/post-popup-no-multiple-windows.html: Added.
22893         * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
22894         * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
22895         * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
22896
22897 2012-10-25  Florin Malita  <fmalita@chromium.org>
22898
22899         [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.
22900
22901         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
22902         * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
22903         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
22904         * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
22905         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
22906         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
22907         * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
22908         * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
22909         * platform/chromium/TestExpectations:
22910
22911 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
22912
22913         [Qt] Pixel tests need rebaseline
22914         https://bugs.webkit.org/show_bug.cgi?id=99323
22915
22916         Unreviewed pixel gardening.
22917
22918         Rebase some tests, add missing expectations, mark wrong results as image failure.
22919
22920         * platform/qt-5.0-wk2/TestExpectations:
22921         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
22922         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
22923         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
22924         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
22925         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
22926         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
22927         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
22928         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
22929         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
22930         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
22931         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
22932         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
22933         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
22934         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
22935         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
22936         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
22937         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
22938         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
22939         * platform/qt/TestExpectations:
22940         * platform/qt/animations/state-at-end-event-expected.png: Added.
22941         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
22942         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
22943         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
22944         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
22945         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
22946         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
22947         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
22948         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
22949         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
22950         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
22951         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
22952         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
22953         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
22954         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
22955         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
22956         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
22957         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
22958         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
22959         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
22960         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
22961         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
22962         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
22963         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
22964         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
22965         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
22966         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
22967         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
22968         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
22969         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
22970         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
22971         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
22972         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
22973         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
22974         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
22975         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
22976         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
22977         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
22978         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
22979         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
22980         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
22981         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
22982         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
22983         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
22984         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
22985         * platform/qt/fast/block/float/009-expected.png: Added.
22986         * platform/qt/fast/block/float/034-expected.png: Added.
22987         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
22988         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
22989         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
22990         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
22991         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
22992         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
22993         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
22994         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
22995         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
22996         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
22997         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
22998         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
22999         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
23000         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
23001         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
23002         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
23003         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
23004         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
23005         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
23006         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
23007         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
23008         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
23009         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
23010         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
23011         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
23012         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
23013         * platform/qt/fast/css/006-expected.png: Added.
23014         * platform/qt/fast/css/background-clip-values-expected.png: Added.
23015         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
23016         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
23017         * platform/qt/fast/css/content-dynamic-expected.png: Added.
23018         * platform/qt/fast/css/contentDiv-expected.png: Added.
23019         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
23020         * platform/qt/fast/css/contentImage-expected.png: Added.
23021         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
23022         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
23023         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
23024         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
23025         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
23026         * platform/qt/fast/dynamic/001-expected.png: Added.
23027         * platform/qt/fast/dynamic/005-expected.png: Added.
23028         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
23029         * platform/qt/fast/dynamic/staticY-expected.png: Added.
23030         * platform/qt/fast/forms/002-expected.png: Added.
23031         * platform/qt/fast/forms/003-expected.png: Added.
23032         * platform/qt/fast/forms/004-expected.png: Added.
23033         * platform/qt/fast/forms/005-expected.png: Added.
23034         * platform/qt/fast/forms/006-expected.png: Added.
23035         * platform/qt/fast/forms/007-expected.png: Added.
23036         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
23037         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
23038         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
23039         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
23040         * platform/qt/fast/forms/button-submit-expected.png: Added.
23041         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
23042         * platform/qt/fast/forms/control-clip-expected.png: Added.
23043         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
23044         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
23045         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
23046         * platform/qt/fast/forms/formmove-expected.png: Added.
23047         * platform/qt/fast/forms/formmove2-expected.png: Added.
23048         * platform/qt/fast/forms/image-border-expected.png: Added.
23049         * platform/qt/fast/forms/indeterminate-expected.png: Added.
23050         * platform/qt/fast/forms/input-align-image-expected.png: Added.
23051         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
23052         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
23053         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
23054         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
23055         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
23056         * platform/qt/fast/forms/option-index-expected.png: Added.
23057         * platform/qt/fast/forms/option-script-expected.png: Added.
23058         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
23059         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
23060         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
23061         * platform/qt/fast/forms/select-align-expected.png: Added.
23062         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
23063         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
23064         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
23065         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
23066         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
23067         * platform/qt/fast/forms/select-selected-expected.png: Added.
23068         * platform/qt/fast/forms/select-size-expected.png: Added.
23069         * platform/qt/fast/forms/select-style-expected.png: Added.
23070         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
23071         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
23072         * platform/qt/fast/frames/002-expected.png: Added.
23073         * platform/qt/fast/frames/calculate-round-expected.png: Added.
23074         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
23075         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
23076         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
23077         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
23078         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
23079         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
23080         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
23081         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
23082         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
23083         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
23084         * platform/qt/fast/images/embed-image-expected.png: Added.
23085         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
23086         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
23087         * platform/qt/fast/images/object-image-expected.png: Added.
23088         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
23089         * platform/qt/fast/inline-block/004-expected.png: Added.
23090         * platform/qt/fast/inline-block/005-expected.png: Added.
23091         * platform/qt/fast/invalid/015-expected.png: Added.
23092         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
23093         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
23094         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
23095         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
23096         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
23097         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
23098         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
23099         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
23100         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
23101         * platform/qt/fast/media/monochrome-expected.png: Added.
23102         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
23103         * platform/qt/fast/overflow/position-relative-expected.png: Added.
23104         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
23105         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
23106         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
23107         * platform/qt/fast/reflections/table-cell-expected.png: Added.
23108         * platform/qt/fast/repaint/background-generated-expected.png: Added.
23109         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
23110         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
23111         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
23112         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
23113         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
23114         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
23115         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
23116         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
23117         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
23118         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
23119         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
23120         * platform/qt/fast/repaint/table-row-expected.png: Added.
23121         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
23122         * platform/qt/fast/replaced/008-expected.png: Added.
23123         * platform/qt/fast/replaced/image-tag-expected.png: Added.
23124         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
23125         * platform/qt/fast/table/008-expected.png: Added.
23126         * platform/qt/fast/table/024-expected.png: Added.
23127         * platform/qt/fast/table/031-expected.png: Added.
23128         * platform/qt/fast/table/caption-relayout-expected.png: Added.
23129         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
23130         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
23131         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
23132         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
23133         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
23134         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
23135         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
23136         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
23137         * platform/qt/fast/table/giantRowspan-expected.png: Added.
23138         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
23139         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
23140         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
23141         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
23142         * platform/qt/fast/text/basic/013-expected.png: Added.
23143         * platform/qt/fast/text/basic/015-expected.png: Added.
23144         * platform/qt/fast/text/line-breaks-expected.png: Added.
23145         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
23146         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
23147         * platform/qt/fast/text/whitespace/017-expected.png: Added.
23148         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
23149         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
23150         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
23151         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
23152         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
23153         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
23154         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
23155         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
23156         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
23157         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
23158         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
23159         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
23160         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
23161         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
23162         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
23163         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
23164         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
23165         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
23166         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
23167         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
23168         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
23169         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
23170         * platform/qt/svg/custom/createImageElement-expected.png: Added.
23171         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
23172         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
23173         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
23174         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
23175         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
23176         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
23177         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
23178         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
23179         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
23180         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
23181         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
23182         * platform/qt/svg/custom/pan-direction-expected.png: Added.
23183         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
23184         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
23185         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
23186         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
23187         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
23188         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
23189         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
23190         * platform/qt/svg/filters/feMerge-expected.png: Added.
23191         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
23192         * platform/qt/svg/filters/feOffset-expected.png: Added.
23193         * platform/qt/svg/filters/feTile-expected.png: Added.
23194         * platform/qt/svg/filters/filter-clip-expected.png: Added.
23195         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
23196         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
23197         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
23198         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
23199         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
23200         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
23201         * platform/qt/svg/hixie/error/006-expected.png: Added.
23202         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
23203         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
23204         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
23205         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
23206         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
23207         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
23208         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
23209         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
23210         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
23211         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
23212         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
23213         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
23214         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
23215         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
23216         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
23217         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
23218         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
23219         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
23220         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
23221         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
23222         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
23223         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
23224         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
23225
23226 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
23227
23228         [Qt] Pixel tests need rebaseline
23229         https://bugs.webkit.org/show_bug.cgi?id=99323
23230
23231         Unreviewed pixel gardening.
23232
23233         Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.
23234
23235         * platform/qt-5.0-wk2/TestExpectations:
23236         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
23237         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
23238         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
23239         * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
23240         * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
23241         * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
23242         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
23243         * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
23244         * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
23245         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
23246         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
23247         * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
23248         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
23249         * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
23250         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
23251         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
23252         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
23253         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
23254         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
23255         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
23256         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
23257         * platform/qt/TestExpectations:
23258         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
23259
23260 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
23261
23262         [EFL] Gardening after r132394
23263         https://bugs.webkit.org/show_bug.cgi?id=100365
23264
23265         Unreviewed gardening.
23266
23267         Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
23268         test fail on EFL port due to missing AC support.
23269
23270         * platform/efl/TestExpectations:
23271
23272 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
23273
23274         [EFL][QT] Remove test which is not exist
23275         https://bugs.webkit.org/show_bug.cgi?id=100366
23276
23277         Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.
23278
23279         * platform/efl-wk1/TestExpectations:
23280         * platform/qt/TestExpectations:
23281
23282 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
23283
23284         [EFL][WK2] Gardening after r132386
23285         https://bugs.webkit.org/show_bug.cgi?id=100362
23286
23287         Unreviewed gardening.
23288
23289         Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
23290         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
23291         networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.
23292
23293         * platform/efl-wk2/TestExpectations:
23294
23295 2012-10-25  Alexander Shalamov  <alexander.shalamov@intel.com>
23296
23297         Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
23298         https://bugs.webkit.org/show_bug.cgi?id=100272
23299
23300         Reviewed by Kenneth Rohde Christiansen.
23301
23302         Test if resolution media query is supported before identifying dpi of the media.
23303
23304         * fast/media/w3c/test_media_queries.html:
23305
23306 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
23307
23308         [Qt] Unreviewed gardening.
23309
23310         Unskip tests that are not exist already.
23311
23312         * platform/qt-5.0-wk2/TestExpectations:
23313
23314 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
23315
23316         [Qt] Unreviewed gardening.
23317
23318         Skip a new failing test introduced in r132394.
23319
23320         * platform/qt-5.0-wk2/TestExpectations:
23321
23322 2012-10-24  Csaba Osztrogonác  <ossy@webkit.org>
23323
23324         [Qt] Unreviewed gardening, skip a new failing test.
23325
23326         * platform/qt/TestExpectations:
23327
23328 2012-10-24  Kent Tamura  <tkent@chromium.org>
23329
23330         REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
23331         https://bugs.webkit.org/show_bug.cgi?id=100326
23332
23333         Reviewed by Eric Seidel.
23334
23335         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
23336         * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.
23337
23338 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
23339
23340         Not reviewed: updating chromium TestExpectations for the roll.
23341
23342         * platform/chromium/TestExpectations:
23343
23344 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
23345
23346         Not reviewed: updating chromium TestExpectations for the roll.
23347
23348         * platform/chromium/TestExpectations:
23349
23350 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
23351
23352         Not reviewed: platform/chromium/TestExpectations lint.
23353
23354         * platform/chromium/TestExpectations:
23355
23356 2012-10-24  Kangil Han  <kangil.han@samsung.com>
23357
23358         Rebaseline some sputnik unicode failed cases.
23359         https://bugs.webkit.org/show_bug.cgi?id=99976
23360
23361         Unreviewed rebaseline.
23362
23363         According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
23364         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.
23365
23366         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
23367         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
23368         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
23369         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
23370         * platform/efl/TestExpectations:
23371         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
23372         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
23373         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
23374         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
23375         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
23376         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
23377         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
23378         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
23379         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
23380         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
23381         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
23382         * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
23383         * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
23384         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
23385         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:
23386
23387 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
23388
23389         Add two more tiled scrolling tests
23390         https://bugs.webkit.org/show_bug.cgi?id=100314
23391
23392         Reviewed by Beth Dakin.
23393
23394         Two new tests for TileCache tile coverage after scrolling.
23395
23396         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
23397         * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
23398         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
23399         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.
23400
23401 2012-10-24  Beth Dakin  <bdakin@apple.com>
23402
23403         Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
23404         I checked in results that relied on some local changes in WK2.
23405
23406         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
23407
23408 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
23409
23410         Skip tiled drawing tests for WK1
23411         https://bugs.webkit.org/show_bug.cgi?id=100312
23412
23413         Reviewed by Beth Dakin.
23414
23415         Skip platform/mac/tiled-drawing tests in the main TestExpections file,
23416         but re-enable it in the WK2 TestExpections file.
23417
23418         * platform/mac-wk2/TestExpectations:
23419         * platform/mac/TestExpectations:
23420
23421 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
23422
23423         Unreviewed, update chromium-mac-mountainlion baselines.
23424
23425         * 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.
23426         * 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.
23427         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
23428         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
23429
23430 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
23431
23432         Unreviewed, expectations and baseline cleanup.
23433
23434         Remove some old baselines for a test that was converted to a reftest,
23435         and remove entries for tests no longer failing on Chromium Mac ML.
23436
23437         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
23438         * platform/chromium-mac-mountainlion/TestExpectations:
23439         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
23440         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.
23441
23442 2012-10-24  Beth Dakin  <bdakin@apple.com>
23443
23444         https://bugs.webkit.org/show_bug.cgi?id=100169
23445         We should make TileCache tiles the size of the tile coverage rect 
23446         when we can't do fast scrolling
23447         -and-
23448         <rdar://problem/12505021>
23449
23450         Reviewed by Simon Fraser.
23451
23452         New test.
23453         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
23454         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.
23455
23456 2012-10-24  David Barton  <dbarton@mathscribe.com>
23457
23458         MathML tests trigger font cache assertions in debug bots
23459         https://bugs.webkit.org/show_bug.cgi?id=100268
23460
23461         Reviewed by Eric Seidel.
23462
23463         * platform/chromium/TestExpectations:
23464
23465 2012-10-24  Tommy Widenflycht  <tommyw@google.com>
23466
23467         MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
23468         https://bugs.webkit.org/show_bug.cgi?id=100286
23469
23470         Reviewed by Adam Barth.
23471
23472         RTCPeerConnection::close is the only function that dispatches an event directly so only test that.
23473
23474         * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
23475         * fast/mediastream/RTCPeerConnection-events.html: Added.
23476
23477 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23478
23479         Unreviewed gardening. Chromium revision 163873 also made
23480         platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.
23481
23482         * platform/chromium/TestExpectations:
23483
23484 2012-10-24  Max Vujovic  <mvujovic@adobe.com>
23485
23486         [CSS Shaders] The mesh should be specified using <column, row> order
23487         https://bugs.webkit.org/show_bug.cgi?id=96285
23488
23489         Reviewed by Dean Jackson.
23490
23491         Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
23492         Update existing tests for u_meshSize and u_tileSize to expect column, row order.
23493
23494         * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
23495         * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
23496         * css3/filters/resources/checkerboard.vs: Added.
23497         * css3/filters/resources/u-mesh-size.fs:
23498         * css3/filters/resources/u-tile-size.fs:
23499         * css3/filters/resources/varying-mix-color.fs: Added.
23500
23501 2012-10-24  Tony Chang  <tony@chromium.org>
23502
23503         [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.
23504
23505         * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
23506         * 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.
23507         * platform/chromium/TestExpectations:
23508
23509 2012-10-24  Sailesh Agrawal  <sail@chromium.org>
23510
23511         Incorrect keycodes for numpad /, -, +, .
23512         https://bugs.webkit.org/show_bug.cgi?id=99188
23513
23514         Reviewed by Tony Chang.
23515
23516         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.
23517
23518         * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
23519         * platform/mac/fast/events/numpad-keycode-mapping.html: Added.
23520
23521 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23522
23523         Unreviewed gardening. Marking the software compositing version of
23524         compositing/tiling/backface-preserve-3d-tiled.html as failing as well.
23525
23526         * platform/chromium/TestExpectations:
23527
23528 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23529
23530         Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.
23531
23532         * platform/chromium/TestExpectations:
23533
23534 2012-10-24  Terry Anderson  <tdanderson@chromium.org>
23535
23536         Handle two-finger tap gestures in the same way as long-press gestures
23537         https://bugs.webkit.org/show_bug.cgi?id=99947
23538
23539         Reviewed by Adam Barth.
23540
23541         New layout test for dispatching context menus on a two-finger tap
23542         gesture when touch adjustment is enabled.
23543
23544         * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
23545         * touchadjustment/touch-links-two-finger-tap.html: Added.
23546
23547 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
23548
23549         AX:When aria-label is used, the text under an element is still appearing as the AXTitle
23550         https://bugs.webkit.org/show_bug.cgi?id=98167
23551
23552         Reviewed by Beth Dakin.
23553
23554         * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
23555         * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
23556         * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
23557
23558 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
23559
23560         Unreviewed, rolling out r132303 and r132312.
23561         http://trac.webkit.org/changeset/132303
23562         http://trac.webkit.org/changeset/132312
23563         https://bugs.webkit.org/show_bug.cgi?id=100287
23564
23565         Triggering crashes on many popular websites (Requested by
23566         leviw|gardening on #webkit).
23567
23568         * fast/dom/shadow/athost-atrules-expected.txt: Removed.
23569         * fast/dom/shadow/athost-atrules.html: Removed.
23570
23571 2012-10-24  Joshua Bell  <jsbell@chromium.org>
23572
23573         IndexedDB: Cursor property value identities should be preserved
23574         https://bugs.webkit.org/show_bug.cgi?id=100051
23575
23576         Reviewed by Tony Chang.
23577
23578         Add tests to verify identity/read-only/mutability of cursor properties.
23579
23580         * storage/indexeddb/cursor-properties-expected.txt: Added.
23581         * storage/indexeddb/cursor-properties.html: Added.
23582         * storage/indexeddb/resources/cursor-properties.js: Added.
23583         (test.request.onsuccess):
23584         (test):
23585         (onUpgradeNeeded):
23586         (onOpenSuccess.request.onsuccess):
23587         (onOpenSuccess):
23588         (checkProperty):
23589
23590 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23591
23592         Unreviewed gardening. Updating slow expectations for two tests following a Chromium
23593         change. See https://bugs.webkit.org/show_bug.cgi?id=100287
23594
23595         * platform/chromium/TestExpectations:
23596
23597 2012-10-24  Tony Chang  <tony@chromium.org>
23598
23599         Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
23600         https://bugs.webkit.org/show_bug.cgi?id=99925
23601
23602         Reviewed by Ojan Vafai.
23603
23604         Add a repaint test.  The render tree should be cross platform, but due to
23605         slight color differences in the grey overlay, the png can't be shared.
23606
23607         * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
23608         * css3/flexbox/repaint-during-resize-no-flex.html: Added.
23609         * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
23610         * platform/chromium/TestExpectations:
23611
23612 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
23613
23614         Fix CALayer hiearchy when combining tiling with preserve-3d
23615         https://bugs.webkit.org/show_bug.cgi?id=100205
23616
23617         Reviewed by Dean Jackson.
23618
23619         Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
23620         failing on Chromium.
23621
23622         * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
23623         * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
23624         * compositing/tiling/backface-preserve-3d-tiled.html: Added.
23625         * platform/chromium/TestExpectations:
23626
23627 2012-10-24  Rick Byers  <rbyers@chromium.org>
23628
23629         image-set doesn't round-trip properly with cssText
23630         https://bugs.webkit.org/show_bug.cgi?id=99725
23631
23632         Reviewed by Beth Dakin.
23633
23634         Update image-set-setting test to expect the css text to round-trip properly.
23635
23636         * fast/css/image-set-setting-expected.txt:
23637         * fast/css/script-tests/image-set-setting.js:
23638         (testComputedStyle):
23639         (testImageSetRule):
23640
23641 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
23642
23643         Unreviewed GTK gardening.
23644
23645         Rebaselining two Video Track tests after r132349.
23646
23647         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
23648         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
23649
23650 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
23651
23652         AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
23653         https://bugs.webkit.org/show_bug.cgi?id=100204
23654
23655         Reviewed by Beth Dakin.
23656
23657         Remove the aria-range.html test because the same functionality is covered in aria-slider.html
23658         Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
23659         move that to the general accessibility platform).
23660
23661         * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
23662         * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
23663         * platform/mac/accessibility/aria-range-expected.txt: Removed.
23664         * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
23665         * platform/mac/accessibility/aria-range-value.html: Removed.
23666         * platform/mac/accessibility/aria-range.html: Removed.
23667
23668 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23669
23670         Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
23671         Chromium debug bots following r132352. It may still timeout...
23672
23673         * platform/chromium/TestExpectations:
23674
23675 2012-10-24  Florin Malita  <fmalita@chromium.org>
23676
23677         [Chromium] SVG repaint issues
23678         https://bugs.webkit.org/show_bug.cgi?id=99874
23679
23680         Reviewed by Levi Weintraub.
23681
23682         * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
23683         * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
23684         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
23685         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
23686         * platform/chromium/TestExpectations:
23687
23688 2012-10-24  Dana Jansens  <danakj@chromium.org>
23689
23690         Layout tests to verify scaled composited layers have crisp text
23691         https://bugs.webkit.org/show_bug.cgi?id=96940
23692
23693         Reviewed by Adrienne Walker.
23694
23695         Chromium bug: crbug.com/149943
23696
23697         * compositing/text-on-scaled-layer-expected.html: Added.
23698         * compositing/text-on-scaled-layer.html: Added.
23699         * compositing/text-on-scaled-surface-expected.html: Added.
23700         * compositing/text-on-scaled-surface.html: Added.
23701         * platform/chromium/TestExpectations:
23702         * platform/mac/TestExpectations:
23703
23704 2012-10-24  Levi Weintraub  <leviw@chromium.org>
23705
23706         Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
23707         and adding passing Lion expectations for a third mathml test.
23708
23709         * platform/chromium/TestExpectations:
23710         * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.
23711
23712 2012-10-24  Toni Barzic  <tbarzic@chromium.org>
23713
23714         Crash when trying to write exception message to null console
23715         https://bugs.webkit.org/show_bug.cgi?id=99658
23716
23717         Reviewed by Adam Barth.
23718
23719         The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
23720         The test passes if there is no crash.
23721         Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).
23722
23723         * fast/workers/resources/worker-exception.js: Added.
23724         * fast/workers/worker-exception-during-navigation-expected.txt: Added.
23725         * fast/workers/worker-exception-during-navigation.html: Added.
23726
23727 2012-10-24  David Barton  <dbarton@mathscribe.com>
23728
23729         [MathML] Timeouts on linux after r132264
23730         https://bugs.webkit.org/show_bug.cgi?id=100202
23731
23732         Reviewed by Eric Seidel.
23733
23734         The failing tests no longer timeout.
23735
23736         * platform/chromium/TestExpectations:
23737
23738 2012-10-24  Alexander Shalamov  <alexander.shalamov@intel.com>
23739
23740         CSS3 Media Queries - add resolution tests to W3C test suite
23741         https://bugs.webkit.org/show_bug.cgi?id=100231
23742
23743         Reviewed by Kenneth Rohde Christiansen.
23744
23745         Resolution media feature was implemented, therefore,
23746         W3C tests are added back to the test suite.
23747
23748         * fast/media/w3c/test_media_queries-expected.txt:
23749         * fast/media/w3c/test_media_queries.html:
23750
23751         Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.
23752
23753         * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
23754         * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
23755         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
23756         * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
23757         * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.
23758
23759 2012-10-24  Dominik Röttsches  <dominik.rottsches@intel.com>
23760
23761         [EFL] Unreviewed gardening.
23762
23763         * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
23764         * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.
23765
23766 2012-10-24  Eric Carlson  <eric.carlson@apple.com>
23767
23768         Allow ports to override text track rendering style
23769         https://bugs.webkit.org/show_bug.cgi?id=97800
23770         <rdar://problem/12044964>
23771
23772         Reviewed by Maciej Stachowiak.
23773
23774         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
23775         * media/track/track-cue-rendering.html: 
23776         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
23777
23778 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
23779
23780         Web Inspector: Introduce workspace provider as a content providing backend for project.
23781         https://bugs.webkit.org/show_bug.cgi?id=100244
23782
23783         Reviewed by Pavel Feldman.
23784
23785         * http/tests/inspector/compiler-script-mapping.html:
23786         * http/tests/inspector/workspace-test.js:
23787         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
23788         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
23789         * inspector/debugger/network-uisourcecode-provider.html:
23790         * inspector/debugger/script-snippet-model.html:
23791         * inspector/debugger/scripts-panel.html:
23792         * inspector/uisourcecode-revisions.html:
23793
23794 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
23795
23796         Web Inspector: UiSourceCode should rely on the workspace as a content provider.
23797         https://bugs.webkit.org/show_bug.cgi?id=100216
23798
23799         Reviewed by Pavel Feldman.
23800
23801         * http/tests/inspector/compiler-script-mapping.html:
23802         * inspector/debugger/breakpoint-manager.html:
23803         * inspector/debugger/script-formatter-search.html:
23804         * inspector/debugger/scripts-file-selector.html:
23805         * inspector/debugger/scripts-panel.html:
23806         * inspector/debugger/scripts-sorting.html:
23807         * inspector/debugger/ui-source-code-display-name.html:
23808         * inspector/debugger/ui-source-code.html:
23809         * inspector/uisourcecode-revisions.html:
23810
23811 2012-10-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
23812
23813         [EFL] Hopefully finish rebaselining after r131941 and r131991.
23814
23815         * platform/efl/compositing/clip-change-expected.png: Added.
23816         * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
23817         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
23818         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
23819         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
23820         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
23821         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
23822         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
23823         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
23824         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
23825         * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
23826         * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
23827         * platform/efl/compositing/rtl: Added.
23828         * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
23829         * platform/efl/compositing/video-page-visibility-expected.png:
23830         * platform/efl/css3/flexbox/repaint-expected.png:
23831         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
23832         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
23833         * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
23834         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
23835         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
23836         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
23837
23838 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
23839
23840         Unreviewed GTK gardening.
23841
23842         Adding crash expectations for tests that started crashing after r132286.
23843
23844         * platform/gtk/TestExpectations:
23845
23846 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
23847
23848         Unreviewed, rolling out r132333.
23849         http://trac.webkit.org/changeset/132333
23850         https://bugs.webkit.org/show_bug.cgi?id=100234
23851
23852         Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
23853         #webkit).
23854
23855         * platform/efl-wk2/TestExpectations:
23856         * platform/efl/TestExpectations:
23857         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
23858         * platform/efl/editing/spelling/spelling-expected.txt: Removed.
23859
23860 2012-10-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
23861
23862         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
23863         https://bugs.webkit.org/show_bug.cgi?id=93611
23864
23865         Reviewed by Hajime Morita.
23866
23867         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
23868         Add new baselines for two spelling tests.
23869
23870         * platform/efl-wk2/TestExpectations:
23871         * platform/efl/TestExpectations:
23872         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
23873         * platform/efl/editing/spelling/spelling-expected.txt: Added.
23874
23875 2012-10-24  Kent Tamura  <tkent@chromium.org>
23876
23877         [Chromium] Test expectation update
23878
23879         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
23880         * platform/chromium/TestExpectations:
23881
23882 2012-10-24  Kent Tamura  <tkent@chromium.org>
23883
23884         [Chromium] Test expectation update
23885
23886         * platform/chromium/TestExpectations:
23887          - exif-orientation-css.html is ImageOnlyFailure.
23888          - Still need rebaseline for calendar-picker-appearance-step.html on Windows?
23889
23890 2012-10-12  Balazs Kelemen  <kbalazs@webkit.org>
23891
23892         [Qt][WK2] Skip tests that depend on disabling accelerated compositing
23893         https://bugs.webkit.org/show_bug.cgi?id=99167
23894
23895         Rubber-stamped by Simon Hausmann.
23896
23897         Skip those tests because we don't support the non-accelerated
23898         rendering path.
23899
23900         * platform/qt-5.0-wk2/TestExpectations:
23901
23902 2012-10-24  Kent Tamura  <tkent@chromium.org>
23903
23904         [Chromium] Rebaseline for r132310.
23905
23906         * platform/chromium/TestExpectations:
23907         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
23908         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
23909         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
23910         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
23911         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
23912         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
23913         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
23914         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
23915         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
23916         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
23917         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
23918         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
23919         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
23920         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
23921         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
23922         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
23923         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
23924         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
23925         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
23926         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
23927         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
23928         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
23929         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
23930         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
23931         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
23932         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
23933         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
23934         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
23935         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
23936         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
23937         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
23938         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
23939         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
23940         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
23941         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
23942         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
23943         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
23944         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
23945         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
23946         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
23947         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
23948         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
23949         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
23950         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
23951         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
23952         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
23953         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
23954         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
23955         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
23956         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
23957         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
23958         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
23959         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
23960         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
23961         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
23962         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
23963         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
23964         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
23965         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
23966         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
23967         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
23968         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
23969         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
23970         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
23971         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
23972         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
23973         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
23974         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
23975         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
23976         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
23977         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
23978         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
23979         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
23980         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
23981         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
23982         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
23983         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
23984         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
23985         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
23986         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
23987         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
23988         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
23989         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
23990         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
23991         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
23992         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
23993         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
23994         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
23995         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
23996         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
23997         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
23998         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
23999         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24000         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24001         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
24002         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24003         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24004         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24005         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24006         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
24007         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
24008         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
24009         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
24010         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
24011         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
24012         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
24013         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
24014
24015 2012-10-24  Nandor Huszka  <hnandor@inf.u-szeged.hu>
24016
24017         [Qt] Unreviewed gardening.
24018
24019         Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.
24020
24021         * platform/qt/TestExpectations:
24022
24023 2012-10-24  Byungwoo Lee  <bw80.lee@samsung.com>
24024
24025         [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
24026         https://bugs.webkit.org/show_bug.cgi?id=100206
24027
24028         Unreviewed, EFL gardening.
24029
24030         The bug webkit.org/b/100065 is fixed and the test is passing now.
24031
24032         * platform/efl-wk1/TestExpectations:
24033
24034 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
24035
24036         Unreviewed GTK gardening.
24037         Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
24038         as flaky after r132143.
24039         Adding baselines for tvo SVG Transforms tests required after r132121.
24040
24041         * platform/gtk/TestExpectations:
24042         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
24043         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
24044         * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
24045         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.
24046
24047 2012-10-23  David Barton  <dbarton@mathscribe.com>
24048
24049         Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.
24050
24051         * platform/chromium/TestExpectations:
24052
24053 2012-10-23  Kent Tamura  <tkent@chromium.org>
24054
24055         Multiple fields input UI: Don't use CSS properties for physical direction
24056         https://bugs.webkit.org/show_bug.cgi?id=100195
24057
24058         Reviewed by Kentaro Hara.
24059
24060         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24061         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
24062
24063 2012-10-23  Kent Tamura  <tkent@chromium.org>
24064
24065         [Chromium] Rebaseline for r132291
24066         https://bugs.webkit.org/show_bug.cgi?id=100088
24067
24068         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
24069         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24070         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
24071         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
24072         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
24073         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
24074         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
24075         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
24076         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24077         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24078         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
24079         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24080         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24081         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24082         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24083         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
24084         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24085         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
24086         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
24087         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
24088         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
24089         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
24090         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
24091         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24092         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24093         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
24094         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24095         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24096         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24097         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24098         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
24099         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24100         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
24101         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
24102         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
24103         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
24104         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
24105         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
24106         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24107         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24108         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
24109         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24110         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24111         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24112         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24113         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
24114         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24115         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
24116         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
24117         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
24118         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
24119         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
24120         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24121         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24122         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
24123         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24124         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24125         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24126         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24127         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24128         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
24129         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
24130         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
24131         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
24132         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
24133         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
24134         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
24135         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
24136         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
24137         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
24138         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
24139         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
24140         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
24141         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
24142         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
24143         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
24144
24145 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
24146
24147         [Qt] Unreviewed nightly gardening, skip new failing tests.
24148
24149         * platform/qt/TestExpectations:
24150
24151 2012-10-23  Tony Chang  <tony@chromium.org>
24152
24153         [chromium] Remove duplicate platform/mac entries
24154         https://bugs.webkit.org/show_bug.cgi?id=100167
24155
24156         Reviewed by Dirk Pranke.
24157
24158         We intentionally don't run platform/mac tests in Chromium.  Remove lines
24159         that duplicate the directory WontFix.
24160
24161         * platform/chromium/TestExpectations:
24162
24163 2012-10-23  Takashi Sakamoto  <tasak@google.com>
24164
24165         [Shadow DOM] Needs @host rule for ShadowDOM styling
24166         https://bugs.webkit.org/show_bug.cgi?id=88606
24167
24168         Reviewed by Hajime Morita.
24169
24170         * fast/dom/shadow/athost-atrules-expected.txt: Added.
24171         * fast/dom/shadow/athost-atrules.html: Added.
24172
24173 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
24174
24175         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
24176         https://bugs.webkit.org/show_bug.cgi?id=100159
24177
24178         Reviewed by Tim Horton.
24179
24180         A new test that dumps tile cache data for a large page.
24181
24182         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
24183         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
24184
24185 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
24186
24187         Unreviewed, rolling out r132276.
24188         http://trac.webkit.org/changeset/132276
24189         https://bugs.webkit.org/show_bug.cgi?id=100189
24190
24191         It broke the Qt-WK2 build intentionally (Requested by
24192         Ossy_night on #webkit).
24193
24194         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
24195         * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.
24196
24197 2012-10-23  Noel Gordon  <noel.gordon@gmail.com>
24198
24199         exif-orientation tests should use dumpAsText(true) 
24200         https://bugs.webkit.org/show_bug.cgi?id=100076
24201
24202         Reviewed by Eric Seidel.
24203
24204         * fast/images/exif-orientation-css.html: Use dumpAsText(true).
24205         * fast/images/exif-orientation.html: ditto.
24206
24207 2012-10-23  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
24208
24209         [EFL] Unreviewed EFL gardening.
24210         https://bugs.webkit.org/show_bug.cgi?id=100125
24211
24212         Added pixel baselines for editing/pasteboard.
24213
24214         * platform/efl/editing/pasteboard: 26 new pixel baselines.
24215
24216 2012-10-23  Kent Tamura  <tkent@chromium.org>
24217
24218         REGRESSION(r131421): Text baseline is not aligned in some locales
24219         https://bugs.webkit.org/show_bug.cgi?id=100088
24220
24221         Reviewed by Hajime Morita.
24222
24223         Add a pixel image which has notable changes.
24224         Input elements in other tests have slightly small height and
24225         slightly narrow width.
24226
24227         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
24228         * platform/chromium/TestExpectations:
24229
24230 2012-10-23  Varun Jain  <varunjain@chromium.org>
24231
24232         Context menu generated from touch gestures on textareas has
24233         context of the cursor position instead of the position where the event occurs.
24234         https://bugs.webkit.org/show_bug.cgi?id=99520
24235
24236         Reviewed by Kenneth Rohde Christiansen.
24237
24238         Send a synthetic mouse down event for context menu-summoning-gesture events so that
24239         textareas can correctly set cursors before receiving the context menu event.
24240
24241         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
24242         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
24243
24244 2012-10-23  Levi Weintraub  <leviw@chromium.org>
24245
24246         The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.
24247
24248         * platform/chromium-mac-lion/mathml: Added.
24249         * platform/chromium-mac-lion/mathml/presentation: Added.
24250         * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
24251         * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
24252         * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
24253         * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
24254         * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
24255         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
24256         * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
24257         * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
24258         * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
24259         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
24260         * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
24261         * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
24262         * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
24263         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
24264         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
24265         * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
24266         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
24267         * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
24268         * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
24269         * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
24270         * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
24271         * platform/chromium-mac/mathml: Added.
24272         * platform/chromium-mac/mathml/presentation: Added.
24273         * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
24274         * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
24275         * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
24276         * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
24277         * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
24278         * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
24279         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
24280         * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
24281         * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
24282         * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
24283         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
24284         * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
24285         * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
24286         * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
24287         * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
24288         * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
24289         * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
24290         * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
24291         * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
24292         * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
24293         * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
24294         * platform/chromium-mac/mathml/xHeight-expected.png: Added.
24295
24296 2012-10-23  Levi Weintraub  <leviw@chromium.org>
24297
24298         Unreviewed gardening. Updating expectations after r132264.
24299
24300         * platform/chromium-mac-snowleopard/mathml: Added.
24301         * platform/chromium-mac-snowleopard/mathml/presentation: Added.
24302         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
24303         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
24304         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
24305         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
24306         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
24307         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
24308         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
24309         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
24310         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
24311         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
24312         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
24313         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
24314         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
24315         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
24316         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
24317         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
24318         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
24319         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
24320         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
24321         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
24322         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
24323         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
24324         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
24325         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
24326         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
24327         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
24328         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
24329         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
24330         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
24331         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
24332         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
24333         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
24334         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
24335         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
24336         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
24337         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
24338         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
24339         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
24340         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
24341         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
24342         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
24343         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.
24344
24345 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
24346
24347         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
24348         https://bugs.webkit.org/show_bug.cgi?id=100159
24349
24350         Reviewed by Tim Horton.
24351
24352         A new test that dumps tile cache data for a large page.
24353
24354         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
24355         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
24356
24357 2012-10-23  Chris Rogers  <crogers@google.com>
24358
24359         Change setTargetValueAtTime() to setTargetAtTime()
24360         https://bugs.webkit.org/show_bug.cgi?id=100153
24361
24362         Reviewed by Adam Barth.
24363
24364         * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
24365         * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
24366         * webaudio/resources/audioparam-testing.js:
24367
24368 2012-10-23  Elliott Sprehn  <esprehn@chromium.org>
24369
24370         Generated should not be supported for things with a shadow
24371         https://bugs.webkit.org/show_bug.cgi?id=98836
24372
24373         Reviewed by Dimitri Glazkov.
24374
24375         Change all pseudos on <input> tests to be ref tests and clean up the tests.
24376         They now make sure we don't support generated content on things with a shadow.
24377         Also added another test for the other form control types to ensure they don't
24378         support pseudos either.
24379
24380         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
24381         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
24382         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
24383         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
24384         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
24385         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
24386         * fast/forms/pseudo-elements-expected.html: Added.
24387         * fast/forms/pseudo-elements.html: Added.
24388         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
24389         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
24390         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
24391         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
24392         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
24393         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
24394         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24395         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24396         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24397         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24398         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24399         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24400         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24401         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24402         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24403         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24404         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24405         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24406         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24407         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24408         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24409         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
24410
24411 2012-10-23  Huang Dongsung  <luxtella@company100.net>
24412
24413         [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
24414         https://bugs.webkit.org/show_bug.cgi?id=98504
24415
24416         Reviewed by Dean Jackson.
24417
24418         Update the test for the aforementioned blend modes.
24419
24420         * css3/filters/custom/custom-filter-blend-modes-expected.html:
24421         * css3/filters/custom/custom-filter-blend-modes.html:
24422
24423 2012-10-23  Huang Dongsung  <luxtella@company100.net>
24424
24425         [CSS Shaders] Implement all composite operators except destination and lighter.
24426         https://bugs.webkit.org/show_bug.cgi?id=97859
24427
24428         Reviewed by Dean Jackson.
24429
24430         Add test to check that the DOM element texture composites correctly with the css_MixColor
24431         variable from the author's shader for each composite operator.
24432
24433         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
24434         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
24435         * css3/filters/custom/custom-filter-composite-operators.html: Added.
24436
24437 2012-10-23  Max Vujovic  <mvujovic@adobe.com>
24438
24439         [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
24440         https://bugs.webkit.org/show_bug.cgi?id=99887
24441
24442         Reviewed by Dirk Schulze.
24443
24444         Add a test that resolves a custom filter's style with the "multiply" blend mode and then
24445         changes the blend mode to "normal". The test makes sure not to change any other parameters
24446         besides the blend mode, since the other parameters can trigger style recalculations on their
24447         own.
24448
24449         * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
24450         * css3/filters/custom/custom-filter-change-blend-mode.html: Added.
24451
24452 2012-10-23  David Barton  <dbarton@mathscribe.com>
24453
24454         [MathML] Symbol font uses greek letters for roman ones on linux and Windows
24455         https://bugs.webkit.org/show_bug.cgi?id=99921
24456
24457         Reviewed by Eric Seidel.
24458
24459         * mathml/presentation/mo.xhtml:
24460         * platform/chromium/TestExpectations:
24461         * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
24462         * platform/chromium/mathml/presentation/attributes-expected.txt:
24463         * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
24464         * platform/chromium/mathml/presentation/fenced-expected.txt:
24465         * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
24466         * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
24467         * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
24468         * platform/chromium/mathml/presentation/fractions-expected.txt:
24469         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
24470         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
24471         * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
24472         * platform/chromium/mathml/presentation/mo-expected.txt:
24473         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
24474         * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
24475         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
24476         * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
24477         * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
24478         * platform/chromium/mathml/presentation/over-expected.txt:
24479         * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
24480         * platform/chromium/mathml/presentation/roots-expected.txt:
24481         * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
24482         * platform/chromium/mathml/presentation/row-alignment-expected.txt:
24483         * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
24484         * platform/chromium/mathml/presentation/row-expected.txt:
24485         * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
24486         * platform/chromium/mathml/presentation/style-expected.txt:
24487         * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
24488         * platform/chromium/mathml/presentation/sub-expected.txt:
24489         * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
24490         * platform/chromium/mathml/presentation/subsup-expected.txt:
24491         * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
24492         * platform/chromium/mathml/presentation/sup-expected.txt:
24493         * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
24494         * platform/chromium/mathml/presentation/tables-expected.txt:
24495         * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
24496         * platform/chromium/mathml/presentation/tokenElements-expected.txt:
24497         * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
24498         * platform/chromium/mathml/presentation/under-expected.txt:
24499         * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
24500         * platform/chromium/mathml/presentation/underover-expected.txt:
24501         * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
24502         * platform/chromium/mathml/xHeight-expected.txt:
24503         * platform/efl/TestExpectations:
24504         * platform/gtk/TestExpectations:
24505         * platform/mac/TestExpectations:
24506
24507 2012-10-23  Levi Weintraub  <leviw@chromium.org>
24508
24509         Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
24510         tests, as was the author's intention.
24511
24512         * platform/chromium/TestExpectations:
24513
24514 2012-10-22  Dirk Schulze  <krit@webkit.org>
24515
24516         BasicShapePolygon::path takes width instead of height for boundary calculation
24517         https://bugs.webkit.org/show_bug.cgi?id=99919
24518
24519         Reviewed by Darin Adler.
24520
24521         Test that the correct relation is used for calculating point position of an polygon.
24522
24523         * css3/masking/clip-path-polygon-percentage-expected.html: Added.
24524         * css3/masking/clip-path-polygon-percentage.html: Added.
24525
24526 2012-10-23  Dirk Pranke  <dpranke@chromium.org>
24527
24528         Remove remaining fast/innerHTML pixel test baselines after r131960.
24529
24530         Unreviewed, expectations change.
24531
24532         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
24533         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
24534         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
24535         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
24536         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
24537         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
24538         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
24539         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
24540         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
24541         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
24542         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
24543         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
24544         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
24545         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
24546         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
24547         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
24548         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
24549         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
24550         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
24551         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
24552         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
24553         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
24554         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
24555         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
24556         * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
24557         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
24558         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
24559         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
24560         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
24561         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
24562         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
24563         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
24564         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
24565
24566 2012-10-23  Dominik Röttsches  <dominik.rottsches@intel.com>
24567
24568         Add timeout support to XMLHttpRequest
24569         https://bugs.webkit.org/show_bug.cgi?id=74802
24570
24571         Reviewed by Nate Chapin.
24572
24573         XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
24574         permission to reuse them under PD/BSD license
24575         in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
24576         I adapted them for W3C testharness.js and split them into groups with shorter test running time
24577         so that they can be used as WebKit layout tests. Each individual test should
24578         complete in less than 20 seconds.
24579
24580         The case of late updates to the timeout property, changing the timeout value after send()
24581         is not supported yet and handled separately in bug 98156. Tests that are testing this feature
24582         are commented out until this bug is tackled.
24583
24584         The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
24585         all tests that are run. The result of assertions is reported back to testharness.js.
24586
24587         For example, the "overrides" group is currently not run yet since all tests in that group are cases
24588         of late updates, see above. Once late updates are supported we can add a file
24589         xmlhttprequest-timeout-overrides.html to run them.
24590
24591         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
24592         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
24593         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
24594         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
24595         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
24596         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
24597         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
24598         (testResultCallbackHandler.return):
24599         (groupFromLocation):
24600         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
24601         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
24602         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
24603         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
24604         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
24605         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
24606         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
24607         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
24608         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
24609         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
24610         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
24611         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
24612         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
24613         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
24614         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
24615         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
24616         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
24617         (message): Wrapper for postMessage in worker and document context case.
24618         (is),
24619         (ok): Assertion functions.
24620         (RequestTracker): Class for variations of the regular timeout case.
24621         (RequestTracker.prototype.startXHR.handleEvent):
24622         (RequestTracker.prototype.startXHR):
24623         (RequestTracker.prototype.getMessage):
24624         (RequestTracker.prototype.handleEvent):
24625         (AbortedRequest): Class for testing timeout event vs. abort events.
24626         (AbortedRequest.prototype.startXHR.handleEvent):
24627         (AbortedRequest.prototype.startXHR.abortReq):
24628         (AbortedRequest.prototype.startXHR.else):
24629         (AbortedRequest.prototype.startXHR):
24630         (AbortedRequest.prototype.noEventsFired):
24631         (AbortedRequest.prototype.getMessage):
24632         (AbortedRequest.prototype.handleEvent):
24633         (SyncRequestSettingTimeoutAfterOpen.startXHR),
24634         (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
24635         (TestCounter.testComplete),
24636         (TestCounter.next): Used for cycling through tests.
24637         * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
24638         * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
24639         * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
24640
24641 2012-10-23  Levi Weintraub  <leviw@chromium.org>
24642
24643         Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
24644         now as well as generating incorrect image results :(
24645
24646         * platform/chromium/TestExpectations:
24647
24648 2012-10-23  Yael Aharon  <yael.aharon@intel.com>
24649
24650         [WIN7] Skip fast/media/mq-resolution.html.
24651         https://bugs.webkit.org/show_bug.cgi?id=100143.
24652
24653         Reviewed by Kenneth Rohde Christiansen.
24654
24655         The feature is not yet implemented.
24656
24657         * platform/win/TestExpectations:
24658
24659 2012-10-23  Christophe Dumez  <christophe.dumez@intel.com>
24660
24661         Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
24662         https://bugs.webkit.org/show_bug.cgi?id=99967
24663
24664         Reviewed by Tony Chang.
24665
24666         Added layout test to reproduce an assertion hit in
24667         WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
24668         button outside a multiselect and then moving the mouse over the multiselect
24669         element while holding the button down.
24670
24671         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
24672         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.
24673
24674 2012-10-23  Pavel Feldman  <pfeldman@chromium.org>
24675
24676         Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
24677         https://bugs.webkit.org/show_bug.cgi?id=100131
24678
24679         Reviewed by Vsevolod Vlasov.
24680
24681         * inspector/console/console-big-array-expected.txt:
24682         * inspector/console/console-big-array.html:
24683
24684 2012-10-23  Shinya Kawanaka  <shinyak@chromium.org>
24685
24686         The order of resolving distribution in tree composition is wrong.
24687         https://bugs.webkit.org/show_bug.cgi?id=99552
24688
24689         Reviewed by Dimitri Glazkov.
24690
24691         We also fix the existing wrong test.
24692
24693         * fast/dom/shadow/content-reprojection-order-expected.html: Added.
24694         * fast/dom/shadow/content-reprojection-order.html: Added.
24695         * fast/dom/shadow/shadow-element-rendering-single.html:
24696
24697 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
24698
24699         Unreviewed GTK gardening.
24700
24701         Adding failure expectation for fast/media/mq-resolution.html, it relies
24702         on the Resolution Media Query feature being enabled.
24703         Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.
24704
24705         * platform/gtk/TestExpectations:
24706
24707 2012-10-23  Vsevolod Vlasov  <vsevik@chromium.org>
24708
24709         Web Inspector: Move UISourceCode creation out of mappings to workspace.
24710         https://bugs.webkit.org/show_bug.cgi?id=100092
24711
24712         Reviewed by Pavel Feldman.
24713
24714         * http/tests/inspector/workspace-test.js:
24715         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
24716         * inspector/debugger/resource-script-mapping-expected.txt:
24717         * inspector/debugger/scripts-panel.html:
24718
24719 2012-10-23  Mike West  <mkwst@chromium.org>
24720
24721         Web Inspector: MIME type errors should truncate long URLs.
24722         https://bugs.webkit.org/show_bug.cgi?id=100083
24723
24724         Reviewed by Pavel Feldman.
24725
24726         * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
24727         * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.
24728
24729 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
24730
24731         Web Inspector: Crash when adding a keyframes rule in the Styles pane
24732         https://bugs.webkit.org/show_bug.cgi?id=99826
24733
24734         Reviewed by Pavel Feldman.
24735
24736         * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
24737         * inspector/styles/add-new-rule-invalid-selector.html: Added.
24738
24739 2012-10-15  Kenneth Rohde Christiansen  <kenneth@webkit.org>
24740
24741         Add support for resolution media query
24742         https://bugs.webkit.org/show_bug.cgi?id=99077
24743
24744         Reviewed by Antti Koivisto.
24745
24746         Test (resolution: x) media query to ensure compliance
24747         with spec plus proposed dppx values.
24748
24749         * fast/media/mq-resolution-expected.txt: Added.
24750         * fast/media/mq-resolution.html: Added.
24751
24752         * LayoutTests/platform/mac/TestExpectations:
24753         * LayoutTests/platform/chromium/TestExpectations:
24754
24755             Skip the test as the ports do not enable CSS Image Resolution.
24756
24757 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
24758
24759         [Qt][WK2] Unreviewed gardening.
24760
24761         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:
24762
24763 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
24764
24765         [Qt] Unreviewed holiday gardening to paint the bots green.
24766
24767         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
24768         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
24769         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
24770         * platform/qt/TestExpectations: Skip new failing tests.
24771
24772 2012-10-23  Adam Klein  <adamk@chromium.org>
24773
24774         Always parse pasted fragments as HTML even on XHTML pages
24775         https://bugs.webkit.org/show_bug.cgi?id=99880
24776
24777         Reviewed by Ojan Vafai.
24778
24779         Updated existing tests to match new expected behavior.
24780
24781         * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
24782         parser leaves <script> tags in the DOM when pasting, but removes their
24783         attributes and children, so this is just as safe as the previous
24784         behavior.
24785         * platform/mac/editing/pasteboard/paste-xml-expected.txt: Now that we
24786         use the HTML parser, parsing the paste succeeds and so we insert DOM
24787         instead of plain text. Similar rebaselines may be needed on other
24788         platforms.
24789
24790 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
24791
24792         Unreviewed GTK gardening.
24793
24794         Fixing failure expectation for fast/sub-pixel/file-upload-control-at-fractional-offset.html,
24795         the test is a reftest so the expectation should be ImageOnlyFailure.
24796
24797         * platform/gtk/TestExpectations:
24798
24799 2012-10-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
24800
24801         [WK2] [WTR] WebKitTestRunner needs testRunner.queueForwardNavigation
24802         https://bugs.webkit.org/show_bug.cgi?id=99700
24803
24804         Reviewed by Kenneth Rohde Christiansen.
24805
24806         Unskipped http/tests/cache/subresource-failover-to-network.html for WK2 ports.
24807
24808         * platform/wk2/TestExpectations:
24809
24810 2012-10-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
24811
24812         [Qt] REGRESSION (r130851): fast/text/word-space-with-kerning.html fails
24813         https://bugs.webkit.org/show_bug.cgi?id=98876
24814
24815         Reviewed by Simon Hausmann.
24816
24817         Unskip passing word-width tests.
24818
24819         * platform/qt/TestExpectations:
24820
24821 2012-10-23  Dongwoo Joshua Im  <dw.im@samsung.com>
24822
24823         viewport-128-expected.txt has been removed unexpectedly.
24824         https://bugs.webkit.org/show_bug.cgi?id=100108
24825
24826         Reviewed by Gyuyoung Kim.
24827
24828         viewport-128-expected.txt has been removed by http://trac.webkit.org/changeset/132186 unexpectedly.
24829
24830         * fast/viewport/viewport-128-expected.txt: Added.
24831
24832 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
24833
24834         Web Inspector: Incorrect resolution of relative URLs containing a scheme in query parameters
24835         https://bugs.webkit.org/show_bug.cgi?id=100084
24836
24837         Reviewed by Vsevolod Vlasov.
24838
24839         * inspector/styles/styles-url-linkify-expected.txt:
24840         * inspector/styles/styles-url-linkify.html:
24841
24842 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
24843
24844         Unreviewed, rolling out r132149.
24845         http://trac.webkit.org/changeset/132149
24846         https://bugs.webkit.org/show_bug.cgi?id=100098
24847
24848         Breaks inspector profiler tests in debug mode. (Requested by
24849         pfeldman1 on #webkit).
24850
24851         * fast/table/col-span-change-relayout-expected.txt: Removed.
24852         * fast/table/col-span-change-relayout.html: Removed.
24853
24854 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
24855
24856         [Qt] Unreviewed holiday gardening.
24857
24858         * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled.
24859
24860 2012-10-23  Kent Tamura  <tkent@chromium.org>
24861
24862         Support full month names in DateTimeEditElement, and use them in input[type=month] by default
24863         https://bugs.webkit.org/show_bug.cgi?id=100060
24864
24865         Reviewed by Kentaro Hara.
24866
24867         Note: Other affected tests are already marked in TestExpectations.
24868
24869         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html:
24870          Add max attributes to show appearance in typical usage.
24871         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
24872         Updated.
24873
24874 2012-10-23  Mike West  <mkwst@chromium.org>
24875
24876         Viewport errors should be slightly friendlier with regard to ';'.
24877         https://bugs.webkit.org/show_bug.cgi?id=100003
24878
24879         Reviewed by Adam Barth.
24880
24881         * fast/viewport/viewport-128-expected.txt:
24882         * fast/viewport/viewport-133-expected.txt:
24883         * fast/viewport/viewport-134-expected.txt:
24884         * fast/viewport/viewport-54-expected.txt:
24885         * fast/viewport/viewport-65-expected.txt:
24886         * fast/viewport/viewport-67-expected.txt:
24887         * fast/viewport/viewport-77-expected.txt:
24888         * fast/viewport/viewport-warnings-5-expected.txt:
24889             Updating tests with new expectations.
24890
24891 2012-10-23  Dan Carney  <dcarney@google.com>
24892
24893         When blocking localStorage, Firefox throws a security exception on access, and maybe so should we
24894         https://bugs.webkit.org/show_bug.cgi?id=63257
24895
24896         Reviewed by Jochen Eisinger.
24897
24898         Adjust tests to handle new exceptions.
24899
24900         * fast/storage/storage-detached-iframe-expected.txt:
24901         * fast/storage/storage-detached-iframe.html:
24902         * platform/chromium/permissionclient/storage-permission-expected.txt:
24903         * platform/chromium/permissionclient/storage-permission.html:
24904
24905 2012-10-23  Mark Lam  <mark.lam@apple.com>
24906
24907         Make topCallFrame reliable.
24908         https://bugs.webkit.org/show_bug.cgi?id=98928.
24909
24910         Reviewed by Geoffrey Garen.
24911
24912         - Re-baseline some tests to match the new stack dump results.
24913
24914         * http/tests/inspector/console-resource-errors-expected.txt:
24915         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
24916         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
24917
24918 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
24919
24920         Unreviewed GTK gardening.
24921
24922         Removing failure for an accessibility test that's already passing.
24923         Updating and adding expectations for subpixel tests to reflect
24924         the current situation.
24925
24926         * platform/gtk/TestExpectations:
24927
24928 2012-10-22  Kangil Han  <kangil.han@samsung.com>
24929
24930         [EFL] Skip fast/events/tabindex-focus-blur-all.html case.
24931         https://bugs.webkit.org/show_bug.cgi?id=100067
24932
24933         Unreviewed, EFL gardening.
24934
24935         fast/events/tabindex-focus-blur-all.html case has been crashed due to ASSERT in hashtable.
24936         Please refer to BUG 100065 for crash details.
24937
24938         * platform/efl-wk1/TestExpectations:
24939
24940 2012-10-22  MORITA Hajime  <morrita@google.com>
24941
24942         Assertion failed at WebCore::toInsertionPoint / WebCore::ContentDistributor::distribute
24943         https://bugs.webkit.org/show_bug.cgi?id=100038
24944
24945         Reviewed by Kent Tamura.
24946
24947         * fast/dom/shadow/insertion-points-with-shadow-disabled-expected.txt: Added.
24948         * fast/dom/shadow/insertion-points-with-shadow-disabled.html: Added.
24949
24950 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
24951
24952         Include path in the repaint-text-decoration-style.html should be changed.
24953         https://bugs.webkit.org/show_bug.cgi?id=100063
24954
24955         Unreviewed gardening.
24956
24957         The include path is differentiated by http://trac.webkit.org/changeset/132043
24958
24959         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html:
24960
24961 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
24962
24963         [Shadow] Fallback content should also be reprojection.
24964         https://bugs.webkit.org/show_bug.cgi?id=99750
24965
24966         Reviewed by Dimitri Glazkov.
24967
24968         * fast/dom/shadow/content-reprojection-fallback-expected.html: Added.
24969         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html: Added.
24970         * fast/dom/shadow/content-reprojection-fallback-reprojection.html: Added.
24971         * fast/dom/shadow/content-reprojection-fallback.html: Added.
24972
24973 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
24974
24975         Unreviewed, more Chromium ML expectation updating.
24976
24977         * platform/chromium-mac-mountainlion/TestExpectations:
24978         * platform/chromium/TestExpectations:
24979
24980 2012-10-22  Tony Chang  <tony@chromium.org>
24981
24982         margin-top/bottom has no effect for child nodes of flex items
24983         https://bugs.webkit.org/show_bug.cgi?id=99923
24984
24985         Reviewed by Ojan Vafai.
24986
24987         Add a test to make sure we don't collapse margins in flex items.
24988
24989         * css3/flexbox/flexitem-no-margin-collapsing-expected.txt: Added.
24990         * css3/flexbox/flexitem-no-margin-collapsing.html: Added.
24991         * css3/flexbox/repaint.html:
24992
24993 2012-10-22  Emil A Eklund  <eae@chromium.org>
24994
24995         Unreviewed chromium win rebaselines.
24996
24997         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
24998         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
24999
25000 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
25001
25002         Unreviewed, more Chromium ML expectation updating.
25003
25004         * platform/chromium-mac-mountainlion/TestExpectations:
25005         * platform/chromium/TestExpectations:
25006
25007 2012-10-22  Michael Saboff  <msaboff@apple.com>
25008
25009         Regression(r131655): Crash in StringImpl::findIgnoringCase
25010         https://bugs.webkit.org/show_bug.cgi?id=99753
25011
25012         Reviewed by Geoffrey Garen.
25013
25014         New regression test.
25015
25016         * fast/js/find-ignoring-case-regress-99753-expected.txt: Added.
25017         * fast/js/find-ignoring-case-regress-99753.html: Added.
25018
25019 2012-10-22  Tony Chang  <tony@chromium.org>
25020
25021         Unreviewed, land render tree results for css3/flexbox pixel test that
25022         landed earlier this morning. The results were pulled from the bots.
25023
25024         * platform/gtk/TestExpectations:
25025         * platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
25026         * platform/mac/TestExpectations:
25027         * platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
25028         * platform/qt/TestExpectations:
25029         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
25030
25031 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25032
25033         [EFL] Rebaseline another test after r131941 and r131991.
25034
25035         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
25036
25037 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25038
25039         [EFL] Add some missing SVG expectations.
25040
25041         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
25042         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.
25043
25044 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25045
25046         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 11.
25047
25048         Finally finish rebaselining the SVG tests!
25049
25050         * platform/efl/svg/filters/animate-fill-expected.png:
25051         * platform/efl/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
25052         * platform/efl/svg/filters/feImage-change-target-id-expected.png:
25053         * platform/efl/svg/filters/feImage-multiple-targets-id-change-expected.png:
25054         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png:
25055         * platform/efl/svg/filters/feImage-remove-target-expected.png:
25056         * platform/efl/svg/filters/feImage-target-add-to-document-expected.png:
25057         * platform/efl/svg/filters/feImage-target-attribute-change-expected.png:
25058         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
25059         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
25060         * platform/efl/svg/filters/feImage-target-changes-id-expected.png:
25061         * platform/efl/svg/filters/feImage-target-id-change-expected.png:
25062         * platform/efl/svg/filters/feImage-target-inline-style-change-expected.png:
25063         * platform/efl/svg/filters/feImage-target-property-change-expected.png:
25064         * platform/efl/svg/filters/feImage-target-reappend-to-document-expected.png:
25065         * platform/efl/svg/filters/feImage-target-remove-from-document-expected.png:
25066         * platform/efl/svg/filters/feImage-target-style-change-expected.png:
25067         * platform/efl/svg/filters/filter-refresh-expected.png:
25068         * platform/efl/svg/filters/filter-width-update-expected.png: Added.
25069         * platform/efl/svg/filters/invalidate-on-child-layout-expected.png:
25070         * platform/efl/svg/hixie/perf/001-expected.png:
25071         * platform/efl/svg/hixie/perf/002-expected.png:
25072         * platform/efl/svg/hixie/perf/003-expected.png:
25073         * platform/efl/svg/hixie/perf/004-expected.png:
25074         * platform/efl/svg/hixie/perf/005-expected.png:
25075         * platform/efl/svg/hixie/perf/006-expected.png:
25076         * platform/efl/svg/hixie/perf/007-expected.png:
25077         * platform/efl/svg/repaint/filter-child-repaint-expected.png:
25078         * platform/efl/svg/repaint/image-href-change-expected.png:
25079         * platform/efl/svg/repaint/image-with-clip-path-expected.png:
25080         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
25081         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png:
25082         * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
25083         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png:
25084         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png:
25085         * platform/efl/svg/repaint/text-mask-update-expected.png:
25086         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
25087         * platform/efl/svg/text/ems-display-none-expected.png:
25088         * platform/efl/svg/text/exs-display-none-expected.png:
25089         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
25090         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
25091         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
25092         * platform/efl/svg/text/text-rescale-expected.png:
25093         * platform/efl/svg/text/text-text-05-t-expected.png:
25094         * platform/efl/svg/text/text-viewbox-rescale-expected.png:
25095         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png:
25096         * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png:
25097         * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
25098         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
25099         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
25100         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
25101         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
25102         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
25103         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
25104         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
25105         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
25106
25107 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25108
25109         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 10.
25110
25111         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
25112         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
25113         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
25114         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
25115         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
25116         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
25117         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
25118         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
25119         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
25120         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
25121         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
25122         * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
25123         * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
25124         * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
25125         * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
25126         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
25127         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
25128         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
25129         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
25130         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
25131         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
25132         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
25133         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
25134         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
25135         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
25136         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
25137         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
25138         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
25139         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
25140         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
25141         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
25142         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
25143         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
25144         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
25145         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
25146         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
25147         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
25148         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
25149         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
25150         * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
25151         * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
25152         * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
25153         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
25154         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
25155         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
25156         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
25157         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
25158         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
25159         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
25160         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
25161         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
25162         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
25163         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
25164         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
25165         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
25166         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
25167         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
25168         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
25169         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
25170         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
25171         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
25172         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
25173         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
25174         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
25175         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
25176         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
25177
25178 2012-10-22  Julien Chaffraix  <jchaffraix@webkit.org>
25179
25180         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
25181         https://bugs.webkit.org/show_bug.cgi?id=99861
25182
25183         Reviewed by Ojan Vafai.
25184
25185         Added this test as the code in RenderTableCol::updateFromElement wasn't properly covered.
25186
25187         * fast/table/col-span-change-relayout-expected.txt: Added.
25188         * fast/table/col-span-change-relayout.html: Added.
25189
25190 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25191
25192         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 9.
25193
25194         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
25195         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
25196         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
25197         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
25198         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
25199         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
25200         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
25201         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
25202         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
25203         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
25204         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
25205         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
25206         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
25207         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
25208         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
25209         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
25210         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
25211         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
25212         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
25213         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
25214         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
25215         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
25216         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
25217         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
25218         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
25219         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
25220         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
25221         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
25222         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
25223         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
25224         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
25225         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
25226         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
25227         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
25228         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
25229         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
25230         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
25231         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
25232         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
25233         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
25234         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
25235         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
25236         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
25237         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
25238         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
25239         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
25240         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
25241         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
25242         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
25243         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
25244         * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
25245         * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
25246         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
25247         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
25248         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
25249
25250 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25251
25252         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 8.
25253
25254         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
25255         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
25256         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
25257         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
25258         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
25259         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
25260         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
25261         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
25262         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
25263         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
25264         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
25265         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
25266         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
25267         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
25268         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
25269         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
25270         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
25271         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
25272         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
25273         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
25274         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
25275         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
25276         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
25277         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
25278         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
25279         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
25280         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
25281         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
25282         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
25283         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
25284         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
25285         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
25286         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
25287         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
25288         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
25289         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
25290         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
25291         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
25292         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
25293         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
25294         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
25295         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
25296         * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
25297         * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
25298         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
25299         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
25300         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
25301         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
25302         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
25303         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
25304         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
25305         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
25306         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
25307         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
25308         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
25309
25310 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
25311
25312         Unreviewed, update more Chromium ML expectations.
25313
25314         * platform/chromium-mac-mountainlion/TestExpectations:
25315         * platform/chromium/TestExpectations:
25316
25317 2012-10-22  Mark Lam  <mark.lam@apple.com>
25318
25319         Change stack recursion checks to be based on stack availability.
25320         https://bugs.webkit.org/show_bug.cgi?id=99872.
25321
25322         Reviewed by Filip Pizlo and Geoffrey Garen.
25323
25324         Updated test baseline.
25325
25326         * fast/js/global-recursion-on-full-stack-expected.txt:
25327         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
25328
25329 2012-10-22  Andreas Kling  <kling@webkit.org>
25330
25331         REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged
25332         <http://webkit.org/b/99937>
25333
25334         Reviewed by Anders Carlsson.
25335
25336         * fast/html/input-type-change-crash-expected.txt: Added.
25337         * fast/html/input-type-change-crash.html: Added.
25338
25339 2012-10-22  Joshua Bell  <jsbell@chromium.org>
25340
25341         IndexedDB: Bounds check for IDBCursor.advance() incorrect
25342         https://bugs.webkit.org/show_bug.cgi?id=100014
25343
25344         Reviewed by Tony Chang.
25345
25346         Assert that advance(2^32) throws and advance(2^32-1) does not, per WebIDL.
25347
25348         * storage/indexeddb/cursor-advance-expected.txt:
25349         * storage/indexeddb/resources/cursor-advance.js:
25350         (testBadAdvance.advanceBadly):
25351         (testBadAdvance):
25352         (testEdges.request.onsuccess):
25353         (testEdges):
25354
25355 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25356
25357         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 7.
25358
25359         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
25360         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
25361         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
25362         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
25363         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
25364         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
25365         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
25366         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
25367         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
25368         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
25369         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
25370         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
25371         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
25372         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
25373         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
25374         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
25375         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
25376         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
25377         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
25378         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
25379         * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
25380         * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
25381         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
25382         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
25383         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
25384         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
25385         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
25386         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
25387         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
25388         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
25389         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
25390         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
25391         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
25392         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
25393         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
25394         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
25395         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
25396         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
25397         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
25398         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
25399         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
25400         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
25401         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
25402         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
25403         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
25404         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
25405         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
25406         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
25407         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
25408         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
25409         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
25410         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
25411         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
25412         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
25413         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
25414         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
25415         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
25416         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
25417         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
25418         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
25419         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
25420         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
25421         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
25422         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
25423         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
25424         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
25425         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
25426         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
25427         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
25428         * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
25429         * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
25430         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
25431         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
25432         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
25433         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
25434
25435 2012-10-22  Tony Chang  <tony@chromium.org>
25436
25437         WebKit does not support 'flex-wrap: nowrap'
25438         https://bugs.webkit.org/show_bug.cgi?id=99924
25439
25440         Reviewed by Ojan Vafai.
25441
25442         Update expectations (find and replace none with nowrap).
25443
25444         * css3/flexbox/css-properties-expected.txt:
25445         * css3/flexbox/css-properties.html:
25446         * fast/css/getComputedStyle/computed-style-expected.txt:
25447         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
25448         * svg/css/getComputedStyle-basic-expected.txt:
25449
25450 2012-10-22  Emil A Eklund  <eae@chromium.org>
25451
25452         Unreviewed chromium windows gardening.
25453
25454         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
25455         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Removed.
25456         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
25457         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Removed.
25458         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
25459         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
25460         * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
25461         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
25462         * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
25463         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Removed.
25464         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Removed.
25465         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Removed.
25466         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Removed.
25467         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Removed.
25468         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Removed.
25469         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
25470         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Removed.
25471         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
25472         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Removed.
25473         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
25474         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Removed.
25475         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
25476         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Removed.
25477         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
25478         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Removed.
25479         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
25480         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Removed.
25481         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
25482         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Removed.
25483         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
25484         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Removed.
25485         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
25486         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Removed.
25487         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
25488         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Removed.
25489         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Removed.
25490         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Removed.
25491         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
25492         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Removed.
25493         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
25494         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Removed.
25495         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Removed.
25496         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Removed.
25497         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Removed.
25498         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Removed.
25499         * platform/chromium-linux/fast/html/details-open1-expected.txt: Removed.
25500         * platform/chromium-linux/fast/html/details-open2-expected.txt: Removed.
25501         * platform/chromium-linux/fast/html/details-open3-expected.txt: Removed.
25502         * platform/chromium-linux/fast/html/details-open4-expected.txt: Removed.
25503         * platform/chromium-linux/fast/html/details-open5-expected.txt: Removed.
25504         * platform/chromium-linux/fast/html/details-open6-expected.txt: Removed.
25505         * platform/chromium-linux/fast/html/details-position-expected.txt: Removed.
25506         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Removed.
25507         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Removed.
25508         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
25509         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Removed.
25510         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
25511         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Removed.
25512         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
25513         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Removed.
25514         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
25515         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Removed.
25516         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
25517         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Removed.
25518         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
25519         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Removed.
25520         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Removed.
25521         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Removed.
25522         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
25523         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
25524         * platform/chromium-linux/fast/inline/002-expected.txt: Removed.
25525         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
25526         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Removed.
25527         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
25528         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
25529         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Removed.
25530         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Removed.
25531         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
25532         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
25533         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
25534         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Removed.
25535         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
25536         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
25537         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
25538         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
25539         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
25540         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
25541         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Removed.
25542         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
25543         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Removed.
25544         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Removed.
25545         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
25546         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Removed.
25547         * platform/chromium-mac-lion/fast/css/acid2-expected.png: Added.
25548         * platform/chromium-mac-lion/fast/css/acid2-pixel-expected.png: Added.
25549         * platform/chromium-mac-lion/fast/inline/002-expected.png: Added.
25550         * platform/chromium-mac-lion/fast/multicol: Added.
25551         * platform/chromium-mac-lion/fast/multicol/table-vertical-align-expected.png: Added.
25552         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
25553         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
25554         * platform/chromium-mac-lion/http/tests/misc: Added.
25555         * platform/chromium-mac-lion/http/tests/misc/acid2-expected.png: Added.
25556         * platform/chromium-mac-lion/http/tests/misc/acid2-pixel-expected.png: Added.
25557         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
25558         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-expected.png: Added.
25559         * platform/chromium-mac-lion/tables/mozilla/bugs/bug14323-expected.png: Added.
25560         * platform/chromium-mac-lion/tables/mozilla/bugs/bug43854-2-expected.png: Added.
25561         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4427-expected.png: Added.
25562         * platform/chromium-mac-lion/tables/mozilla/bugs/bug6404-expected.png: Added.
25563         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
25564         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
25565         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
25566         * platform/chromium-mac-lion/transforms: Added.
25567         * platform/chromium-mac-lion/transforms/svg-vs-css-expected.png: Added.
25568         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Removed.
25569         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Removed.
25570         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
25571         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Removed.
25572         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Removed.
25573         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Removed.
25574         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Removed.
25575         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
25576         * platform/chromium-win-xp/fast/inline: Added.
25577         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt:
25578         * platform/chromium-win-xp/fast/inline/vertical-align-text-bottom-expected.txt: Added.
25579         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
25580         * platform/chromium-win-xp/http/tests/misc/acid2-pixel-expected.txt: Added.
25581         * platform/chromium-win-xp/svg/transforms: Removed.
25582         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
25583         * platform/chromium-win-xp/tables/mozilla/bugs/bug14323-expected.txt: Added.
25584         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
25585         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
25586         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
25587         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
25588         * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
25589         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
25590         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
25591         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
25592         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
25593         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
25594         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
25595         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
25596         * platform/chromium-win/fast/css/acid2-expected.txt:
25597         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
25598         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
25599         * platform/chromium-win/fast/forms/007-expected.png:
25600         * platform/chromium-win/fast/forms/007-expected.txt:
25601         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
25602         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
25603         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
25604         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
25605         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
25606         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
25607         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
25608         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
25609         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
25610         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
25611         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
25612         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
25613         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
25614         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
25615         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
25616         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
25617         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
25618         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
25619         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
25620         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
25621         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
25622         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
25623         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
25624         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
25625         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
25626         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
25627         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
25628         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
25629         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
25630         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
25631         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
25632         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
25633         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
25634         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
25635         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
25636         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
25637         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
25638         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
25639         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
25640         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
25641         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
25642         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
25643         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
25644         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
25645         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
25646         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
25647         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
25648         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
25649         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
25650         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
25651         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
25652         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
25653         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
25654         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
25655         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
25656         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
25657         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
25658         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
25659         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
25660         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
25661         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
25662         * platform/chromium-win/fast/html/details-marker-style-expected.png:
25663         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
25664         * platform/chromium-win/fast/html/details-nested-1-expected.png:
25665         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
25666         * platform/chromium-win/fast/html/details-nested-2-expected.png:
25667         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
25668         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
25669         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
25670         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
25671         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
25672         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
25673         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
25674         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
25675         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
25676         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
25677         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
25678         * platform/chromium-win/fast/html/details-open1-expected.png:
25679         * platform/chromium-win/fast/html/details-open1-expected.txt:
25680         * platform/chromium-win/fast/html/details-open2-expected.png:
25681         * platform/chromium-win/fast/html/details-open2-expected.txt:
25682         * platform/chromium-win/fast/html/details-open3-expected.png:
25683         * platform/chromium-win/fast/html/details-open3-expected.txt:
25684         * platform/chromium-win/fast/html/details-open4-expected.png:
25685         * platform/chromium-win/fast/html/details-open4-expected.txt:
25686         * platform/chromium-win/fast/html/details-open5-expected.png:
25687         * platform/chromium-win/fast/html/details-open5-expected.txt:
25688         * platform/chromium-win/fast/html/details-open6-expected.png:
25689         * platform/chromium-win/fast/html/details-open6-expected.txt:
25690         * platform/chromium-win/fast/html/details-position-expected.png:
25691         * platform/chromium-win/fast/html/details-position-expected.txt:
25692         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
25693         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
25694         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
25695         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
25696         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
25697         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
25698         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
25699         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
25700         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
25701         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
25702         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
25703         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
25704         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
25705         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
25706         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
25707         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
25708         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
25709         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
25710         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
25711         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
25712         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
25713         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
25714         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
25715         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
25716         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
25717         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
25718         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
25719         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
25720         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
25721         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
25722         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
25723         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
25724         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
25725         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
25726         * platform/chromium-win/fast/html/details-replace-text-expected.png:
25727         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
25728         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
25729         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
25730         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
25731         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
25732         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
25733         * platform/chromium-win/fast/inline/002-expected.txt:
25734         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
25735         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
25736         * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
25737         * platform/chromium-win/fast/repaint/4774354-expected.png:
25738         * platform/chromium-win/fast/repaint/4776765-expected.png:
25739         * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
25740         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
25741         * platform/chromium-win/fast/repaint/selection-rl-expected.png:
25742         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
25743         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
25744         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
25745         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
25746         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
25747         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
25748         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
25749         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
25750         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
25751         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
25752         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
25753         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
25754         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
25755         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
25756         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
25757         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
25758         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
25759         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
25760         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
25761         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
25762         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
25763         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
25764         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
25765         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
25766         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
25767         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
25768         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
25769         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
25770         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
25771         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
25772         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
25773         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
25774         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
25775         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
25776         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
25777         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
25778         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
25779         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
25780         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
25781         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
25782         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
25783         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
25784         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
25785         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
25786         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
25787
25788 2012-10-22  Tony Chang  <tony@chromium.org>
25789
25790         [chromium] Unreviewed, Win and Mac baselines for css3/flexbox/flexbox-baseline-margins.html.
25791
25792         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
25793         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
25794         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
25795         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
25796         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
25797         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt.
25798         * platform/chromium/TestExpectations:
25799
25800 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25801
25802         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 6.
25803
25804         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
25805         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
25806         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
25807         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
25808         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
25809         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
25810         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
25811         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
25812         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
25813         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
25814         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
25815         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
25816         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
25817         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
25818         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
25819         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
25820         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
25821         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
25822         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
25823         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
25824         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
25825         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
25826         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
25827         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
25828         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
25829         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
25830         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
25831         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
25832         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
25833         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
25834         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
25835         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
25836         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
25837         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
25838         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
25839         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
25840         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
25841         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
25842         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
25843         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
25844         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
25845         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
25846         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
25847         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
25848         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
25849         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
25850         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
25851         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
25852         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
25853         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
25854         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
25855
25856 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
25857
25858         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 5.
25859
25860         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
25861         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
25862         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
25863         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
25864         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
25865         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
25866         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
25867         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
25868         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
25869         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
25870         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
25871         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
25872         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
25873         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
25874         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
25875         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
25876         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
25877         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
25878         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
25879         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
25880         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
25881         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
25882         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
25883         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
25884         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
25885         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
25886         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
25887         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
25888         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
25889         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
25890         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
25891         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
25892         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
25893         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
25894         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
25895         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
25896         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
25897         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
25898         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
25899         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
25900
25901 2012-10-22  Emil A Eklund  <eae@chromium.org>
25902
25903         Unreviewed chromium test expectations update.
25904
25905         * platform/chromium/TestExpectations:
25906
25907 2012-10-22  Sheriff Bot  <webkit.review.bot@gmail.com>
25908
25909         Unreviewed, rolling out r132119.
25910         http://trac.webkit.org/changeset/132119
25911         https://bugs.webkit.org/show_bug.cgi?id=100019
25912
25913         Fails its own test on Mac platforms. (Requested by leviw on
25914         #webkit).
25915
25916         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Removed.
25917         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Removed.
25918
25919 2012-10-22  Emil A Eklund  <eae@chromium.org>
25920
25921         Unreviewed gardening.
25922
25923         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Removed.
25924         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Removed.
25925         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Removed.
25926         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Removed.
25927         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Removed.
25928         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Removed.
25929         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Removed.
25930         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Removed.
25931         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Removed.
25932         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Removed.
25933         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Removed.
25934         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
25935         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Removed.
25936         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Removed.
25937         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Removed.
25938         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Removed.
25939         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Removed.
25940         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Removed.
25941         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Removed.
25942         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Removed.
25943         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Removed.
25944         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Removed.
25945         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Removed.
25946         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Removed.
25947         * platform/chromium-mac-lion/fast/forms/input-appearance-height-expected.png: Added.
25948         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Removed.
25949         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Removed.
25950         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Removed.
25951         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Removed.
25952         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Removed.
25953         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Removed.
25954         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Removed.
25955         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Removed.
25956         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Removed.
25957         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Removed.
25958         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
25959         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Removed.
25960         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Removed.
25961         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Removed.
25962         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Removed.
25963         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
25964         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
25965         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
25966         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Removed.
25967         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Removed.
25968         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Removed.
25969         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Removed.
25970         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Removed.
25971         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
25972         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
25973         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Removed.
25974         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Removed.
25975         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Removed.
25976         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Removed.
25977         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Removed.
25978         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Removed.
25979         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Removed.
25980         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Removed.
25981         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
25982         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Removed.
25983         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Added.
25984         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Added.
25985         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
25986         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
25987         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Added.
25988         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Added.
25989         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
25990         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Added.
25991         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Added.
25992         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
25993         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
25994         * platform/chromium-mac/editing/selection/3690703-expected.png:
25995         * platform/chromium-mac/editing/selection/3690703-expected.txt:
25996         * platform/chromium-mac/editing/selection/3690719-expected.png:
25997         * platform/chromium-mac/editing/selection/3690719-expected.txt:
25998         * platform/chromium-mac/editing/selection/4397952-expected.png:
25999         * platform/chromium-mac/editing/selection/4397952-expected.txt:
26000         * platform/chromium-mac/editing/selection/5240265-expected.png:
26001         * platform/chromium-mac/editing/selection/5240265-expected.txt:
26002         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
26003         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
26004         * platform/chromium-mac/fast/block/float/032-expected.txt:
26005         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
26006         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
26007         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
26008         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
26009         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
26010         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
26011         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
26012         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
26013         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
26014         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
26015         * platform/chromium-mac/fast/forms/001-expected.png:
26016         * platform/chromium-mac/fast/forms/001-expected.txt:
26017         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
26018         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
26019         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
26020         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
26021         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
26022         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
26023         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
26024         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
26025         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
26026         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
26027         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
26028         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
26029         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
26030         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
26031         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
26032         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
26033         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
26034         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
26035         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
26036         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
26037         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
26038         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
26039         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
26040         * platform/chromium-mac/fast/forms/formmove3-expected.png:
26041         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
26042         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
26043         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
26044         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
26045         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
26046         * platform/chromium-mac/fast/forms/input-value-expected.png:
26047         * platform/chromium-mac/fast/forms/input-value-expected.txt:
26048         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
26049         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
26050         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
26051         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
26052         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
26053         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
26054         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
26055         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
26056         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
26057         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
26058         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
26059         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
26060         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
26061         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
26062         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
26063         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
26064         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
26065         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
26066         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
26067         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
26068         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
26069         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
26070         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
26071         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
26072         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
26073         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
26074         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
26075         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
26076         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
26077         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
26078         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
26079         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
26080         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
26081         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
26082         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
26083         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
26084         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
26085         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
26086         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
26087         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
26088         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
26089         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
26090         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
26091         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
26092         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
26093         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
26094         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
26095         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
26096         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
26097         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
26098         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
26099         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
26100         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
26101         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
26102         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
26103         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
26104         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
26105         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
26106         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
26107         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
26108         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
26109         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
26110         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
26111         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
26112         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
26113         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
26114         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
26115         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
26116         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
26117         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
26118         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
26119         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
26120
26121 2012-10-22  Hans Muller  <hmuller@adobe.com>
26122
26123         [CSS Exclusions] Points on the bottom and right edges of an exclusion shape should be classified as "outside"
26124         https://bugs.webkit.org/show_bug.cgi?id=98967
26125
26126         Reviewed by Dirk Schulze.
26127
26128         Verify that a exclusion shape-inside overlaps lines whose top is less than the
26129         shape bounds' top+height but not equal to the shape bounds' top+height.
26130
26131         * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html: Added.
26132         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Added.
26133
26134 2012-10-22  Chris Rogers  <crogers@google.com>
26135
26136         Update some AudioContext create() method names to latest Web Audio spec
26137         https://bugs.webkit.org/show_bug.cgi?id=99888
26138
26139         Reviewed by Adam Barth.
26140
26141         * webaudio/delaynode-expected.txt:
26142         * webaudio/delaynode.html:
26143         * webaudio/gain.html:
26144         * webaudio/javascriptaudionode-expected.txt:
26145         * webaudio/javascriptaudionode.html:
26146
26147 2012-10-22  Levi Weintraub  <leviw@chromium.org>
26148
26149         Unreviewed gardening. Baselines following r132112.
26150
26151         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
26152         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
26153
26154 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
26155
26156         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 4.
26157
26158         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png:
26159         * platform/efl/svg/as-image/animated-svg-as-image-expected.png:
26160         * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
26161         * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png:
26162         * platform/efl/svg/as-image/svg-image-change-content-size-expected.png:
26163         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
26164         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
26165         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
26166         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png:
26167         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
26168         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png:
26169         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
26170         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
26171         * platform/efl/svg/carto.net/tabgroup-expected.png:
26172         * platform/efl/svg/carto.net/window-expected.png:
26173         * platform/efl/svg/css/shadow-changes-expected.png:
26174         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png:
26175         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
26176         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
26177         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
26178         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
26179         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
26180         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
26181         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
26182         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
26183         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
26184         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
26185         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
26186         * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
26187         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
26188         * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
26189         * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
26190         * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
26191         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
26192         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
26193         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
26194         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
26195         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
26196         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
26197         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
26198
26199 2012-10-22  Emil A Eklund  <eae@chromium.org>
26200
26201         Unreviewed gardening.
26202
26203         * css1/text_properties/vertical_align-expected.txt: Added.
26204         * fast/multicol/table-vertical-align-expected.png: Added.
26205         * fast/multicol/table-vertical-align-expected.txt: Added.
26206         * fast/repaint/caret-outside-block-expected.png: Added.
26207         * http/tests/misc/acid2-expected.png: Added.
26208         * platform/chromium-linux-x86/fast/inline: Added.
26209         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt:
26210         * platform/chromium-linux-x86/fast/inline/vertical-align-text-bottom-expected.txt: Added.
26211         * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Removed.
26212         * platform/chromium-linux-x86/http/tests/misc/acid2-pixel-expected.txt: Added.
26213         * platform/chromium-linux-x86/svg/transforms: Removed.
26214         * platform/chromium-linux-x86/tables/mozilla/bugs/bug14323-expected.txt: Added.
26215         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
26216         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
26217         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
26218         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
26219         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Added.
26220         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
26221         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
26222         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
26223         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
26224         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
26225         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
26226         * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
26227         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
26228         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
26229         * platform/chromium-linux/fast/forms/007-expected.png:
26230         * platform/chromium-linux/fast/forms/007-expected.txt: Added.
26231         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
26232         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
26233         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
26234         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
26235         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
26236         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Added.
26237         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
26238         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Added.
26239         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
26240         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
26241         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
26242         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
26243         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Added.
26244         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
26245         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Added.
26246         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
26247         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Added.
26248         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
26249         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Added.
26250         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
26251         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Added.
26252         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
26253         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Added.
26254         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
26255         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Added.
26256         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
26257         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Added.
26258         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
26259         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Added.
26260         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
26261         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Added.
26262         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
26263         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Added.
26264         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
26265         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Added.
26266         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
26267         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Added.
26268         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
26269         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Added.
26270         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
26271         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Added.
26272         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
26273         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Added.
26274         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
26275         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Added.
26276         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
26277         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Added.
26278         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
26279         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Added.
26280         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
26281         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Added.
26282         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
26283         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Added.
26284         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
26285         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Added.
26286         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
26287         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Added.
26288         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
26289         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Added.
26290         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
26291         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Added.
26292         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
26293         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Added.
26294         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
26295         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
26296         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
26297         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Added.
26298         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
26299         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added.
26300         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
26301         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Added.
26302         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
26303         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Added.
26304         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
26305         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Added.
26306         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
26307         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Added.
26308         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
26309         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Added.
26310         * platform/chromium-linux/fast/html/details-open1-expected.png:
26311         * platform/chromium-linux/fast/html/details-open1-expected.txt: Added.
26312         * platform/chromium-linux/fast/html/details-open2-expected.png:
26313         * platform/chromium-linux/fast/html/details-open2-expected.txt: Added.
26314         * platform/chromium-linux/fast/html/details-open3-expected.png:
26315         * platform/chromium-linux/fast/html/details-open3-expected.txt: Added.
26316         * platform/chromium-linux/fast/html/details-open4-expected.png:
26317         * platform/chromium-linux/fast/html/details-open4-expected.txt: Added.
26318         * platform/chromium-linux/fast/html/details-open5-expected.png:
26319         * platform/chromium-linux/fast/html/details-open5-expected.txt: Added.
26320         * platform/chromium-linux/fast/html/details-open6-expected.png:
26321         * platform/chromium-linux/fast/html/details-open6-expected.txt: Added.
26322         * platform/chromium-linux/fast/html/details-position-expected.png:
26323         * platform/chromium-linux/fast/html/details-position-expected.txt: Added.
26324         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
26325         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Added.
26326         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
26327         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Added.
26328         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
26329         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
26330         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
26331         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Added.
26332         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
26333         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
26334         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
26335         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Added.
26336         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
26337         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
26338         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
26339         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Added.
26340         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
26341         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
26342         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
26343         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Added.
26344         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
26345         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
26346         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
26347         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Added.
26348         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
26349         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
26350         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
26351         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Added.
26352         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
26353         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Added.
26354         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
26355         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Added.
26356         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
26357         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
26358         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
26359         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
26360         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
26361         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
26362         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
26363         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
26364         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt:
26365         * platform/chromium-linux/fast/inline/002-expected.txt: Added.
26366         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
26367         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.txt: Added.
26368         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
26369         * platform/chromium-linux/fast/repaint/4774354-expected.png:
26370         * platform/chromium-linux/fast/repaint/4776765-expected.png:
26371         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
26372         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
26373         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
26374         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
26375         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
26376         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
26377         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Added.
26378         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
26379         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
26380         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
26381         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
26382         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing: Added.
26383         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
26384         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
26385         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
26386         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
26387         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
26388         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
26389         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
26390         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Added.
26391         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
26392         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
26393         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
26394         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
26395         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
26396         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
26397         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
26398         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
26399         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
26400         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
26401         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
26402         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
26403         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
26404         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
26405         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
26406         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
26407         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
26408         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
26409         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.txt: Added.
26410         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Added.
26411         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
26412         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
26413         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
26414         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Added.
26415         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
26416         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Added.
26417         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
26418         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
26419         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
26420         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
26421         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
26422         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Added.
26423         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
26424         * platform/chromium-mac-lion/fast/forms/007-expected.png:
26425         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png:
26426         * platform/chromium-mac-lion/fast/forms/datalist: Added.
26427         * platform/chromium-mac-lion/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
26428         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png:
26429         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png:
26430         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
26431         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png:
26432         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png:
26433         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png:
26434         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png:
26435         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png:
26436         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png:
26437         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png:
26438         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png:
26439         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png:
26440         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png:
26441         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png:
26442         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png:
26443         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png:
26444         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png:
26445         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png:
26446         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png:
26447         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png:
26448         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png:
26449         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png:
26450         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png:
26451         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png:
26452         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png:
26453         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png:
26454         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png:
26455         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png:
26456         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png:
26457         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png:
26458         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png:
26459         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png:
26460         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png:
26461         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png:
26462         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png:
26463         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png:
26464         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png:
26465         * platform/chromium-mac-lion/fast/html/details-open1-expected.png:
26466         * platform/chromium-mac-lion/fast/html/details-open2-expected.png:
26467         * platform/chromium-mac-lion/fast/html/details-open3-expected.png:
26468         * platform/chromium-mac-lion/fast/html/details-open4-expected.png:
26469         * platform/chromium-mac-lion/fast/html/details-open5-expected.png:
26470         * platform/chromium-mac-lion/fast/html/details-open6-expected.png:
26471         * platform/chromium-mac-lion/fast/html/details-position-expected.png:
26472         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png:
26473         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png:
26474         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png:
26475         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png:
26476         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png:
26477         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png:
26478         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png:
26479         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png:
26480         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png:
26481         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png:
26482         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png:
26483         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png:
26484         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png:
26485         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png:
26486         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png:
26487         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png:
26488         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png:
26489         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png:
26490         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png:
26491         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png:
26492         * platform/chromium-mac-lion/fast/inline: Added.
26493         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.png: Added.
26494         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.txt: Added.
26495         * platform/chromium-mac-lion/fast/repaint: Added.
26496         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png: Added.
26497         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png: Added.
26498         * platform/chromium-mac-lion/fast/repaint/caret-outside-block-expected.png: Added.
26499         * platform/chromium-mac-lion/fast/repaint/selection-rl-expected.png: Added.
26500         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
26501         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png:
26502         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
26503         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png:
26504         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
26505         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
26506         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
26507         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
26508         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
26509         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
26510         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
26511         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
26512         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
26513         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
26514         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
26515         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
26516         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
26517         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
26518         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
26519         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
26520         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
26521         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
26522         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
26523         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
26524         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
26525         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
26526         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
26527         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
26528         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
26529         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
26530         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
26531         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
26532         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
26533         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
26534         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
26535         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
26536         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
26537         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
26538         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
26539         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
26540         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
26541         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
26542         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
26543         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
26544         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
26545         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
26546         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
26547         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
26548         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
26549         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
26550         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
26551         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
26552         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
26553         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
26554         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
26555         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
26556         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
26557         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
26558         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
26559         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
26560         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
26561         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
26562         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
26563         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
26564         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
26565         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
26566         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
26567         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
26568         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
26569         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
26570         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
26571         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
26572         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
26573         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
26574         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
26575         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
26576         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
26577         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
26578         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.png:
26579         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.txt: Added.
26580         * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Removed.
26581         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
26582         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
26583         * platform/chromium-mac-snowleopard/fast/repaint/caret-outside-block-expected.png:
26584         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
26585         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
26586         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
26587         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
26588         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
26589         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
26590         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
26591         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
26592         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
26593         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
26594         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
26595         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
26596         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
26597         * platform/chromium-mac/fast/css/acid2-expected.png: Added.
26598         * platform/chromium-mac/fast/css/acid2-pixel-expected.png:
26599         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
26600         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
26601         * platform/chromium-mac/fast/forms/007-expected.png:
26602         * platform/chromium-mac/fast/forms/007-expected.txt:
26603         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
26604         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
26605         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
26606         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
26607         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
26608         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
26609         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
26610         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
26611         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
26612         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
26613         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
26614         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
26615         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
26616         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
26617         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
26618         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
26619         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
26620         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
26621         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
26622         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
26623         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
26624         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
26625         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
26626         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
26627         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
26628         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
26629         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
26630         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
26631         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
26632         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
26633         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
26634         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
26635         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
26636         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
26637         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
26638         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
26639         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
26640         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
26641         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
26642         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
26643         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
26644         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
26645         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
26646         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
26647         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
26648         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
26649         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
26650         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
26651         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
26652         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
26653         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
26654         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
26655         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
26656         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
26657         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
26658         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
26659         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
26660         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
26661         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
26662         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
26663         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
26664         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
26665         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
26666         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
26667         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
26668         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
26669         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
26670         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
26671         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
26672         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
26673         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
26674         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
26675         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
26676         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
26677         * platform/chromium-mac/fast/html/details-open1-expected.png:
26678         * platform/chromium-mac/fast/html/details-open1-expected.txt:
26679         * platform/chromium-mac/fast/html/details-open2-expected.png:
26680         * platform/chromium-mac/fast/html/details-open2-expected.txt:
26681         * platform/chromium-mac/fast/html/details-open3-expected.png:
26682         * platform/chromium-mac/fast/html/details-open3-expected.txt:
26683         * platform/chromium-mac/fast/html/details-open4-expected.png:
26684         * platform/chromium-mac/fast/html/details-open4-expected.txt:
26685         * platform/chromium-mac/fast/html/details-open5-expected.png:
26686         * platform/chromium-mac/fast/html/details-open5-expected.txt:
26687         * platform/chromium-mac/fast/html/details-open6-expected.png:
26688         * platform/chromium-mac/fast/html/details-open6-expected.txt:
26689         * platform/chromium-mac/fast/html/details-position-expected.png:
26690         * platform/chromium-mac/fast/html/details-position-expected.txt:
26691         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
26692         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
26693         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
26694         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
26695         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
26696         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
26697         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
26698         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
26699         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
26700         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
26701         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
26702         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
26703         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
26704         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
26705         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
26706         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
26707         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
26708         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
26709         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
26710         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
26711         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
26712         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
26713         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
26714         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
26715         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
26716         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
26717         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
26718         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
26719         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
26720         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
26721         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
26722         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
26723         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
26724         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
26725         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
26726         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
26727         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
26728         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
26729         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
26730         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
26731         * platform/chromium-mac/fast/inline/002-expected.png:
26732         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
26733         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.txt:
26734         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
26735         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.txt:
26736         * platform/chromium-mac/fast/repaint/4774354-expected.png:
26737         * platform/chromium-mac/fast/repaint/4776765-expected.png:
26738         * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png:
26739         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
26740         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
26741         * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
26742         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
26743         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
26744         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
26745         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
26746         * platform/chromium-mac/http/tests/misc/acid2-expected.png: Added.
26747         * platform/chromium-mac/http/tests/misc/acid2-pixel-expected.png:
26748         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
26749         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
26750         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
26751         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
26752         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
26753         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
26754         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
26755         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
26756         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
26757         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
26758         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.txt:
26759         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
26760         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
26761         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
26762         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
26763         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
26764         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
26765         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
26766         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
26767         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
26768         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
26769         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
26770         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
26771         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
26772         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
26773         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
26774         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
26775         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
26776         * platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png:
26777         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
26778         * platform/chromium-mac/tables/mozilla/bugs/bug43854-2-expected.png:
26779         * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
26780         * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
26781         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
26782         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
26783         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
26784         * platform/chromium-mac/transforms/svg-vs-css-expected.png:
26785         * platform/chromium-mac/transforms/svg-vs-css-expected.txt:
26786         * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Removed.
26787         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
26788         * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Removed.
26789         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
26790         * platform/chromium/TestExpectations:
26791         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
26792         * platform/chromium/fast/css/acid2-expected.png: Removed.
26793         * platform/chromium/http/tests/misc/acid2-expected.png: Removed.
26794         * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
26795         * platform/efl/fast/multicol/table-vertical-align-expected.png: Removed.
26796         * platform/efl/fast/multicol/table-vertical-align-expected.txt: Removed.
26797         * platform/efl/fast/repaint/caret-outside-block-expected.png: Removed.
26798         * platform/efl/http/tests/misc/acid2-expected.png: Removed.
26799         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
26800         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Removed.
26801         * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
26802         * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Removed.
26803         * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Removed.
26804         * platform/gtk/css1/text_properties/vertical_align-expected.txt: Removed.
26805         * platform/gtk/fast/multicol/table-vertical-align-expected.png: Removed.
26806         * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Removed.
26807         * platform/gtk/fast/repaint/caret-outside-block-expected.png: Removed.
26808         * platform/gtk/http/tests/misc/acid2-expected.png: Removed.
26809         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
26810         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Removed.
26811
26812 2012-10-22  Anders Carlsson  <andersca@apple.com>
26813
26814         [WK2] Regression(r131990): plugins/npruntime/remove-property.html started failing
26815         https://bugs.webkit.org/show_bug.cgi?id=99977
26816
26817         Reviewed by Alexey Proskuryakov.
26818
26819         Remove now passing test.
26820
26821         * platform/efl-wk2/TestExpectations:
26822
26823 2012-10-22  Varun Jain  <varunjain@chromium.org>
26824
26825         Context menu generated from touch gestures on textareas has
26826         context of the cursor position instead of the position where the event occurs.
26827         https://bugs.webkit.org/show_bug.cgi?id=99520
26828
26829         Reviewed by Kenneth Rohde Christiansen.
26830
26831         Send a synthetic mouse down event for context menu-summoning-gesture events so that
26832         textareas can correctly set cursors before receiving the context menu event.
26833
26834         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
26835         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
26836
26837 2012-10-22  Emil A Eklund  <eae@chromium.org>
26838
26839         Unreviewed gardening.
26840
26841         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
26842         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Added.
26843         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
26844         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Added.
26845         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
26846         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Added.
26847         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
26848         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Added.
26849         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
26850         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Added.
26851         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
26852         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Added.
26853         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Added.
26854         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png:
26855         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Added.
26856         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png:
26857         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Added.
26858         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png:
26859         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
26860         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png:
26861         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Added.
26862         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
26863         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
26864         * platform/chromium-mac-lion/fast/forms/001-expected.png:
26865         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Added.
26866         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png:
26867         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Added.
26868         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.png: Added.
26869         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Added.
26870         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png:
26871         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Added.
26872         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png:
26873         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Added.
26874         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png:
26875         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png:
26876         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Added.
26877         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png:
26878         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Added.
26879         * platform/chromium-mac-lion/fast/forms/date-multiple-fields: Added.
26880         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
26881         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
26882         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
26883         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
26884         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
26885         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png:
26886         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Added.
26887         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png:
26888         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Added.
26889         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png:
26890         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png:
26891         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Added.
26892         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
26893         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Added.
26894         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png:
26895         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Added.
26896         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png:
26897         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Added.
26898         * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
26899         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Added.
26900         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
26901         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Added.
26902         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png:
26903         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Added.
26904         * platform/chromium-mac-lion/fast/forms/time-multiple-fields: Added.
26905         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
26906         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
26907         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
26908         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
26909         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Added.
26910         * platform/chromium-mac-lion/fast/forms/week-multiple-fields: Added.
26911         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
26912         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
26913         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
26914         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
26915         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
26916         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
26917         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png:
26918         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Added.
26919         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png:
26920         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Added.
26921         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png:
26922         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Added.
26923         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png: Added.
26924         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
26925         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png: Added.
26926         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt: Added.
26927         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
26928         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
26929         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png:
26930         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Added.
26931         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png:
26932         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
26933         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png:
26934         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Added.
26935         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png:
26936         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Added.
26937         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png:
26938         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Added.
26939         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png:
26940         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Added.
26941         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png:
26942         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
26943         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png:
26944         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
26945         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
26946         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png:
26947         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Added.
26948         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png:
26949         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Added.
26950         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png:
26951         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Added.
26952         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png:
26953         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Added.
26954         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png:
26955         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Added.
26956         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png:
26957         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
26958         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png:
26959         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
26960         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png:
26961         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Added.
26962         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png:
26963         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Added.
26964         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png:
26965         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Added.
26966         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png:
26967         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Added.
26968         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
26969         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
26970         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png:
26971         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Added.
26972         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png:
26973         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Added.
26974         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
26975         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
26976         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
26977         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
26978         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
26979         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
26980         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
26981         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
26982         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
26983         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
26984         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
26985         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
26986         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
26987         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
26988         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
26989         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
26990         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
26991         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
26992         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
26993         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
26994         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
26995         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
26996         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
26997         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
26998         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
26999         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
27000         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
27001         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
27002         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
27003         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
27004         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
27005         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
27006         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
27007         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
27008         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
27009         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
27010         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
27011         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
27012         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
27013         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
27014         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
27015         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
27016         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
27017         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
27018         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
27019         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
27020         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
27021         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
27022         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
27023         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
27024         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
27025         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
27026         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt: Added.
27027         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
27028         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
27029         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
27030         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
27031         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
27032         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
27033         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
27034         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
27035         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
27036         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
27037         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
27038         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
27039         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
27040         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
27041         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
27042         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
27043         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
27044         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
27045         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
27046         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
27047         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
27048         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
27049         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
27050         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
27051         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
27052         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
27053         * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.png: Removed.
27054
27055 2012-10-22  Aaron Colwell  <acolwell@chromium.org>
27056
27057         webkitsourceopen event doesn't always fire
27058         https://bugs.webkit.org/show_bug.cgi?id=99868
27059
27060         Reviewed by Adam Barth.
27061
27062         Added a test that verifies the webkitsourceopen event still fires
27063         even if the MediaSource variable goes out of scope and garbage
27064         collection occurs.
27065
27066         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen-expected.txt: Added.
27067         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen.html: Added.
27068
27069 2012-10-22  Jer Noble  <jer.noble@apple.com>
27070
27071         Unreviewed, further Apple Mac baselines for shadow DOM changes to RenderSlider.
27072
27073         * platform/mac/fast/forms/input-appearance-height-expected.txt:
27074         * platform/mac/media/controls-without-preload-expected.txt:
27075
27076 2012-10-22  Emil A Eklund  <eae@chromium.org>
27077
27078         Change baselinePosition and maxAscent/maxDescent to int
27079         https://bugs.webkit.org/show_bug.cgi?id=99767
27080
27081         Reviewed by Levi Weintraub.
27082         
27083         Add test for alignment of replaced elements. Update existing
27084         tests to account for rounding differences in alignment.
27085
27086         * fast/sub-pixel/replaced-element-baseline-expected.txt: Added.
27087         * fast/sub-pixel/replaced-element-baseline.html: Added.
27088         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
27089         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
27090         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
27091         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
27092         * platform/chromium-linux/fast/repaint/4774354-expected.png:
27093         * platform/chromium-linux/fast/repaint/4776765-expected.png:
27094         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
27095         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
27096         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
27097         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
27098         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
27099         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
27100         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
27101         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
27102         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
27103         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
27104         * platform/chromium-win/fast/css/acid2-expected.txt:
27105         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
27106         * platform/chromium-win/fast/inline/002-expected.txt:
27107         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
27108         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
27109         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
27110         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
27111         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
27112         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
27113         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
27114         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
27115         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
27116         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
27117         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
27118         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
27119         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
27120
27121 2012-10-22  Emil A Eklund  <eae@chromium.org>
27122
27123         Unreviewed gardening, marking fast/sub-pixel/file-upload-control-at-fractional-offset.html as failing on LION for now.
27124
27125         * platform/chromium/TestExpectations:
27126
27127 2012-10-22  Tony Chang  <tony@chromium.org>
27128
27129         Fix some baseline flexbox alignment
27130         https://bugs.webkit.org/show_bug.cgi?id=99879
27131
27132         Reviewed by Ojan Vafai.
27133
27134         Additional test cases for baseline aligning flexbox.
27135
27136         * css3/flexbox/flexbox-baseline-margins.html: Added.
27137         * css3/flexbox/resources/flexbox.css:
27138         (.flex-one): New cross browser value.
27139         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
27140         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
27141         * platform/chromium/TestExpectations:
27142         * platform/efl/TestExpectations:
27143         * platform/gtk/TestExpectations:
27144         * platform/mac/TestExpectations:
27145         * platform/qt/TestExpectations:
27146         * platform/win/TestExpectations:
27147
27148 2012-10-22  Tony Chang  <tony@chromium.org>
27149
27150         Unreviewed, updating skipped tests that moved.
27151
27152         * platform/win/TestExpectations:
27153
27154 2012-10-22  Mario Sanchez Prada  <msanchez@igalia.com>
27155
27156         [GTK] Don't use deprecated AccessibilityObject methods after r99502
27157         https://bugs.webkit.org/show_bug.cgi?id=99985
27158
27159         Reviewed by Chris Fleizach.
27160
27161         Update test and expectations to reflect the changes in the
27162         accessible title (now it's the localized one) being returned.
27163
27164         * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Updated.
27165         * platform/gtk/accessibility/media-controls-panel-title.html: Updated.
27166
27167 2012-10-22  Emil A Eklund  <eae@chromium.org>
27168
27169         Convert fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html to ref test
27170         https://bugs.webkit.org/show_bug.cgi?id=99869
27171
27172         Reviewed by Eric Seidel.
27173
27174         fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html is currently a pixel test, convert it to a ref test instead.
27175
27176         * fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html: Added.
27177         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27178         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
27179         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27180         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27181         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27182         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
27183         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27184         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
27185         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
27186         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
27187
27188 2012-10-16  Andrey Kosyakov  <caseq@chromium.org>
27189
27190         Web Inspector: add timeline instrumentation for scrolling of a layer
27191         https://bugs.webkit.org/show_bug.cgi?id=99461
27192
27193         Reviewed by Pavel Feldman.
27194
27195         - added Scroll record type;
27196
27197         * inspector/timeline/timeline-enum-stability-expected.txt:
27198
27199 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
27200
27201         Web Inspector: Prepare mappings to moving uiSourceCodes creation out of them to workspace.
27202         https://bugs.webkit.org/show_bug.cgi?id=99997
27203
27204         Reviewed by Pavel Feldman.
27205
27206         * http/tests/inspector/compiler-script-mapping.html:
27207
27208 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
27209
27210         Unreviewed GTK gardening.
27211
27212         Fixing expectations for fast/dom/gc-acid3.html to pass the linting.
27213
27214         * platform/gtk/TestExpectations:
27215
27216 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
27217
27218         Web Inspector: Treat dynamic anonymous scripts as other anonymous and fix anonymous script editing and breakpoints.
27219         https://bugs.webkit.org/show_bug.cgi?id=99989
27220
27221         Reviewed by Pavel Feldman.
27222
27223         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
27224         * http/tests/inspector/debugger-test.js:
27225         (initialize_DebuggerTest):
27226         * inspector/debugger/dynamic-script-tag-expected.txt:
27227         * inspector/debugger/dynamic-scripts-expected.txt:
27228         * inspector/debugger/live-edit-breakpoints-expected.txt:
27229         * inspector/debugger/live-edit-breakpoints.html:
27230         * inspector/debugger/resource-script-mapping-expected.txt:
27231         * inspector/debugger/resource-script-mapping.html:
27232
27233 2012-10-22  Emil A Eklund  <eae@chromium.org>
27234
27235         Convert fast/sub-pixel/float-containing-block-with-margin.html to text test
27236         https://bugs.webkit.org/show_bug.cgi?id=99866
27237
27238         Reviewed by Eric Seidel.
27239
27240         fast/sub-pixel/float-containing-block-with-margin.html doesn't
27241         need to be a pixel test, convert it to a text one.
27242
27243         * fast/sub-pixel/float-containing-block-with-margin-expected.txt:
27244         * fast/sub-pixel/float-containing-block-with-margin.html:
27245         * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
27246         * platform/chromium-mac-lion/fast/sub-pixel: Removed.
27247         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
27248         * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
27249         * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
27250
27251 2012-10-22  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
27252
27253         [css3-text] Add rendering support for -webkit-text-decoration-style
27254         https://bugs.webkit.org/show_bug.cgi?id=94094
27255
27256         Reviewed by Julien Chaffraix.
27257
27258         Added paint and repaint layout tests for CSS3 text-decoration-style
27259         property. Pixel results are not included due to missing platform support
27260         for some decoration styles (handled on bug 93507). These are going
27261         to be added when platform support is complete.
27262
27263         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.txt: Added.
27264         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html: Added.
27265         * fast/css3-text/css3-text-decoration/text-decoration-style-expected.txt: Added.
27266         * fast/css3-text/css3-text-decoration/text-decoration-style.html: Added.
27267
27268 2012-10-22  Erik Arvidsson  <arv@chromium.org>
27269
27270         HTMLBaseElement href attribute binding returns wrong URL
27271         https://bugs.webkit.org/show_bug.cgi?id=98184
27272
27273         Reviewed by Ojan Vafai.
27274
27275         Resolve the href attribute binding relative to the document URL instead of resolving it to the
27276         base element itself. If there is no href attribute this should return the fallback base URL.
27277
27278         http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element
27279
27280         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase-expected.txt: Added.
27281         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html: Added.
27282         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt: Added.
27283         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Added.
27284         * fast/dom/element-attribute-js-null-expected.txt:
27285         * fast/dom/element-attribute-js-null.html:
27286
27287 2012-10-22  Florin Malita  <fmalita@chromium.org>
27288
27289         Incorrect embedded SVG image sizing on first load
27290         https://bugs.webkit.org/show_bug.cgi?id=99489
27291
27292         Reviewed by Nikolas Zimmermann.
27293
27294         * svg/custom/svg-image-initial-size-expected.html: Added.
27295         * svg/custom/svg-image-initial-size.html: Added.
27296
27297 2012-10-22  Christophe Dumez  <christophe.dumez@intel.com>
27298
27299         [EFL][WK2] Skip plugins/npruntime/remove-property.html
27300         https://bugs.webkit.org/show_bug.cgi?id=99978
27301
27302         Unreviewed EFL gardening.
27303
27304         Skip plugins/npruntime/remove-property.html which started
27305         failing after r131990.
27306
27307         * platform/efl-wk2/TestExpectations:
27308
27309 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
27310
27311         Change the path of the include files in the text decoration test cases.
27312         https://bugs.webkit.org/show_bug.cgi?id=99974
27313
27314         Reviewed by Gyuyoung Kim.
27315
27316         The include path is differentiated by http://trac.webkit.org/changeset/132043
27317
27318         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html:
27319         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html:
27320         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html:
27321
27322 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
27323
27324         [GTK] Enable Microdata DOM API
27325         https://bugs.webkit.org/show_bug.cgi?id=99033
27326
27327         Reviewed by Martin Robinson.
27328
27329         Unskip the Microdata tests, they all pass now that the feature has been enabled.
27330
27331         * platform/gtk/TestExpectations:
27332
27333 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
27334
27335         [GTK] Enable CSP 1.1
27336         https://bugs.webkit.org/show_bug.cgi?id=99064
27337
27338         Reviewed by Martin Robinson.
27339
27340         Unskip the CSP 1.1 layout tests as they all pass with the feature enabled.
27341
27342         * platform/gtk/TestExpectations:
27343
27344 2012-10-22  Keishi Hattori  <keishi@webkit.org>
27345
27346         Test date-suggestion-picker-reset-value-after-reload.html will timeout when running with other tests
27347         https://bugs.webkit.org/show_bug.cgi?id=99969
27348
27349         Reviewed by Kent Tamura.
27350
27351         When running with other tests the iframe onload event seems to fire before the script tag is parsed.
27352
27353         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
27354
27355 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
27356
27357         [Qt] Handle GET of blob URLs.
27358         https://bugs.webkit.org/show_bug.cgi?id=99053
27359
27360         Reviewed by Simon Hausmann.
27361
27362         Unskip tests working after we handle GET of Blob URLs. Unfortunately they require beginDragWithFiles, 
27363         and thus only work in DRT.
27364
27365         * platform/qt-5.0-wk2/TestExpectations:
27366         * platform/qt/TestExpectations:
27367         * platform/qt/fast/files/workers/worker-read-blob-async-actual.txt: Added.
27368
27369 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
27370
27371         [Qt] Basic gesture event handling
27372         https://bugs.webkit.org/show_bug.cgi?id=66173
27373
27374         Reviewed by Simon Hausmann.
27375
27376         * platform/qt-5.0-wk2/TestExpectations:
27377         * platform/qt/TestExpectations:
27378         * platform/qt/fast/events/touch/gesture/gesture-click-expected.txt: Added.
27379
27380 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
27381
27382         [Shadow] ASSERT triggered when we try reprojecting fallback elements.
27383         https://bugs.webkit.org/show_bug.cgi?id=99815
27384
27385         Reviewed by Hajime Morita.
27386
27387         * fast/dom/shadow/content-reprojection-fallback-crash-expected.txt: Added.
27388         * fast/dom/shadow/content-reprojection-fallback-crash.html: Added.
27389
27390 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
27391
27392         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 3.
27393
27394         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
27395         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
27396         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
27397         * platform/efl/fast/repaint/scroll-in-clipped-layer-expected.png:
27398         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
27399         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
27400         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
27401         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
27402         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
27403         * platform/efl/fast/repaint/search-field-cancel-expected.png:
27404         * platform/efl/fast/repaint/select-option-background-color-expected.png:
27405         * platform/efl/fast/repaint/selected-replaced-expected.png:
27406         * platform/efl/fast/repaint/selection-after-delete-expected.png:
27407         * platform/efl/fast/repaint/selection-after-remove-expected.png:
27408         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
27409         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
27410         * platform/efl/fast/repaint/selection-rl-expected.png:
27411         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
27412         * platform/efl/fast/repaint/static-to-positioned-expected.png:
27413         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
27414         * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Added.
27415         * platform/efl/fast/repaint/subtree-root-clip-3-expected.png: Added.
27416         * platform/efl/fast/repaint/subtree-root-clip-expected.png: Added.
27417         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
27418         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
27419         * platform/efl/fast/repaint/table-cell-move-expected.png:
27420         * platform/efl/fast/repaint/table-col-background-expected.png:
27421         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
27422         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
27423         * platform/efl/fast/repaint/table-outer-border-expected.png:
27424         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
27425         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
27426         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
27427         * platform/efl/fast/repaint/table-row-expected.png:
27428         * platform/efl/fast/repaint/table-section-overflow-expected.png:
27429         * platform/efl/fast/repaint/table-section-repaint-expected.png:
27430         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
27431         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
27432         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
27433         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
27434         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
27435         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
27436         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
27437         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
27438         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
27439         * platform/efl/fast/repaint/transform-relative-position-expected.png:
27440         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
27441         * platform/efl/fast/repaint/transform-replaced-shadows-expected.png:
27442         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
27443         * platform/efl/fast/repaint/transform-translate-expected.png:
27444         * platform/efl/fast/table/border-collapsing/cached-69296-expected.png:
27445         * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
27446         * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
27447         * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
27448         * platform/efl/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
27449
27450 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
27451
27452         Move LayoutTests/fast/css3-text-decoration directory into LayoutTests/fast/css3-text directory.
27453         https://bugs.webkit.org/show_bug.cgi?id=99948
27454
27455         Reviewed by Hajime Morita.
27456
27457         css3-text-decoration is one of the feature under the ENABLE_CSS3_TEXT flag,
27458         it should be maintained in the css3-text directory with other features under the same flag.
27459
27460         * 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.
27461         * 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.
27462         * 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.
27463         * 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.
27464         * 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.
27465         (testElementStyle):
27466         (testComputedStyle):
27467         * 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.
27468         (testElementStyle):
27469         (testComputedStyleValue):
27470         (testValue):
27471         * 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.
27472         * 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.
27473         * 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.
27474         * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line-expected.html.
27475         * fast/css3-text/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line.html.
27476         * platform/chromium/TestExpectations:
27477         * 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.
27478         * platform/mac/TestExpectations:
27479         * platform/qt-4.8/TestExpectations:
27480         * platform/qt-mac/TestExpectations:
27481         * platform/qt/TestExpectations:
27482         * 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.
27483         * 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.
27484
27485 2012-10-22  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
27486
27487         WebKitTestRunner needs testRunner.queueLoadingScript and testRunner.queueNonLoadingScript
27488         https://bugs.webkit.org/show_bug.cgi?id=42675
27489
27490         Reviewed by Kenneth Rohde Christiansen.
27491
27492         Unskipped corresponding test cases for WK2. Put those which still fail to appropriate
27493         groups.
27494
27495         * platform/wk2/TestExpectations:
27496
27497 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
27498
27499         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 2.
27500
27501         * platform/efl/fast/repaint/body-background-image-expected.png:
27502         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
27503         * platform/efl/fast/repaint/layout-state-relative-expected.png:
27504         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
27505         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
27506         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
27507         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
27508         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
27509         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
27510         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
27511         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
27512         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
27513         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
27514         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
27515         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
27516         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
27517         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
27518         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
27519         * platform/efl/fast/repaint/line-overflow-expected.png:
27520         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
27521         * platform/efl/fast/repaint/list-marker-2-expected.png:
27522         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
27523         * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
27524         * platform/efl/fast/repaint/multicol-repaint-expected.png:
27525         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
27526         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
27527         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
27528         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
27529         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
27530         * platform/efl/fast/repaint/outline-inset-expected.png:
27531         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
27532         * platform/efl/fast/repaint/outline-shrinking-expected.png:
27533         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
27534         * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
27535         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
27536         * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
27537         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png:
27538         * platform/efl/fast/repaint/overflow-hide-expected.png:
27539         * platform/efl/fast/repaint/overflow-into-content-expected.png:
27540         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
27541         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
27542         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
27543         * platform/efl/fast/repaint/overflow-show-expected.png:
27544         * platform/efl/fast/repaint/reflection-redraw-expected.png:
27545         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
27546         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
27547         * platform/efl/fast/repaint/region-painting-via-layout-expected.png:
27548         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
27549         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
27550         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
27551         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
27552         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
27553         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
27554         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
27555         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
27556
27557 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
27558
27559         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 1.
27560
27561         * platform/efl/fast/repaint/4774354-expected.png:
27562         * platform/efl/fast/repaint/4776765-expected.png:
27563         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
27564         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Removed.
27565         * platform/efl/fast/repaint/background-generated-expected.png:
27566         * platform/efl/fast/repaint/background-misaligned-expected.png:
27567         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
27568         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
27569         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
27570         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
27571         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
27572         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
27573         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
27574         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.png:
27575         * platform/efl/fast/repaint/border-fit-lines-expected.png:
27576         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
27577         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
27578         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
27579         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
27580         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
27581         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
27582         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
27583         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
27584         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
27585         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
27586         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.png:
27587         * platform/efl/fast/repaint/canvas-putImageData-expected.png:
27588         * platform/efl/fast/repaint/caret-outside-block-expected.png:
27589         * platform/efl/fast/repaint/change-transform-expected.png:
27590         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
27591         * platform/efl/fast/repaint/clipped-relative-expected.png:
27592         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
27593         * platform/efl/fast/repaint/content-into-overflow-expected.png:
27594         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
27595         * platform/efl/fast/repaint/control-clip-expected.png:
27596         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
27597         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
27598         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
27599         * platform/efl/fast/repaint/erase-overflow-expected.png:
27600         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
27601         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
27602         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
27603         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
27604         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
27605         * platform/efl/fast/repaint/fixed-expected.png:
27606         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
27607         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
27608         * platform/efl/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
27609         * platform/efl/fast/repaint/fixed-scale-expected.png:
27610         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
27611         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
27612         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
27613         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
27614         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
27615         * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
27616         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
27617         * platform/efl/fast/repaint/float-new-in-block-expected.png:
27618         * platform/efl/fast/repaint/float-overflow-expected.png: Added.
27619         * platform/efl/fast/repaint/float-overflow-right-expected.png: Added.
27620         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
27621         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.png:
27622         * platform/efl/fast/repaint/inline-block-resize-expected.png:
27623         * platform/efl/fast/repaint/inline-color-change-expected.png:
27624         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
27625         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
27626         * platform/efl/fast/repaint/inline-vertical-lr-overflow-expected.png:
27627         * platform/efl/fast/repaint/inline-vertical-rl-overflow-expected.png:
27628         * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.png:
27629         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
27630         * platform/efl/fast/repaint/invisible-objects-expected.png:
27631         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
27632         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
27633         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
27634         * platform/efl/fast/repaint/layer-full-repaint-expected.png:
27635         * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.png:
27636         * platform/efl/fast/repaint/layer-visibility-expected.png:
27637
27638 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
27639
27640         Unreviewed GTK gardening.
27641
27642         Adding flaky crashing expectations for fast/dom/gc-acid3.html
27643         and http/tests/misc/acid3.html.
27644         Removing timeout expectations for tests that were fixed in r131942.
27645         Reclassifying svg/animations/animate-css-xml-attributeType.html
27646         as a non-flaky failure.
27647
27648         * platform/gtk/TestExpectations:
27649
27650 2012-10-22  Anton Muhin  <antonm@chromium.org>
27651
27652         Unreviewed Chromium rebaselines.
27653
27654         * platform/chromium/TestExpectations:
27655
27656 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27657
27658         Unreviewed, suppressing failure until I can figure out what's going on.
27659
27660         * platform/chromium/TestExpectations:
27661
27662 2012-10-21  Keishi Hattori  <keishi@webkit.org>
27663
27664         Refactor picker tests to fix flakiness and share code
27665         https://bugs.webkit.org/show_bug.cgi?id=99671
27666
27667         Reviewed by Kent Tamura.
27668
27669         Refactored so picker tests share code and structure.
27670
27671         * fast/forms/resources/picker-common.js: Shared by all picker tests. Requires js-test-pre.js. Sets up an asynchronous test.
27672         (openPicker): Opens the picker for the given input and calls the callback when the picker did open.
27673         (popupOpenCallbackWrapper):
27674         (sendKey):
27675         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
27676         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
27677         * platform/chromium/TestExpectations: Marked all tests as not flaky. Marked all pixel tests as need rebaseline.
27678         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt:
27679         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt:
27680         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
27681         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html:
27682         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
27683         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
27684         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
27685         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
27686         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
27687         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
27688         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt:
27689         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
27690         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt:
27691         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html:
27692         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt:
27693         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html:
27694         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt:
27695         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html:
27696         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html:
27697         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt:
27698         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt:
27699         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html:
27700         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt:
27701         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html:
27702         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html:
27703         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
27704         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
27705         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
27706         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
27707         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
27708         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt:
27709         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
27710         * platform/chromium/fast/forms/suggestion-picker/resources/suggestion-picker-common.js: Moved to resource directory like all other js files.
27711         (valueForEntry):
27712         (highlightedEntry):
27713         (entryValues):
27714         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt:
27715         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt:
27716         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html:
27717         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt:
27718         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html:
27719         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html:
27720         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
27721         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
27722         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
27723         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
27724
27725 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27726
27727         Unreviewed, could've sworn this was in the previous patch ...
27728
27729         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
27730         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
27731
27732 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27733
27734         Unreviewed. More chromium baseline cleanup after r132022.
27735
27736         * platform/chromium-mac-lion/editing/selection/iframe-expected.png: Added.
27737         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png: Added.
27738         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Removed.
27739         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Removed.
27740         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Removed.
27741         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Removed.
27742         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Removed.
27743         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Removed.
27744         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Removed.
27745         * platform/chromium-win/svg/custom/pattern-scaling-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.png.
27746         * platform/chromium/svg/custom/pattern-scaling-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.txt.
27747
27748 2012-10-21  Shinya Kawanaka  <shinyak@chromium.org>
27749
27750         Web Inspector: Shadow DOM: Node removal doesn't reflect.
27751         https://bugs.webkit.org/show_bug.cgi?id=99567
27752
27753         Reviewed by Pavel Feldman.
27754
27755         * inspector/elements/update-shadowdom-expected.txt: Added.
27756         * inspector/elements/update-shadowdom.html: Added.
27757         * platform/mac/TestExpectations:
27758
27759 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27760
27761         Unreviewed, more Chromium ML baselining minor cleanups.
27762
27763         * 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.
27764         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
27765         * platform/chromium-mac/editing/selection/iframe-expected.png:
27766         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
27767         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
27768         * platform/chromium/TestExpectations:
27769
27770 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27771
27772         Unreviewed, rebaseline remaining Chromium ML editing tests.
27773
27774         (long list of new baselines omitted).
27775
27776 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27777
27778         Unreviewed, new Chromium ML expectations for editing/inserting and editing/pasteboard.
27779
27780         (long list of new baselines omitted).
27781
27782 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27783
27784         Unreviewed, new Chromium ML baselines for editing/deleting, editing/execCommand, and editing/selection
27785
27786         (long list of new baselines omitted).
27787
27788 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27789
27790         Unreviewed, new Chromium ML baselines for platform/chromium/virtual/gpu/fast/hidpi.
27791
27792         * 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.
27793         * 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.
27794         * 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.
27795         * 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.
27796         * 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.
27797         * 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.
27798         * 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.
27799         * 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.
27800         * 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.
27801         * 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.
27802         * 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.
27803         * 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.
27804         * 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.
27805         * 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.
27806         * 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.
27807         * 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.
27808         * 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.
27809         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
27810         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
27811         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
27812         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
27813         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png:
27814         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png:
27815         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
27816         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
27817         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
27818         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png:
27819         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
27820         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png:
27821         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png:
27822         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png:
27823         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png:
27824         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png:
27825         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
27826         * platform/chromium/TestExpectations:
27827
27828 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27829
27830         Unreviewed, add Chromium ML baselines for fast/hidpi.
27831
27832         * 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.
27833         * 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.
27834         * 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.
27835         * 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.
27836         * 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.
27837         * 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.
27838         * 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.
27839         * 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.
27840         * 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.
27841         * 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.
27842         * 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.
27843         * platform/chromium-mac-lion/fast/hidpi/image-set-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-simple-expected.png.
27844         * 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.
27845         * platform/chromium-mac-lion/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png.
27846         * 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.
27847         * platform/chromium-mac-mountainlion/TestExpectations:
27848         * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
27849         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
27850         * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png:
27851         * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png:
27852         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png:
27853         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png:
27854         * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png:
27855         * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png:
27856         * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png:
27857         * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png:
27858         * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png:
27859         * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png:
27860         * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png:
27861         * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png:
27862         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
27863         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
27864
27865 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27866
27867         Unreviewed, re-adjust Chromium Mac expectations.
27868
27869         * platform/chromium/TestExpectations:
27870
27871 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27872
27873         Unreviewed, new Chromium ML baselines for fast/canvas.
27874
27875         * fast/canvas/canvas-incremental-repaint-expected.png: Renamed from LayoutTests/platform/efl/fast/canvas/canvas-incremental-repaint-expected.png.
27876         * fast/canvas/canvas-size-change-after-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png.
27877         * fast/canvas/canvasDrawingIntoSelf-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
27878         * fast/canvas/drawImage-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/drawImage-expected.png.
27879         * fast/canvas/shadow-offset-1-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-1-expected.png.
27880         * fast/canvas/shadow-offset-2-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-2-expected.png.
27881         * fast/canvas/shadow-offset-3-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-3-expected.png.
27882         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/arc360-expected.png.
27883         * platform/chromium-mac-lion/fast/canvas/canvas-before-css-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-before-css-expected.png.
27884         * platform/chromium-mac-lion/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-bg-expected.png.
27885         * platform/chromium-mac-lion/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-composite-expected.png.
27886         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png.
27887         * platform/chromium-mac-lion/fast/canvas/canvas-resize-reset-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png.
27888         * 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.
27889         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png.
27890         * platform/chromium-mac-lion/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png.
27891         * 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.
27892         * platform/chromium-mac-lion/fast/canvas/canvas-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
27893         * platform/chromium-mac-lion/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
27894         * platform/chromium-mac-lion/fast/canvas/check-stale-putImageData-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png.
27895         * platform/chromium-mac-lion/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-expected.png.
27896         * platform/chromium-mac-lion/fast/canvas/drawImage-with-globalAlpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png.
27897         * 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.
27898         * 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.
27899         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png.
27900         * 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.
27901         * platform/chromium-mac-lion/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
27902         * platform/chromium-mac-lion/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png.
27903         * platform/chromium-mac-lion/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png.
27904         * platform/chromium-mac-lion/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png.
27905         * platform/chromium-mac-lion/fast/canvas/shadow-offset-1-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png.
27906         * platform/chromium-mac-lion/fast/canvas/shadow-offset-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png.
27907         * platform/chromium-mac-lion/fast/canvas/shadow-offset-3-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png.
27908         * platform/chromium-mac-lion/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png.
27909         * platform/chromium-mac-lion/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png.
27910         * platform/chromium-mac-lion/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png.
27911         * platform/chromium-mac-lion/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png.
27912         * platform/chromium-mac-lion/fast/canvas/toDataURL-alpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png.
27913         * 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.
27914         * platform/chromium-mac-mountainlion/TestExpectations:
27915         * platform/chromium-mac/fast/canvas/arc360-expected.png:
27916         * platform/chromium-mac/fast/canvas/canvas-before-css-expected.png:
27917         * platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
27918         * platform/chromium-mac/fast/canvas/canvas-composite-expected.png:
27919         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
27920         * platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png:
27921         * platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png:
27922         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
27923         * platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png:
27924         * platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png:
27925         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png:
27926         * platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
27927         * platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png:
27928         * platform/chromium-mac/fast/canvas/drawImage-expected.png:
27929         * platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png:
27930         * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
27931         * platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
27932         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
27933         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
27934         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
27935         * platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png:
27936         * platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png:
27937         * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png:
27938         * platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png:
27939         * platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png:
27940         * platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png:
27941         * platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png:
27942         * platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png:
27943         * platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png:
27944         * platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png:
27945         * platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png:
27946         * platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png:
27947         * platform/chromium/TestExpectations:
27948         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
27949
27950 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27951
27952         Unreviewed, expectations update for Chromium.
27953
27954         * platform/chromium-mac-mountainlion/TestExpectations:
27955         * platform/chromium/TestExpectations:
27956
27957 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
27958
27959         Unreviewed, update Chromium ML baselines for LayoutTests/css1 and optimize.
27960
27961         * css1/formatting_model/floating_elements-expected.png: Renamed from LayoutTests/platform/efl/css1/formatting_model/floating_elements-expected.png.
27962         * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Removed.
27963         * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Removed.
27964         * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Removed.
27965         * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Removed.
27966         * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Removed.
27967         * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Removed.
27968         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/class_as_selector-expected.png.
27969         * platform/chromium-mac-lion/css1/basic/comments-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/comments-expected.png.
27970         * platform/chromium-mac-lion/css1/basic/containment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/containment-expected.png.
27971         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/contextual_selectors-expected.png.
27972         * platform/chromium-mac-lion/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/grouping-expected.png.
27973         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/id_as_selector-expected.png.
27974         * platform/chromium-mac-lion/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/inheritance-expected.png.
27975         * platform/chromium-mac-lion/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/acid_test-expected.png.
27976         * platform/chromium-mac-lion/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border-expected.png.
27977         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom-expected.png.
27978         * 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.
27979         * 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.
27980         * 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.
27981         * platform/chromium-mac-lion/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color-expected.png.
27982         * 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.
27983         * platform/chromium-mac-lion/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_inline-expected.png.
27984         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left-expected.png.
27985         * 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.
27986         * 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.
27987         * 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.
27988         * platform/chromium-mac-lion/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right-expected.png.
27989         * 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.
27990         * 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.
27991         * 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.
27992         * platform/chromium-mac-lion/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style-expected.png.
27993         * 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.
27994         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top-expected.png.
27995         * 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.
27996         * 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.
27997         * 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.
27998         * platform/chromium-mac-lion/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width-expected.png.
27999         * 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.
28000         * platform/chromium-mac-lion/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear-expected.png.
28001         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear_float-expected.png.
28002         * platform/chromium-mac-lion/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float-expected.png.
28003         * 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.
28004         * platform/chromium-mac-lion/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_margin-expected.png.
28005         * 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.
28006         * platform/chromium-mac-lion/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/height-expected.png.
28007         * platform/chromium-mac-lion/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin-expected.png.
28008         * platform/chromium-mac-lion/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom-expected.png.
28009         * 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.
28010         * platform/chromium-mac-lion/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_inline-expected.png.
28011         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left-expected.png.
28012         * 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.
28013         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right-expected.png.
28014         * 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.
28015         * platform/chromium-mac-lion/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top-expected.png.
28016         * 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.
28017         * platform/chromium-mac-lion/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding-expected.png.
28018         * platform/chromium-mac-lion/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom-expected.png.
28019         * 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.
28020         * platform/chromium-mac-lion/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_inline-expected.png.
28021         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left-expected.png.
28022         * 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.
28023         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right-expected.png.
28024         * 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.
28025         * platform/chromium-mac-lion/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top-expected.png.
28026         * 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.
28027         * platform/chromium-mac-lion/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/width-expected.png.
28028         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/cascade_order-expected.png.
28029         * platform/chromium-mac-lion/css1/cascade/important-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/important-expected.png.
28030         * platform/chromium-mac-lion/css1/classification/display-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/display-expected.png.
28031         * platform/chromium-mac-lion/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style-expected.png.
28032         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_image-expected.png.
28033         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_position-expected.png.
28034         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_type-expected.png.
28035         * platform/chromium-mac-lion/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/white_space-expected.png.
28036         * platform/chromium-mac-lion/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background-expected.png.
28037         * 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.
28038         * 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.
28039         * 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.
28040         * 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.
28041         * 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.
28042         * platform/chromium-mac-lion/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/color-expected.png.
28043         * platform/chromium-mac-lion/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png.
28044         * platform/chromium-mac-lion/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font-expected.png.
28045         * platform/chromium-mac-lion/css1/font_properties/font_family-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_family-expected.png.
28046         * platform/chromium-mac-lion/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_size-expected.png.
28047         * platform/chromium-mac-lion/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_style-expected.png.
28048         * platform/chromium-mac-lion/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_variant-expected.png.
28049         * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_weight-expected.png.
28050         * platform/chromium-mac-lion/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/canvas-expected.png.
28051         * platform/chromium-mac-lion/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/floating_elements-expected.png.
28052         * 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.
28053         * platform/chromium-mac-lion/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png.
28054         * platform/chromium-mac-lion/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/inline_elements-expected.png.
28055         * platform/chromium-mac-lion/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png.
28056         * platform/chromium-mac-lion/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png.
28057         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/anchor-expected.png.
28058         * platform/chromium-mac-lion/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstletter-expected.png.
28059         * platform/chromium-mac-lion/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstline-expected.png.
28060         * platform/chromium-mac-lion/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png.
28061         * 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.
28062         * platform/chromium-mac-lion/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/letter_spacing-expected.png.
28063         * platform/chromium-mac-lion/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/line_height-expected.png.
28064         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_align-expected.png.
28065         * platform/chromium-mac-lion/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_decoration-expected.png.
28066         * platform/chromium-mac-lion/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_indent-expected.png.
28067         * platform/chromium-mac-lion/css1/text_properties/text_transform-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_transform-expected.png.
28068         * platform/chromium-mac-lion/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png.
28069         * platform/chromium-mac-lion/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/word_spacing-expected.png.
28070         * platform/chromium-mac-lion/css1/units/color_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/color_units-expected.png.
28071         * platform/chromium-mac-lion/css1/units/length_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/length_units-expected.png.
28072         * platform/chromium-mac-lion/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/percentage_units-expected.png.
28073         * platform/chromium-mac-lion/css1/units/urls-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/urls-expected.png.
28074         * platform/chromium-mac-mountainlion/TestExpectations:
28075         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
28076         * platform/chromium-mac/css1/basic/comments-expected.png:
28077         * platform/chromium-mac/css1/basic/containment-expected.png:
28078         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
28079         * platform/chromium-mac/css1/basic/grouping-expected.png:
28080         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
28081         * platform/chromium-mac/css1/basic/inheritance-expected.png:
28082         * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
28083         * platform/chromium-mac/css1/box_properties/border-expected.png:
28084         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
28085         * platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png:
28086         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
28087         * platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png:
28088         * platform/chromium-mac/css1/box_properties/border_color-expected.png:
28089         * platform/chromium-mac/css1/box_properties/border_color_inline-expected.png:
28090         * platform/chromium-mac/css1/box_properties/border_inline-expected.png:
28091         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
28092         * platform/chromium-mac/css1/box_properties/border_left_inline-expected.png:
28093         * platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
28094         * platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png:
28095         * platform/chromium-mac/css1/box_properties/border_right-expected.png:
28096         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
28097         * platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
28098         * platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png:
28099         * platform/chromium-mac/css1/box_properties/border_style-expected.png:
28100         * platform/chromium-mac/css1/box_properties/border_style_inline-expected.png:
28101         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
28102         * platform/chromium-mac/css1/box_properties/border_top_inline-expected.png:
28103         * platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
28104         * platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png:
28105         * platform/chromium-mac/css1/box_properties/border_width-expected.png:
28106         * platform/chromium-mac/css1/box_properties/border_width_inline-expected.png:
28107         * platform/chromium-mac/css1/box_properties/clear-expected.png:
28108         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
28109         * platform/chromium-mac/css1/box_properties/float-expected.png:
28110         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
28111         * platform/chromium-mac/css1/box_properties/float_margin-expected.png:
28112         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
28113         * platform/chromium-mac/css1/box_properties/height-expected.png:
28114         * platform/chromium-mac/css1/box_properties/margin-expected.png:
28115         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
28116         * platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png:
28117         * platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
28118         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
28119         * platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png:
28120         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
28121         * platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png:
28122         * platform/chromium-mac/css1/box_properties/margin_top-expected.png:
28123         * platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png:
28124         * platform/chromium-mac/css1/box_properties/padding-expected.png:
28125         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
28126         * platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png:
28127         * platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
28128         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
28129         * platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png:
28130         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
28131         * platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png:
28132         * platform/chromium-mac/css1/box_properties/padding_top-expected.png:
28133         * platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png:
28134         * platform/chromium-mac/css1/box_properties/width-expected.png:
28135         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
28136         * platform/chromium-mac/css1/cascade/important-expected.png:
28137         * platform/chromium-mac/css1/classification/display-expected.png:
28138         * platform/chromium-mac/css1/classification/list_style-expected.png:
28139         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
28140         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
28141         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
28142         * platform/chromium-mac/css1/classification/white_space-expected.png:
28143         * platform/chromium-mac/css1/color_and_background/background-expected.png:
28144         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
28145         * platform/chromium-mac/css1/color_and_background/background_color-expected.png:
28146         * platform/chromium-mac/css1/color_and_background/background_image-expected.png:
28147         * platform/chromium-mac/css1/color_and_background/background_position-expected.png:
28148         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
28149         * platform/chromium-mac/css1/color_and_background/color-expected.png:
28150         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
28151         * platform/chromium-mac/css1/font_properties/font-expected.png:
28152         * platform/chromium-mac/css1/font_properties/font_family-expected.png:
28153         * platform/chromium-mac/css1/font_properties/font_size-expected.png:
28154         * platform/chromium-mac/css1/font_properties/font_style-expected.png:
28155         * platform/chromium-mac/css1/font_properties/font_variant-expected.png:
28156         * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
28157         * platform/chromium-mac/css1/formatting_model/canvas-expected.png:
28158         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
28159         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
28160         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
28161         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
28162         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
28163         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
28164         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
28165         * platform/chromium-mac/css1/pseudo/firstletter-expected.png:
28166         * platform/chromium-mac/css1/pseudo/firstline-expected.png:
28167         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
28168         * platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
28169         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
28170         * platform/chromium-mac/css1/text_properties/line_height-expected.png:
28171         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
28172         * platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
28173         * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
28174         * platform/chromium-mac/css1/text_properties/text_transform-expected.png:
28175         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
28176         * platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
28177         * platform/chromium-mac/css1/units/color_units-expected.png:
28178         * platform/chromium-mac/css1/units/length_units-expected.png:
28179         * platform/chromium-mac/css1/units/percentage_units-expected.png:
28180         * platform/chromium-mac/css1/units/urls-expected.png:
28181         * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Removed.
28182         * platform/chromium-win-xp/css1/basic/containment-expected.png: Removed.
28183         * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Removed.
28184         * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Removed.
28185         * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Removed.
28186         * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
28187         * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Removed.
28188         * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Removed.
28189         * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Removed.
28190         * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Removed.
28191         * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Removed.
28192         * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Removed.
28193         * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Removed.
28194         * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Removed.
28195         * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Removed.
28196         * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Removed.
28197         * platform/gtk/css1/formatting_model/floating_elements-expected.png: Removed.
28198
28199 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
28200
28201         Unreviewed, chromium expectations update to remove passing tests.
28202
28203
28204         * platform/chromium-mac-mountainlion/TestExpectations:
28205         * platform/chromium/TestExpectations:
28206
28207 2012-10-08  Robert Hogan  <robert@webkit.org>
28208
28209         In some float situations, the original layout is wrong and only corrects itself on repaint
28210         https://bugs.webkit.org/show_bug.cgi?id=18939
28211
28212         Reviewed by Levi Weintraub.
28213
28214         * fast/block/br-with-clearance-after-collapsing-space-expected.html: Added.
28215         * fast/block/br-with-clearance-after-collapsing-space.html: Added.
28216
28217 2012-10-08  Robert Hogan  <robert@webkit.org>
28218
28219         floated element with negative margin causes text wrap bug
28220         https://bugs.webkit.org/show_bug.cgi?id=94825
28221
28222         Reviewed by Levi Weintraub.
28223
28224         * fast/block/float/float-on-line-obeys-container-padding.html: Added.
28225         * fast/block/float/float-on-line-obeys-container-padding-expected.html: Added.
28226
28227 2012-10-20  Dan Bernstein  <mitz@apple.com>
28228
28229         <rdar://problem/12512710> [mac] Text with zero font size renders as 12px sometimes
28230         https://bugs.webkit.org/show_bug.cgi?id=99918
28231
28232         Reviewed by Geoff Garen.
28233
28234         * fast/text/zero-font-size-2-expected.html: Added.
28235         * fast/text/zero-font-size-2.html: Added.
28236
28237 2012-10-20  Florin Malita  <fmalita@chromium.org>
28238
28239         [Chromium] Unreviewed rebaselines after http://trac.webkit.org/changeset/131974, take two.
28240
28241         * 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.
28242         * 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.
28243         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Added.
28244         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Added.
28245         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Added.
28246         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
28247         * 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.
28248         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Removed.
28249         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Added.
28250         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Removed.
28251         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
28252         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
28253         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
28254         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
28255         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
28256         * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
28257         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28258         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
28259
28260 2012-10-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
28261
28262         [EFL] Add missing expectations for some tests in svg/custom.
28263
28264         * platform/efl/svg/custom/js-late-pattern-creation-expected.png: Added.
28265         * platform/efl/svg/custom/js-late-pattern-creation-expected.txt: Added.
28266         * platform/efl/svg/custom/pattern-skew-transformed-expected.png: Added.
28267         * platform/efl/svg/custom/pattern-with-transformation-expected.png: Added.
28268         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Added.
28269
28270 2012-10-20  Florin Malita  <fmalita@chromium.org>
28271
28272         Unreviewed rebaseline after http://trac.webkit.org/changeset/131974.
28273
28274         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
28275         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
28276         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
28277         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
28278         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.png: Added.
28279         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Added.
28280         * platform/chromium-mac-lion/svg/custom/pattern-with-transformation-expected.png: Added.
28281         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
28282         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
28283         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Added.
28284         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
28285         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28286         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
28287         * platform/chromium-mac/svg/custom/pattern-scaling-expected.png: Added.
28288         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
28289         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
28290         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Added.
28291         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Added.
28292         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Added.
28293         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28294         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
28295         * platform/chromium/TestExpectations:
28296
28297 2012-10-20  Mike West  <mkwst@chromium.org>
28298
28299         Cleanup: Move stacktrace tests to a subdirectory.
28300         https://bugs.webkit.org/show_bug.cgi?id=99857
28301
28302         Reviewed by Pavel Feldman.
28303
28304         I plan on adding more than a few tests checking that stacktraces are
28305         associated with console logs. This patch simply moves the four existing
28306         tests into a subdirectory so that I don't spam http/tests/inspector with
28307         stacktrace tests.
28308
28309         * 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.
28310         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html.
28311         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
28312         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace.html.
28313         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
28314         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html.
28315         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
28316         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html.
28317         * http/tests/inspector/stacktraces/resources/csp-inline-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-inline-test.js.
28318         (thisTest):
28319         * http/tests/inspector/stacktraces/resources/stacktrace-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-test.js.
28320         (test.addMessage):
28321         (test):
28322         * 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.
28323         * 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.
28324         * 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.
28325         * 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.
28326
28327 2012-10-20  Byungwoo Lee  <bw80.lee@samsung.com>
28328
28329         [EFL] Unskip the tests about regressions after r130699.
28330         https://bugs.webkit.org/show_bug.cgi?id=99910
28331
28332         Unreviewed EFL gardening.
28333
28334         Unskip the test cases about regressions after r130699
28335         fast/css/import-style-update.html
28336         fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html
28337         fast/events/attribute-listener-cloned-from-frameless-doc-context.html
28338         fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html
28339         fast/events/attribute-listener-extracted-from-frameless-doc-context.html
28340         fast/html/link-rel-stylesheet.html
28341         fast/loader/data-url-encoding-html.html
28342         fast/loader/data-url-encoding-svg.html
28343         fast/spatial-navigation/snav-iframe-nested.html
28344
28345         It seems to be passing consistently now.
28346
28347         * platform/efl/TestExpectations:
28348
28349 2012-10-19  Florin Malita  <fmalita@chromium.org>
28350
28351         Incorrect pattern scaling
28352         https://bugs.webkit.org/show_bug.cgi?id=99870
28353
28354         Reviewed by Dirk Schulze.
28355
28356         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
28357         * platform/chromium-linux/svg/custom/pattern-scaling-expected.png: Added.
28358         * platform/chromium-linux/svg/custom/pattern-scaling-expected.txt: Added.
28359         * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
28360         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28361         * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
28362         * platform/chromium/TestExpectations:
28363         * platform/efl/TestExpectations:
28364         * platform/gtk/TestExpectations:
28365         * platform/mac/TestExpectations:
28366         * platform/qt/TestExpectations:
28367         * svg/custom/pattern-scaling.svg: Added.
28368
28369 2012-10-19  Levi Weintraub  <leviw@chromium.org>
28370
28371         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/webgl/array-bounds-clamping.html
28372         failing on Chromium.
28373
28374         * platform/chromium/TestExpectations:
28375
28376 2012-10-19  Pablo Flouret  <pablof@motorola.com>
28377
28378         Implement setRangeText() on text controls
28379         https://bugs.webkit.org/show_bug.cgi?id=91907
28380
28381         Reviewed by Kent Tamura.
28382
28383         * fast/forms/color/color-setrangetext-expected.txt: Added.
28384         * fast/forms/color/color-setrangetext.html: Added.
28385         * fast/forms/date/date-setrangetext-expected.txt: Added.
28386         * fast/forms/date/date-setrangetext.html: Added.
28387         * fast/forms/datetime/datetime-setrangetext-expected.txt: Added.
28388         * fast/forms/datetime/datetime-setrangetext.html: Added.
28389         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: Added.
28390         * fast/forms/datetimelocal/datetimelocal-setrangetext.html: Added.
28391         * fast/forms/file/file-setrangetext-expected.txt: Added.
28392         * fast/forms/file/file-setrangetext.html: Added.
28393         * fast/forms/hidden/hidden-setrangetext-expected.txt: Added.
28394         * fast/forms/hidden/hidden-setrangetext.html: Added.
28395         * fast/forms/image/image-setrangetext-expected.txt: Added.
28396         * fast/forms/image/image-setrangetext.html: Added.
28397         * fast/forms/month/month-setrangetext-expected.txt: Added.
28398         * fast/forms/month/month-setrangetext.html: Added.
28399         * fast/forms/number/number-setrangetext-expected.txt: Added.
28400         * fast/forms/number/number-setrangetext.html: Added.
28401         * fast/forms/range/range-setrangetext-expected.txt: Added.
28402         * fast/forms/range/range-setrangetext.html: Added.
28403         * fast/forms/resources/common-setrangetext.js: Added.
28404         (runTestsShouldPass):
28405         (runTestsShouldFail):
28406         * fast/forms/search/search-setrangetext-expected.txt: Added.
28407         * fast/forms/search/search-setrangetext.html: Added.
28408         * fast/forms/setrangetext-expected.txt: Added.
28409         * fast/forms/setrangetext.html: Added.
28410         * fast/forms/textarea/textarea-setrangetext-expected.txt: Added.
28411         * fast/forms/textarea/textarea-setrangetext.html: Added.
28412         * fast/forms/time/time-setrangetext-expected.txt: Added.
28413         * fast/forms/time/time-setrangetext.html: Added.
28414         * fast/forms/week/week-setrangetext-expected.txt: Added.
28415         * fast/forms/week/week-setrangetext.html: Added.
28416
28417 2012-10-19  Joshua Bell  <jsbell@chromium.org>
28418
28419         IndexedDB: Hidden indexing events are visible to script via bubbling/capture
28420         https://bugs.webkit.org/show_bug.cgi?id=96566
28421
28422         Reviewed by Tony Chang.
28423
28424         Listen for unexpected events in both capture and bubble phases.
28425
28426         * storage/indexeddb/resources/index-population.js:
28427         (deleteSuccess):
28428         (doSetVersion1):
28429         (setVersion2):
28430
28431 2012-10-19  Simon Fraser  <simon.fraser@apple.com>
28432
28433         Fix a hang when combining tile cache layers with preserve-3d or reflections
28434         https://bugs.webkit.org/show_bug.cgi?id=99890
28435
28436         Reviewed by Dean Jackson.
28437
28438         Tests that combine tiled layers with preserve-3d and reflections.
28439
28440         * compositing/tiling/preserve3d-tiled-expected.txt: Added.
28441         * compositing/tiling/preserve3d-tiled.html: Added.
28442         * compositing/tiling/reflected-tiled-expected.txt: Added.
28443         * compositing/tiling/reflected-tiled.html: Added.
28444
28445 2012-10-19  Emil A Eklund  <eae@chromium.org>
28446
28447         Unreviewed gardening.
28448
28449         * platform/chromium-linux/platform/chromium/virtual/deferred: Added.
28450         * platform/chromium-linux/platform/chromium/virtual/deferred/fast: Added.
28451         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images: Added.
28452         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
28453         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
28454         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
28455         * platform/chromium/TestExpectations:
28456
28457 2012-10-19  Emil A Eklund  <eae@chromium.org>
28458
28459         Convert fast/innerHTML from pixel to ref tests
28460         https://bugs.webkit.org/show_bug.cgi?id=99875
28461
28462         Reviewed by Dirk Pranke.
28463
28464         * fast/innerHTML/001-expected.html: Added.
28465         * fast/innerHTML/002-expected.html: Added.
28466         * fast/innerHTML/003-expected.html: Added.
28467         * fast/innerHTML/006-expected.html: Added.
28468         * platform/chromium-linux/fast/innerHTML/001-expected.png: Removed.
28469         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
28470         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
28471         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
28472         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
28473         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
28474         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
28475         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
28476         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
28477         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
28478         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
28479         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
28480         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
28481         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
28482         * platform/chromium-win/fast/innerHTML/002-expected.png: Removed.
28483         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
28484         * platform/chromium-win/fast/innerHTML/003-expected.png: Removed.
28485         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
28486         * platform/chromium-win/fast/innerHTML/006-expected.png: Removed.
28487         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
28488         * platform/chromium/fast/innerHTML/001-expected.txt: Removed.
28489         * platform/chromium/fast/innerHTML/002-expected.txt: Removed.
28490         * platform/chromium/fast/innerHTML/003-expected.txt: Removed.
28491         * platform/chromium/fast/innerHTML/006-expected.txt: Removed.
28492         * platform/efl/fast/innerHTML/001-expected.png: Removed.
28493         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
28494         * platform/efl/fast/innerHTML/002-expected.png: Removed.
28495         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
28496         * platform/efl/fast/innerHTML/003-expected.png: Removed.
28497         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
28498         * platform/efl/fast/innerHTML/006-expected.png: Removed.
28499         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
28500         * platform/gtk/fast/innerHTML/001-expected.png: Removed.
28501         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
28502         * platform/gtk/fast/innerHTML/002-expected.png: Removed.
28503         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
28504         * platform/gtk/fast/innerHTML/003-expected.png: Removed.
28505         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
28506         * platform/gtk/fast/innerHTML/006-expected.png: Removed.
28507         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
28508         * platform/mac/fast/innerHTML/001-expected.png: Removed.
28509         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
28510         * platform/mac/fast/innerHTML/002-expected.png: Removed.
28511         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
28512         * platform/mac/fast/innerHTML/003-expected.png: Removed.
28513         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
28514         * platform/mac/fast/innerHTML/006-expected.png: Removed.
28515         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
28516         * platform/qt/fast/innerHTML/001-expected.png: Removed.
28517         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
28518         * platform/qt/fast/innerHTML/002-expected.png: Removed.
28519         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
28520         * platform/qt/fast/innerHTML/003-expected.png: Removed.
28521         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
28522         * platform/qt/fast/innerHTML/006-expected.png: Removed.
28523         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
28524
28525 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
28526
28527         AX: aria-hidden=false does not work as expected
28528         https://bugs.webkit.org/show_bug.cgi?id=98787
28529
28530         Reviewed by Beth Dakin.
28531
28532         * accessibility/aria-hidden-negates-no-visibility.html: Added.
28533         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
28534
28535 2012-10-19  Tony Chang  <tony@chromium.org>
28536
28537         Unreviewed, fix lint error in Qt TestExpectations file.
28538
28539         * platform/qt-5.0-wk1/TestExpectations: Remove duplicate skip entry.
28540
28541 2012-10-19  Emil A Eklund  <eae@chromium.org>
28542
28543         Unreviewed gardening, rebaselining deferred image tests for r131928.
28544
28545         * platform/chromium-mac-lion/platform/chromium/virtual/deferred: Added.
28546         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast: Added.
28547         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images: Added.
28548         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
28549         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
28550         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
28551         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
28552         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
28553         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
28554         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
28555         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
28556         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
28557         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28558         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
28559         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
28560         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
28561         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred: Added.
28562         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast: Added.
28563         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images: Added.
28564         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
28565         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
28566         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
28567         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
28568         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
28569         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
28570         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
28571         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
28572         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28573         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
28574         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
28575         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
28576
28577 2012-10-19  Csaba Osztrogonác  <ossy@webkit.org>
28578
28579         Unreviewed, rolling out r131915.
28580         http://trac.webkit.org/changeset/131915
28581         https://bugs.webkit.org/show_bug.cgi?id=98787
28582
28583         It broke the build on platforms with \!HAVE(ACCESSIBILITY)
28584
28585         * accessibility/aria-hidden-negates-no-visibility.html: Removed.
28586         * platform/chromium/TestExpectations:
28587         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
28588
28589 2012-10-19  Emil A Eklund  <eae@chromium.org>
28590
28591         Unreviewed gardening, rebaselining deferred image tests for r131928.
28592
28593         * platform/chromium-mac/platform/chromium/virtual/deferred: Added.
28594         * platform/chromium-mac/platform/chromium/virtual/deferred/fast: Added.
28595         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images: Added.
28596         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
28597         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
28598         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
28599         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
28600         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
28601         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
28602         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
28603         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
28604         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
28605         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
28606         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28607         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
28608         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
28609         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
28610         * platform/chromium-win/platform/chromium/virtual/deferred: Added.
28611         * platform/chromium-win/platform/chromium/virtual/deferred/fast: Added.
28612         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images: Added.
28613         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
28614
28615 2012-10-09  Martin Robinson  <mrobinson@igalia.com>
28616
28617         REGRESSION (r130699): 5 various fast/ tests started failing
28618         https://bugs.webkit.org/show_bug.cgi?id=98729
28619
28620         Reviewed by Xan Lopez.
28621
28622         Unskip some tests which are now passing.
28623
28624         * platform/gtk/TestExpectations:
28625
28626 2012-10-19  Emil A Eklund  <eae@chromium.org>
28627
28628         Unreviewed gardening.
28629
28630         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
28631         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
28632         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
28633         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
28634         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
28635         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
28636         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
28637         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
28638
28639 2012-10-19  Joshua Bell  <jsbell@chromium.org>
28640
28641         [V8] IndexedDB: Crash when lazy-indexing Date keys
28642         https://bugs.webkit.org/show_bug.cgi?id=99860
28643
28644         Reviewed by Adam Barth.
28645
28646         Add test for greedy/lazy indexing all different key types.
28647
28648         * storage/indexeddb/lazy-index-types-expected.txt: Added.
28649         * storage/indexeddb/lazy-index-types.html: Added.
28650         * storage/indexeddb/resources/lazy-index-types.js: Added.
28651         (test.request.onsuccess):
28652         (test):
28653         (onSuccess.request.onsuccess):
28654         (onSuccess):
28655         (onComplete):
28656
28657 2012-10-18  Dean Jackson  <dino@apple.com>
28658
28659         Shader translator needs option to clamp uniform array accesses in vertex shaders
28660         https://bugs.webkit.org/show_bug.cgi?id=98977
28661         https://code.google.com/p/angleproject/issues/detail?id=49
28662
28663         Reviewed by Alok Priyadarshi and Ken Russell.
28664
28665         * fast/canvas/webgl/array-bounds-clamping-expected.txt: Added.
28666         * fast/canvas/webgl/array-bounds-clamping.html: Added.
28667         * platform/chromium/TestExpectations: Won't pass on Chromium until this patch is upstreamed.
28668
28669 2012-09-08  Alpha Lam  <hclam@chromium.org>
28670
28671         [chromium] Implement deferred image decoding
28672         https://bugs.webkit.org/show_bug.cgi?id=94240
28673
28674         Reviewed by Stephen White.
28675
28676         Adding a virtual test suite for Chromium to test deferred image
28677         decoding.
28678
28679         platform/chromium/virtual/deferred/fast/images will be tested with
28680         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
28681
28682         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
28683
28684 2012-10-19  Emil A Eklund  <eae@chromium.org>
28685
28686         Unreviewed gardening.
28687
28688         * platform/chromium-mac-lion/compositing/shadows: Added.
28689         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: Added.
28690         * platform/chromium-mac-lion/css2.1: Added.
28691         * platform/chromium-mac-lion/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
28692         * platform/chromium-mac-lion/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
28693         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
28694         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
28695         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
28696         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
28697         * platform/chromium-mac-lion/fast/block/float/032-expected.png: Added.
28698         * platform/chromium-mac-lion/fast/forms/input-baseline-expected.png: Added.
28699         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png: Added.
28700         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png: Added.
28701         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png: Added.
28702         * platform/chromium-mac-lion/fast/inline-block: Added.
28703         * platform/chromium-mac-lion/fast/inline-block/contenteditable-baseline-expected.png: Added.
28704         * platform/chromium-mac-lion/platform: Added.
28705         * platform/chromium-mac-lion/platform/chromium: Added.
28706         * platform/chromium-mac-lion/platform/chromium/virtual: Added.
28707         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing: Added.
28708         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows: Added.
28709         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
28710         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.png: Added.
28711         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png: Added.
28712         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
28713
28714 2012-10-19  Dongwoo Joshua Im  <dw.im@samsung.com>
28715
28716         Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
28717         https://bugs.webkit.org/show_bug.cgi?id=99804
28718
28719         Reviewed by Julien Chaffraix.
28720
28721         CSS3 text related properties will be implemented under this flag,
28722         including text decoration, text-align-last, and text-justify.
28723
28724         * platform/chromium/TestExpectations:
28725         * platform/mac/TestExpectations:
28726         * platform/qt-4.8/TestExpectations:
28727         * platform/qt-mac/TestExpectations:
28728         * platform/qt/TestExpectations:
28729
28730 2012-10-19  Emil A Eklund  <eae@chromium.org>
28731
28732         Unreviewed gardening.
28733
28734         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
28735         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
28736         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
28737         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing: Added.
28738         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows: Added.
28739         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
28740         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
28741         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
28742
28743 2012-10-19  Emil A Eklund  <eae@chromium.org>
28744
28745         Unreviewed chromium rebaseline for r131503.
28746
28747         * fast/forms/input-baseline-expected.txt: Added.
28748         * fast/forms/placeholder-position-expected.txt: Added.
28749         * platform/chromium-linux-x86/fast/inline-block: Added.
28750         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt: Added.
28751         * platform/chromium-linux-x86/fast/text/international: Added.
28752         * platform/chromium-linux-x86/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
28753         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
28754         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
28755         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
28756         * platform/chromium-linux/fast/forms/007-expected.png:
28757         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
28758         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
28759         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
28760         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
28761         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
28762         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
28763         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
28764         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
28765         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
28766         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
28767         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
28768         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
28769         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
28770         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
28771         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
28772         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
28773         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
28774         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
28775         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
28776         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
28777         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
28778         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
28779         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
28780         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
28781         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
28782         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
28783         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
28784         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
28785         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
28786         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
28787         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
28788         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
28789         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
28790         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
28791         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
28792         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
28793         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
28794         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
28795         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
28796         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
28797         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
28798         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
28799         * platform/chromium-linux/fast/html/details-open1-expected.png:
28800         * platform/chromium-linux/fast/html/details-open2-expected.png:
28801         * platform/chromium-linux/fast/html/details-open3-expected.png:
28802         * platform/chromium-linux/fast/html/details-open4-expected.png:
28803         * platform/chromium-linux/fast/html/details-open5-expected.png:
28804         * platform/chromium-linux/fast/html/details-open6-expected.png:
28805         * platform/chromium-linux/fast/html/details-position-expected.png:
28806         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
28807         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
28808         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
28809         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
28810         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
28811         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
28812         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
28813         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
28814         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
28815         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
28816         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
28817         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
28818         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
28819         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
28820         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
28821         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
28822         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
28823         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
28824         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
28825         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
28826         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
28827         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
28828         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt: Added.
28829         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
28830         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
28831         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.png: Added.
28832         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
28833         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
28834         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
28835         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
28836         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
28837         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
28838         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
28839         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
28840         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
28841         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
28842         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
28843         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
28844         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
28845         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
28846         * platform/chromium-mac-lion/css3: Added.
28847         * platform/chromium-mac-lion/css3/flexbox: Added.
28848         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png: Added.
28849         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png: Added.
28850         * platform/chromium-mac-lion/editing/selection/3690703-expected.png: Added.
28851         * platform/chromium-mac-lion/editing/selection/3690719-expected.png: Added.
28852         * platform/chromium-mac-lion/editing/selection/4397952-expected.png: Added.
28853         * platform/chromium-mac-lion/editing/selection/5240265-expected.png: Added.
28854         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png: Added.
28855         * platform/chromium-mac-lion/fast: Added.
28856         * platform/chromium-mac-lion/fast/block: Added.
28857         * platform/chromium-mac-lion/fast/block/float: Added.
28858         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png: Added.
28859         * platform/chromium-mac-lion/fast/css: Added.
28860         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png: Added.
28861         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png: Added.
28862         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png: Added.
28863         * platform/chromium-mac-lion/fast/dom: Added.
28864         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement: Added.
28865         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
28866         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
28867         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement: Added.
28868         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
28869         * platform/chromium-mac-lion/fast/forms: Added.
28870         * platform/chromium-mac-lion/fast/forms/001-expected.png: Added.
28871         * platform/chromium-mac-lion/fast/forms/007-expected.png: Added.
28872         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png: Added.
28873         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png: Added.
28874         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png: Added.
28875         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png: Added.
28876         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png: Added.
28877         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png: Added.
28878         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png: Added.
28879         * platform/chromium-mac-lion/fast/forms/date: Added.
28880         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Added.
28881         * platform/chromium-mac-lion/fast/forms/file: Added.
28882         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png: Added.
28883         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png: Added.
28884         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png: Added.
28885         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png: Added.
28886         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png: Added.
28887         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png: Added.
28888         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png: Added.
28889         * platform/chromium-mac-lion/fast/forms/input-value-expected.png: Added.
28890         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: Added.
28891         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png: Added.
28892         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png: Added.
28893         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: Added.
28894         * platform/chromium-mac-lion/fast/html: Added.
28895         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png: Added.
28896         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png: Added.
28897         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png: Added.
28898         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png: Added.
28899         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png: Added.
28900         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png: Added.
28901         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png: Added.
28902         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png: Added.
28903         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png: Added.
28904         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png: Added.
28905         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png: Added.
28906         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png: Added.
28907         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png: Added.
28908         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png: Added.
28909         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png: Added.
28910         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png: Added.
28911         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png: Added.
28912         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png: Added.
28913         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png: Added.
28914         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png: Added.
28915         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png: Added.
28916         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png: Added.
28917         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png: Added.
28918         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png: Added.
28919         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png: Added.
28920         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png: Added.
28921         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png: Added.
28922         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png: Added.
28923         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png: Added.
28924         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png: Added.
28925         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png: Added.
28926         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png: Added.
28927         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png: Added.
28928         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png: Added.
28929         * platform/chromium-mac-lion/fast/html/details-open1-expected.png: Added.
28930         * platform/chromium-mac-lion/fast/html/details-open2-expected.png: Added.
28931         * platform/chromium-mac-lion/fast/html/details-open3-expected.png: Added.
28932         * platform/chromium-mac-lion/fast/html/details-open4-expected.png: Added.
28933         * platform/chromium-mac-lion/fast/html/details-open5-expected.png: Added.
28934         * platform/chromium-mac-lion/fast/html/details-open6-expected.png: Added.
28935         * platform/chromium-mac-lion/fast/html/details-position-expected.png: Added.
28936         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png: Added.
28937         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png: Added.
28938         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png: Added.
28939         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png: Added.
28940         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png: Added.
28941         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png: Added.
28942         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png: Added.
28943         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png: Added.
28944         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png: Added.
28945         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png: Added.
28946         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png: Added.
28947         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png: Added.
28948         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png: Added.
28949         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png: Added.
28950         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png: Added.
28951         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png: Added.
28952         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png: Added.
28953         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png: Added.
28954         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png: Added.
28955         * platform/chromium-mac-lion/fast/images: Added.
28956         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
28957         * platform/chromium-mac-lion/fast/overflow: Added.
28958         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
28959         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png: Added.
28960         * platform/chromium-mac-lion/fast/replaced: Added.
28961         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png: Added.
28962         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png: Added.
28963         * platform/chromium-mac-lion/fast/speech: Added.
28964         * platform/chromium-mac-lion/fast/sub-pixel: Added.
28965         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
28966         * platform/chromium-mac-lion/fast/text: Added.
28967         * platform/chromium-mac-lion/fast/text/international: Added.
28968         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Added.
28969         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
28970         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png: Added.
28971         * platform/chromium-mac-lion/fast/writing-mode: Added.
28972         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png: Added.
28973         * platform/chromium-mac-lion/http: Added.
28974         * platform/chromium-mac-lion/http/tests: Added.
28975         * platform/chromium-mac-lion/http/tests/navigation: Added.
28976         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png: Added.
28977         * platform/chromium-mac-lion/svg: Added.
28978         * platform/chromium-mac-lion/svg/as-border-image: Added.
28979         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
28980         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: Added.
28981         * platform/chromium-mac-lion/svg/zoom: Added.
28982         * platform/chromium-mac-lion/svg/zoom/page: Added.
28983         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
28984         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
28985         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
28986         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
28987         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
28988         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
28989         * platform/chromium-mac-lion/tables: Added.
28990         * platform/chromium-mac-lion/tables/mozilla: Added.
28991         * platform/chromium-mac-lion/tables/mozilla/bugs: Added.
28992         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png: Added.
28993         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png: Added.
28994         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png: Added.
28995         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png: Added.
28996         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png: Added.
28997         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png: Added.
28998         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png: Added.
28999         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png: Added.
29000         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png: Added.
29001         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png: Added.
29002         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png: Added.
29003         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png: Added.
29004         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png: Added.
29005         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png: Added.
29006         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png: Added.
29007         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png: Added.
29008         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png: Added.
29009         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders: Added.
29010         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
29011         * platform/chromium-mac-lion/tables/mozilla/dom: Added.
29012         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png: Added.
29013         * platform/chromium-mac-lion/tables/mozilla/other: Added.
29014         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png: Added.
29015         * platform/chromium-mac-lion/tables/mozilla_expected_failures: Added.
29016         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs: Added.
29017         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
29018         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
29019         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
29020         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
29021         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
29022         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
29023         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
29024         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
29025         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
29026         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
29027         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
29028         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
29029         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
29030         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
29031         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
29032         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
29033         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
29034         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
29035         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
29036         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
29037         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
29038         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
29039         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
29040         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
29041         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
29042         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Added.
29043         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
29044         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
29045         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
29046         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
29047         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
29048         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
29049         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
29050         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
29051         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
29052         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
29053         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
29054         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
29055         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
29056         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
29057         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
29058         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
29059         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
29060         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
29061         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
29062         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
29063         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
29064         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
29065         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
29066         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
29067         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
29068         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
29069         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
29070         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
29071         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
29072         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
29073         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
29074         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
29075         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
29076         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
29077         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
29078         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
29079         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
29080         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
29081         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
29082         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
29083         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
29084         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
29085         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
29086         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
29087         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
29088         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
29089         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
29090         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
29091         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
29092         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
29093         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
29094         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
29095         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
29096         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
29097         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
29098         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
29099         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
29100         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
29101         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
29102         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
29103         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
29104         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
29105         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
29106         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
29107         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
29108         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
29109         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
29110         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
29111         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
29112         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
29113         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
29114         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
29115         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
29116         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
29117         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
29118         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
29119         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
29120         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
29121         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
29122         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
29123         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
29124         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
29125         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
29126         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
29127         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
29128         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
29129         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
29130         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
29131         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
29132         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
29133         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
29134         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
29135         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
29136         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
29137         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
29138         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
29139         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
29140         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
29141         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
29142         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
29143         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
29144         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
29145         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
29146         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
29147         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
29148         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
29149         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
29150         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
29151         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
29152         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
29153         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
29154         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
29155         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
29156         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
29157         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
29158         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
29159         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
29160         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
29161         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
29162         * platform/chromium-mac/editing/selection/3690703-expected.png:
29163         * platform/chromium-mac/editing/selection/3690703-expected.txt:
29164         * platform/chromium-mac/editing/selection/3690719-expected.png:
29165         * platform/chromium-mac/editing/selection/3690719-expected.txt:
29166         * platform/chromium-mac/editing/selection/4397952-expected.png:
29167         * platform/chromium-mac/editing/selection/4397952-expected.txt:
29168         * platform/chromium-mac/editing/selection/5240265-expected.png:
29169         * platform/chromium-mac/editing/selection/5240265-expected.txt:
29170         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
29171         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
29172         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
29173         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
29174         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
29175         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
29176         * platform/chromium-mac/fast/block/float/032-expected.png:
29177         * platform/chromium-mac/fast/block/float/032-expected.txt:
29178         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
29179         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
29180         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
29181         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
29182         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
29183         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
29184         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
29185         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
29186         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
29187         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
29188         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
29189         * platform/chromium-mac/fast/forms/001-expected.png:
29190         * platform/chromium-mac/fast/forms/001-expected.txt:
29191         * platform/chromium-mac/fast/forms/007-expected.png:
29192         * platform/chromium-mac/fast/forms/007-expected.txt:
29193         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
29194         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
29195         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
29196         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
29197         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
29198         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
29199         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
29200         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
29201         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
29202         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
29203         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
29204         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
29205         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
29206         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
29207         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Added.
29208         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
29209         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
29210         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
29211         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
29212         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
29213         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
29214         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
29215         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
29216         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
29217         * platform/chromium-mac/fast/forms/formmove3-expected.png:
29218         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
29219         * platform/chromium-mac/fast/forms/input-baseline-expected.png:
29220         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
29221         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
29222         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
29223         * platform/chromium-mac/fast/forms/input-value-expected.png:
29224         * platform/chromium-mac/fast/forms/input-value-expected.txt:
29225         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
29226         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
29227         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
29228         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
29229         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
29230         * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
29231         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
29232         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
29233         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
29234         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
29235         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
29236         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
29237         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
29238         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
29239         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
29240         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
29241         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
29242         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
29243         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
29244         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
29245         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
29246         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
29247         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
29248         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
29249         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
29250         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
29251         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
29252         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
29253         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
29254         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
29255         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
29256         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
29257         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
29258         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
29259         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
29260         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
29261         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
29262         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
29263         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
29264         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
29265         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
29266         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
29267         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
29268         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
29269         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
29270         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
29271         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
29272         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
29273         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
29274         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
29275         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
29276         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
29277         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
29278         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
29279         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
29280         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
29281         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
29282         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
29283         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
29284         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
29285         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
29286         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
29287         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
29288         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
29289         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
29290         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
29291         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
29292         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
29293         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
29294         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
29295         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
29296         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
29297         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
29298         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
29299         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
29300         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
29301         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
29302         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
29303         * platform/chromium-mac/fast/html/details-open1-expected.png:
29304         * platform/chromium-mac/fast/html/details-open1-expected.txt:
29305         * platform/chromium-mac/fast/html/details-open2-expected.png:
29306         * platform/chromium-mac/fast/html/details-open2-expected.txt:
29307         * platform/chromium-mac/fast/html/details-open3-expected.png:
29308         * platform/chromium-mac/fast/html/details-open3-expected.txt:
29309         * platform/chromium-mac/fast/html/details-open4-expected.png:
29310         * platform/chromium-mac/fast/html/details-open4-expected.txt:
29311         * platform/chromium-mac/fast/html/details-open5-expected.png:
29312         * platform/chromium-mac/fast/html/details-open5-expected.txt:
29313         * platform/chromium-mac/fast/html/details-open6-expected.png:
29314         * platform/chromium-mac/fast/html/details-open6-expected.txt:
29315         * platform/chromium-mac/fast/html/details-position-expected.png:
29316         * platform/chromium-mac/fast/html/details-position-expected.txt:
29317         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
29318         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
29319         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
29320         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
29321         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
29322         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
29323         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
29324         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
29325         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
29326         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
29327         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
29328         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
29329         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
29330         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
29331         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
29332         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
29333         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
29334         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
29335         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
29336         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
29337         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
29338         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
29339         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
29340         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
29341         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
29342         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
29343         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
29344         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
29345         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
29346         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
29347         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
29348         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
29349         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
29350         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
29351         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
29352         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
29353         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
29354         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
29355         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
29356         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
29357         * platform/chromium-mac/fast/inline-block/contenteditable-baseline-expected.png:
29358         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
29359         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
29360         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
29361         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
29362         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
29363         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
29364         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
29365         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
29366         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
29367         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
29368         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
29369         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
29370         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
29371         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
29372         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
29373         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
29374         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
29375         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
29376         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
29377         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
29378         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
29379         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
29380         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
29381         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
29382         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
29383         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
29384         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
29385         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
29386         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
29387         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
29388         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
29389         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
29390         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
29391         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
29392         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
29393         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
29394         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
29395         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
29396         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
29397         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
29398         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
29399         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
29400         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
29401         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
29402         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
29403         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
29404         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
29405         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
29406         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
29407         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
29408         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
29409         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
29410         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
29411         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
29412         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
29413         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
29414         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
29415         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
29416         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
29417         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
29418         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
29419         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
29420         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
29421         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
29422         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
29423         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
29424         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
29425         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
29426         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
29427         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
29428         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
29429         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
29430         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
29431         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
29432         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
29433         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
29434         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
29435         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
29436         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
29437         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
29438         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
29439         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
29440         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
29441         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
29442         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
29443         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
29444         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
29445         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
29446         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
29447         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
29448         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
29449         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
29450         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
29451         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
29452         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt: Added.
29453         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.png: Added.
29454         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
29455         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
29456         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
29457         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
29458         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
29459         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
29460         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
29461         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
29462         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
29463         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
29464         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
29465         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
29466         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
29467         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
29468         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
29469         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
29470         * platform/chromium-win/fast/forms/007-expected.png:
29471         * platform/chromium-win/fast/forms/007-expected.txt:
29472         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
29473         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
29474         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
29475         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
29476         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
29477         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
29478         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
29479         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
29480         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
29481         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
29482         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
29483         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
29484         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
29485         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
29486         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
29487         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
29488         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
29489         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
29490         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
29491         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
29492         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
29493         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
29494         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
29495         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
29496         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
29497         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
29498         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
29499         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
29500         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
29501         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
29502         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
29503         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
29504         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
29505         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
29506         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
29507         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
29508         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
29509         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
29510         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
29511         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
29512         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
29513         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
29514         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
29515         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
29516         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
29517         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
29518         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
29519         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
29520         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
29521         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
29522         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
29523         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
29524         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
29525         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
29526         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
29527         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
29528         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
29529         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
29530         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
29531         * platform/chromium-win/fast/html/details-marker-style-expected.png:
29532         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
29533         * platform/chromium-win/fast/html/details-nested-1-expected.png:
29534         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
29535         * platform/chromium-win/fast/html/details-nested-2-expected.png:
29536         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
29537         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
29538         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
29539         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
29540         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
29541         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
29542         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
29543         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
29544         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
29545         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
29546         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
29547         * platform/chromium-win/fast/html/details-open1-expected.png:
29548         * platform/chromium-win/fast/html/details-open1-expected.txt:
29549         * platform/chromium-win/fast/html/details-open2-expected.png:
29550         * platform/chromium-win/fast/html/details-open2-expected.txt:
29551         * platform/chromium-win/fast/html/details-open3-expected.png:
29552         * platform/chromium-win/fast/html/details-open3-expected.txt:
29553         * platform/chromium-win/fast/html/details-open4-expected.png:
29554         * platform/chromium-win/fast/html/details-open4-expected.txt:
29555         * platform/chromium-win/fast/html/details-open5-expected.png:
29556         * platform/chromium-win/fast/html/details-open5-expected.txt:
29557         * platform/chromium-win/fast/html/details-open6-expected.png:
29558         * platform/chromium-win/fast/html/details-open6-expected.txt:
29559         * platform/chromium-win/fast/html/details-position-expected.png:
29560         * platform/chromium-win/fast/html/details-position-expected.txt:
29561         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
29562         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
29563         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
29564         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
29565         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
29566         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
29567         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
29568         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
29569         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
29570         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
29571         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
29572         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
29573         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
29574         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
29575         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
29576         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
29577         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
29578         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
29579         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
29580         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
29581         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
29582         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
29583         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
29584         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
29585         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
29586         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
29587         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
29588         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
29589         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
29590         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
29591         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
29592         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
29593         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
29594         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
29595         * platform/chromium-win/fast/html/details-replace-text-expected.png:
29596         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
29597         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
29598         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
29599         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
29600         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
29601         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
29602         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
29603         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
29604         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png:
29605         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt:
29606         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
29607         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
29608         * platform/chromium-win/platform/chromium/virtual/softwarecompositing: Added.
29609         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows: Added.
29610         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
29611         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
29612         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
29613         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
29614         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
29615         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
29616         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
29617         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
29618         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
29619         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
29620         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
29621         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
29622         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
29623         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
29624         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
29625         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
29626         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
29627         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
29628         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
29629         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
29630         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
29631         * platform/chromium/TestExpectations:
29632         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
29633         * platform/chromium/fast/forms/input-baseline-expected.txt: Removed.
29634         * platform/chromium/fast/forms/placeholder-position-expected.txt: Removed.
29635         * platform/mac/fast/forms/input-baseline-expected.txt: Removed.
29636         * platform/mac/fast/forms/placeholder-position-expected.txt: Removed.
29637
29638 2012-10-19  Levi Weintraub  <leviw@chromium.org>
29639
29640         Unreviewed gardening. Fixing a lint issue.
29641
29642         * platform/chromium/TestExpectations:
29643
29644 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
29645
29646         AX: aria-hidden=false does not work as expected
29647         https://bugs.webkit.org/show_bug.cgi?id=98787
29648
29649         Reviewed by Beth Dakin.
29650
29651         * accessibility/aria-hidden-negates-no-visibility.html: Added.
29652         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
29653
29654 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
29655
29656         Elements assigned to <shadow> should not be reprojected.
29657         https://bugs.webkit.org/show_bug.cgi?id=99680
29658
29659         Reviewed by Dimitri Glazkov.
29660
29661         * fast/dom/shadow/content-reprojection-complex-expected.html: Added.
29662         * fast/dom/shadow/content-reprojection-complex.html: Added.
29663         * fast/dom/shadow/content-reprojection-shadow-expected.html: Added.
29664         * fast/dom/shadow/content-reprojection-shadow.html: Added.
29665         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Added.
29666         * fast/dom/shadow/shadow-reprojection-prohibited.html: Added.
29667
29668 2012-10-19  Pan Deng  <pan.deng@intel.com>
29669
29670         Fix incorrect User Timing test case path in TestExpectations of qt-5.0-wk2 platform.
29671         https://bugs.webkit.org/show_bug.cgi?id=99811.
29672
29673         Reviewed by Tony Gentilcore.
29674
29675         Path 'http/tests/w3c/webperf/proposal/Intel/user-timing' is replaced by 'http/tests/w3c/webperf/submission/Intel/user-timing' in this patch.
29676
29677         * platform/qt-5.0-wk2/TestExpectations:
29678
29679 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
29680
29681         VO issues with hidden <legend> and last explicitly labelled element within a group <fieldset>
29682         https://bugs.webkit.org/show_bug.cgi?id=96325
29683
29684         Reviewed by Beth Dakin.
29685
29686         * accessibility/hidden-legend-expected.txt: Added.
29687         * accessibility/hidden-legend.html: Added.
29688         * platform/chromium/TestExpectations:
29689
29690 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
29691
29692         Should have a test case where InsertionPoint has a ShadowRoot.
29693         https://bugs.webkit.org/show_bug.cgi?id=99822
29694
29695         Reviewed by Dimitri Glazkov.
29696
29697         We didn't have a test case where InsertionPoint has a ShadowRoot. Let's have it not to cause a regression.
29698
29699         * fast/dom/shadow/shadowroot-of-insertionpoint-expected.html: Added.
29700         * fast/dom/shadow/shadowroot-of-insertionpoint.html: Added.
29701
29702 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
29703
29704         AX: Refactor accessibility name computation so it's more platform independent
29705         https://bugs.webkit.org/show_bug.cgi?id=99502
29706
29707         Reviewed by Beth Dakin.
29708
29709         Update a test to reflect change in what shoud be recognized as a title.
29710
29711         * platform/mac/accessibility/aria-radiobutton-text.html:
29712
29713 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
29714
29715         [WK2][GTK] Fullscreen tests timing out in bots
29716         https://bugs.webkit.org/show_bug.cgi?id=93973
29717
29718         Reviewed by Philippe Normand.
29719
29720         Remove failure expectations for the fullscreen tests. They all pass now,
29721         with a pass expectation needed for one test to aknowledge that.
29722
29723         * platform/gtk-wk2/TestExpectations:
29724
29725 2012-10-19  Kent Tamura  <tkent@chromium.org>
29726
29727         [Chromium] Test expectation update
29728         http://webkit.org/b/99818
29729
29730         month-multiple-fields-keyboard-events.html is failing on SnowLeopard too.
29731
29732         * platform/chromium/TestExpectations:
29733
29734 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
29735
29736         [Qt] Pixel tests need rebaseline
29737         https://bugs.webkit.org/show_bug.cgi?id=99323
29738
29739         Unreviewed pixel rebaseline.
29740
29741         Part 7.
29742         Rebaseline the rest of pixel results. All of these tests producing correct results,
29743         only the expectations were outdated. Most of the differenes was not detectable by
29744         looking at the expected and actual results, only ImageDiff sees the difference.
29745
29746         * platform/qt/http/tests/misc/acid2-expected.png:
29747         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
29748         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
29749         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
29750         * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
29751         * platform/qt/tables/mozilla/bugs/bug1067-2-expected.png:
29752         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
29753         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
29754         * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
29755         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
29756         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
29757         * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
29758         * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
29759         * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
29760         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
29761         * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
29762         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
29763         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
29764         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
29765         * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
29766         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
29767         * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
29768         * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
29769         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
29770         * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
29771         * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
29772         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
29773         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
29774         * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
29775         * platform/qt/tables/mozilla/core/one_row-expected.png:
29776         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
29777         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
29778         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
29779         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
29780         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
29781         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
29782         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
29783         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
29784         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
29785         * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
29786         * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
29787         * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
29788         * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
29789         * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
29790         * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
29791         * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
29792         * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
29793         * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
29794         * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
29795         * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
29796         * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
29797         * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
29798         * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
29799         * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
29800         * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
29801         * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
29802         * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
29803         * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
29804         * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
29805         * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
29806         * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
29807         * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
29808         * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
29809         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
29810         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
29811         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
29812         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
29813         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
29814         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
29815         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
29816         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
29817         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
29818         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
29819         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
29820         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
29821         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
29822         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
29823         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
29824         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
29825         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
29826         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
29827         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
29828         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
29829         * platform/qt/transforms/3d/general/matrix-with-zoom-3d-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
29830         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
29831         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
29832         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
29833         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
29834         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
29835         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
29836         * platform/qt/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
29837
29838 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
29839
29840         [Qt] Pixel tests need rebaseline
29841         https://bugs.webkit.org/show_bug.cgi?id=99323
29842
29843         Unreviewed pixel rebaseline.
29844
29845         Part 6.
29846         Rebaseline pixel results in the svg directory.
29847         All of these tests producing correct results, only the expectations
29848         were outdated. Most of the differenes was not detectable by looking
29849         at the expected and actual results, only ImageDiff sees the difference.
29850
29851         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
29852         * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
29853         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
29854         * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
29855         * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
29856         * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
29857         * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
29858         * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
29859         * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
29860         * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
29861         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
29862         * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
29863         * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
29864         * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
29865         * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
29866         * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
29867         * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
29868         * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
29869         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
29870         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
29871         * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
29872         * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
29873         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
29874         * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
29875         * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
29876         * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
29877         * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
29878         * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
29879         * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
29880         * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
29881         * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
29882         * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
29883         * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
29884         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
29885         * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
29886         * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
29887         * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
29888         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
29889         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
29890         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
29891         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
29892         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
29893         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
29894         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
29895         * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
29896         * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
29897         * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
29898         * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
29899         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
29900         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
29901         * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
29902         * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
29903         * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
29904         * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
29905         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
29906         * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
29907         * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
29908         * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
29909         * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
29910         * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
29911         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
29912         * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
29913         * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
29914         * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
29915         * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
29916         * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
29917         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
29918         * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
29919         * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
29920         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
29921         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Added.
29922         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Added.
29923         * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
29924         * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
29925         * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
29926         * platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
29927         * platform/qt/svg/css/text-shadow-multiple-expected.png:
29928         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
29929         * platform/qt/svg/custom/altglyph-expected.png:
29930         * platform/qt/svg/custom/focus-ring-expected.png:
29931         * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
29932         * platform/qt/svg/custom/gradient-stroke-width-expected.png:
29933         * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.png:
29934         * platform/qt/svg/custom/grayscale-gradient-mask-expected.png:
29935         * platform/qt/svg/custom/image-rescale-expected.png:
29936         * platform/qt/svg/custom/image-small-width-height-expected.png:
29937         * platform/qt/svg/custom/relative-sized-image-expected.png:
29938         * platform/qt/svg/custom/text-rotation-expected.png:
29939         * platform/qt/svg/dom/css-transforms-expected.png:
29940         * platform/qt/svg/filters/feDropShadow-expected.png:
29941         * platform/qt/svg/filters/filterRes1-expected.png:
29942         * platform/qt/svg/filters/filterRes3-expected.png:
29943         * platform/qt/svg/hixie/perf/004-expected.png:
29944         * platform/qt/svg/hixie/use/002-expected.png:
29945         * platform/qt/svg/text/multichar-glyph-expected.png:
29946         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
29947         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
29948         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
29949         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
29950         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
29951         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
29952         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
29953         * platform/qt/svg/text/select-x-list-2-expected.png:
29954         * platform/qt/svg/text/select-x-list-3-expected.png:
29955         * platform/qt/svg/text/select-x-list-4-expected.png:
29956         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
29957         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
29958         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
29959         * platform/qt/svg/text/selection-doubleclick-expected.png:
29960         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
29961         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
29962         * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
29963         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
29964         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
29965         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
29966
29967 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
29968
29969         [Qt] Pixel tests need rebaseline
29970         https://bugs.webkit.org/show_bug.cgi?id=99323
29971
29972         Unreviewed pixel rebaseline.
29973
29974         Part 5.
29975         Rebaseline pixel results the rest of the fast directory.
29976         All of these tests producing correct results, only the expectations
29977         were outdated. Most of the differenes was not detectable by looking
29978         at the expected and actual results, only ImageDiff sees the difference.
29979
29980         * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
29981         * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
29982         * platform/qt/fast/dom/children-nodes-expected.png:
29983         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
29984         * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
29985         * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
29986         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
29987         * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
29988         * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
29989         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
29990         * platform/qt/fast/events/pointer-events-2-expected.png:
29991         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png:
29992         * platform/qt/fast/forms/select-change-listbox-size-expected.png:
29993         * platform/qt/fast/images/color-jpeg-with-color-profile-expected.png:
29994         * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
29995         * platform/qt/fast/inline/br-text-decoration-expected.png:
29996         * platform/qt/fast/inline/continuation-outlines-expected.png:
29997         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
29998         * platform/qt/fast/inline/inline-box-background-expected.png:
29999         * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
30000         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
30001         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
30002         * platform/qt/fast/layers/normal-flow-hit-test-expected.png:
30003         * platform/qt/fast/layers/opacity-outline-expected.png:
30004         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
30005         * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
30006         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
30007         * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
30008         * platform/qt/fast/lists/003-expected.png:
30009         * platform/qt/fast/lists/003-vertical-expected.png:
30010         * platform/qt/fast/lists/marker-before-empty-inline-expected.png:
30011         * platform/qt/fast/lists/marker-image-error-expected.png:
30012         * platform/qt/fast/lists/markers-in-selection-expected.png:
30013         * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
30014         * platform/qt/fast/lists/scrolled-marker-paint-expected.png:
30015         * platform/qt/fast/multicol/column-rules-expected.png:
30016         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
30017         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
30018         * platform/qt/fast/multicol/float-multicol-expected.png:
30019         * platform/qt/fast/multicol/nested-columns-expected.png:
30020         * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
30021         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
30022         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
30023         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
30024         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
30025         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
30026         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
30027         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
30028         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
30029         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
30030         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
30031         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
30032         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
30033         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
30034         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
30035         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
30036         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
30037         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
30038         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
30039         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
30040         * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
30041         * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
30042         * platform/qt/fast/overflow/paged-x-div-expected.png:
30043         * platform/qt/fast/overflow/paged-x-on-root-expected.png:
30044         * platform/qt/fast/overflow/paged-y-div-expected.png:
30045         * platform/qt/fast/overflow/paged-y-on-root-expected.png:
30046         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
30047         * platform/qt/fast/reflections/reflection-direction-expected.png:
30048         * platform/qt/fast/reflections/reflection-with-zoom-expected.png:
30049         * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
30050         * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
30051         * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
30052         * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png:
30053         * platform/qt/fast/repaint/float-overflow-expected.png:
30054         * platform/qt/fast/repaint/float-overflow-right-expected.png:
30055         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
30056         * platform/qt/fast/replaced/001-expected.png:
30057         * platform/qt/fast/replaced/002-expected.png:
30058         * platform/qt/fast/replaced/003-expected.png:
30059         * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
30060         * platform/qt/fast/replaced/image-sizing-expected.png:
30061         * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
30062         * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
30063         * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
30064         * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
30065         * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
30066         * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
30067         * platform/qt/fast/selectors/166-expected.png:
30068         * platform/qt/fast/table/border-collapsing/004-expected.png:
30069         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
30070         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
30071         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
30072         * platform/qt/fast/table/edge-offsets-expected.png:
30073         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
30074         * platform/qt/fast/table/frame-and-rules-expected.png:
30075         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
30076         * platform/qt/fast/table/table-row-style-not-updated-expected.png: Added.
30077         * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
30078         * platform/qt/fast/table/table-style-not-updated-expected.png: Added.
30079         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
30080         * platform/qt/fast/text/break-word-expected.png:
30081         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
30082         * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png:
30083         * platform/qt/fast/text/delete-hard-break-character-expected.png:
30084         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
30085         * platform/qt/fast/text/midword-break-hang-expected.png:
30086         * platform/qt/fast/text/reset-emptyRun-expected.png:
30087         * platform/qt/fast/text/selection-hard-linebreak-expected.png:
30088         * platform/qt/fast/text/stroking-decorations-expected.png:
30089         * platform/qt/fast/text/text-letter-spacing-expected.png:
30090         * platform/qt/fast/text/wbr-expected.png:
30091         * platform/qt/fast/text/whitespace/018-expected.png:
30092         * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
30093         * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
30094         * platform/qt/fast/transforms/shadows-expected.png:
30095         * platform/qt/fast/transforms/transformed-caret-expected.png:
30096         * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
30097         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
30098         * platform/qt/fast/writing-mode/english-lr-text-expected.png:
30099
30100 2012-10-19  Kent Tamura  <tkent@chromium.org>
30101
30102         Use Localizer::monthFormat to construct input[type=month] UI
30103         https://bugs.webkit.org/show_bug.cgi?id=99818
30104
30105         Reviewed by Kentaro Hara.
30106
30107         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Added.
30108         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Added.
30109         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
30110         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
30111         Updated because symbolic month fields don't support digit-key input.
30112         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
30113         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
30114         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
30115         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
30116         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
30117         * platform/chromium/TestExpectations:
30118
30119 2012-10-19  Vsevolod Vlasov  <vsevik@chromium.org>
30120
30121         Web Inspector: inspector/styles/styles-history.html is failing Text on Windows and Linux
30122         https://bugs.webkit.org/show_bug.cgi?id=99519
30123
30124         Reviewed by Alexander Pavlov.
30125
30126         * inspector/styles/styles-history.html:
30127         * platform/chromium/TestExpectations:
30128
30129 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
30130
30131         [Qt] Pixel tests need rebaseline
30132         https://bugs.webkit.org/show_bug.cgi?id=99323
30133
30134         Unreviewed pixel rebase.
30135
30136         Part 4.
30137         Rebaseline pixel results in first part of fast (backgrounds, block, borders,
30138         box-shadow, css). All of these tests producing correct results, only the expectations
30139         were outdated. Most of the differenes was not detectable by looking at the expected
30140         and actual results, only ImageDiff sees the difference.
30141
30142         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
30143         * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
30144         * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
30145         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
30146         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
30147         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
30148         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
30149         * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
30150         * platform/qt/fast/backgrounds/size/contain-and-cover-expected.png: Added.
30151         * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
30152         * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
30153         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
30154         * platform/qt/fast/block/float/002-expected.png:
30155         * platform/qt/fast/block/float/020-expected.png:
30156         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
30157         * platform/qt/fast/block/float/float-in-float-painting-expected.png:
30158         * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
30159         * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
30160         * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
30161         * platform/qt/fast/block/float/table-relayout-expected.png:
30162         * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
30163         * platform/qt/fast/block/margin-collapse/055-expected.png:
30164         * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
30165         * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
30166         * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
30167         * platform/qt/fast/block/positioning/auto/007-expected.png:
30168         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
30169         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
30170         * platform/qt/fast/borders/border-image-01-expected.png:
30171         * platform/qt/fast/borders/border-image-border-radius-expected.png:
30172         * platform/qt/fast/borders/border-image-longhand-expected.png:
30173         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
30174         * platform/qt/fast/borders/border-image-outset-expected.png:
30175         * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
30176         * platform/qt/fast/borders/border-image-repeat-expected.png:
30177         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
30178         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
30179         * platform/qt/fast/borders/border-image-scaled-expected.png:
30180         * platform/qt/fast/borders/border-image-scrambled-expected.png:
30181         * platform/qt/fast/borders/border-image-side-reduction-expected.png:
30182         * platform/qt/fast/borders/border-image-source-expected.png:
30183         * platform/qt/fast/borders/border-mixed-alpha-expected.png:
30184         * platform/qt/fast/borders/border-radius-complex-inner-expected.png:
30185         * platform/qt/fast/borders/border-radius-different-width-001-expected.png:
30186         * platform/qt/fast/borders/rtl-border-01-expected.png:
30187         * platform/qt/fast/borders/rtl-border-02-expected.png:
30188         * platform/qt/fast/borders/rtl-border-03-expected.png:
30189         * platform/qt/fast/borders/rtl-border-04-expected.png:
30190         * platform/qt/fast/box-shadow/spread-expected.png:
30191         * platform/qt/fast/canvas/arc360-expected.png:
30192         * platform/qt/fast/canvas/canvas-before-css-expected.png:
30193         * platform/qt/fast/canvas/canvas-composite-expected.png:
30194         * platform/qt/fast/canvas/canvas-text-alignment-expected.png:
30195         * platform/qt/fast/canvas/canvas-text-baseline-expected.png:
30196         * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png:
30197         * platform/qt/fast/canvas/check-stale-putImageData-expected.png: Added.
30198         * platform/qt/fast/canvas/drawImage-expected.png:
30199         * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.png:
30200         * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.png:
30201         * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png:
30202         * platform/qt/fast/canvas/fillrect_gradient-expected.png:
30203         * platform/qt/fast/canvas/image-object-in-canvas-expected.png:
30204         * platform/qt/fast/canvas/patternfill-repeat-expected.png:
30205         * platform/qt/fast/canvas/quadraticCurveTo-expected.png:
30206         * platform/qt/fast/canvas/shadow-offset-1-expected.png:
30207         * platform/qt/fast/canvas/shadow-offset-2-expected.png:
30208         * platform/qt/fast/canvas/shadow-offset-3-expected.png:
30209         * platform/qt/fast/canvas/shadow-offset-4-expected.png:
30210         * platform/qt/fast/canvas/shadow-offset-5-expected.png:
30211         * platform/qt/fast/canvas/shadow-offset-6-expected.png:
30212         * platform/qt/fast/canvas/shadow-offset-7-expected.png:
30213         * platform/qt/fast/canvas/zero-size-fill-rect-expected.png:
30214         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
30215         * platform/qt/fast/css/acid2-expected.png:
30216         * platform/qt/fast/css/clip-zooming-expected.png:
30217         * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
30218         * platform/qt/fast/css/css2-system-fonts-expected.png:
30219         * platform/qt/fast/css/empty-pseudo-class-expected.png:
30220         * platform/qt/fast/css/find-next-layer-expected.png:
30221         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
30222         * platform/qt/fast/css/first-letter-capitalized-expected.png:
30223         * platform/qt/fast/css/first-letter-detach-expected.png:
30224         * platform/qt/fast/css/first-letter-hover-expected.png:
30225         * platform/qt/fast/css/first-line-text-decoration-expected.png:
30226         * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
30227         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
30228         * platform/qt/fast/css/focus-ring-multiline-expected.png:
30229         * platform/qt/fast/css/font-face-opentype-expected.png:
30230         * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
30231         * platform/qt/fast/css/font-face-weight-matching-expected.png:
30232         * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
30233         * platform/qt/fast/css/hover-subselector-expected.png:
30234         * platform/qt/fast/css/hsl-color-expected.png:
30235         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
30236         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
30237         * platform/qt/fast/css/line-height-font-order-expected.png:
30238         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
30239         * platform/qt/fast/css/min-width-with-spanned-cell-expected.png: Added.
30240         * platform/qt/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
30241         * platform/qt/fast/css/nth-child-dynamic-expected.png:
30242         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
30243         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
30244         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
30245         * platform/qt/fast/css/outline-auto-location-expected.png:
30246         * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
30247         * platform/qt/fast/css/text-rendering-expected.png:
30248         * platform/qt/fast/css/universal-hover-quirk-expected.png:
30249
30250 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
30251
30252         [Qt] Pixel tests need rebaseline
30253         https://bugs.webkit.org/show_bug.cgi?id=99323
30254
30255         Unreviewed rebaseline.
30256
30257         Part 3.
30258         Rebase pixel results in editing. All of these tests producing correct results,
30259         only the expectations were outdated.
30260
30261         * platform/qt/editing/deleting/4922367-expected.png:
30262         * platform/qt/editing/deleting/5099303-expected.png:
30263         * platform/qt/editing/deleting/5144139-2-expected.png:
30264         * platform/qt/editing/deleting/5483370-expected.png:
30265         * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
30266         * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
30267         * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
30268         * platform/qt/editing/deleting/delete-and-undo-expected.png:
30269         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
30270         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
30271         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
30272         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
30273         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
30274         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
30275         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
30276         * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
30277         * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
30278         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
30279         * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
30280         * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
30281         * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
30282         * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
30283         * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
30284         * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
30285         * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
30286         * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
30287         * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
30288         * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
30289         * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
30290         * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
30291         * platform/qt/editing/deleting/delete-br-001-expected.png:
30292         * platform/qt/editing/deleting/delete-br-007-expected.png:
30293         * platform/qt/editing/deleting/delete-br-013-expected.png:
30294         * platform/qt/editing/deleting/delete-character-001-expected.png:
30295         * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
30296         * platform/qt/editing/deleting/delete-first-list-item-expected.png:
30297         * platform/qt/editing/deleting/delete-image-001-expected.png:
30298         * platform/qt/editing/deleting/delete-image-003-expected.png:
30299         * platform/qt/editing/deleting/delete-image-004-expected.png:
30300         * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
30301         * platform/qt/editing/deleting/delete-line-015-expected.png:
30302         * platform/qt/editing/deleting/delete-line-016-expected.png:
30303         * platform/qt/editing/deleting/delete-line-017-expected.png:
30304         * platform/qt/editing/deleting/delete-listitem-002-expected.png:
30305         * platform/qt/editing/deleting/delete-selection-001-expected.png:
30306         * platform/qt/editing/deleting/delete-to-select-table-expected.png:
30307         * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
30308         * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
30309         * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
30310         * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
30311         * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
30312         * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
30313         * platform/qt/editing/deleting/list-item-1-expected.png:
30314         * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
30315         * platform/qt/editing/deleting/merge-no-br-expected.png:
30316         * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
30317         * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
30318         * platform/qt/editing/deleting/non-smart-delete-expected.png:
30319         * platform/qt/editing/deleting/smart-delete-001-expected.png:
30320         * platform/qt/editing/deleting/smart-delete-002-expected.png:
30321         * platform/qt/editing/deleting/table-cells-expected.png:
30322         * platform/qt/editing/execCommand/4580583-2-expected.png:
30323         * platform/qt/editing/execCommand/4641880-1-expected.png:
30324         * platform/qt/editing/execCommand/4641880-2-expected.png:
30325         * platform/qt/editing/execCommand/4747450-expected.png:
30326         * platform/qt/editing/execCommand/4916402-expected.png:
30327         * platform/qt/editing/execCommand/4916541-expected.png:
30328         * platform/qt/editing/execCommand/5080333-1-expected.png:
30329         * platform/qt/editing/execCommand/5080333-2-expected.png:
30330         * platform/qt/editing/execCommand/5136770-expected.png:
30331         * platform/qt/editing/execCommand/5138441-expected.png:
30332         * platform/qt/editing/execCommand/5142012-1-expected.png:
30333         * platform/qt/editing/execCommand/5142012-2-expected.png:
30334         * platform/qt/editing/execCommand/5190926-expected.png:
30335         * platform/qt/editing/execCommand/5481523-expected.png:
30336         * platform/qt/editing/execCommand/5569741-expected.png:
30337         * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
30338         * platform/qt/editing/execCommand/indent-list-item-expected.png:
30339         * platform/qt/editing/execCommand/indent-selection-expected.png:
30340         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
30341         * platform/qt/editing/execCommand/print-expected.png:
30342         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
30343         * platform/qt/editing/execCommand/selectAll-expected.png:
30344         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png:
30345         * platform/qt/editing/inserting/12882-expected.png:
30346         * platform/qt/editing/inserting/4278698-expected.png:
30347         * platform/qt/editing/inserting/4840662-expected.png:
30348         * platform/qt/editing/inserting/4960120-2-expected.png:
30349         * platform/qt/editing/inserting/5002441-expected.png:
30350         * platform/qt/editing/inserting/5058163-1-expected.png:
30351         * platform/qt/editing/inserting/5058163-2-expected.png:
30352         * platform/qt/editing/inserting/5156401-2-expected.png:
30353         * platform/qt/editing/inserting/5510537-expected.png:
30354         * platform/qt/editing/inserting/5549929-2-expected.png:
30355         * platform/qt/editing/inserting/5549929-3-expected.png:
30356         * platform/qt/editing/inserting/6703873-expected.png:
30357         * platform/qt/editing/inserting/editing-empty-divs-expected.png:
30358         * platform/qt/editing/inserting/insert-3775316-fix-expected.png:
30359         * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
30360         * platform/qt/editing/inserting/insert-at-end-01-expected.png:
30361         * platform/qt/editing/inserting/insert-at-end-02-expected.png:
30362         * platform/qt/editing/inserting/insert-br-001-expected.png:
30363         * platform/qt/editing/inserting/insert-br-003-expected.png:
30364         * platform/qt/editing/inserting/insert-br-006-expected.png:
30365         * platform/qt/editing/inserting/insert-br-007-expected.png:
30366         * platform/qt/editing/inserting/insert-br-008-expected.png:
30367         * platform/qt/editing/inserting/insert-br-009-expected.png:
30368         * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png:
30369         * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
30370         * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
30371         * platform/qt/editing/inserting/insert-br-quoted-001-expected.png:
30372         * platform/qt/editing/inserting/insert-br-quoted-002-expected.png:
30373         * platform/qt/editing/inserting/insert-br-quoted-003-expected.png:
30374         * platform/qt/editing/inserting/insert-br-quoted-004-expected.png:
30375         * platform/qt/editing/inserting/insert-br-quoted-005-expected.png:
30376         * platform/qt/editing/inserting/insert-br-quoted-006-expected.png:
30377         * platform/qt/editing/inserting/insert-div-022-expected.png:
30378         * platform/qt/editing/inserting/insert-div-023-expected.png:
30379         * platform/qt/editing/inserting/insert-div-024-expected.png:
30380         * platform/qt/editing/inserting/insert-div-026-expected.png:
30381         * platform/qt/editing/inserting/insert-paragraph-01-expected.png:
30382         * platform/qt/editing/inserting/insert-paragraph-03-expected.png:
30383         * platform/qt/editing/inserting/insert-paragraph-04-expected.png:
30384         * platform/qt/editing/inserting/insert-paragraph-05-expected.png:
30385         * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
30386         * platform/qt/editing/inserting/insert-tab-001-expected.png:
30387         * platform/qt/editing/inserting/insert-tab-002-expected.png:
30388         * platform/qt/editing/inserting/insert-tab-004-expected.png:
30389         * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
30390         * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
30391         * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png:
30392         * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
30393         * platform/qt/editing/inserting/line-break-expected.png:
30394         * platform/qt/editing/inserting/paragraph-separator-01-expected.png:
30395         * platform/qt/editing/inserting/paragraph-separator-02-expected.png:
30396         * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png:
30397         * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png:
30398         * platform/qt/editing/inserting/return-key-with-selection-001-expected.png:
30399         * platform/qt/editing/inserting/return-key-with-selection-002-expected.png:
30400         * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
30401         * platform/qt/editing/inserting/typing-001-expected.png:
30402         * platform/qt/editing/inserting/typing-002-expected.png:
30403         * platform/qt/editing/inserting/typing-003-expected.png:
30404         * platform/qt/editing/inserting/typing-around-br-001-expected.png:
30405         * platform/qt/editing/inserting/typing-around-image-001-expected.png:
30406         * platform/qt/editing/pasteboard/3976872-expected.png:
30407         * platform/qt/editing/pasteboard/4076267-2-expected.png:
30408         * platform/qt/editing/pasteboard/4076267-3-expected.png:
30409         * platform/qt/editing/pasteboard/4631972-expected.png:
30410         * platform/qt/editing/pasteboard/4806874-expected.png:
30411         * platform/qt/editing/pasteboard/5006779-expected.png:
30412         * platform/qt/editing/pasteboard/5071074-2-expected.png:
30413         * platform/qt/editing/pasteboard/5071074-expected.png:
30414         * platform/qt/editing/pasteboard/5075944-expected.png:
30415         * platform/qt/editing/pasteboard/5156401-1-expected.png:
30416         * platform/qt/editing/pasteboard/5247341-expected.png:
30417         * platform/qt/editing/pasteboard/5387578-expected.png:
30418         * platform/qt/editing/pasteboard/5478250-expected.png:
30419         * platform/qt/editing/pasteboard/5601583-1-expected.png:
30420         * platform/qt/editing/pasteboard/8145-1-expected.png:
30421         * platform/qt/editing/pasteboard/8145-2-expected.png:
30422         * platform/qt/editing/pasteboard/8145-3-expected.png:
30423         * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
30424         * platform/qt/editing/pasteboard/cut-text-001-expected.png:
30425         * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png:
30426         * platform/qt/editing/pasteboard/displaced-placeholder-expected.png:
30427         * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png:
30428         * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png:
30429         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
30430         * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png:
30431         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png:
30432         * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png:
30433         * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
30434         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
30435         * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png:
30436         * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png:
30437         * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png:
30438         * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png:
30439         * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png:
30440         * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png:
30441         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
30442         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
30443         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
30444         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
30445         * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
30446         * platform/qt/editing/pasteboard/paste-match-style-002-expected.png:
30447         * platform/qt/editing/pasteboard/paste-text-019-expected.png:
30448         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
30449         * platform/qt/editing/pasteboard/pasting-object-expected.png:
30450         * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png:
30451         * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
30452         * platform/qt/editing/pasteboard/smart-paste-008-expected.png:
30453         * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png:
30454         * platform/qt/editing/pasteboard/unrendered-br-expected.png:
30455         * platform/qt/editing/selection/3690703-2-expected.png:
30456         * platform/qt/editing/selection/3690703-expected.png:
30457         * platform/qt/editing/selection/3690719-expected.png:
30458         * platform/qt/editing/selection/4397952-expected.png:
30459         * platform/qt/editing/selection/4818145-expected.png:
30460         * platform/qt/editing/selection/4932260-1-expected.png:
30461         * platform/qt/editing/selection/4932260-2-expected.png:
30462         * platform/qt/editing/selection/4932260-3-expected.png:
30463         * platform/qt/editing/selection/5007143-2-expected.png:
30464         * platform/qt/editing/selection/5007143-expected.png:
30465         * platform/qt/editing/selection/5057506-2-expected.png:
30466         * platform/qt/editing/selection/5057506-expected.png:
30467         * platform/qt/editing/selection/5076323-2-expected.png:
30468         * platform/qt/editing/selection/5076323-3-expected.png:
30469         * platform/qt/editing/selection/5131716-1-expected.png:
30470         * platform/qt/editing/selection/5131716-2-expected.png:
30471         * platform/qt/editing/selection/5131716-3-expected.png:
30472         * platform/qt/editing/selection/5131716-4-expected.png:
30473         * platform/qt/editing/selection/5234383-1-expected.png:
30474         * platform/qt/editing/selection/5234383-2-expected.png:
30475         * platform/qt/editing/selection/6476-expected.png:
30476         * platform/qt/editing/selection/after-line-wrap-expected.png:
30477         * platform/qt/editing/selection/caret-before-select-expected.png:
30478         * platform/qt/editing/selection/click-start-of-line-expected.png:
30479         * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
30480         * platform/qt/editing/selection/end-of-document-expected.png:
30481         * platform/qt/editing/selection/extend-by-character-001-expected.png:
30482         * platform/qt/editing/selection/extend-by-character-006-expected.png:
30483         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
30484         * platform/qt/editing/selection/extend-by-word-001-expected.png:
30485         * platform/qt/editing/selection/extend-by-word-002-expected.png:
30486         * platform/qt/editing/selection/extend-selection-bidi-expected.png:
30487         * platform/qt/editing/selection/iframe-expected.png:
30488         * platform/qt/editing/selection/image-before-linebreak-expected.png:
30489         * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
30490         * platform/qt/editing/selection/leave-requested-block-expected.png:
30491         * platform/qt/editing/selection/mixed-editability-6-expected.png:
30492         * platform/qt/editing/selection/mixed-editability-7-expected.png:
30493         * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
30494         * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
30495         * platform/qt/editing/selection/move-by-character-001-expected.png:
30496         * platform/qt/editing/selection/move-by-line-001-expected.png:
30497         * platform/qt/editing/selection/move-by-line-002-expected.png:
30498         * platform/qt/editing/selection/move-by-sentence-001-expected.png:
30499         * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
30500         * platform/qt/editing/selection/move-by-word-001-expected.png:
30501         * platform/qt/editing/selection/previous-line-position-expected.png:
30502         * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
30503         * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
30504         * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
30505         * platform/qt/editing/selection/select-all-001-expected.png:
30506         * platform/qt/editing/selection/select-all-002-expected.png:
30507         * platform/qt/editing/selection/table-caret-1-expected.png:
30508         * platform/qt/editing/selection/table-caret-2-expected.png:
30509         * platform/qt/editing/selection/unrendered-space-expected.png:
30510         * platform/qt/editing/style/5017613-1-expected.png:
30511         * platform/qt/editing/style/5017613-2-expected.png:
30512         * platform/qt/editing/style/5046875-1-expected.png:
30513         * platform/qt/editing/style/5046875-2-expected.png:
30514         * platform/qt/editing/style/5065910-expected.png:
30515         * platform/qt/editing/style/5228141-expected.png:
30516         * platform/qt/editing/style/5279521-expected.png:
30517         * platform/qt/editing/style/block-styles-007-expected.png:
30518         * platform/qt/editing/style/font-family-with-space-expected.png:
30519         * platform/qt/editing/style/style-3681552-fix-001-expected.png:
30520         * platform/qt/editing/style/style-3681552-fix-002-expected.png:
30521         * platform/qt/editing/style/style-3998892-fix-expected.png:
30522         * platform/qt/editing/style/style-boundary-001-expected.png:
30523         * platform/qt/editing/style/style-boundary-002-expected.png:
30524         * platform/qt/editing/style/style-boundary-003-expected.png:
30525         * platform/qt/editing/style/style-boundary-004-expected.png:
30526         * platform/qt/editing/style/typing-style-001-expected.png:
30527         * platform/qt/editing/style/typing-style-002-expected.png:
30528         * platform/qt/editing/style/unbold-in-bold-expected.png:
30529         * platform/qt/editing/undo/4063751-expected.png:
30530         * platform/qt/editing/undo/5378473-expected.png:
30531         * platform/qt/editing/undo/redo-typing-001-expected.png:
30532         * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
30533         * platform/qt/editing/undo/undo-combined-delete-expected.png:
30534         * platform/qt/editing/undo/undo-delete-boundary-expected.png:
30535         * platform/qt/editing/undo/undo-delete-expected.png:
30536         * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
30537         * platform/qt/editing/undo/undo-forward-delete-expected.png:
30538         * platform/qt/editing/undo/undo-misspellings-expected.png:
30539         * platform/qt/editing/undo/undo-typing-001-expected.png:
30540         * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
30541         * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
30542         * platform/qt/editing/unsupported-content/list-type-after-expected.png:
30543         * platform/qt/editing/unsupported-content/list-type-before-expected.png:
30544         * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
30545         * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
30546         * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
30547         * platform/qt/editing/unsupported-content/table-type-after-expected.png:
30548         * platform/qt/editing/unsupported-content/table-type-before-expected.png:
30549
30550 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
30551
30552         [Qt] Pixel tests need rebaseline
30553         https://bugs.webkit.org/show_bug.cgi?id=99323
30554
30555         Unreviewed rebaseline.
30556
30557         Part 2.
30558         Rebase pixel results in animations, compositing, css1, css2.1 and css3.
30559
30560         * platform/qt/animations/cross-fade-border-image-source-expected.png:
30561         * platform/qt/compositing/direct-image-compositing-expected.png:
30562         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
30563         * platform/qt/css1/basic/containment-expected.png:
30564         * platform/qt/css1/basic/inheritance-expected.png:
30565         * platform/qt/css1/box_properties/border-expected.png:
30566         * platform/qt/css1/box_properties/border_bottom-expected.png:
30567         * platform/qt/css1/box_properties/border_left-expected.png:
30568         * platform/qt/css1/box_properties/border_left_width-expected.png:
30569         * platform/qt/css1/box_properties/border_right_inline-expected.png:
30570         * platform/qt/css1/box_properties/border_right_width-expected.png:
30571         * platform/qt/css1/box_properties/border_style-expected.png:
30572         * platform/qt/css1/box_properties/border_top-expected.png:
30573         * platform/qt/css1/box_properties/clear_float-expected.png:
30574         * platform/qt/css1/box_properties/float_margin-expected.png:
30575         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
30576         * platform/qt/css1/box_properties/margin_inline-expected.png:
30577         * platform/qt/css1/box_properties/margin_left-expected.png:
30578         * platform/qt/css1/box_properties/margin_right-expected.png:
30579         * platform/qt/css1/box_properties/padding_bottom-expected.png:
30580         * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
30581         * platform/qt/css1/box_properties/padding_inline-expected.png:
30582         * platform/qt/css1/box_properties/padding_left-expected.png:
30583         * platform/qt/css1/box_properties/padding_right-expected.png:
30584         * platform/qt/css1/cascade/cascade_order-expected.png:
30585         * platform/qt/css1/cascade/important-expected.png:
30586         * platform/qt/css1/classification/display-expected.png:
30587         * platform/qt/css1/color_and_background/background_position-expected.png:
30588         * platform/qt/css1/color_and_background/background_repeat-expected.png:
30589         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
30590         * platform/qt/css1/font_properties/font-expected.png:
30591         * platform/qt/css1/formatting_model/inline_elements-expected.png:
30592         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
30593         * platform/qt/css1/pseudo/anchor-expected.png:
30594         * platform/qt/css1/pseudo/firstletter-expected.png:
30595         * platform/qt/css1/pseudo/firstline-expected.png:
30596         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
30597         * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
30598         * platform/qt/css1/text_properties/text_decoration-expected.png:
30599         * platform/qt/css1/text_properties/text_indent-expected.png:
30600         * platform/qt/css1/text_properties/text_transform-expected.png:
30601         * platform/qt/css1/units/urls-expected.png:
30602         * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
30603         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
30604         * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
30605         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png:
30606         * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
30607         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
30608         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
30609         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
30610         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
30611         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
30612         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
30613         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
30614         * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
30615         * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
30616         * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
30617         * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
30618         * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
30619         * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
30620
30621 2012-10-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
30622
30623         [EFL] Gardening to make the bots green
30624         https://bugs.webkit.org/show_bug.cgi?id=99828
30625
30626         Unreviewed EFL gardening.
30627
30628         Adding test expectations for failures caused by
30629         r131836 and r131824.
30630
30631         * platform/efl-wk1/TestExpectations:
30632         * platform/efl/TestExpectations:
30633
30634 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
30635
30636         [Qt] Pixel tests need rebaseline
30637         https://bugs.webkit.org/show_bug.cgi?id=99323
30638
30639         Unreviewed rebaseline.
30640
30641         Part I.
30642         Identifying wrong results, and rebasing some expected png's.
30643
30644         * platform/qt-5.0-wk1/TestExpectations:
30645         * platform/qt-5.0-wk2/TestExpectations:
30646         * platform/qt-5.0-wk2/fast/borders/border-image-01-expected.png: Added.
30647         * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png: Added.
30648         * platform/qt-5.0-wk2/fast/borders/border-image-longhand-expected.png: Added.
30649         * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: Added.
30650         * platform/qt-5.0-wk2/fast/borders/border-image-outset-expected.png: Added.
30651         * platform/qt-5.0-wk2/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
30652         * platform/qt-5.0-wk2/fast/borders/border-image-repeat-expected.png: Added.
30653         * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: Added.
30654         * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
30655         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: Added.
30656         * platform/qt-5.0-wk2/fast/borders/border-image-scrambled-expected.png: Added.
30657         * platform/qt-5.0-wk2/fast/borders/border-image-side-reduction-expected.png: Added.
30658         * platform/qt-5.0-wk2/fast/borders/border-image-source-expected.png: Added.
30659         * platform/qt-5.0-wk2/fast/borders/border-mixed-alpha-expected.png: Added.
30660         * platform/qt-5.0-wk2/fast/borders/border-radius-complex-inner-expected.png: Added.
30661         * platform/qt-5.0-wk2/fast/borders/border-radius-different-width-001-expected.png: Added.
30662         * platform/qt-5.0-wk2/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
30663         * platform/qt-5.0-wk2/fast/box-shadow/spread-expected.png: Added.
30664         * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png: Added.
30665         * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
30666         * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png:
30667         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
30668         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
30669         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png:
30670         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
30671         * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
30672         * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png: Added.
30673         * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/mask-invalidation-expected.png.
30674         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png: Added.
30675         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
30676         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
30677         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
30678         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
30679         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
30680         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
30681         * 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.
30682         * platform/qt/TestExpectations:
30683         * platform/qt/animations/cross-fade-background-image-expected.png:
30684         * platform/qt/animations/cross-fade-border-image-source-expected.png:
30685         * platform/qt/animations/cross-fade-list-style-image-expected.png:
30686         * platform/qt/animations/cross-fade-webkit-mask-image-expected.png:
30687         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
30688         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
30689         * platform/qt/svg/custom/mask-invalidation-expected.png:
30690         * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
30691         * platform/qt/svg/text/remove-tspan-from-text-expected.png:
30692         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
30693         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Removed.
30694
30695 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
30696
30697         [EFL] Rebaseline pixel expectation that is rendered correctly now.
30698
30699         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
30700
30701 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
30702
30703         Unreviewed GTK gardening.
30704
30705         Adding a platform-specific baseline for a new Shadow DOM test
30706         that was introduced in r131758, the new baseline differs from
30707         the original one just by an annoying newline at the end of the
30708         document.
30709
30710         Adding test expectations for list styles test failure caused by
30711         r131836. Adding a test expectation for a new a11y test introduced
30712         in r131871.
30713
30714         * platform/gtk/TestExpectations:
30715         * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
30716
30717 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
30718
30719         [EFL] Unskip a few passing tests.
30720
30721         * platform/efl-wk1/TestExpectations:
30722         * platform/efl/TestExpectations:
30723
30724 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
30725
30726         [EFL] Rebaseline a few pixel expectations now that WK1 also shows the resizer in textareas.
30727
30728         * platform/efl/fast/forms/basic-textareas-expected.png:
30729         * platform/efl/fast/forms/basic-textareas-quirks-expected.png:
30730
30731 2012-10-18  Dominic Mazzoni  <dmazzoni@google.com>
30732
30733         AX: labelForElement is slow when there are a lot of DOM elements
30734         https://bugs.webkit.org/show_bug.cgi?id=97825
30735
30736         Reviewed by Ryosuke Niwa.
30737
30738         Adds two new tests for titleUIElement that run on both Mac and
30739         Chromium. One tests correctness, the other tests speed.
30740
30741         Fixes one test so that it passes on Chromium.
30742         Enables other tests that now pass on Chromium.
30743
30744         * accessibility/secure-textfield-title-ui.html:
30745         * accessibility/title-ui-element-correctness-expected.txt: Added.
30746         * accessibility/title-ui-element-correctness.html: Added.
30747         * perf/accessibility-title-ui-element-expected.txt: Added.
30748         * perf/accessibility-title-ui-element.html: Added.
30749         * platform/chromium/TestExpectations:
30750
30751 2012-10-18  Alexander Pavlov  <apavlov@chromium.org>
30752
30753         Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
30754         https://bugs.webkit.org/show_bug.cgi?id=99720
30755
30756         Reviewed by Yury Semikhatsky.
30757
30758         * inspector/elements/elements-panel-styles-expected.txt:
30759         * inspector/elements/resources/elements-panel-styles.css:
30760         (#container):
30761         (.foo):
30762
30763 2012-10-18  Dongwoo Joshua Im  <dw.im@samsung.com>
30764
30765         quirk-orphaned-units.html should be removed from TestExpectations.
30766         https://bugs.webkit.org/show_bug.cgi?id=99807
30767
30768         Reviewed by Csaba Osztrogonác.
30769
30770         quirk-orphaned-units.html is no more existed, so it should be removed from TestExpectations.
30771
30772         * platform/qt-mac/TestExpectations: Remove quirk-orphaned-units.html.
30773
30774 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
30775
30776         Remove entries for now-passing tests in chroum-mac-mountainlion.
30777
30778         Unreviewed, expectations change.
30779
30780         * platform/chromium-mac-mountainlion/TestExpectations:
30781
30782 2012-10-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
30783
30784         Implement value sanitization algorithm for type=datetime
30785         https://bugs.webkit.org/show_bug.cgi?id=76893
30786
30787         Reviewed by Kent Tamura.
30788
30789         Added a test for the value sanitization algorithm for type=datetime.
30790         Also updated affected tests.
30791
30792         * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
30793         * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
30794         '0001-01-01T00:00+01:00' is an invalid value because that is before
30795         0001-01-01 00:00 UTC. '0001-01-01T00:00-01:00' is a valid value.
30796         * fast/forms/datetime/datetime-value-sanitization-expected.txt: Added.
30797         * fast/forms/datetime/datetime-value-sanitization.html: Added.
30798         * fast/forms/datetime/input-valueasdate-datetime-expected.txt:
30799         * fast/forms/datetime/input-valueasdate-datetime.html:
30800         Setting valueAsDate should run the algorithm to convert a Date object to a
30801         string, that returns valid normalized forced-UTC global date and time string.
30802         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate
30803         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
30804         * fast/forms/datetime/input-valueasnumber-datetime.html:
30805         Setting valueAsNumber should run the algorithm to convert a number to a
30806         string, that returns valid normalized forced-UTC global date and time string.
30807         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber
30808
30809 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
30810
30811         Unreviewed, expectations and baselines for chromium-mac-mountainlion
30812
30813         * 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.
30814         * 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.
30815         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
30816         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
30817         * platform/chromium/TestExpectations:
30818
30819 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
30820
30821         Land first batch of Chromium Mac 10.8-specific baselines.
30822
30823         Unreviewed, gardening.
30824
30825         * animations/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-background-image-expected.png.
30826         * animations/cross-fade-border-image-source-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.png.
30827         * animations/cross-fade-list-style-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-list-style-image-expected.png.
30828         * animations/cross-fade-webkit-mask-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-webkit-mask-image-expected.png.
30829         * 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.
30830         * 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.
30831         * 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.
30832         * platform/chromium-mac-lion/animations/cross-fade-background-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-background-image-expected.png.
30833         * 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.
30834         * 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.
30835         * 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.
30836         * platform/chromium-mac-lion/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/state-at-end-event-expected.png.
30837         * 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.
30838         * 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.
30839         * platform/chromium-mac-lion/compositing/compositing-visible-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/compositing-visible-descendant-expected.png.
30840         * platform/chromium-mac-lion/compositing/generated-content-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/generated-content-expected.png.
30841         * 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.
30842         * platform/chromium-mac-lion/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/composited-html-size-expected.png.
30843         * platform/chromium-mac-lion/compositing/geometry/fixed-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png.
30844         * 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.
30845         * 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.
30846         * platform/chromium-mac-lion/compositing/geometry/fixed-position-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-expected.png.
30847         * 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.
30848         * 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.
30849         * 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.
30850         * 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.
30851         * 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.
30852         * 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.
30853         * platform/chromium-mac-lion/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/outline-change-expected.png.
30854         * platform/chromium-mac-lion/compositing/geometry/partial-layout-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png.
30855         * platform/chromium-mac-lion/compositing/geometry/root-layer-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/root-layer-update-expected.png.
30856         * 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.
30857         * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png.
30858         * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png.
30859         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png.
30860         * 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.
30861         * 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.
30862         * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png.
30863         * platform/chromium-mac-lion/compositing/masks/direct-image-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/direct-image-mask-expected.png.
30864         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/masked-ancestor-expected.png.
30865         * platform/chromium-mac-lion/compositing/masks/multiple-masks-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/multiple-masks-expected.png.
30866         * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png.
30867         * platform/chromium-mac-lion/compositing/overflow/ancestor-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png.
30868         * 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.
30869         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
30870         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png.
30871         * platform/chromium-mac-lion/compositing/overflow/overflow-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png.
30872         * platform/chromium-mac-lion/compositing/overflow/overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png.
30873         * platform/chromium-mac-lion/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/parent-overflow-expected.png.
30874         * platform/chromium-mac-lion/compositing/overflow/remove-overflow-crash2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png.
30875         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png.
30876         * platform/chromium-mac-lion/compositing/overflow/scrollbar-painting-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png.
30877         * 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.
30878         * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png.
30879         * 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.
30880         * platform/chromium-mac-lion/compositing/reflections/deeply-nested-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png.
30881         * 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.
30882         * 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.
30883         * 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.
30884         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-animated-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png.
30885         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-expected.png.
30886         * 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.
30887         * 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.
30888         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png.
30889         * 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.
30890         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png.
30891         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png.
30892         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png.
30893         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png.
30894         * platform/chromium-mac-lion/compositing/reflections/reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png.
30895         * platform/chromium-mac-lion/compositing/reflections/reflection-ordering-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png.
30896         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png.
30897         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png.
30898         * platform/chromium-mac-lion/compositing/reflections/simple-composited-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png.
30899         * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png.
30900         * 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.
30901         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/composited-document-element-expected.png.
30902         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-expected.png.
30903         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-rects-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png.
30904         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png.
30905         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png.
30906         * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/self-painting-layers-expected.png.
30907         * platform/chromium-mac-lion/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/sibling-positioning-expected.png.
30908         * platform/chromium-mac-lion/compositing/text-on-large-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/text-on-large-layer-expected.png.
30909         * 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.
30910         * platform/chromium-mac-lion/compositing/transitions/singular-scale-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png.
30911         * 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.
30912         * platform/chromium-mac-lion/compositing/webgl/webgl-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png.
30913         * platform/chromium-mac-lion/compositing/webgl/webgl-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png.
30914         * platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png:
30915         * platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png:
30916         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
30917         * platform/chromium-mac/animations/cross-fade-background-image-expected.png:
30918         * platform/chromium-mac/animations/cross-fade-border-image-source-expected.png:
30919         * platform/chromium-mac/animations/cross-fade-list-style-image-expected.png:
30920         * platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png:
30921         * platform/chromium-mac/animations/state-at-end-event-expected.png:
30922         * platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
30923         * platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png:
30924         * platform/chromium-mac/compositing/compositing-visible-descendant-expected.png:
30925         * platform/chromium-mac/compositing/generated-content-expected.png:
30926         * platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
30927         * platform/chromium-mac/compositing/geometry/composited-html-size-expected.png:
30928         * platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png:
30929         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
30930         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
30931         * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
30932         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
30933         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
30934         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
30935         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
30936         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
30937         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
30938         * platform/chromium-mac/compositing/geometry/outline-change-expected.png:
30939         * platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png:
30940         * platform/chromium-mac/compositing/geometry/root-layer-update-expected.png:
30941         * platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
30942         * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
30943         * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
30944         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
30945         * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
30946         * platform/chromium-mac/compositing/images/direct-image-background-color-expected.png:
30947         * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
30948         * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
30949         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
30950         * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
30951         * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
30952         * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png:
30953         * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
30954         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
30955         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
30956         * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png:
30957         * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
30958         * platform/chromium-mac/compositing/overflow/parent-overflow-expected.png:
30959         * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png:
30960         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
30961         * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
30962         * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
30963         * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
30964         * platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
30965         * platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png:
30966         * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
30967         * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png:
30968         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
30969         * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
30970         * platform/chromium-mac/compositing/reflections/nested-reflection-expected.png:
30971         * platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png:
30972         * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
30973         * platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png:
30974         * platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png:
30975         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
30976         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
30977         * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png:
30978         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
30979         * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
30980         * platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png:
30981         * platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png:
30982         * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png:
30983         * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
30984         * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
30985         * platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png:
30986         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
30987         * platform/chromium-mac/compositing/repaint/layer-repaint-expected.png:
30988         * platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png:
30989         * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
30990         * platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png:
30991         * platform/chromium-mac/compositing/self-painting-layers-expected.png:
30992         * platform/chromium-mac/compositing/sibling-positioning-expected.png:
30993         * platform/chromium-mac/compositing/text-on-large-layer-expected.png:
30994         * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
30995         * platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png:
30996         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
30997         * platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png:
30998         * platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png:
30999
31000 2012-10-18  Anand Chakravarty  <anandc@google.com>
31001
31002         Incorrect check performed in Media Source objects test.
31003         https://bugs.webkit.org/show_bug.cgi?id=99390
31004
31005         Reviewed by Eric Carlson.
31006
31007         Use an expected value of 5 in the buffered attribute.
31008
31009         * http/tests/media/media-source/video-media-source-objects-expected.txt:
31010         * http/tests/media/media-source/video-media-source-objects.html:
31011
31012 2012-10-18  Anand Chakravarty  <anandc@google.com>
31013
31014         Use of uninitialized variable in Media Source API test.
31015         https://bugs.webkit.org/show_bug.cgi?id=99387
31016
31017         Reviewed by Eric Carlson.
31018
31019         Set value of seekTime to 1 before using it.
31020
31021         * http/tests/media/media-source/video-media-source-state-changes.html:
31022
31023 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
31024
31025         De-dup expectations for chromium mountainlion
31026
31027         Unreviewed, expectations update.
31028
31029         * platform/chromium-mac-mountainlion/TestExpectations:
31030         * platform/chromium/TestExpectations:
31031
31032 2012-10-18  Adam Barth  <abarth@webkit.org>
31033
31034         [V8] fast/dom/gc-9.html fails for document.styleSheets
31035         https://bugs.webkit.org/show_bug.cgi?id=99786
31036
31037         Reviewed by Kentaro Hara.
31038
31039         * platform/chromium/fast/dom/gc-9-expected.txt:
31040             - Test progression.
31041
31042 2012-10-18  Adam Barth  <abarth@webkit.org>
31043
31044         [V8] fast/dom/gc-9.html fails for document.implementation
31045         https://bugs.webkit.org/show_bug.cgi?id=99783
31046
31047         Reviewed by Kentaro Hara.
31048
31049         * platform/chromium/TestExpectations:
31050             - TestExpectations claims that this test is "brain damaged", but it
31051               looks like the test has improved since that comment was written
31052               and that this test is actually quite valuable.
31053         * platform/chromium/fast/dom/gc-9-expected.txt: Added.
31054             - This patch adds a Chromium-specific baseline for this test.
31055               Before this patch, we failed the document.implementation
31056               subtests.
31057
31058 2012-10-18  Kent Tamura  <tkent@chromium.org>
31059
31060         [Chromium] Test expectation update.
31061
31062         * platform/chromium/TestExpectations: Remove entries for passing *-multiple-fieds tests.
31063         * platform/chromium-mac-mountainlion/TestExpectations: Add them.
31064
31065 2012-10-18  Pan Deng  <pan.deng@intel.com>
31066
31067         [Resource Timing]Test cases for set buffer size functionality and event when buffer full.
31068         https://bugs.webkit.org/show_bug.cgi?id=84885.
31069
31070         Reviewed by Tony Gentilcore.
31071
31072         Test cases in this patch validate buffer size restriction functionality, clear resource timing functionality and the fired event when buffer full. 
31073
31074         * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
31075         (PerformanceContext.prototype.getEntriesByName):
31076         (PerformanceContext.prototype.setResourceTimingBufferSize):
31077         (PerformanceContext.prototype.registerResourceTimingBufferFullCallback):
31078         (PerformanceContext.prototype.clearResourceTimings):
31079         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt: Added.
31080         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html: Added.
31081         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt: Added.
31082         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html: Added.
31083         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt: Added.
31084         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html: Added.
31085         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt: Added.
31086         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html: Added.
31087         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt: Added.
31088         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html: Added.
31089         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt: Added.
31090         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html: Added.
31091         * platform/chromium/TestExpectations:
31092         * platform/efl/TestExpectations:
31093         * platform/gtk/TestExpectations:
31094         * platform/mac/TestExpectations:
31095         * platform/qt-5.0-wk2/TestExpectations:
31096         * platform/qt/TestExpectations:
31097         * platform/win/TestExpectations:
31098
31099 2012-10-18  Ryosuke Niwa  <rniwa@webkit.org>
31100
31101         REGRESSION(r130411): Copying & pasting the first line of text can move caret to the end of text area
31102         https://bugs.webkit.org/show_bug.cgi?id=99663
31103
31104         Reviewed by Enrica Casucci and Levi Weintraub.
31105
31106         Add a regression test for copying and pasting the first line in a textarea with two lines of text.
31107
31108         * editing/pasteboard/copy-paste-first-line-in-textarea-expected.txt: Added.
31109         * editing/pasteboard/copy-paste-first-line-in-textarea.html: Added.
31110
31111 2012-10-18  W. James MacLean  <wjmaclean@chromium.org>
31112
31113         [chromium] Re-enable gesture highlight layout tests, fix GestureLongPress regression.
31114         https://bugs.webkit.org/show_bug.cgi?id=99632
31115
31116         Reviewed by James Robinson.
31117
31118         Re-enable layout tests for gesture highlights. Includes fix for GestureTapCancel test.
31119
31120         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html:
31121         * platform/chromium/TestExpectations:
31122
31123 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
31124
31125         [chromium] fix lint errors/conflicts in ML TestExpectations
31126
31127         Unreviewed, expectations change.
31128
31129         * platform/chromium-mac-mountainlion/TestExpectations:
31130
31131 2012-10-18  Sheriff Bot  <webkit.review.bot@gmail.com>
31132
31133         Unreviewed, rolling out r131810.
31134         http://trac.webkit.org/changeset/131810
31135         https://bugs.webkit.org/show_bug.cgi?id=99762
31136
31137         Broke linux debug webkit_unit_tests (Requested by
31138         danakj|gardening on #webkit).
31139
31140         * platform/chromium/TestExpectations:
31141         * platform/chromium/virtual/deferred/fast/images/README.txt: Removed.
31142
31143 2012-10-18  Mike West  <mkwst@chromium.org>
31144
31145         Add layout tests for wildcarded hosts in CSP directives.
31146         https://bugs.webkit.org/show_bug.cgi?id=99693
31147
31148         Reviewed by Adam Barth.
31149
31150         Adds four test cases to ensure that wildcarded hosts in Content Security
31151         Policy source expressions function correctly with and without paths,
31152         and with wildcarded ports.
31153
31154         * http/tests/security/contentSecurityPolicy/source-list-parsing-09-expected.txt: Added.
31155         * http/tests/security/contentSecurityPolicy/source-list-parsing-09.html: Added.
31156
31157 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
31158
31159         [chromium] update ML-specific failures
31160         https://bugs.webkit.org/show_bug.cgi?id=99505
31161
31162         Unreviewed, expectations change.
31163
31164         * platform/chromium-mac-mountainlion/TestExpectations:
31165
31166 2012-10-18  Alpha Lam  <hclam@chromium.org>
31167
31168         [chromium] Implement deferred image decoding
31169         https://bugs.webkit.org/show_bug.cgi?id=94240
31170
31171         Reviewed by Stephen White.
31172
31173         Adding a virtual test suite for Chromium to test deferred image
31174         decoding.
31175
31176         platform/chromium/virtual/deferred/fast/images will be tested with
31177         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
31178
31179         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
31180
31181 2012-10-18  Max Vujovic  <mvujovic@adobe.com>
31182
31183         [CSS Shaders] Validate types of built-in vertex attributes
31184         https://bugs.webkit.org/show_bug.cgi?id=98972
31185
31186         Reviewed by Dean Jackson.
31187
31188         invalid-custom-filter-attribute-types.html uses a set of vertex shaders. Each vertex shader
31189         defines a specific attribute with the wrong type. None of the vertex shaders in the test
31190         should execute. If a vertex shader does execute, its associated fragment shader will render
31191         a green div as red.
31192
31193         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Added.
31194         * css3/filters/custom/invalid-custom-filter-attribute-types.html: Added.
31195         * css3/filters/resources/invalid-type-a-mesh-coord.vs: Added.
31196         * css3/filters/resources/invalid-type-a-position.vs: Added.
31197         * css3/filters/resources/invalid-type-a-tex-coord.vs: Added.
31198         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Added.
31199         * css3/filters/resources/invalid-type-attribute-array.vs: Added.
31200
31201 2012-10-18  Tony Chang  <tony@chromium.org>
31202
31203         Unreviewed, update Qt expectations for slider tests.
31204
31205         fast/events/touch/touch-slider.html now has a specific bug number.
31206         media/video-playing-and-pause.html is removed. I added it by accident
31207         causing it to be run. Qt didn't run this test before my change.
31208
31209         * platform/qt/TestExpectations:
31210
31211 2012-10-18  James Simonsen  <simonjam@chromium.org>
31212
31213         Add a script for exporting http/tests/w3c/webperf/submission to W3C
31214         https://bugs.webkit.org/show_bug.cgi?id=99675
31215
31216         Reviewed by Tony Gentilcore.
31217
31218         The W3C tests expect a company to contribute them. Move these to the Intel directory.
31219
31220         * 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.
31221         * 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.
31222         * 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.
31223         * 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.
31224         * 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.
31225         * 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.
31226         * 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.
31227         * 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.
31228         * 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.
31229         * 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.
31230         * 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.
31231         * 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.
31232         * 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.
31233         * 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.
31234         * 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.
31235         * 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.
31236         * platform/chromium/TestExpectations:
31237         * platform/efl/TestExpectations:
31238         * platform/gtk/TestExpectations:
31239         * platform/mac/TestExpectations:
31240         * platform/qt-5.0-wk2/TestExpectations:
31241         * platform/qt/TestExpectations:
31242         * platform/win/TestExpectations:
31243
31244 2012-10-18  Pablo Flouret  <pablof@motorola.com>
31245
31246         Implement css3-conditional's @supports rule
31247         https://bugs.webkit.org/show_bug.cgi?id=86146
31248
31249         Reviewed by Antti Koivisto.
31250
31251         * css3/supports-expected.txt: Added.
31252         * css3/supports.html: Added.
31253
31254         * platform/chromium/TestExpectations:
31255         * platform/efl/TestExpectations:
31256         * platform/gtk/TestExpectations:
31257         * platform/mac/TestExpectations:
31258         * platform/qt/TestExpectations:
31259         * platform/win/TestExpectations:
31260         * platform/wincairo/TestExpectations:
31261         * platform/wk2/TestExpectations:
31262             Skip the test until the feature is enabled.
31263
31264 2012-10-18  Jer Noble  <jer.noble@apple.com>
31265
31266         Fullscreen movie controls behave incorrectly when clicked (and dragged)
31267         https://bugs.webkit.org/show_bug.cgi?id=99610
31268
31269         Reviewed by Eric Carlson.
31270
31271         Add a second drag operation, testing that the location does not reset at the beginning of
31272         each additional drag.
31273
31274         * fullscreen/video-controls-drag-expected.txt:
31275         * fullscreen/video-controls-drag.html:
31276
31277 2012-10-18  Brandon Jones  <bajones@google.com>
31278
31279         Implement OES_element_index_uint / WEBKIT_OES_element_index_uint
31280         https://bugs.webkit.org/show_bug.cgi?id=97400
31281
31282         Reviewed by Kenneth Russell.
31283
31284         Added OES_element_index_uint extension conformance test from KHRONOS
31285
31286         * fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
31287         * fast/canvas/webgl/oes-element-index-uint.html: Added.
31288         * platform/chromium/TestExpectations:
31289         * platform/efl/TestExpectations:
31290         * platform/mac/TestExpectations:
31291         * platform/wk2/TestExpectations:
31292
31293 2012-10-18  Dana Jansens  <danakj@chromium.org>
31294
31295         Unreviewed, mark http/tests/xmlhttprequest/request-encoding2.html as flaky.
31296         https://bugs.webkit.org/show_bug.cgi?id=99734
31297
31298         * platform/chromium/TestExpectations:
31299
31300 2012-10-18  Stephen Chenney  <schenney@chromium.org>
31301
31302         Unreviewed testExpectation change for Chromium.
31303
31304         * platform/chromium/TestExpectations: Marked svg/hixie/perf/007.xml as [ Pass Slow ]
31305
31306 2012-10-18  Tony Chang  <tony@chromium.org>
31307
31308         Unreviewed, rebaseline a slider test on Mac.
31309         I think I grabbed the baseline at the wrong time or from the wrong bot yesterday.
31310
31311         * platform/mac/media/video-playing-and-pause-expected.txt:
31312
31313 2012-10-18  Hans Muller  <hmuller@adobe.com>
31314
31315         [CSS Exclusions] Handle special case "empty" shapes
31316         https://bugs.webkit.org/show_bug.cgi?id=99342
31317
31318         Reviewed by Dirk Schulze.
31319
31320         Verify that "empty" shape-inside shapes do not constrain the text their element contains.
31321
31322         * fast/exclusions/shape-inside/shape-inside-empty-expected.html: Added.
31323         * fast/exclusions/shape-inside/shape-inside-empty.html: Added.
31324
31325 2012-10-18  Takashi Sakamoto  <tasak@google.com>
31326
31327         REGRESSION(r131464): Null-pointer crash in StyleResolver::styleForElement
31328         https://bugs.webkit.org/show_bug.cgi?id=99587
31329
31330         Reviewed by Dimitri Glazkov.
31331
31332         * fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
31333         * fast/dom/shadow/user-modify-in-datalist-crash.html: Added.
31334
31335 2012-10-18  Kent Tamura  <tkent@chromium.org>
31336
31337         [Chromium] Test expectation update mainly for
31338         https://bugs.webkit.org/show_bug.cgi?id=99673
31339
31340         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31341         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31342         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31343         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31344         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31345         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31346         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31347         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31348         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31349         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
31350         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31351         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31352         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31353
31354 2012-10-18  Stephen Chenney  <schenney@chromium.org>
31355
31356         Rebaselining some longstanding Chromium expectations.
31357
31358         Unreviewed test expectations update.
31359
31360         These were marked as expected fail when a Skia roll went in. That was ago.
31361
31362         * platform/chromium-linux/fast/repaint/list-marker-expected.png:
31363         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
31364         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
31365         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
31366         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
31367         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
31368         * platform/chromium-mac-snowleopard/svg/hixie/perf/007-expected.png:
31369         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
31370         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
31371         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
31372         * platform/chromium-win-xp/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
31373         * platform/chromium-win/fast/repaint/focus-ring-expected.png:
31374         * platform/chromium-win/fast/repaint/list-marker-expected.png:
31375         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
31376         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
31377         * platform/chromium/TestExpectations:
31378
31379 2012-10-18  Anton Muhin  <antonm@chromium.org>
31380
31381         Unreviewed Chromium rebaselines.
31382
31383         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
31384         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
31385         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
31386         * platform/chromium-mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
31387         * platform/chromium-win/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
31388
31389 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
31390
31391         [EFL] Update pixel expectation for a datalist test.
31392
31393         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
31394
31395 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
31396
31397         [EFL] Gardening. Remove pixel expectation for a test that's actually a reftest.
31398
31399         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Removed.
31400
31401 2012-10-18  KwangYong Choi  <ky0.choi@samsung.com>
31402
31403         [EFL] Rebaseline http/tests/plugins/ after r129972
31404         https://bugs.webkit.org/show_bug.cgi?id=99672
31405
31406         Unreviewed. Plugin feature is enabled on EFL WK2 port after r129972.
31407
31408         * platform/efl-wk1/TestExpectations:
31409         * platform/efl-wk2/TestExpectations:
31410         * platform/efl/TestExpectations:
31411
31412 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
31413
31414         [EFL] Unskip http/tests/security/xss-DENIED-xsl-external-entity.xml.
31415
31416         It seems to be passing consistently now.
31417
31418         * platform/efl/TestExpectations:
31419
31420 2012-10-18  Nandor Huszka  <hnandor@inf.u-szeged.hu>
31421
31422         [Qt] Unreviewed gardening
31423
31424         Skipping a test, remove unnecessary expected files.
31425
31426         * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Removed.
31427         * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Removed.
31428         * platform/qt/TestExpectations:
31429
31430 2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
31431
31432         [EFL] Gardening after r131640
31433         https://bugs.webkit.org/show_bug.cgi?id=99692
31434
31435         Unreviewed gardening.
31436
31437         Failing gamepad/gamepad-out-of-range-crasher.html is skipped for EFL.
31438
31439         * platform/efl/TestExpectations:
31440
31441 2012-10-18  Kent Tamura  <tkent@chromium.org>
31442
31443         Set min-width property instead of width property for date/time fields
31444         https://bugs.webkit.org/show_bug.cgi?id=99673
31445
31446         Reviewed by Hajime Morita.
31447
31448         Update affected test results. Non-Mac chromium ports already have lines
31449         for them in TestExpectations.
31450
31451         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31452         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31453         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31454
31455 2012-10-18  MORITA Hajime  <morrita@google.com>
31456
31457         Assertion failure at TreeScopeAdopter::moveNodeToNewDocument()
31458         https://bugs.webkit.org/show_bug.cgi?id=99510
31459
31460         Reviewed by Kent Tamura.
31461
31462         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt: Added.
31463         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html: Added.
31464
31465 2012-10-18  Zan Dobersek  <zandobersek@gmail.com>
31466
31467         Unreviewed GTK gardening.
31468
31469         Updating baselines for two accessibility tests after r131674.
31470
31471         Updating baseline for media/video-playing-and-pause.html but still
31472         marking the test a flaky as the render tree output can differ from
31473         the new baseline.
31474
31475         * platform/gtk/TestExpectations:
31476         * platform/gtk/accessibility/inline-continuations-expected.txt:
31477         * platform/gtk/accessibility/media-element-expected.txt:
31478         * platform/gtk/media/video-playing-and-pause-expected.txt:
31479
31480 2012-10-17  Kangil Han  <kangil.han@samsung.com>
31481
31482         Let's move use-while-animating-crash-expected.txt to common place.
31483         https://bugs.webkit.org/show_bug.cgi?id=99678
31484
31485         Unreviewed, expectations change.
31486
31487         Move expected result to common place to pass svg/animations/use-while-animating-crash.html case.
31488
31489         * svg/animations/use-while-animating-crash-expected.txt: Renamed from LayoutTests/platform/mac/svg/animations/use-while-animating-crash-expected.txt.
31490
31491 2012-10-17  Hayato Ito  <hayato@chromium.org>
31492
31493         Content element does not expose distributedNodes property.
31494         https://bugs.webkit.org/show_bug.cgi?id=99232
31495
31496         Reviewed by Dimitri Glazkov.
31497
31498         Add getDistributedNodes() to HTMLContentElement's IDL, which returns a
31499         static NodeList whose node are distributed to the content element.
31500
31501         * fast/dom/shadow/content-element-distributed-nodes-expected.txt: Added.
31502         * fast/dom/shadow/content-element-distributed-nodes.html: Added.
31503         * fast/dom/shadow/distributed-nodes-expected.txt: Removed.
31504         * fast/dom/shadow/distributed-nodes.html: Removed.
31505         * platform/qt/TestExpectations:
31506
31507 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31508
31509         Clone baselines from platform/mac to platform/chromium [7 of 7]
31510         https://bugs.webkit.org/show_bug.cgi?id=99666
31511
31512         Unreviewed, expectations change.
31513
31514         (long list of expectations files omitted).
31515
31516 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31517
31518         Clone baselines from platform/mac to platform/chromium [6 of 7]
31519         https://bugs.webkit.org/show_bug.cgi?id=99666
31520
31521         Unreviewed, expectations change.
31522
31523         (long list of expectations files omitted).
31524
31525 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31526
31527         Clone baselines from platform/mac to platform/chromium [5 of 7]
31528         https://bugs.webkit.org/show_bug.cgi?id=99666
31529
31530         Unreviewed, expectations change.
31531
31532         (long list of expectations files omitted).
31533
31534 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31535
31536         Clone baselines from platform/mac to platform/chromium [4 of 7]
31537         https://bugs.webkit.org/show_bug.cgi?id=99666
31538
31539         Unreviewed, expectations change.
31540
31541         (long list of expectations files omitted).
31542
31543 2012-10-17  Pan Deng  <pan.deng@intel.com>
31544
31545         [User Timing] Test Cases of User Timing. According to http://www.w3.org/TR/2012/CR-user-timing-20120726/
31546         https://bugs.webkit.org/show_bug.cgi?id=90963
31547
31548         Reviewed by Tony Gentilcore.
31549
31550         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. 
31551
31552         * http/tests/w3c/webperf/resources/webperftestharnessextension.js: Added.
31553         (test_method_exists):
31554         (test_noless_than):
31555         (performance_entrylist_checker.entry_check.test_equals):
31556         (performance_entrylist_checker.entry_check):
31557         (performance_entrylist_checker.entrylist_order_check):
31558         (performance_entrylist_checker.entrylist_check):
31559         (PerformanceContext):
31560         (PerformanceContext.prototype.initialMeasures):
31561         (PerformanceContext.prototype.mark):
31562         (PerformanceContext.prototype.measure):
31563         (PerformanceContext.prototype.clearMarks):
31564         (PerformanceContext.prototype.clearMeasures):
31565         (PerformanceContext.prototype.getEntries):
31566         (PerformanceContext.prototype.getEntriesByType):
31567         (PerformanceContext.prototype.getEntriesByName):
31568         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt: Added.
31569         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html: Added.
31570         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt: Added.
31571         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html: Added.
31572         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt: Added.
31573         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html: Added.
31574         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt: Added.
31575         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html: Added.
31576         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt: Added.
31577         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html: Added.
31578         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Added.
31579         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Added.
31580         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt: Added.
31581         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html: Added.
31582         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt: Added.
31583         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html: Added.
31584         * platform/chromium/TestExpectations:
31585         * platform/efl/TestExpectations:
31586         * platform/gtk/TestExpectations:
31587         * platform/mac/TestExpectations:
31588         * platform/qt-5.0-wk2/TestExpectations:
31589         * platform/qt/TestExpectations:
31590         * platform/win/TestExpectations:
31591
31592 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31593
31594         Clone baselines from platform/mac to platform/chromium [3 of 7]
31595         https://bugs.webkit.org/show_bug.cgi?id=99666
31596
31597         Unreviewed, expectations change.
31598
31599         (long list of expectations files omitted).
31600
31601 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31602
31603         Clone baselines from platform/mac to platform/chromium [2 of 7]
31604         https://bugs.webkit.org/show_bug.cgi?id=99666
31605
31606         Unreviewed, expectations change.
31607
31608         (long list of expectations files omitted).
31609
31610 2012-10-17  Kent Tamura  <tkent@chromium.org>
31611
31612         [Chromium] Rebaseline expectations for multiple-fields <input>
31613
31614         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31615         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
31616         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
31617         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
31618         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
31619         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31620         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
31621         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
31622         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
31623         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31624         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
31625         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
31626         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
31627         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
31628         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31629         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
31630         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
31631         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
31632         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
31633         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
31634         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31635         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
31636         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
31637         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
31638         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
31639         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
31640         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
31641         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
31642         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
31643         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
31644         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
31645         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31646         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
31647         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
31648         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
31649         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31650         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
31651         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
31652         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
31653         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
31654         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31655         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
31656         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
31657         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
31658         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
31659         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
31660         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31661         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
31662         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
31663         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
31664         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
31665         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
31666         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
31667         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
31668         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
31669         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
31670         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
31671         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31672         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
31673         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
31674         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
31675         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31676         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
31677         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
31678         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
31679         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
31680         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31681         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
31682         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
31683         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
31684         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
31685         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
31686         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31687         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
31688         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
31689         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
31690         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
31691         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
31692         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
31693         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
31694         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
31695         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31696         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
31697         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
31698         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
31699         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
31700         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
31701         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
31702         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
31703         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
31704         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
31705         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
31706         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
31707         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
31708         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
31709         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
31710         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
31711         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
31712         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
31713         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
31714         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
31715         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
31716         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
31717         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
31718         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
31719         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
31720         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
31721         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
31722         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
31723
31724 2012-10-17  Elliott Sprehn  <esprehn@chromium.org>
31725
31726         StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
31727         https://bugs.webkit.org/show_bug.cgi?id=99560
31728
31729         Reviewed by Eric Seidel.
31730
31731         Test that when the content CSS property changes we update the displayed content.
31732
31733         * fast/css-generated-content/content-property-change-expected.html: Added.
31734         * fast/css-generated-content/content-property-change.html: Added.
31735
31736 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
31737
31738         Clone baselines from platform/mac to platform/chromium [1 of 7]
31739         https://bugs.webkit.org/show_bug.cgi?id=99666
31740
31741         Unreviewed, expectations change.
31742
31743 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
31744
31745         [GTK] AccessibilityUIElement::role() should be consistent across platforms wherever possible
31746         https://bugs.webkit.org/show_bug.cgi?id=99640
31747
31748         Reviewed by Chris Fleizach.
31749
31750         Updated tests and expectations to use the Mac/Safari-style AXRole strings
31751
31752         * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
31753         * platform/gtk/accessibility/aria-combobox-expected.txt:
31754         * platform/gtk/accessibility/aria-fallback-roles-expected.txt:
31755         * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt:
31756         * platform/gtk/accessibility/aria-roles-expected.txt:
31757         * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
31758         * platform/gtk/accessibility/aria-roles-unignored.html:
31759         * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt:
31760         * platform/gtk/accessibility/aria-slider-required-attributes.html:
31761         * platform/gtk/accessibility/aria-table-hierarchy-expected.txt:
31762         * platform/gtk/accessibility/aria-table-hierarchy.html:
31763         * platform/gtk/accessibility/aria-tables-expected.txt:
31764         * platform/gtk/accessibility/aria-toggle-button-role-expected.txt:
31765         * platform/gtk/accessibility/aria-toggle-button-role.html:
31766         * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt:
31767         * platform/gtk/accessibility/button-accessible-name-expected.txt:
31768         * platform/gtk/accessibility/button-accessible-name.html:
31769         * platform/gtk/accessibility/canvas-description-and-role-expected.txt:
31770         * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt:
31771         * platform/gtk/accessibility/caret-browsing-text-focus.html:
31772         * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
31773         * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt:
31774         * platform/gtk/accessibility/entry-and-password-expected.txt:
31775         * platform/gtk/accessibility/input-slider-expected.txt:
31776         * platform/gtk/accessibility/input-slider.html:
31777         * platform/gtk/accessibility/legend-expected.txt:
31778         * platform/gtk/accessibility/list-items-always-exposed-expected.txt:
31779         * platform/gtk/accessibility/list-items-always-exposed.html:
31780         * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
31781         * platform/gtk/accessibility/media-controls-panel-title.html:
31782         * platform/gtk/accessibility/name-from-label-expected.txt:
31783         * platform/gtk/accessibility/name-from-label.html:
31784         * platform/gtk/accessibility/object-with-title-expected.txt:
31785         * platform/gtk/accessibility/object-with-title.html:
31786         * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
31787         * platform/gtk/accessibility/spans-expected.txt:
31788         * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
31789         * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
31790         * platform/gtk/accessibility/spans.html:
31791         * platform/gtk/accessibility/svg-image-expected.txt:
31792         * platform/gtk/accessibility/table-hierarchy-expected.txt:
31793         * platform/gtk/accessibility/table-hierarchy.html:
31794
31795 2012-10-17  Arpita Bahuguna  <arpitabahuguna@gmail.com>
31796
31797         Incorrect rendering of borders on <col> with span > 1
31798         https://bugs.webkit.org/show_bug.cgi?id=76246
31799
31800         Reviewed by Julien Chaffraix.
31801
31802         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
31803         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
31804         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
31805         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
31806         Existing tests modified. This is because previously, while computing collapsed
31807         start border, we did not take the preceeding col's enclosing colgroup's end border
31808         into consideration. While computing the collapsed start border, only the preceeding
31809         col element's end border was considered.
31810
31811         With this fix, for the above two tests, the last col's width now changes due to
31812         the border being applied to it (the preceeding col's enclosing colgroup's end border)
31813         which causes the table's width to change. Also, we should note that the cell's grow
31814         by half the border's width; which is expected (on account of their being collapsed
31815         borders).
31816
31817         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.txt: Added.
31818         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span.html: Added.
31819         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
31820         Image only test added for verifying the behavior of collapsed borders with
31821         col and colgroup span.
31822         New expected image file added for the chromium-linux port.
31823
31824 2012-10-17  Tom Sepez  <tsepez@chromium.org>
31825
31826         Crash in ContainerNode::removeAllChildren()
31827         https://bugs.webkit.org/show_bug.cgi?id=98443
31828
31829         Reviewed by Eric Carlson.
31830
31831         * http/tests/security/video-poster-cross-origin-crash2-expected.txt: Added.
31832         * http/tests/security/video-poster-cross-origin-crash2.html: Added.
31833
31834 2012-10-17  Joshua Bell  <jsbell@chromium.org>
31835
31836         IndexedDB: Closing connection in upgradeneeded should result in error event
31837         https://bugs.webkit.org/show_bug.cgi?id=99486
31838
31839         Reviewed by Tony Chang.
31840
31841         Updated test expectation - error, not success.
31842
31843         * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
31844         * storage/indexeddb/resources/intversion-close-in-oncomplete.js:
31845         (deleteSuccess):
31846         (upgradeNeeded.transaction.oncomplete):
31847         (upgradeNeeded):
31848         (openError):
31849
31850 2012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
31851
31852         Build fix after r131651.
31853
31854         * fast/harness/perftests/runs-per-second-iterations.html:
31855         * fast/harness/perftests/runs-per-second-log.html:
31856
31857 2012-10-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
31858
31859         [Qt] Certain SVG content freezes QtWebKit
31860         https://bugs.webkit.org/show_bug.cgi?id=97258
31861
31862         Reviewed by Simon Hausmann.
31863
31864         * svg/stroke/zero-width-hang-expected.txt: Added.
31865         * svg/stroke/zero-width-hang.html: Added.
31866
31867 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
31868
31869         REGRESSION (r130826 or r130828): Twitter top bar is dysfunctional
31870         https://bugs.webkit.org/show_bug.cgi?id=99577
31871         <rdar://problem/12518883>
31872
31873         Reviewed by Mark Hahnenberg.
31874
31875         * fast/js/dfg-array-pop-value-clearing-expected.txt: Added.
31876         * fast/js/dfg-array-pop-value-clearing.html: Added.
31877         * fast/js/jsc-test-list:
31878         * fast/js/script-tests/dfg-array-pop-value-clearing.js: Added.
31879         (foo):
31880
31881 2012-10-17  Joshua Bell  <jsbell@chromium.org>
31882
31883         IndexedDB: Enforce unsigned long/unsigned long long ranges
31884         https://bugs.webkit.org/show_bug.cgi?id=99637
31885
31886         Reviewed by Tony Chang.
31887
31888         Additional edge case tests and updated expectations.
31889
31890         * storage/indexeddb/cursor-advance-expected.txt:
31891         * storage/indexeddb/intversion-bad-parameters-expected.txt:
31892         * storage/indexeddb/intversion-encoding-expected.txt:
31893         * storage/indexeddb/resources/cursor-advance.js:
31894         (testBadAdvance.advanceBadly):
31895         (testBadAdvance):
31896         * storage/indexeddb/resources/intversion-bad-parameters.js:
31897         (deleteSuccess):
31898         * storage/indexeddb/resources/intversion-encoding.js:
31899
31900 2012-10-17  Tony Chang  <tony@chromium.org>
31901
31902         fast/forms/range/input-appearance-range-rtl.html off by one pixel
31903         https://bugs.webkit.org/show_bug.cgi?id=99625
31904
31905         Reviewed by Ojan Vafai.
31906
31907         Run test on GTK+ and Qt now that it is fixed.
31908
31909         * platform/gtk/TestExpectations:
31910         * platform/qt/TestExpectations:
31911
31912 2012-10-17  Tony Chang  <tony@chromium.org>
31913
31914         Unreviewed, Qt baselines for shadow DOM changes to RenderSlider.
31915         There are a couple unexplained failures that I'm still investigating.
31916
31917         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
31918         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
31919         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Removed.
31920         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
31921         * platform/qt/TestExpectations:
31922         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
31923         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
31924         * platform/qt/fast/forms/box-shadow-override-expected.txt:
31925         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
31926         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
31927         * platform/qt/fast/forms/range/slider-padding-expected.txt:
31928         * platform/qt/fast/multicol/client-rects-expected.txt:
31929         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
31930         * platform/qt/fast/repaint/slider-thumb-float-expected.txt: Added.
31931
31932 2012-10-17  Tony Chang  <tony@chromium.org>
31933
31934         Unreviewed, Apple Mac baselines for shadow DOM changes to RenderSlider.
31935
31936         * platform/mac/TestExpectations:
31937         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
31938         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
31939         * platform/mac/fast/forms/box-shadow-override-expected.txt:
31940         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
31941         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
31942         * platform/mac/fast/forms/range/slider-padding-expected.txt:
31943         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
31944         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
31945         * platform/mac/fast/multicol/client-rects-expected.txt:
31946         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
31947         * platform/mac/fast/repaint/slider-thumb-float-expected.txt: Added.
31948         * platform/mac/media/audio-controls-rendering-expected.txt:
31949         * platform/mac/media/controls-after-reload-expected.txt:
31950         * platform/mac/media/controls-strict-expected.txt:
31951         * platform/mac/media/controls-styling-strict-expected.txt:
31952         * platform/mac/media/video-controls-rendering-expected.txt:
31953         * platform/mac/media/video-display-toggle-expected.txt:
31954         * platform/mac/media/video-no-audio-expected.txt:
31955         * platform/mac/media/video-playing-and-pause-expected.txt:
31956
31957 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
31958
31959         JIT op_get_by_pname should call cti_get_by_val_generic and not cti_get_by_val
31960         https://bugs.webkit.org/show_bug.cgi?id=99631
31961         <rdar://problem/12483221>
31962
31963         Reviewed by Mark Hahnenberg.
31964
31965         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt: Added.
31966         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val.html: Added.
31967         * fast/js/jsc-test-list:
31968         * fast/js/script-tests/get-by-pname-that-looks-like-a-patchable-get-by-val.js: Added.
31969         (foo):
31970
31971 2012-10-17  Tony Chang  <tony@chromium.org>
31972
31973         Unreviewed, second set of GTK+ baselines for shadow DOM changes to RenderSlider.
31974
31975         * platform/gtk/TestExpectations:
31976         * platform/gtk/media/audio-controls-rendering-expected.txt:
31977         * platform/gtk/media/audio-repaint-expected.txt:
31978         * platform/gtk/media/controls-after-reload-expected.txt:
31979         * platform/gtk/media/controls-strict-expected.txt:
31980         * platform/gtk/media/controls-styling-expected.txt:
31981         * platform/gtk/media/controls-styling-strict-expected.txt:
31982         * platform/gtk/media/controls-without-preload-expected.txt:
31983         * platform/gtk/media/media-controls-clone-expected.txt:
31984         * platform/gtk/media/media-document-audio-repaint-expected.txt:
31985         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
31986         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
31987         * platform/gtk/media/video-controls-rendering-expected.txt:
31988         * platform/gtk/media/video-display-toggle-expected.txt:
31989         * platform/gtk/media/video-empty-source-expected.txt:
31990         * platform/gtk/media/video-no-audio-expected.txt:
31991         * platform/gtk/media/video-playing-and-pause-expected.txt:
31992         * platform/gtk/media/video-zoom-controls-expected.txt:
31993
31994 2012-10-17  Scott Graham  <scottmg@chromium.org>
31995
31996         Integer overflows/underflows in all Gamepad controller api calls.
31997         https://bugs.webkit.org/show_bug.cgi?id=97262
31998
31999         Reviewed by Abhishek Arya.
32000
32001         * gamepad/gamepad-out-of-range-crasher.html: Added.
32002         * gamepad/gamepad-out-of-range-crasher-expected.txt: Added.
32003
32004 2012-10-17  Tony Chang  <tony@chromium.org>
32005
32006         Unreviewed, Chromium baselines for shadow DOM changes to RenderSlider.
32007
32008         * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Removed.
32009         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
32010         * 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.
32011         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
32012         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
32013         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
32014         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
32015         * 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.
32016         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
32017         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
32018         * 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.
32019         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
32020         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
32021         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
32022         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
32023         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
32024         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
32025         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
32026         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
32027         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
32028         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
32029         * 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.
32030         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
32031         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
32032         * platform/chromium-mac/fast/multicol/client-rects-expected.txt:
32033         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
32034         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
32035         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
32036         * platform/chromium-mac/media/audio-repaint-expected.txt:
32037         * platform/chromium-mac/media/controls-after-reload-expected.txt:
32038         * platform/chromium-mac/media/controls-strict-expected.txt:
32039         * platform/chromium-mac/media/controls-styling-expected.txt:
32040         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
32041         * platform/chromium-mac/media/controls-without-preload-expected.txt:
32042         * platform/chromium-mac/media/media-controls-clone-expected.txt:
32043         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
32044         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
32045         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
32046         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
32047         * platform/chromium-mac/media/video-display-toggle-expected.txt:
32048         * platform/chromium-mac/media/video-empty-source-expected.txt:
32049         * platform/chromium-mac/media/video-no-audio-expected.txt:
32050         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
32051         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
32052         * 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.
32053         * 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.
32054         * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
32055         * 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.
32056         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
32057         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
32058         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
32059         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
32060         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
32061         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
32062         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
32063         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
32064         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
32065         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
32066         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
32067         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
32068         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
32069         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
32070         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
32071         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
32072         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
32073         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
32074         * 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.
32075         * platform/chromium/TestExpectations:
32076         * platform/mac-lion/media/audio-repaint-expected.txt: Removed.
32077
32078 2012-10-17  Dana Jansens  <danakj@chromium.org>
32079
32080         Unreviewed gardening, mark inspector/styles/styles-history.html as flaky on Linux.
32081         https://bugs.webkit.org/show_bug.cgi?id=99519
32082
32083         * platform/chromium/TestExpectations:
32084
32085 2012-10-17  Tony Chang  <tony@chromium.org>
32086
32087         Unreviewed, first set of GTK+ baselines for shadow DOM changes to RenderSlider.
32088
32089         * fast/forms/range/slider-thumb-stylability-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt.
32090         * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Removed.
32091         * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Removed.
32092         * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Removed.
32093         * platform/gtk/TestExpectations:
32094         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
32095         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
32096         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
32097         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
32098         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
32099         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
32100         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
32101         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
32102         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Removed.
32103         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
32104         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
32105         * platform/gtk/fast/layers/video-layer-expected.txt:
32106         * platform/gtk/fast/multicol/client-rects-expected.txt:
32107         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
32108         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt: Added.
32109         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
32110
32111 2012-10-17  Dana Jansens  <danakj@chromium.org>
32112
32113         Rebaseline some windows tests now that the bot is providing results in the right place.
32114
32115         Unreviewed gardening.
32116
32117         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Removed.
32118         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Removed.
32119         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Removed.
32120         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
32121         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Removed.
32122         * platform/chromium-win/css1/basic/inheritance-expected.png:
32123         * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
32124         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
32125         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
32126         * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
32127
32128 2012-10-17  Philip Rogers  <pdr@google.com>
32129
32130         Allow lazy initialization of SVG XML animated properties.
32131         https://bugs.webkit.org/show_bug.cgi?id=84657
32132
32133         Reviewed by Tim Horton.
32134
32135         * platform/mac/svg/animations/use-while-animating-crash-expected.txt: Added.
32136         * svg/animations/use-while-animating-crash.html: Added.
32137
32138 2012-10-17  Dan Carney  <dcarney@google.com>
32139
32140         Bind isolatedWorldSecurityOrigin to world
32141         https://bugs.webkit.org/show_bug.cgi?id=99582
32142
32143         Reviewed by Adam Barth.
32144
32145         Clean up of isolated worlds added after test completion.
32146
32147         * http/tests/security/isolatedWorld/cross-origin-xhr.html:
32148
32149 2012-10-17  Simon Fraser  <simon.fraser@apple.com>
32150
32151         GraphicsLayer visible rect computation needs to use the current animating transform
32152         https://bugs.webkit.org/show_bug.cgi?id=99529
32153
32154         Reviewed by Dean Jackson.
32155
32156         Tests that exercise visible-rect computation on an animating layer.
32157
32158         * compositing/visible-rect/animated-expected.txt: Added.
32159         * compositing/visible-rect/animated-from-none-expected.txt: Added.
32160         * compositing/visible-rect/animated-from-none.html: Added.
32161         * compositing/visible-rect/animated.html: Added.
32162
32163 2012-10-17  Sadrul Habib Chowdhury  <sadrul@chromium.org>
32164
32165         plugins: Allow a plugin to dictate whether it can receive drag events or not.
32166         https://bugs.webkit.org/show_bug.cgi?id=99355
32167
32168         Reviewed by Tony Chang.
32169
32170         Update test to not set contentEditable on the plugin anymore.
32171
32172         * platform/chromium/plugins/drag-events-expected.txt:
32173         * platform/chromium/plugins/drag-events.html:
32174
32175 2012-10-17  Christophe Dumez  <christophe.dumez@intel.com>
32176
32177         xss-DENIED-xsl-document-securityOrigin.xml crashes with icon assertion
32178         https://bugs.webkit.org/show_bug.cgi?id=99571
32179
32180         Reviewed by Kenneth Rohde Christiansen.
32181
32182         Unskip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
32183         for EFL WebKit2 now that it no longer hits an assertion in
32184         IconDatabase.
32185
32186         * platform/efl-wk2/TestExpectations:
32187
32188 2012-10-17  Shinya Kawanaka  <shinyak@chromium.org>
32189
32190         Dynamically added elements do not get re-projected.
32191         https://bugs.webkit.org/show_bug.cgi?id=99227
32192
32193         Reviewed by Dimitri Glazkov.
32194
32195         * fast/dom/shadow/content-reprojection-dynamic-expected.html: Added.
32196         * fast/dom/shadow/content-reprojection-dynamic.html: Added.
32197
32198 2012-10-17  Dana Jansens  <danakj@chromium.org>
32199
32200         Layout Test http/tests/workers/text-encoding.html is flaky crashing on debug bots
32201         https://bugs.webkit.org/show_bug.cgi?id=99604
32202
32203         Unreviewed gardening.
32204
32205         * platform/chromium/TestExpectations:
32206
32207 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
32208
32209         Unreviewed inspector test fixed and skipped on JSC.
32210
32211         * inspector/debugger/live-edit-breakpoints-expected.txt:
32212         * inspector/debugger/live-edit-breakpoints.html:
32213         * platform/efl/TestExpectations:
32214         * platform/gtk/TestExpectations:
32215         * platform/mac/TestExpectations:
32216         * platform/qt/TestExpectations:
32217         * platform/win/TestExpectations:
32218         * platform/wincairo/TestExpectations:
32219
32220 2012-10-17  Hans Muller  <hmuller@adobe.com>
32221
32222         [CSS Exclusions] Additional simple polygon tests
32223         https://bugs.webkit.org/show_bug.cgi?id=98548
32224
32225         Reviewed by Dirk Schulze.
32226
32227         Added a pair of CSS Exclusions shape-inside ref-tests for regular polygons
32228         with 8 and 16 sides. Also made some small revisions to the supporting code,
32229         simple-polyon.js, and the existing simple polygon tests, and to localize and
32230         correct the conversion from float to layout coordinates. All of the tests
32231         now round/truncate the left edge of line segment intervals depending on whether
32232         subpixel layout is enabled.
32233
32234         * fast/exclusions/resources/simple-polygon.js:
32235         (createRegularPolygonVertices):
32236         (polygonXIntercepts):
32237         (simulatePolygonShape):
32238         (generateSimulatedPolygonShapeInsideElement):
32239         (createPolygonShapeInsideTestCase):
32240         (createPolygonShapeInsideTestCaseExpected):
32241         * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html: Added.
32242         * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html: Added.
32243         * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html: Added.
32244         * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html: Added.
32245         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
32246         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
32247         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
32248         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
32249         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
32250         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
32251         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
32252         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
32253
32254 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
32255
32256         Web Inspector: [Regression] Undoing script changes does not restore breakpoints.
32257         https://bugs.webkit.org/show_bug.cgi?id=99598
32258
32259         Reviewed by Pavel Feldman.
32260
32261         * http/tests/inspector/live-edit-test.js:
32262         (initialize_LiveEditTest.InspectorTest.replaceInSource):
32263         (initialize_LiveEditTest.InspectorTest.commitSource):
32264         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
32265         (initialize_LiveEditTest):
32266         * inspector/debugger/live-edit-breakpoints-expected.txt: Added.
32267         * inspector/debugger/live-edit-breakpoints.html: Added.
32268         * inspector/debugger/live-edit.html:
32269
32270 2012-10-17  Dana Jansens  <danakj@chromium.org>
32271
32272         Unreviewed rebaseline for ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm
32273
32274         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
32275
32276 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
32277
32278         [GTK] accessibility/ignore-spacer-elements.html is failing
32279         https://bugs.webkit.org/show_bug.cgi?id=98366
32280
32281         Reviewed by Chris Fleizach.
32282
32283         The failure was due to platform-specific expectations of childrenCount.
32284         The solution was conditionalizing the test.
32285
32286         * accessibility/ignore-spacer-elements.html: Base expected childrenCount on platform.
32287         * platform/gtk/TestExpectations: Unskip previously-failing test.
32288
32289 2012-10-17  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
32290
32291         Unreviewed EFL gardening.
32292         https://bugs.webkit.org/show_bug.cgi?id=99596
32293
32294         Unskip editing/inserting, editing/selection, editing/spelling and editing/style categories.
32295         Mark missing text expectations for these.
32296
32297         * platform/efl-wk1/TestExpectations:
32298         * platform/efl-wk2/TestExpectations:
32299         * platform/efl/TestExpectations:
32300
32301 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
32302
32303         [WK2][WTR] InjectedBundlePage::decidePolicyForNavigationAction() should print only filename part of local URLs
32304         https://bugs.webkit.org/show_bug.cgi?id=99581
32305
32306         Reviewed by Kenneth Rohde Christiansen.
32307
32308         Unskipped fast/loader/reload-policy-delegate.html for WK2.
32309
32310         * platform/wk2/TestExpectations:
32311
32312 2012-10-17  Harald Alvestrand  <hta@google.com>
32313
32314         Implement the Selector argument to RTCPeerConnection.getStats
32315         https://bugs.webkit.org/show_bug.cgi?id=99460
32316
32317         Reviewed by Adam Barth.
32318
32319         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt: Added.
32320         * fast/mediastream/RTCPeerConnection-statsSelector.html: Added.
32321
32322 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
32323
32324         WebKitTestRunner needs layoutTestController.queueReload
32325         https://bugs.webkit.org/show_bug.cgi?id=42672
32326
32327         Reviewed by Kenneth Rohde Christiansen.
32328
32329         Unskipped the related test cases for WK2.
32330
32331         * platform/efl-wk2/TestExpectations:
32332         * platform/wk2/TestExpectations:
32333
32334 2012-10-17  Kent Tamura  <tkent@chromium.org>
32335
32336         REGRESSION(r131421): Text baseline becomes incorrect after re-layout of input[type=time]
32337         https://bugs.webkit.org/show_bug.cgi?id=99572
32338
32339         Reviewed by Kentaro Hara.
32340
32341         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Added.
32342         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Added.
32343
32344 2012-10-17  Zan Dobersek  <zandobersek@gmail.com>
32345
32346         Unreviewed GTK gardening.
32347
32348         Fixing expectation for fast/forms/range/input-appearance-range-rtl.html,
32349         it's a reftest so the failure is actually of pixel nature.
32350
32351         Also removing some expectations for tests that now consistently pass.
32352
32353         * platform/gtk/TestExpectations:
32354
32355 2012-10-17  Dominik Röttsches  <dominik.rottsches@intel.com>
32356
32357         [EFL] Unreviewed gardening.
32358
32359         Unskipping 4 cases after regression was fixed in r131229,
32360         moving out a crash and incorrect console loggin on the wk2 bot.
32361
32362         * platform/efl-wk2/TestExpectations:
32363         * platform/efl/TestExpectations:
32364
32365 2012-10-17  Mike West  <mkwst@chromium.org>
32366
32367         V8 should throw a more descriptive exception when blocking 'eval' via CSP.
32368         https://bugs.webkit.org/show_bug.cgi?id=94332
32369
32370         Reviewed by Adam Barth.
32371
32372         * platform/chromium/TestExpectations:
32373             Unskipping these tests, as this patch unbreaks them.
32374         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
32375         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
32376         * platform/chromium/http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
32377             Updating expectations with the new error message.
32378
32379 2012-10-17  MORITA Hajime  <morrita@google.com>
32380
32381         Assertion failed on HTMLFormControlElement.cpp: updateFromElementCallback()
32382         https://bugs.webkit.org/show_bug.cgi?id=99566
32383
32384         Reviewed by Kent Tamura.
32385
32386         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.txt: Added.
32387         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.html: Added.
32388
32389 2012-10-17  Anton Muhin  <antonm@chromium.org>
32390
32391         Unreviewed Chromium rebaselines.
32392
32393         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
32394         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
32395         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
32396
32397 2012-10-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
32398
32399         [Qt] Unreviwed gardening. Skip failing reftest after r131497.
32400         https://bugs.webkit.org/show_bug.cgi?id=98666
32401
32402         * platform/qt/TestExpectations: Skip fast/forms/range/input-appearance-range-rtl.html.
32403
32404 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
32405
32406         WebKitTestRunner needs testRunner.queueLoad
32407         https://bugs.webkit.org/show_bug.cgi?id=42674
32408
32409         Reviewed by Kenneth Rohde Christiansen.
32410
32411         Unskipped corresponding tests for WK2 and WK2 EFL, put those which still failing to appropriate groups.
32412
32413         * platform/efl-wk2/TestExpectations:
32414         * platform/wk2/TestExpectations:
32415
32416 2012-10-17  Douglas Stockwell  <dstockwell@chromium.org>
32417
32418         Content of replaced elements should be trimmed to the content edge curve.
32419         https://bugs.webkit.org/show_bug.cgi?id=63899
32420
32421         Reviewed by Simon Fraser.
32422
32423         * fast/replaced/border-radius-clip-content-edge-expected.txt: Added.
32424         * fast/replaced/border-radius-clip-content-edge.html: Added.
32425         * platform/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
32426         * platform/chromium/TestExpectations:
32427         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
32428         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
32429
32430 2012-10-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>
32431
32432         The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
32433         https://bugs.webkit.org/show_bug.cgi?id=90539
32434
32435         Reviewed by Kent Tamura.
32436
32437         Added a test case to verify that formaction attribute of <button> element is
32438         used when its child <span> is clicked.
32439
32440         * fast/forms/formaction-attribute-expected.txt:
32441         * fast/forms/formaction-attribute.html: Removed unused doneAction2 variable.
32442
32443 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
32444
32445         Unreviewed, rolling out r131516 and r131550.
32446         http://trac.webkit.org/changeset/131516
32447         http://trac.webkit.org/changeset/131550
32448         https://bugs.webkit.org/show_bug.cgi?id=99349
32449
32450         It caused zillion different problem on different platforms
32451
32452         * fast/workers/resources/worker-event-listener.js:
32453
32454 2012-10-16  Keishi Hattori  <keishi@webkit.org>
32455
32456         Add test that checks if scrolling works inside the suggestion picker
32457         https://bugs.webkit.org/show_bug.cgi?id=99409
32458
32459         Reviewed by Kent Tamura.
32460
32461         We want to test that scrolling, both by scrollbar and mouse wheel, work inside the suggestion picker.
32462
32463         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt:
32464         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
32465         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt:
32466         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
32467
32468 2012-10-16  Kent Tamura  <tkent@chromium.org>
32469
32470         Re-add a test which was removed mistakenly in r131538.
32471         https://bugs.webkit.org/show_bug.cgi?id=98103
32472
32473         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick-expected.txt: Added.
32474         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html: Added.
32475
32476 2012-10-16  Kent Tamura  <tkent@chromium.org>
32477
32478         Move tests for calendar picker to platform/chromium/fast/forms/calendar-picker/
32479         https://bugs.webkit.org/show_bug.cgi?id=98103
32480
32481         Reviewed by Yuta Kitamura.
32482
32483         Move tests for calendar picker to platform/chromium/fast/forms/
32484         calendar-picker/ because
32485          - Ease of skipping
32486          - We're going to support non-date types in the calendar picker.
32487          - Not sure the calendar picker code will be used on other platforms.
32488
32489         * fast/forms/date/calendar-picker-appearance-expected.txt: Removed.
32490         * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Removed.
32491         * fast/forms/date/calendar-picker-appearance-pre-100.html: Removed.
32492         * fast/forms/date/calendar-picker-appearance.html: Removed.
32493         * fast/forms/date/calendar-picker-common.js: Removed.
32494         * fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
32495         * fast/forms/date/calendar-picker-key-operations.html: Removed.
32496         * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Removed.
32497         * fast/forms/date/calendar-picker-mouse-operations.html: Removed.
32498         * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Removed.
32499         * fast/forms/date/calendar-picker-type-change-onclick.html: Removed.
32500         * fast/forms/date/calendar-picker-with-step-expected.txt: Removed.
32501         * fast/forms/date/calendar-picker-with-step.html: Removed.
32502         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32503         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Added.
32504         * 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.
32505         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32506         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker: Added.
32507         * 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.
32508         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32509         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker: Added.
32510         * 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.
32511         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32512         * 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.
32513         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32514         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker: Added.
32515         * 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.
32516         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
32517         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
32518         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker: Added.
32519         * 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.
32520         * 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.
32521         * platform/chromium/TestExpectations:
32522         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-expected.txt.
32523         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
32524         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance.html.
32525         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt.
32526         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations.html.
32527         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations-expected.txt.
32528         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations.html.
32529         * 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.
32530         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100.html.
32531         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step-expected.txt.
32532         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step.html.
32533         * platform/chromium/fast/forms/calendar-picker/resources: Added.
32534         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: Copied from LayoutTests/fast/forms/date/calendar-picker-common.js.
32535         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Fix calendar-picker-common.js path.
32536         * platform/gtk/TestExpectations:
32537
32538 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
32539
32540         Update Chromium ML expectations
32541
32542         Unreviewed, expectations change.
32543
32544         * platform/chromium-mac-mountainlion/TestExpectations:
32545
32546 2012-10-16  Joseph Pecoraro  <pecoraro@apple.com>
32547
32548         HTMLSelectElement::optionSelectedByUser confuses listIndex and optionIndex
32549         https://bugs.webkit.org/show_bug.cgi?id=99523
32550
32551         Reviewed by Simon Fraser.
32552
32553         Extend the dom activate test to test calls on a <select multiple> with
32554         <optgroup>s. This previously untested case was broken.
32555
32556         * platform/mac/fast/objc/dom-html-select-activate-expected.txt:
32557         * platform/mac/fast/objc/dom-html-select-activate.html:
32558
32559 2012-10-16  Jian Li  <jianli@chromium.org>
32560
32561         Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
32562         https://bugs.webkit.org/show_bug.cgi?id=98975
32563
32564         Reviewed by Adam Barth.
32565
32566         Renaming is needed to better match with the draggable region code.
32567
32568         * platform/efl/TestExpectations:
32569         * platform/gtk/TestExpectations:
32570         * platform/mac/TestExpectations:
32571         * platform/qt/TestExpectations:
32572         * platform/win/TestExpectations:
32573         * platform/wincairo/TestExpectations:
32574
32575 2012-10-16  Dana Jansens  <danakj@chromium.org>
32576
32577         Unreviewed, rebaselines after r131358
32578         https://bugs.webkit.org/show_bug.cgi?id=99441
32579
32580         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
32581         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32582         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
32583         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
32584
32585 2012-10-16  James Simonsen  <simonjam@chromium.org>
32586
32587         [Page Visibility API] View-less documents should report as hidden
32588         https://bugs.webkit.org/show_bug.cgi?id=99410
32589
32590         Reviewed by Tony Gentilcore.
32591
32592         * fast/events/page-visibility-null-view-expected.txt: Added.
32593         * fast/events/page-visibility-null-view.html: Added.
32594
32595 2012-10-16  Tony Chang  <tony@chromium.org>
32596
32597         Unreviewed, broaden Chromium TestExpectations to match waterfall.
32598
32599         * platform/chromium/TestExpectations:
32600
32601 2012-10-16  Dana Jansens  <danakj@chromium.org>
32602
32603         Rebaseline mac compositing/geometry/fixed-position-transform-composited-page-scale-down.html
32604         https://bugs.webkit.org/show_bug.cgi?id=89702
32605
32606         Unreviewed gardening.
32607
32608         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
32609         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
32610         * platform/chromium/TestExpectations:
32611
32612 2012-10-16  Tony Chang  <tony@chromium.org>
32613
32614         Unreviewed, fix TestExpectations for Qt and GTK after RenderSlider change.
32615
32616         * platform/gtk/TestExpectations:
32617         * platform/gtk/media/video-volume-slider-expected.txt:
32618         * platform/qt/TestExpectations:
32619
32620 2012-10-16  Dana Jansens  <danakj@chromium.org>
32621
32622         Rebaseline for css1/basic/inheritance.html
32623
32624         Unreviewed gardening.
32625
32626         * platform/chromium-mac/css1/basic/inheritance-expected.png:
32627
32628 2012-10-16  Dana Jansens  <danakj@chromium.org>
32629
32630         Web Inspector: inspector/styles/styles-history.html is failing Text on win7
32631         https://bugs.webkit.org/show_bug.cgi?id=99519
32632
32633         Unreviewed gardening.
32634
32635         * platform/chromium/TestExpectations:
32636
32637 2012-10-16  Dana Jansens  <danakj@chromium.org>
32638
32639         Rebaselines for r131503
32640         https://bugs.webkit.org/show_bug.cgi?id=99516
32641
32642         Unreviewed gardening.
32643
32644         * platform/chromium/TestExpectations:
32645
32646 2012-10-16  Tony Chang  <tony@chromium.org>
32647
32648         Unreviewed, fix lint error in chromium-android/TestExpectations.
32649
32650         * platform/chromium-android/TestExpectations:
32651
32652 2012-10-16  Tony Chang  <tony@chromium.org>
32653
32654         Unreviewed, lint fixes for TestExpectations.
32655
32656         * platform/chromium/TestExpectations:
32657
32658 2012-10-16  Dana Jansens  <danakj@chromium.org>
32659
32660         Lint fixes for TestExpectations
32661
32662         Unreviewed gardening.
32663
32664         * platform/chromium/TestExpectations:
32665
32666 2012-10-16  Dana Jansens  <danakj@chromium.org>
32667
32668         Rebaselines for r131503
32669         https://bugs.webkit.org/show_bug.cgi?id=99516
32670
32671         Unreviewed gardening.
32672
32673         * platform/chromium/TestExpectations:
32674
32675 2012-10-16  Dana Jansens  <danakj@chromium.org>
32676
32677         Some tests need rebaseline after r131497
32678         https://bugs.webkit.org/show_bug.cgi?id=99511
32679
32680         Unreviewed gardening.
32681
32682         * platform/chromium/TestExpectations:
32683
32684 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
32685
32686         [GTK] accessibility/radio-button-title-label.html is failing
32687         https://bugs.webkit.org/show_bug.cgi?id=98374
32688
32689         Unreviewed. Unskipped test, new port-specific baseline.
32690
32691         New baseline for the GTK port. If there is a proper label tag, we
32692         expect the widget to get its name/title from that label. The aria
32693         labelledby property is exposed in addition to the label; not instead
32694         of the label.
32695
32696         * platform/gtk/TestExpectations: Unskipped failing test.
32697         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
32698
32699 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
32700
32701         [chromium] add Mountain Lion baselines
32702         https://bugs.webkit.org/show_bug.cgi?id=99505
32703
32704         Reviewed by Ojan Vafai.
32705
32706         This change adds a temporary 10.8/MountainLion-specific
32707         expectations file for Chromium so that the bot can be green
32708         while we are updating all the baselines and triaging failures.
32709
32710         * platform/chromium-mac-mountainlion/TestExpectations: Added.
32711
32712 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
32713
32714         [GTK] accessibility/inline-continuations.html is failing
32715         https://bugs.webkit.org/show_bug.cgi?id=98367
32716
32717         Unreviewed. Unskipped test, new port-specific expectations.
32718
32719         ATs for the GTK port are expecting only meaningful text objects, with
32720         the text of spans getting folded into the parent object.
32721
32722         * platform/gtk/TestExpectations: Updated to unskip test.
32723         * platform/gtk/accessibility/inline-continuations-expected.txt: Added.
32724
32725 2012-10-16  Emil A Eklund  <eae@chromium.org>
32726
32727         Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection
32728         https://bugs.webkit.org/show_bug.cgi?id=99376
32729
32730         Reviewed by Levi Weintraub.
32731
32732         * platform/chromium/TestExpectations:
32733
32734 2012-10-16  Filip Pizlo  <fpizlo@apple.com>
32735
32736         GetScopedVar CSE matches dead GetScopedVar's leading to IR corruption
32737         https://bugs.webkit.org/show_bug.cgi?id=99470
32738         <rdar://problem/12363698>
32739
32740         Rubber stamped by Mark Hahnenberg.
32741
32742         * fast/js/dfg-cse-dead-get-scoped-var-expected.txt: Added.
32743         * fast/js/dfg-cse-dead-get-scoped-var.html: Added.
32744         * fast/js/jsc-test-list:
32745         * fast/js/script-tests/dfg-cse-dead-get-scoped-var.js: Added.
32746         (foo.return.if):
32747         (foo):
32748
32749 2012-10-16  Adam Barth  <abarth@webkit.org>
32750
32751         Document::adoptNode shouldn't special-case <iframe>
32752         https://bugs.webkit.org/show_bug.cgi?id=99247
32753
32754         Reviewed by Ryosuke Niwa.
32755
32756         Test that adopting an object element into itself also throws an
32757         exception.
32758
32759         * fast/frames/adopt-object-into-itself-expected.txt: Added.
32760         * fast/frames/adopt-object-into-itself.html: Added.
32761
32762 2012-10-16  Dana Jansens  <danakj@chromium.org>
32763
32764         lots-of-objects.html is flaky crashing on the webkit.org mac bot.
32765         http://code.google.com/p/chromium/issues/detail?id=46603
32766
32767         Unreviewed gardening.
32768
32769         * platform/chromium/TestExpectations:
32770
32771 2012-10-16  Tony Chang  <tony@chromium.org>
32772
32773         input[type=range] as a flex item renders thumb at wrong position
32774         https://bugs.webkit.org/show_bug.cgi?id=98666
32775
32776         Reviewed by Ojan Vafai.
32777
32778         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
32779         and not using a RenderLayer unless noted otherwise.
32780
32781         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
32782         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
32783         thumb in the correct place.
32784         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
32785         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
32786         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
32787         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
32788         129px for vertical controls. This makes more sense than having a height of 100%.
32789         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
32790         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
32791         focus ring. This matches other form controls like buttons and textareas.
32792         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
32793         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
32794         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
32795         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
32796         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
32797         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
32798         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
32799         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
32800         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
32801         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
32802         * platform/chromium-win/fast/layers/video-layer-expected.txt:
32803         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
32804         * platform/chromium-win/media/audio-repaint-expected.txt:
32805         * platform/chromium-win/media/controls-after-reload-expected.txt:
32806         * platform/chromium-win/media/controls-strict-expected.txt:
32807         * platform/chromium-win/media/controls-styling-expected.txt:
32808         * platform/chromium-win/media/controls-styling-strict-expected.txt:
32809         * platform/chromium-win/media/controls-without-preload-expected.txt:
32810         * platform/chromium-win/media/media-controls-clone-expected.txt:
32811         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
32812         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
32813         * platform/chromium-win/media/video-controls-rendering-expected.txt:
32814         * platform/chromium-win/media/video-display-toggle-expected.txt:
32815         * platform/chromium-win/media/video-empty-source-expected.txt:
32816         * platform/chromium-win/media/video-no-audio-expected.txt:
32817         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
32818         * platform/chromium-win/media/video-zoom-controls-expected.txt:
32819
32820 2012-10-16  Xianzhu Wang  <wangxianzhu@chromium.org>
32821
32822         [Chromium] Android: Need a way to get appropriate font for some specific characters.
32823         https://bugs.webkit.org/show_bug.cgi?id=67587
32824
32825         Reviewed by Adam Barth.
32826
32827         Removed unnecessary rebaselines.
32828         Removed failure expectations for the tests now pass.
32829         Added pixel only rebaselines for some of the above tests.
32830
32831         * platform/chromium-android/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. New pixel rebaseline.
32832         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.png: Removed. Unnecessary rebaseline.
32833         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.txt: Removed. Unnecessary rebaseline.
32834         * platform/chromium-android/fast/writing-mode/japanese-rl-selection-expected.png: Added. New pixel rebaseline.
32835         * platform/chromium-android/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed. Unnecessary rebaseline.
32836         * platform/chromium/TestExpectations: Removed the failure expectations for the tests now pass.
32837
32838 2012-10-16  Tommy Widenflycht  <tommyw@google.com>
32839
32840         MediaStream API: Add the chromium API for RTCDataChannel
32841         https://bugs.webkit.org/show_bug.cgi?id=99435
32842
32843         Reviewed by Adam Barth.
32844
32845         Adding tests for RTCDataChannel.
32846
32847         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: Added.
32848         * fast/mediastream/RTCPeerConnection-datachannel.html: Added.
32849
32850 2012-10-16  Tony Chang  <tony@chromium.org>
32851
32852         Unreviewed, rebaseline 2 Chromium Mac test.
32853         Small differences due to using MESA.
32854
32855         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
32856         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
32857         * platform/chromium/TestExpectations:
32858
32859 2012-10-16  Stephen Chenney  <schenney@chromium.org>
32860
32861         An feImage that tries to render itself should be stopped
32862         https://bugs.webkit.org/show_bug.cgi?id=94652
32863
32864         Reviewed by Eric Seidel.
32865
32866         Ref-test to verify that an feImage that tries to draw itself will not
32867         crash. This test must be render in order to verify the result. Do not
32868         convert to dumpAstext.
32869
32870         * svg/filters/feImage-self-referencing-expected.html: Added.
32871         * svg/filters/feImage-self-referencing.html: Added.
32872
32873 2012-10-16  Nico Weber  <thakis@chromium.org>
32874
32875         [chromium/mac] Make spelling indicator HighDPI
32876         https://bugs.webkit.org/show_bug.cgi?id=99417
32877
32878         Reviewed by Stephen White.
32879
32880         New baselines.
32881
32882         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png :
32883         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png :
32884
32885 2012-10-16  Dana Jansens  <danakj@chromium.org>
32886
32887         Remove expected fails for tests that need rebaseline after http://trac.webkit.org/changeset/131358
32888
32889         Unreviewed gardening.
32890
32891         * platform/chromium/TestExpectations:
32892
32893 2012-10-16  Tony Chang  <tony@chromium.org>
32894
32895         in a column flexbox, input overflows the box when stretched
32896         https://bugs.webkit.org/show_bug.cgi?id=99273
32897
32898         Reviewed by Ojan Vafai.
32899
32900         Add a ref test since we're testing form rendering. Make sure that we get the
32901         right behavior without the performance optimization (e.g., in multiline flexbox).
32902
32903         * css3/flexbox/stretch-input-in-column-expected.html: Added.
32904         * css3/flexbox/stretch-input-in-column.html: Added.
32905
32906 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
32907
32908         [Qt] Unreviewed gardening, unskip a now passing test.
32909
32910         * platform/qt/TestExpectations:
32911
32912 2012-10-16  Simon Fraser  <simon.fraser@apple.com>
32913
32914         REGRESSION (r128787): Fixed position div causes other elements to not update correctly
32915         https://bugs.webkit.org/show_bug.cgi?id=98579
32916
32917         Reviewed by Beth Dakin.
32918
32919         Repaint test that scrolls an overflow element until its content layers overlap some
32920         other composited element. Only the pixel result is interesting.
32921
32922         * compositing/repaint/requires-backing-repaint-expected.png: Added.
32923         * compositing/repaint/requires-backing-repaint-expected.txt: Added.
32924         * compositing/repaint/requires-backing-repaint.html: Added.
32925
32926 2012-10-16  Mike Reed  <reed@google.com>
32927
32928         update expectations preparing for skia optimization
32929         https://bugs.webkit.org/show_bug.cgi?id=99476
32930
32931         Reviewed by NOBODY.
32932
32933         crbug.com/156097
32934         Chrome will enable a skia optimization (see crbug/156097). In preparation for that, we mark these tests
32935         to be rebaselined after that change lands.
32936
32937         * platform/chromium/TestExpectations:
32938
32939 2012-10-16  Joshua Bell  <jsbell@chromium.org>
32940
32941         IndexedDB: setTimeout in layout tests causes flakiness in multiprocess ports
32942         https://bugs.webkit.org/show_bug.cgi?id=98949
32943
32944         Reviewed by Tony Chang.
32945
32946         In multiprocess ports with asynchronous IPC, events and timers may race causing script
32947         callbacks to execute in different orders.
32948
32949         Eliminate the uses of setTimeout() where the intent is to have code delayed but may
32950         race with a pending event.
32951
32952         * fast/js/resources/js-test-pre.js:
32953         (evalAndLog) Added quiet flag.
32954         * storage/indexeddb/deletedatabase-blocked-expected.txt:
32955         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
32956         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
32957         * storage/indexeddb/intversion-close-between-events-expected.txt:
32958         * storage/indexeddb/resources/deletedatabase-blocked.js: Remove setTimeout.
32959         (test.request.onsuccess.openOnSuccess.h.onversionchange):
32960         (test.request.onsuccess.openOnSuccess.request.onblocked):
32961         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Remove setTimeout.
32962         (test.request.onsuccess.openOnSuccess.h.onversionchange):
32963         (test.request.onsuccess.openOnSuccess.request.onblocked):
32964         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Remove setTimeout.
32965         (test.request.onsuccess.openOnSuccess.h.onversionchange):
32966         (test.request.onsuccess.openOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
32967         * storage/indexeddb/resources/intversion-close-between-events.js: Test was intended to call db.close()
32968         between "complete" and "success" but in single process ports this is not possible, and in multi-process
32969         ports is not reliable. To make the test not flaky and watch out for regressions in this edge case, it
32970         is changed to have minimal logging.
32971         (deleteSuccess):
32972         (upgradeNeeded.transaction.oncomplete):
32973         (upgradeNeeded):
32974         (closeDB):
32975         (openSuccess):
32976         (checkFinished):
32977         * storage/indexeddb/resources/intversion-close-in-oncomplete.js: Log on error rather than timing out.
32978         (deleteSuccess):
32979         * storage/indexeddb/resources/setversion-blocked.js: Removed setTimeout.
32980         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.h2.onversionchange):
32981         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
32982         * storage/indexeddb/resources/shared.js:
32983         (evalAndExpectException) Added quiet flag.
32984         * storage/indexeddb/setversion-blocked-expected.txt:
32985
32986 2012-10-16  Takashi Sakamoto  <tasak@google.com>
32987
32988         [Meta] [Shadow] contenteditable attribute for distributed nodes.
32989         https://bugs.webkit.org/show_bug.cgi?id=90017
32990
32991         Reviewed by Dimitri Glazkov.
32992
32993         * fast/dom/shadow/user-modify-inheritance-expected.txt:
32994         * fast/dom/shadow/user-modify-inheritance.html:
32995
32996 2012-10-16  Vsevolod Vlasov  <vsevik@chromium.org>
32997
32998         Web Inspector: Get rid of (now empty) JavaScriptSource and StyleSource, rename all usages to UISourceCode.
32999         https://bugs.webkit.org/show_bug.cgi?id=99469
33000
33001         Reviewed by Pavel Feldman.
33002
33003         * http/tests/inspector/debugger-test.js:
33004         (initialize_DebuggerTest):
33005         * http/tests/inspector/workspace-test.js:
33006         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
33007         * inspector/debugger/breakpoint-manager.html:
33008         * inspector/debugger/network-uisourcecode-provider-expected.txt:
33009         * inspector/debugger/script-formatter-breakpoints.html:
33010         * inspector/debugger/script-formatter-console.html:
33011         * inspector/debugger/script-formatter-search.html:
33012         * inspector/debugger/script-snippet-model.html:
33013         * inspector/debugger/scripts-panel.html:
33014         * inspector/debugger/source-frame-count.html:
33015         * inspector/styles/edit-inspector-stylesheet.html:
33016         * inspector/styles/styles-history.html:
33017
33018 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
33019
33020         Web Inspector: Extract domain specific editing handling logic from UISourceCode (step 2).
33021         https://bugs.webkit.org/show_bug.cgi?id=99301
33022
33023         Reviewed by Pavel Feldman.
33024
33025         * http/tests/inspector/debugger-test.js:
33026         (initialize_DebuggerTest):
33027         * inspector/styles/edit-inspector-stylesheet.html:
33028
33029 2012-10-16  Dana Jansens  <danakj@chromium.org>
33030
33031         Layout Test fast/forms/date/calendar-picker-key-operations.html is failing
33032         https://bugs.webkit.org/show_bug.cgi?id=99466
33033
33034         Unreviewed gardening.
33035
33036         * platform/chromium/TestExpectations:
33037
33038 2012-10-16  Alexander Pavlov  <apavlov@chromium.org>
33039
33040         Web Inspector: [Elements] Double-click to live edit style tags changes text to 'undefined' in some situations
33041         https://bugs.webkit.org/show_bug.cgi?id=99336
33042
33043         Reviewed by Vsevolod Vlasov.
33044
33045         Change the DOM tree dump format to include newlines replaced by '\n's.
33046
33047         * http/tests/inspector/elements-test.js:
33048         (initialize_ElementTest.InspectorTest.dumpElementsTree):
33049         * inspector/elements/edit-dom-actions-expected.txt:
33050         * inspector/elements/edit-dom-actions.html:
33051         * inspector/elements/elements-panel-limited-children-expected.txt:
33052         * inspector/elements/elements-panel-structure-expected.txt:
33053         * inspector/elements/iframe-load-event-expected.txt:
33054         * inspector/elements/insert-node-expected.txt:
33055         * inspector/elements/perform-undo-undo-expected.txt:
33056         * inspector/elements/user-properties-expected.txt:
33057         * inspector/styles/force-pseudo-state-expected.txt:
33058
33059 2012-10-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
33060
33061         [GTK] Update baselines for failing svg test after r131435
33062         https://bugs.webkit.org/show_bug.cgi?id=99462
33063
33064         Unreviewed GTK gardening.
33065
33066         Updating baselines after downgrading the Cairo to version 1.10.2.
33067
33068         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
33069         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
33070
33071 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
33072
33073         Unreviewed GTK gardening.
33074
33075         Adding (flaky) crashing expectations for a couple of tests.
33076
33077         * platform/gtk/TestExpectations:
33078
33079 2012-10-16  Mike West  <mkwst@chromium.org>
33080
33081         Web Inspector: Whitelist safe styles for 'console.log('%c...', ...)'.
33082         https://bugs.webkit.org/show_bug.cgi?id=98945
33083
33084         Reviewed by Pavel Feldman.
33085
33086         * http/tests/inspector/console-test.js:
33087         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
33088             Use the 'cssText' property of an element, rather than reading from
33089             its 'style' attribute. Also, gracefully handle unstyled elements
33090             by explicitly noting their emptyness.
33091         * inspector/console/console-format-style-whitelist-expected.txt: Added.
33092         * inspector/console/console-format-style-whitelist.html: Added.
33093
33094 2012-10-16  Keishi Hattori  <keishi@webkit.org>
33095
33096         [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114
33097
33098         Unreviewed.
33099
33100         * fast/forms/date/calendar-picker-key-operations-expected.txt:
33101         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
33102
33103 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
33104
33105         Unreviewed GTK gardening.
33106
33107         Updating baselines and expectations after downgrading the Cairo
33108         version used in JHBuild dependencies back to 1.10.2.
33109
33110         * platform/gtk/TestExpectations:
33111         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
33112         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
33113         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
33114         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
33115         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
33116         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
33117         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
33118         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
33119         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
33120         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
33121         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
33122         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
33123         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
33124
33125 2012-10-16  Keishi Hattori  <keishi@webkit.org>
33126
33127         Add test that checks that reloading after setting a value for an input element from a suggestion picker resets the values
33128         https://bugs.webkit.org/show_bug.cgi?id=99407
33129
33130         Reviewed by Kent Tamura.
33131
33132         We want to test that a reload resets values of input elements, even if
33133         they were set by the suggestion picker.
33134
33135         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload-expected.txt: Added.
33136         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: Added.
33137
33138 2012-10-16  Shinya Kawanaka  <shinyak@chromium.org>
33139
33140         [Chromium] Unreviewed gardening, TestExpectations updated.
33141
33142         * platform/chromium/TestExpectations:
33143
33144 2012-10-15  Kent Tamura  <tkent@chromium.org>
33145
33146         Fix some appearance glitches of multiple fields input elements
33147         https://bugs.webkit.org/show_bug.cgi?id=99412
33148
33149         Reviewed by Kentaro Hara.
33150
33151         All of rendering tests for multiple fields inputs need rebaseline
33152         because of the padding change.
33153
33154         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
33155         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html:
33156         Add a fixed height case.
33157         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
33158         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
33159         * platform/chromium/TestExpectations:
33160
33161 2012-10-16  Keishi Hattori  <keishi@webkit.org>
33162
33163         [Chromium] Mark date-suggestion-picker-appearance.html as need rebaseline
33164
33165         Unreviewed.
33166
33167         Mark date-suggestion-picker-appearance.html as need rebaseline until chromium side change lands.
33168
33169         * platform/chromium/TestExpectations:
33170
33171 2012-10-15  Keishi Hattori  <keishi@webkit.org>
33172
33173         Move suggestion picker tests to suggestion-picker directory
33174         https://bugs.webkit.org/show_bug.cgi?id=99415
33175
33176         Reviewed by Kent Tamura.
33177
33178         Moving the tests suggestion picker tests to platform/chromium/fast/forms/suggestion-picker chromium android can easily skip them.
33179
33180         * 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.
33181         * 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.
33182         * 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.
33183         * 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.
33184         * 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.
33185         * 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.
33186         * 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.
33187         * 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.
33188         * 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.
33189         * 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.
33190         * 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.
33191         * 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.
33192         * 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.
33193         * 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.
33194         * 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.
33195         * 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.
33196         * 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.
33197         * 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.
33198         * 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.
33199         * 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.
33200         * 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.
33201         * 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.
33202         * 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.
33203         * 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.
33204         * 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.
33205         * 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.
33206         * platform/chromium/TestExpectations: Removed obsolete lines.
33207         * 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.
33208         * 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.
33209         * 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.
33210         * 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.
33211         * 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.
33212         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html.
33213         * 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.
33214         * 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.
33215         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
33216         * 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.
33217         * 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.
33218         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
33219         * platform/chromium/fast/forms/suggestion-picker/suggestion-picker-common.js: Renamed from LayoutTests/fast/forms/resources/suggestion-picker-common.js.
33220         * 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.
33221         * 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.
33222         * 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.
33223         * 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.
33224         * 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.
33225         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html.
33226         * 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.
33227         * 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.
33228         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
33229         * 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.
33230         * 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.
33231         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
33232
33233 2012-10-15  Yury Semikhatsky  <yurys@chromium.org>
33234
33235         Web Inspector: restore watch expression expansion state
33236         https://bugs.webkit.org/show_bug.cgi?id=99304
33237
33238         Reviewed by Pavel Feldman.
33239
33240         Expand watch expression value and its properties if they were expanded
33241         before update.
33242
33243         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Added.
33244         * inspector/debugger/watch-expressions-preserve-expansion.html: Added.
33245
33246 2012-10-15  Mike West  <mkwst@chromium.org>
33247
33248         Warn when CSP headers don't separate directives with ';'.
33249         https://bugs.webkit.org/show_bug.cgi?id=99274
33250
33251         Reviewed by Adam Barth.
33252
33253         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt: Added.
33254         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon.html: Added.
33255
33256 2012-10-15  Pablo Flouret  <pablof@motorola.com>
33257
33258         Add force parameter to DOMTokenList.toggle
33259         https://bugs.webkit.org/show_bug.cgi?id=99375
33260
33261         Reviewed by Darin Adler.
33262
33263         * fast/dom/HTMLElement/class-list-expected.txt:
33264         * fast/dom/HTMLElement/class-list-quirks-expected.txt:
33265         * fast/dom/HTMLElement/script-tests/class-list.js:
33266         (shouldThrowDOMException):
33267
33268 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
33269
33270         [Chromium] Unreviewed gardening, TestExpectations updated.
33271
33272         * platform/chromium/TestExpectations:
33273
33274 2012-10-15  Keishi Hattori  <keishi@webkit.org>
33275
33276         Add tests for suggestion picker that test step/min/max attributes
33277         https://bugs.webkit.org/show_bug.cgi?id=99168
33278
33279         Reviewed by Kent Tamura.
33280
33281         These tests that setting step/min/max attributes filters out values from the suggestion picker.
33282
33283         * fast/forms/resources/suggestion-picker-common.js:
33284         (valueForEntry): Returns value for an suggestion list entry element.
33285         (highlightedEntry):
33286         (entryValues): Returns an array of entry values.
33287         (openPicker): Added callback argument.
33288         (popupOpenCallbackWrapper):
33289         * platform/chromium-android/TestExpectations:
33290         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt: Added.
33291         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html: Added.
33292         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt: Added.
33293         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: Added.
33294         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt: Added.
33295         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html: Added.
33296         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt: Added.
33297         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: Added.
33298
33299 2012-10-15  Vlad Grecescu  <igrecesc@adobe.com>, Douglas Stockwell  <dstockwell@chromium.org>
33300
33301         Support for background-clip:content-box and padding-box with border-radius
33302         https://bugs.webkit.org/show_bug.cgi?id=23166
33303
33304         Reviewed by Simon Fraser.
33305
33306         * fast/css/background-clip-radius-values-expected.png: Added.
33307         * fast/css/background-clip-radius-values-expected.txt: Added.
33308         * fast/css/background-clip-radius-values.html: Added.
33309         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png: Added.
33310         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
33311         * platform/chromium/TestExpectations:
33312         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
33313         * platform/qt/TestExpectations:
33314         * platform/efl/TestExpectations:
33315
33316 2012-10-15  Kent Tamura  <tkent@chromium.org>
33317
33318         [Chromium] Layout Test *-multiple-fields-keyboard-events.html etc. are failing on Win XP
33319         https://bugs.webkit.org/show_bug.cgi?id=99408
33320
33321         These failures are expected. Just do rebaseline.
33322
33323         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
33324         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
33325         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.
33326
33327 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
33328
33329         [Chromium] Unreviewed gardening, TestExpectations updated.
33330
33331         Now lint passes.
33332
33333         * platform/chromium/TestExpectations:
33334
33335 2012-10-15  Kenichi Ishibashi  <bashi@chromium.org>
33336
33337         [WebSocket] WebSocketInflater should handle BFINAL = 1 blocks
33338         https://bugs.webkit.org/show_bug.cgi?id=99282
33339
33340         Reviewed by Yuta Kitamura.
33341
33342         Added a test for receiving compressed blocks with BFINAL set to 1.
33343
33344         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
33345         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html: Added.
33346         * http/tests/websocket/tests/hybi/deflate-frame_wsh.py:
33347         (web_socket_do_extra_handshake): Call set_bfinal() if the 'set_bfinal' parameter is passed.
33348
33349 2012-10-15  Simon Fraser  <simon.fraser@apple.com>
33350
33351         Fix GraphicsLayer visible rect computation when scrolling in WebKit1
33352         https://bugs.webkit.org/show_bug.cgi?id=99385
33353
33354         Reviewed by Dean Jackson, Tim Horton.
33355
33356         scrolled.html tests the visible rect after scrolling. The other tests
33357         are for visibleRect in iframes, with and without compositing layers
33358         in the parent document (which exercises different code paths in WebKit1).
33359
33360         * compositing/visible-rect/iframe-and-layers-expected.txt: Added.
33361         * compositing/visible-rect/iframe-and-layers.html: Added.
33362         * compositing/visible-rect/iframe-no-layers-expected.txt: Added.
33363         * compositing/visible-rect/iframe-no-layers.html: Added.
33364         * compositing/visible-rect/resources/subframe-with-layers.html: Added.
33365         * compositing/visible-rect/scrolled-expected.txt: Added.
33366         * compositing/visible-rect/scrolled.html: Added.
33367         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
33368
33369 2012-10-14  Kent Tamura  <tkent@chromium.org>
33370
33371         Input elements with multiple fields UI should set appropriate direction for browser locale automatically
33372         https://bugs.webkit.org/show_bug.cgi?id=99291
33373
33374         Reviewed by Hajime Morita.
33375
33376         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html:
33377         Added. We can confirm ar-eg and he-il have RTL layout.
33378         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Added.
33379         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
33380
33381         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
33382         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
33383         - Enable the lang-attribute-aware-form-control-UI feature.
33384         - Set lang=he-il instead of dir=rtl because dir=rtl is ignored.
33385         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Ditto.
33386         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Ditto.
33387
33388         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
33389         Updated becaues dir=RTL doesn't affect.
33390         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
33391         Ditto.
33392         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
33393         Ditto.
33394         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
33395         Ditto.
33396
33397         * platform/chromium/TestExpectations:
33398
33399 2012-10-15  Dana Jansens  <danakj@chromium.org>
33400
33401         inspector/styles/styles-computed-trace.html is timing out
33402         https://bugs.webkit.org/show_bug.cgi?id=99391
33403
33404         Unreviewed gardening.
33405
33406         * platform/chromium/TestExpectations:
33407
33408 2012-10-15  Dana Jansens  <danakj@chromium.org>
33409
33410         inspector/debugger/xhr-breakpoints.html is flaky
33411         https://bugs.webkit.org/show_bug.cgi?id=99389
33412
33413         Unreviewed gardening.
33414
33415         * platform/chromium/TestExpectations:
33416
33417 2012-10-15  Dana Jansens  <danakj@chromium.org>
33418
33419         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing.
33420         https://bugs.webkit.org/show_bug.cgi?id=99357
33421
33422         Unreviewed gardening.
33423
33424         * platform/chromium/TestExpectations:
33425
33426 2012-10-15  Dana Jansens  <danakj@chromium.org>
33427
33428         Rebaseline after r131358.
33429
33430         Unreviewed gardening.
33431
33432         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Added.
33433         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
33434         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
33435         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
33436         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
33437         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
33438         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
33439         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
33440         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Added.
33441
33442 2012-10-15  Dirk Pranke  <dpranke@chromium.org>
33443
33444         skip crashing softwarecompositing bugs
33445         https://bugs.webkit.org/show_bug.cgi?id=99381
33446
33447         Reviewed by Adrienne Walker.
33448
33449         These tests might be hanging the win (dbg)(2) bot; apart from
33450         that, there's not a lot of point in running tests that are known
33451         to be for unimplemented features.
33452
33453         * platform/chromium/TestExpectations:
33454
33455 2012-10-15  Tony Chang  <tony@chromium.org>
33456
33457         Unreviewed, rolling out r131367.
33458         http://trac.webkit.org/changeset/131367
33459         https://bugs.webkit.org/show_bug.cgi?id=98666
33460
33461         crashes on Apple Mac
33462
33463         * css3/flexbox/flexitem-stretch-range-expected.html: Removed.
33464         * css3/flexbox/flexitem-stretch-range.html: Removed.
33465         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
33466         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
33467         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
33468         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
33469         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
33470         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
33471         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
33472         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
33473         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
33474         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
33475         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
33476         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
33477         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
33478         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
33479         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
33480         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
33481         * platform/chromium-win/fast/layers/video-layer-expected.txt:
33482         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
33483         * platform/chromium-win/media/audio-repaint-expected.txt:
33484         * platform/chromium-win/media/controls-after-reload-expected.txt:
33485         * platform/chromium-win/media/controls-strict-expected.txt:
33486         * platform/chromium-win/media/controls-styling-expected.txt:
33487         * platform/chromium-win/media/controls-styling-strict-expected.txt:
33488         * platform/chromium-win/media/controls-without-preload-expected.txt:
33489         * platform/chromium-win/media/media-controls-clone-expected.txt:
33490         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
33491         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
33492         * platform/chromium-win/media/video-controls-rendering-expected.txt:
33493         * platform/chromium-win/media/video-display-toggle-expected.txt:
33494         * platform/chromium-win/media/video-empty-source-expected.txt:
33495         * platform/chromium-win/media/video-no-audio-expected.txt:
33496         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
33497         * platform/chromium-win/media/video-zoom-controls-expected.txt:
33498         * platform/chromium/TestExpectations:
33499         * platform/efl/TestExpectations:
33500         * platform/gtk/TestExpectations:
33501         * platform/mac/TestExpectations:
33502         * platform/qt/TestExpectations:
33503         * platform/win/TestExpectations:
33504
33505 2012-10-15  Chris Rogers  <crogers@google.com>
33506
33507         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for chromium-linux
33508         https://bugs.webkit.org/show_bug.cgi?id=99377
33509
33510         Unreviewed rebaseline.
33511
33512         * platform/chromium-linux-x86/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
33513         * platform/chromium-linux/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
33514         * platform/chromium-mac/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
33515
33516 2012-10-15  Joshua Bell  <jsbell@chromium.org>
33517
33518         IndexedDB: Pass type of error causing abort to IDBTransaction::onAbort
33519         https://bugs.webkit.org/show_bug.cgi?id=99097
33520
33521         Reviewed by Tony Chang.
33522
33523         Verify that IDBTransaction.error is reporting ConstraintError when indexing fails.
33524
33525         * storage/indexeddb/lazy-index-population-expected.txt:
33526         * storage/indexeddb/lazy-index-population.html:
33527
33528 2012-10-15  Dana Jansens  <danakj@chromium.org>
33529
33530         Rebaselines after 131358.
33531
33532         Unreviewed gardening.
33533
33534         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
33535         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
33536         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
33537         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
33538         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
33539         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
33540         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
33541         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
33542         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
33543         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
33544         * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
33545         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
33546
33547 2012-10-15  Dana Jansens  <danakj@chromium.org>
33548
33549         Rebaselines after 131358
33550
33551         Unreviewed gardening.
33552
33553         * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
33554         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
33555         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
33556         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
33557         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
33558         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
33559         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
33560         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
33561         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
33562         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
33563         * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
33564         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
33565         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
33566         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
33567         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
33568         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
33569         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
33570
33571 2012-10-12  Tony Chang  <tony@chromium.org>
33572
33573         input[type=range] as a flex item renders thumb at wrong position
33574         https://bugs.webkit.org/show_bug.cgi?id=98666
33575
33576         Reviewed by Ojan Vafai.
33577
33578         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
33579         and not using a RenderLayer unless noted otherwise.
33580
33581         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
33582         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
33583         thumb in the correct place.
33584         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
33585         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
33586         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
33587         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
33588         129px for vertical controls. This makes more sense than having a height of 100%.
33589         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
33590         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
33591         focus ring. This matches other form controls like buttons and textareas.
33592         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
33593         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
33594         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
33595         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
33596         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
33597         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
33598         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
33599         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
33600         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
33601         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
33602         * platform/chromium-win/fast/layers/video-layer-expected.txt:
33603         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
33604         * platform/chromium-win/media/audio-repaint-expected.txt:
33605         * platform/chromium-win/media/controls-after-reload-expected.txt:
33606         * platform/chromium-win/media/controls-strict-expected.txt:
33607         * platform/chromium-win/media/controls-styling-expected.txt:
33608         * platform/chromium-win/media/controls-styling-strict-expected.txt:
33609         * platform/chromium-win/media/controls-without-preload-expected.txt:
33610         * platform/chromium-win/media/media-controls-clone-expected.txt:
33611         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
33612         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
33613         * platform/chromium-win/media/video-controls-rendering-expected.txt:
33614         * platform/chromium-win/media/video-display-toggle-expected.txt:
33615         * platform/chromium-win/media/video-empty-source-expected.txt:
33616         * platform/chromium-win/media/video-no-audio-expected.txt:
33617         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
33618         * platform/chromium-win/media/video-zoom-controls-expected.txt:
33619
33620 2012-10-15  Chris Rogers  <crogers@google.com>
33621
33622         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for Mac/Win
33623         https://bugs.webkit.org/show_bug.cgi?id=99368
33624
33625         Unreviewed rebaseline.
33626
33627         * platform/chromium-mac-snowleopard/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
33628         * platform/chromium-win-xp/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
33629         * platform/chromium/TestExpectations:
33630
33631 2012-10-15  Levi Weintraub  <leviw@chromium.org>
33632
33633         Regression r130057: incorrect block pref width for alternating InlineFlow and inline Replaced
33634         https://bugs.webkit.org/show_bug.cgi?id=99194
33635
33636         Reviewed by Eric Seidel.
33637
33638         * fast/block/block-with-inline-replaced-children-in-inline-flows-expected.html: Added.
33639         * fast/block/block-with-inline-replaced-children-in-inline-flows.html: Added.
33640
33641 2012-10-15  Emil A Eklund  <eae@chromium.org>
33642
33643         Revert rounding change in RenderTable::paintObject
33644         https://bugs.webkit.org/show_bug.cgi?id=99364
33645
33646         Reviewed by Levi Weintraub.
33647
33648         Revert pixel expected results to what we had prior to r122769.
33649
33650         * platform/chromium/TestExpectations:
33651         * platform/chromium-linux/css1/basic/inheritance-expected.png:
33652         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
33653         * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
33654         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
33655         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
33656         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
33657         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
33658         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
33659         * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
33660
33661 2012-10-15  Joshua Bell  <jsbell@chromium.org>
33662
33663         IndexedDB: Key paths should support non-ASCII identifiers
33664         https://bugs.webkit.org/show_bug.cgi?id=98814
33665
33666         Reviewed by Kentaro Hara.
33667
33668         Test representative characters from various Unicode character classes
33669         as valid (or invalid) identifier lead and trailing characters.
33670
33671         * storage/indexeddb/keypath-basics-expected.txt:
33672         * storage/indexeddb/resources/keypath-basics.js:
33673         (testValidKeyPaths):
33674
33675 2012-10-15  Mike West  <mkwst@chromium.org>
33676
33677         Console messages containing long URLs should cut at some reasonable length.
33678         https://bugs.webkit.org/show_bug.cgi?id=97980
33679
33680         Reviewed by Pavel Feldman.
33681
33682         * inspector/console/console-trim-long-urls-expected.txt: Added.
33683         * inspector/console/console-trim-long-urls.html: Added.
33684         * inspector/styles/inject-stylesheet-expected.txt:
33685         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
33686             Updating test expectations.
33687
33688 2012-10-15  Mihnea Ovidenie  <mihnea@adobe.com>
33689
33690         [CSSRegions]Add support for auto-height regions (without region-breaks)
33691         https://bugs.webkit.org/show_bug.cgi?id=97533
33692
33693         Reviewed by Julien Chaffraix.
33694
33695         Added tests for auto-height regions, with different writing modes, with min/max-height.
33696         The bug referenced in the tests is the master bug for auto-height support, 91097.
33697
33698         * fast/regions/autoheight-abspos-region-expected.html: Added.
33699         * fast/regions/autoheight-abspos-region.html: Added.
33700         * fast/regions/autoheight-floatright-region-expected.html: Added.
33701         * fast/regions/autoheight-floatright-region.html: Added.
33702         * fast/regions/autoheight-horizontal-bt-expected.html: Added.
33703         * fast/regions/autoheight-horizontal-bt.html: Added.
33704         * fast/regions/autoheight-inlineblock-normalflow-region-expected.html: Added.
33705         * fast/regions/autoheight-inlineblock-normalflow-region.html: Added.
33706         * fast/regions/autoheight-maxheight-region-expected.html: Added.
33707         * fast/regions/autoheight-maxheight-region.html: Added.
33708         * fast/regions/autoheight-minheight-region-expected.html: Added.
33709         * fast/regions/autoheight-minheight-region.html: Added.
33710         * fast/regions/autoheight-normalflow-region-expected.html: Added.
33711         * fast/regions/autoheight-normalflow-region.html: Added.
33712         * fast/regions/autoheight-vertical-lr-expected.html: Added.
33713         * fast/regions/autoheight-vertical-lr.html: Added.
33714         * fast/regions/autoheight-vertical-rl-expected.html: Added.
33715         * fast/regions/autoheight-vertical-rl.html: Added.
33716         * fast/regions/webkit-named-flow-first-empty-region-index.html: Fix an element style (though the test was passing before).
33717
33718 2012-10-15  Dana Jansens  <danakj@chromium.org>
33719
33720         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing
33721         https://bugs.webkit.org/show_bug.cgi?id=99357
33722
33723         Unreviewed gardening.
33724
33725         * platform/chromium/TestExpectations:
33726
33727 2012-10-15  Joshua Bell  <jsbell@chromium.org>
33728
33729         [Chromium] Unreviewed gardening. Fix bug link in TestExpectations.
33730
33731         * platform/chromium/TestExpectations:
33732
33733 2012-10-15  Dana Jansens  <danakj@chromium.org>
33734
33735         Layout Test inspector/debugger/dynamic-scripts.html is flaky
33736         https://bugs.webkit.org/show_bug.cgi?id=99338
33737
33738         Unreviewed gardening.
33739
33740         * platform/chromium/TestExpectations:
33741
33742 2012-10-15  Mike West  <mkwst@chromium.org>
33743
33744         CSP source expressions should support paths at file-level granularity.
33745         https://bugs.webkit.org/show_bug.cgi?id=99250
33746
33747         Reviewed by Adam Barth.
33748
33749         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
33750             Adjust tests by adding trailing slashes to source expressions that
33751             should match directories.
33752         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
33753         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
33754             Adjust tests to check the new behavior: matching individiual files,
33755             and matching directories only with a trailing '/'.
33756
33757 2012-10-15  Jay Civelli  <jcivelli@chromium.org>
33758
33759         Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when
33760         its current position is at a segment boundary (4096) ends up adding an
33761         unitialized segment (with uninitialized memory) to the SharedBuffer.
33762         https://bugs.webkit.org/show_bug.cgi?id=99000
33763
33764         Reviewed by Adam Barth.
33765
33766         * mhtml/shared_buffer_bug-expected.txt: Added.
33767         * mhtml/shared_buffer_bug.mht: Added.
33768
33769 2012-10-15  Luke Macpherson   <macpherson@chromium.org>
33770
33771         Make CSS variable names case-insensitive.
33772         https://bugs.webkit.org/show_bug.cgi?id=98712
33773
33774         Reviewed by Tony Chang.
33775
33776         Add test that variable names are match correctly when different case is used.
33777
33778         * fast/css/variables/case-insensitive-expected.html: Added.
33779         * fast/css/variables/case-insensitive.html: Added.
33780
33781 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
33782
33783         Unreviewed inspector tests fix.
33784
33785         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
33786         * http/tests/inspector-enabled/dynamic-scripts.html:
33787         * inspector/debugger/dynamic-scripts-expected.txt:
33788         * inspector/debugger/dynamic-scripts.html:
33789
33790 2012-10-15  Dana Jansens  <danakj@chromium.org>
33791
33792         Layout Test plugins/update-widgets-crash.html is failing
33793         https://bugs.webkit.org/show_bug.cgi?id=99333
33794
33795         Unreviewed gardening.
33796
33797         * platform/chromium/TestExpectations:
33798
33799 2012-10-15  Dominik Röttsches  <dominik.rottsches@intel.com>
33800
33801         Unreviewed GTK gardening.
33802
33803         * platform/gtk/TestExpectations: Silencing a style-checker warning.
33804
33805 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
33806
33807         Web Inspector: Scripts for dynamically added script elements are not shown in sources panel.
33808         https://bugs.webkit.org/show_bug.cgi?id=99324
33809
33810         Reviewed by Pavel Feldman.
33811
33812         * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added.
33813         * http/tests/inspector-enabled/dynamic-scripts.html: Added.
33814         * http/tests/inspector-enabled/resources/dynamic-script.js: Added.
33815         (fooDynamicScript):
33816         * inspector/debugger/dynamic-scripts-expected.txt: Added.
33817         * inspector/debugger/dynamic-scripts.html: Added.
33818         * inspector/debugger/resources/dynamic-script.js: Added.
33819         (fooDynamicScript):
33820
33821 2012-10-15  Tullio Lucena  <tullio.lucena@openbossa.org>
33822
33823         [Qt] Unskip and rebase now passing tests.
33824         https://bugs.webkit.org/show_bug.cgi?id=98824
33825
33826         Reviewed by Csaba Osztrogonác.
33827
33828         Updating tests results.
33829
33830         * platform/qt/TestExpectations:
33831         * platform/qt/editing/selection/caret-rtl-2-expected.png: Added.
33832         * platform/qt/editing/selection/caret-rtl-2-expected.txt:
33833         * platform/qt/editing/selection/caret-rtl-expected.png: Added.
33834         * platform/qt/editing/selection/caret-rtl-expected.txt:
33835         * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added.
33836         * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added.
33837         * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added.
33838         * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added.
33839
33840 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
33841
33842         [Chromium] Unreviewed gardening, TestExpectations updated.
33843
33844         * platform/chromium/TestExpectations:
33845
33846 2012-10-14  Shinya Kawanaka  <shinyak@chromium.org>
33847
33848         [Chromium] Unreviewed gardening, TestExpectations updated.
33849
33850         * platform/chromium/TestExpectations:
33851
33852 2012-10-14  Jon Lee  <jonlee@apple.com>
33853
33854         Allow notification origin permission request when no js callback is provided
33855         https://bugs.webkit.org/show_bug.cgi?id=63615
33856         <rdar://problem/11059590>
33857
33858         Reviewed by Sam Weinig.
33859
33860         * http/tests/notifications/legacy/request-expected.txt:
33861         * http/tests/notifications/legacy/request-no-callback-expected.txt: Added.
33862         * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission()
33863         with no callback, with default and denied permission. For WebKit2, if the permission is not default, it
33864         will short circuit instead of creating a pending request.
33865         * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of
33866         the legacy API. The results don't change, but we make sure that we call
33867         webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also
33868         expand the test to cover both default and denied permissions.
33869         * http/tests/notifications/request-expected.txt:
33870         * http/tests/notifications/request.html: Expand test to cover both default and denied permissions.
33871
33872 2012-10-12  Adam Barth  <abarth@webkit.org>
33873
33874         Unreviewed gardening.
33875
33876         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed.
33877         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
33878         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
33879         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
33880         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
33881         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
33882
33883 2012-10-12  Adam Barth  <abarth@webkit.org>
33884
33885         Fix lint error in TestExpectations.
33886
33887         * platform/chromium/TestExpectations:
33888
33889 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
33890
33891         Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
33892         https://bugs.webkit.org/show_bug.cgi?id=99212
33893
33894         Reviewed by Tim Horton.
33895
33896         Layer tree tests that include visible rect information, to test visible rect
33897         computation for more complex layer trees.
33898
33899         * compositing/visible-rect/3d-transform-style-expected.txt: Added.
33900         * compositing/visible-rect/3d-transform-style.html: Added.
33901         * compositing/visible-rect/3d-transformed-expected.txt: Added.
33902         * compositing/visible-rect/3d-transformed.html: Added.
33903         * compositing/visible-rect/nested-transform-expected.txt: Added.
33904         * compositing/visible-rect/nested-transform.html: Added.
33905
33906 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
33907
33908         Add some initial visible rect tests and tweak the visible wash layer
33909         https://bugs.webkit.org/show_bug.cgi?id=99095
33910
33911         Reviewed by Tim Horton.
33912
33913         Add some tests of the GraphicsLayerCA visibleRect for simple cases.
33914         
33915         Skip these tests on platforms that don't log layer visible rects
33916         (all non-Mac).
33917
33918         * compositing/visible-rect/2d-transformed-expected.txt: Added.
33919         * compositing/visible-rect/2d-transformed.html: Added.
33920         * compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
33921         * compositing/visible-rect/clipped-by-viewport.html: Added.
33922         * compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
33923         * compositing/visible-rect/clipped-visible-rect.html: Added.
33924         * platform/chromium-android/TestExpectations:
33925         * platform/chromium/TestExpectations:
33926         * platform/chromium/virtual/softwarecompositing/TestExpectations: Added.
33927         * platform/efl/TestExpectations:
33928         * platform/gtk/TestExpectations:
33929         * platform/qt/TestExpectations:
33930         * platform/win/TestExpectations:
33931         * platform/wincairo/TestExpectations:
33932
33933 2012-10-12  Roger Fong  <roger_fong@apple.com>
33934
33935         Unreviewed. Windows rebaseline afer r130411.
33936
33937         * platform/win/editing/pasteboard/paste-text-008-expected.txt:
33938
33939 2012-10-12  Roger Fong  <roger_fong@apple.com>
33940
33941         Unreviewed. Test passes, unskip, update results.
33942
33943         * platform/win/TestExpectations:
33944         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
33945
33946 2012-10-12  Jeffrey Pfau  <jpfau@apple.com>
33947
33948         Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out.
33949
33950         * platform/mac/TestExpectations:
33951
33952 2012-10-12  Tony Chang  <tony@chromium.org>
33953
33954         Unreviewed, chromium-mac-snowleopard rebaseline for a slider.
33955         The thumb moved a small amount (maybe during shadow dom refactor?).
33956         This matches the Apple Lion result.
33957
33958         * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
33959         * platform/chromium/TestExpectations:
33960
33961 2012-10-12  Tony Chang  <tony@chromium.org>
33962
33963         Unreviewed, remove duplicate TestExpectation entries.
33964
33965         * platform/efl-wk1/TestExpectations:
33966         * platform/efl/TestExpectations:
33967
33968 2012-10-12  Roger Fong  <roger_fong@apple.com>
33969
33970         Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled.
33971
33972         * platform/win/TestExpectations:
33973
33974 2012-10-12  Emil A Eklund  <eae@chromium.org>
33975
33976         Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium.
33977
33978         * platform/chromium-win-xp/fast/speech: Removed.
33979         * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
33980         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
33981
33982 2012-10-12  Levi Weintraub  <leviw@chromium.org>
33983
33984         Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html
33985         and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire
33986         sub-pixel test folder.
33987
33988         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
33989         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
33990         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
33991         * platform/chromium/TestExpectations:
33992         * platform/mac-lion/TestExpectations:
33993         * platform/mac-snowleopard/TestExpectations:
33994         * platform/mac-wk2/TestExpectations:
33995         * platform/mac/TestExpectations:
33996         * platform/qt-4.8/TestExpectations:
33997         * platform/qt/TestExpectations:
33998         * platform/win-wk2/TestExpectations:
33999         * platform/win-xp/TestExpectations:
34000         * platform/win/TestExpectations:
34001         * platform/wincairo/TestExpectations:
34002         * platform/wk2/TestExpectations:
34003
34004 2012-10-12  Emil A Eklund  <eae@chromium.org>
34005
34006         Unreviewed chromium windows rebaseline for r131202.
34007
34008         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
34009         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
34010         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
34011         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
34012         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
34013         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
34014         * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
34015         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
34016         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
34017         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
34018
34019 2012-10-12  Emil A Eklund  <eae@chromium.org>
34020
34021         Unreviewed chromium rebaseline for r131216.
34022
34023         * fast/box-sizing/box-sizing-expected.txt: Replaced.
34024         * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
34025         * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
34026         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
34027         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
34028         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
34029         * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
34030         * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
34031         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
34032         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
34033         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
34034         * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
34035         * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
34036         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
34037         * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
34038         * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
34039         * platform/win-future/fast/box-sizing: Added.
34040         * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added.
34041
34042 2012-10-12  Emil A Eklund  <eae@chromium.org>
34043
34044         Unreviewed chromium windows rebaseline for vertical-rl-ltr test.
34045
34046         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
34047         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
34048         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
34049         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
34050
34051 2012-10-12  Emil A Eklund  <eae@chromium.org>
34052
34053         Unreviewed chromium rebaseline for r131202.
34054
34055         * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
34056         * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
34057         * css3/flexbox/flexbox-baseline-expected.txt: Added.
34058         * fast/html/details-add-child-1-expected.txt: Added.
34059         * fast/html/details-add-child-2-expected.txt: Added.
34060         * fast/html/details-add-details-child-1-expected.txt: Added.
34061         * fast/html/details-add-details-child-2-expected.txt: Added.
34062         * fast/html/details-add-summary-1-and-click-expected.txt: Added.
34063         * fast/html/details-add-summary-1-expected.txt: Added.
34064         * fast/html/details-add-summary-10-and-click-expected.txt: Added.
34065         * fast/html/details-add-summary-10-expected.txt: Added.
34066         * fast/html/details-add-summary-2-and-click-expected.txt: Added.
34067         * fast/html/details-add-summary-2-expected.txt: Added.
34068         * fast/html/details-add-summary-3-and-click-expected.txt: Added.
34069         * fast/html/details-add-summary-3-expected.txt: Added.
34070         * fast/html/details-add-summary-4-and-click-expected.txt: Added.
34071         * fast/html/details-add-summary-4-expected.txt: Added.
34072         * fast/html/details-add-summary-5-and-click-expected.txt: Added.
34073         * fast/html/details-add-summary-5-expected.txt: Added.
34074         * fast/html/details-add-summary-6-and-click-expected.txt: Added.
34075         * fast/html/details-add-summary-6-expected.txt: Added.
34076         * fast/html/details-add-summary-7-and-click-expected.txt: Added.
34077         * fast/html/details-add-summary-7-expected.txt: Added.
34078         * fast/html/details-add-summary-8-and-click-expected.txt: Added.
34079         * fast/html/details-add-summary-8-expected.txt: Added.
34080         * fast/html/details-add-summary-9-and-click-expected.txt: Added.
34081         * fast/html/details-add-summary-9-expected.txt: Added.
34082         * fast/html/details-add-summary-child-1-expected.txt: Added.
34083         * fast/html/details-add-summary-child-2-expected.txt: Added.
34084         * fast/html/details-nested-1-expected.txt: Added.
34085         * fast/html/details-no-summary1-expected.txt: Added.
34086         * fast/html/details-no-summary2-expected.txt: Added.
34087         * fast/html/details-no-summary3-expected.txt: Added.
34088         * fast/html/details-open1-expected.txt: Added.
34089         * fast/html/details-open3-expected.txt: Added.
34090         * fast/html/details-open5-expected.txt: Added.
34091         * fast/html/details-open6-expected.txt: Added.
34092         * fast/html/details-remove-child-1-expected.txt: Added.
34093         * fast/html/details-remove-child-2-expected.txt: Added.
34094         * fast/html/details-remove-summary-1-and-click-expected.txt: Added.
34095         * fast/html/details-remove-summary-1-expected.txt: Added.
34096         * fast/html/details-remove-summary-2-and-click-expected.txt: Added.
34097         * fast/html/details-remove-summary-2-expected.txt: Added.
34098         * fast/html/details-remove-summary-3-and-click-expected.txt: Added.
34099         * fast/html/details-remove-summary-3-expected.txt: Added.
34100         * fast/html/details-remove-summary-4-and-click-expected.txt: Added.
34101         * fast/html/details-remove-summary-4-expected.txt: Added.
34102         * fast/html/details-remove-summary-5-and-click-expected.txt: Added.
34103         * fast/html/details-remove-summary-5-expected.txt: Added.
34104         * fast/html/details-remove-summary-6-and-click-expected.txt: Added.
34105         * fast/html/details-remove-summary-6-expected.txt: Added.
34106         * fast/html/details-remove-summary-child-1-expected.txt: Added.
34107         * fast/html/details-remove-summary-child-2-expected.txt: Added.
34108         * fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
34109         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
34110         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
34111         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added.
34112         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added.
34113         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
34114         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
34115         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
34116         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
34117         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
34118         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
34119         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
34120         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
34121         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
34122         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
34123         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
34124         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
34125         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
34126         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
34127         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
34128         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
34129         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
34130         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
34131         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
34132         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
34133         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
34134         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
34135         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
34136         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
34137         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
34138         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
34139         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
34140         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
34141         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
34142         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
34143         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
34144         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
34145         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
34146         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
34147         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
34148         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
34149         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
34150         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
34151         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
34152         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
34153         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
34154         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
34155         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
34156         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
34157         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
34158         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
34159         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
34160         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
34161         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
34162         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
34163         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
34164         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
34165         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
34166         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
34167         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
34168         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
34169         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
34170         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
34171         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
34172         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
34173         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
34174         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
34175         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
34176         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
34177         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
34178         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
34179         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
34180         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
34181         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34182         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
34183         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
34184         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
34185         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
34186         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
34187         * platform/chromium-mac/fast/forms/007-expected.png:
34188         * platform/chromium-mac/fast/forms/007-expected.txt:
34189         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
34190         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
34191         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
34192         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
34193         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
34194         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
34195         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
34196         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
34197         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
34198         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
34199         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
34200         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
34201         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
34202         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
34203         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
34204         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
34205         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
34206         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
34207         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
34208         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
34209         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
34210         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
34211         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
34212         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
34213         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
34214         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
34215         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
34216         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
34217         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
34218         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
34219         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
34220         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
34221         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
34222         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
34223         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
34224         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
34225         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
34226         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
34227         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
34228         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
34229         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
34230         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
34231         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
34232         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
34233         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
34234         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
34235         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
34236         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
34237         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
34238         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
34239         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
34240         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
34241         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
34242         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
34243         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
34244         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
34245         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
34246         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
34247         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
34248         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
34249         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
34250         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
34251         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
34252         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
34253         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
34254         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
34255         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
34256         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
34257         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
34258         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
34259         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
34260         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
34261         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
34262         * platform/chromium-mac/fast/html/details-open1-expected.png:
34263         * platform/chromium-mac/fast/html/details-open1-expected.txt:
34264         * platform/chromium-mac/fast/html/details-open2-expected.png:
34265         * platform/chromium-mac/fast/html/details-open2-expected.txt:
34266         * platform/chromium-mac/fast/html/details-open3-expected.png:
34267         * platform/chromium-mac/fast/html/details-open3-expected.txt:
34268         * platform/chromium-mac/fast/html/details-open4-expected.png:
34269         * platform/chromium-mac/fast/html/details-open4-expected.txt:
34270         * platform/chromium-mac/fast/html/details-open5-expected.png:
34271         * platform/chromium-mac/fast/html/details-open5-expected.txt:
34272         * platform/chromium-mac/fast/html/details-open6-expected.png:
34273         * platform/chromium-mac/fast/html/details-open6-expected.txt:
34274         * platform/chromium-mac/fast/html/details-position-expected.png:
34275         * platform/chromium-mac/fast/html/details-position-expected.txt:
34276         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
34277         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
34278         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
34279         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
34280         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
34281         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
34282         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
34283         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
34284         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
34285         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
34286         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
34287         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
34288         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
34289         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
34290         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
34291         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
34292         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
34293         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
34294         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
34295         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
34296         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
34297         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
34298         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
34299         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
34300         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
34301         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
34302         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
34303         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
34304         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
34305         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
34306         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
34307         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
34308         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
34309         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
34310         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
34311         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
34312         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
34313         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
34314         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
34315         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
34316         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
34317         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
34318         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
34319         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
34320         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
34321         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
34322         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
34323         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
34324         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
34325         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
34326         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
34327         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
34328         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
34329         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
34330         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
34331         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
34332         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
34333         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
34334         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
34335         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
34336         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34337         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
34338         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
34339         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
34340         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
34341         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
34342         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
34343         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
34344         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
34345         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
34346         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
34347         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
34348         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
34349         * platform/chromium-win/fast/forms/007-expected.png:
34350         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
34351         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
34352         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
34353         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
34354         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
34355         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
34356         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
34357         * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added.
34358         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
34359         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
34360         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
34361         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
34362         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
34363         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
34364         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
34365         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
34366         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
34367         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
34368         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
34369         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
34370         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
34371         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
34372         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
34373         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
34374         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
34375         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
34376         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
34377         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
34378         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
34379         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
34380         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
34381         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
34382         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
34383         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
34384         * platform/chromium-win/fast/html/details-marker-style-expected.png:
34385         * platform/chromium-win/fast/html/details-nested-1-expected.png:
34386         * platform/chromium-win/fast/html/details-nested-2-expected.png:
34387         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
34388         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
34389         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
34390         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
34391         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
34392         * platform/chromium-win/fast/html/details-open1-expected.png:
34393         * platform/chromium-win/fast/html/details-open2-expected.png:
34394         * platform/chromium-win/fast/html/details-open3-expected.png:
34395         * platform/chromium-win/fast/html/details-open4-expected.png:
34396         * platform/chromium-win/fast/html/details-open5-expected.png:
34397         * platform/chromium-win/fast/html/details-open6-expected.png:
34398         * platform/chromium-win/fast/html/details-position-expected.png:
34399         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
34400         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
34401         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
34402         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
34403         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
34404         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
34405         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
34406         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
34407         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
34408         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
34409         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
34410         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
34411         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
34412         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
34413         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
34414         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
34415         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
34416         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
34417         * platform/chromium-win/fast/html/details-replace-text-expected.png:
34418         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
34419         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
34420         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
34421         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
34422         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
34423         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
34424         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
34425         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
34426         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
34427         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
34428         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
34429         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
34430         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34431         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
34432         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
34433         * platform/chromium/TestExpectations:
34434         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
34435         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
34436         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
34437         * platform/efl/fast/html/details-add-child-1-expected.txt: Removed.
34438         * platform/efl/fast/html/details-add-child-2-expected.txt: Removed.
34439         * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed.
34440         * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed.
34441         * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
34442         * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed.
34443         * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
34444         * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed.
34445         * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
34446         * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed.
34447         * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
34448         * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed.
34449         * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
34450         * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed.
34451         * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
34452         * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed.
34453         * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
34454         * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed.
34455         * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
34456         * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed.
34457         * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
34458         * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed.
34459         * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
34460         * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed.
34461         * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed.
34462         * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed.
34463         * platform/efl/fast/html/details-nested-1-expected.txt: Removed.
34464         * platform/efl/fast/html/details-no-summary1-expected.txt: Removed.
34465         * platform/efl/fast/html/details-no-summary2-expected.txt: Removed.
34466         * platform/efl/fast/html/details-no-summary3-expected.txt: Removed.
34467         * platform/efl/fast/html/details-open1-expected.txt: Removed.
34468         * platform/efl/fast/html/details-open3-expected.txt: Removed.
34469         * platform/efl/fast/html/details-open5-expected.txt: Removed.
34470         * platform/efl/fast/html/details-open6-expected.txt: Removed.
34471         * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed.
34472         * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed.
34473         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
34474         * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed.
34475         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
34476         * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed.
34477         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
34478         * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed.
34479         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
34480         * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed.
34481         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
34482         * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed.
34483         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
34484         * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed.
34485         * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed.
34486         * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed.
34487         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
34488         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
34489         * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed.
34490         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
34491         * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
34492         * platform/gtk/css3/flexbox: Removed.
34493         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed.
34494         * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed.
34495         * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed.
34496         * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed.
34497         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
34498         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
34499         * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed.
34500         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
34501         * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed.
34502         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
34503         * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed.
34504         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
34505         * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed.
34506         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
34507         * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed.
34508         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
34509         * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed.
34510         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
34511         * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed.
34512         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
34513         * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed.
34514         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
34515         * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed.
34516         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
34517         * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed.
34518         * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed.
34519         * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed.
34520         * platform/gtk/fast/html/details-nested-1-expected.txt: Removed.
34521         * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed.
34522         * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed.
34523         * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed.
34524         * platform/gtk/fast/html/details-open1-expected.txt: Removed.
34525         * platform/gtk/fast/html/details-open3-expected.txt: Removed.
34526         * platform/gtk/fast/html/details-open5-expected.txt: Removed.
34527         * platform/gtk/fast/html/details-open6-expected.txt: Removed.
34528         * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed.
34529         * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed.
34530         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
34531         * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed.
34532         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
34533         * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed.
34534         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
34535         * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed.
34536         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
34537         * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed.
34538         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
34539         * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed.
34540         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
34541         * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed.
34542         * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed.
34543         * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed.
34544         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
34545         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
34546         * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed.
34547         * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
34548         * tables/mozilla/bugs/bug30692-expected.txt: Added.
34549
34550 2012-10-12  James Simonsen  <simonjam@chromium.org>
34551
34552         [RequestAnimationFrame] Remove vendor prefix
34553         https://bugs.webkit.org/show_bug.cgi?id=99116
34554
34555         Reviewed by Adam Barth.
34556
34557         * fast/animation/request-animation-frame-callback-id.html:
34558         * fast/animation/request-animation-frame-cancel-expected.txt:
34559         * fast/animation/request-animation-frame-detach-element.html:
34560         * fast/animation/request-animation-frame-detach-element2.html:
34561         * fast/animation/request-animation-frame-during-modal.html:
34562         * fast/animation/request-animation-frame-iframe2.html:
34563         * fast/animation/request-animation-frame-missing-arguments-expected.txt:
34564         * fast/animation/request-animation-frame-missing-arguments.html:
34565         * fast/animation/script-tests/request-animation-frame-cancel.js:
34566         (window):
34567         * fast/animation/script-tests/request-animation-frame-cancel2.js:
34568         * fast/animation/script-tests/request-animation-frame-disabled.js:
34569         * fast/animation/script-tests/request-animation-frame-subframe.html:
34570         * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
34571         (window.requestAnimationFrame):
34572         * fast/animation/script-tests/request-animation-frame-timestamps.js:
34573         * fast/animation/script-tests/request-animation-frame-within-callback.js:
34574         (window):
34575         * fast/animation/script-tests/request-animation-frame.js:
34576         * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
34577         (BrowserPaint):
34578         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
34579         * fast/dom/Window/post-message-crash.html:
34580         * inspector/timeline/timeline-animation-frame.html:
34581
34582 2012-10-12  Emil A Eklund  <eae@chromium.org>
34583
34584         Unreviewed chromium lucid rebaseline for r131202.
34585
34586         * platform/chromium-linux-x86/svg/as-border-image: Removed.
34587         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
34588         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
34589         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
34590         * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
34591         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
34592         * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
34593         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed.
34594         * platform/chromium-win-xp/svg/as-border-image: Removed.
34595         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed.
34596         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed.
34597
34598 2012-10-12  Emil A Eklund  <eae@chromium.org>
34599
34600         Unreviewed chromium mac rebaseline for r131202.
34601
34602         * platform/chromium-linux-x86/fast/block/float: Removed.
34603         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed.
34604         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
34605         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
34606         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
34607         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
34608         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
34609         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
34610         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
34611         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
34612         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
34613         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
34614         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
34615         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
34616         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
34617         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
34618         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
34619         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
34620         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
34621         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
34622         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
34623         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
34624         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
34625         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
34626         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
34627         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
34628         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
34629         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
34630         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
34631         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
34632         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
34633         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
34634         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
34635         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
34636         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
34637         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
34638         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
34639         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
34640         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
34641         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
34642         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
34643         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
34644         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
34645         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
34646         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
34647         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
34648         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
34649         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
34650         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
34651         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
34652         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
34653         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
34654         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
34655         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
34656         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
34657         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
34658         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
34659         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
34660         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
34661         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
34662         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
34663         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
34664         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
34665         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
34666         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
34667         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
34668         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
34669         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
34670         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
34671         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
34672         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
34673         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
34674         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
34675         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
34676         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
34677         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
34678         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
34679         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
34680         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
34681         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
34682         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
34683         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
34684         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
34685         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
34686         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
34687         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
34688         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
34689         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
34690         * platform/chromium-mac/editing/selection/3690703-expected.png:
34691         * platform/chromium-mac/editing/selection/3690703-expected.txt:
34692         * platform/chromium-mac/editing/selection/3690719-expected.png:
34693         * platform/chromium-mac/editing/selection/3690719-expected.txt:
34694         * platform/chromium-mac/editing/selection/4397952-expected.png:
34695         * platform/chromium-mac/editing/selection/4397952-expected.txt:
34696         * platform/chromium-mac/editing/selection/5240265-expected.png:
34697         * platform/chromium-mac/editing/selection/5240265-expected.txt:
34698         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
34699         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
34700         * platform/chromium-mac/fast/block/float/032-expected.txt:
34701         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
34702         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
34703         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
34704         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
34705         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
34706         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
34707         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
34708         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
34709         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
34710         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
34711         * platform/chromium-mac/fast/forms/001-expected.png:
34712         * platform/chromium-mac/fast/forms/001-expected.txt:
34713         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
34714         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
34715         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
34716         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
34717         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
34718         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
34719         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
34720         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
34721         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
34722         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
34723         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
34724         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
34725         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
34726         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
34727         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
34728         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
34729         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
34730         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
34731         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
34732         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
34733         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
34734         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
34735         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
34736         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
34737         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
34738         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
34739         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
34740         * platform/chromium-mac/fast/forms/formmove3-expected.png:
34741         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
34742         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
34743         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
34744         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
34745         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
34746         * platform/chromium-mac/fast/forms/input-value-expected.png:
34747         * platform/chromium-mac/fast/forms/input-value-expected.txt:
34748         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
34749         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
34750         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
34751         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
34752         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
34753         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
34754         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
34755         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
34756         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
34757         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
34758         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
34759         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
34760         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
34761         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
34762         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
34763         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
34764         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
34765         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
34766         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
34767         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
34768         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
34769         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
34770         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
34771         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
34772         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
34773         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
34774         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
34775         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
34776         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
34777         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
34778         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
34779         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
34780         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
34781         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
34782         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
34783         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
34784         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
34785         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
34786         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
34787         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
34788         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added.
34789         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added.
34790         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
34791         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
34792         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
34793         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
34794         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
34795         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
34796         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
34797         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
34798         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
34799         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
34800         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
34801         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
34802         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
34803         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
34804         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
34805         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
34806         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
34807         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
34808         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
34809         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
34810         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
34811         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
34812         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
34813         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
34814         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
34815         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
34816         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
34817         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
34818         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
34819         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
34820         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
34821         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
34822         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
34823         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
34824         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
34825         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
34826         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
34827         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
34828         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
34829         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
34830         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
34831         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
34832         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
34833         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
34834         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
34835         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
34836         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
34837         * platform/chromium-win-xp/fast/block/float: Removed.
34838         * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed.
34839         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed.
34840         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
34841
34842 2012-10-12  Rob Buis  <rbuis@rim.com>
34843
34844         [BlackBerry] Add tests of WebSocketEnabled preference
34845         https://bugs.webkit.org/show_bug.cgi?id=84982
34846
34847         Reviewed by Yong Li.
34848
34849         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added.
34850         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added.
34851
34852 2012-10-11  Emil A Eklund  <eae@chromium.org>
34853
34854         [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced
34855         https://bugs.webkit.org/show_bug.cgi?id=99108
34856
34857         Reviewed by Levi Weintraub.
34858
34859         Update tests expectations to reflect more correct rounding behavior.
34860         Specifically many images and other replaced content is no longer rendered at y -1.
34861
34862         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
34863         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
34864         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
34865         * platform/chromium-linux/fast/forms/007-expected.png:
34866         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
34867         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
34868         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
34869         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
34870         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
34871         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
34872         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
34873         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
34874         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
34875         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
34876         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
34877         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
34878         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
34879         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
34880         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
34881         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
34882         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
34883         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
34884         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
34885         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
34886         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
34887         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
34888         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
34889         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
34890         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
34891         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
34892         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
34893         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
34894         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
34895         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
34896         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
34897         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
34898         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
34899         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
34900         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
34901         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
34902         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
34903         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
34904         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
34905         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
34906         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
34907         * platform/chromium-linux/fast/html/details-open1-expected.png:
34908         * platform/chromium-linux/fast/html/details-open2-expected.png:
34909         * platform/chromium-linux/fast/html/details-open3-expected.png:
34910         * platform/chromium-linux/fast/html/details-open4-expected.png:
34911         * platform/chromium-linux/fast/html/details-open5-expected.png:
34912         * platform/chromium-linux/fast/html/details-open6-expected.png:
34913         * platform/chromium-linux/fast/html/details-position-expected.png:
34914         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
34915         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
34916         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
34917         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
34918         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
34919         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
34920         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
34921         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
34922         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
34923         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
34924         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
34925         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
34926         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
34927         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
34928         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
34929         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
34930         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
34931         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
34932         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
34933         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
34934         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
34935         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
34936         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
34937         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
34938         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
34939         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
34940         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
34941         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
34942         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
34943         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
34944         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
34945         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
34946         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
34947         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
34948         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
34949         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
34950         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
34951         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
34952         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34953         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
34954         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
34955         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
34956         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
34957         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
34958         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
34959         * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
34960         * platform/chromium-win/fast/forms/007-expected.txt:
34961         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
34962         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
34963         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
34964         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
34965         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
34966         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
34967         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
34968         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
34969         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
34970         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
34971         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
34972         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
34973         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
34974         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
34975         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
34976         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
34977         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
34978         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
34979         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
34980         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
34981         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
34982         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
34983         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
34984         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
34985         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
34986         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
34987         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
34988         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
34989         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
34990         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
34991         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
34992         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
34993         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
34994         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
34995         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
34996         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
34997         * platform/chromium-win/fast/html/details-open1-expected.txt:
34998         * platform/chromium-win/fast/html/details-open2-expected.txt:
34999         * platform/chromium-win/fast/html/details-open3-expected.txt:
35000         * platform/chromium-win/fast/html/details-open4-expected.txt:
35001         * platform/chromium-win/fast/html/details-open5-expected.txt:
35002         * platform/chromium-win/fast/html/details-open6-expected.txt:
35003         * platform/chromium-win/fast/html/details-position-expected.txt:
35004         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
35005         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
35006         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
35007         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
35008         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
35009         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
35010         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
35011         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
35012         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
35013         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
35014         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
35015         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
35016         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
35017         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
35018         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
35019         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
35020         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
35021         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
35022         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
35023         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
35024         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
35025         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
35026         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
35027         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
35028         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
35029         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
35030         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
35031         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
35032         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
35033         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
35034         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
35035         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
35036         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
35037         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
35038         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
35039
35040 2012-10-05  Jer Noble  <jer.noble@apple.com>
35041
35042         Enable ENCRYPTED_MEDIA support on Mac.
35043         https://bugs.webkit.org/show_bug.cgi?id=98044
35044
35045         Reviewed by Anders Carlsson.
35046
35047         Add platform specific expected results.
35048
35049         * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added.
35050         * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from 
35051             fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results 
35052             search order including platform/mac.
35053
35054 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
35055
35056         [EFL] Unreviewed gardening.
35057
35058         Move some WontFix tests to the right place in the file, and add
35059         some ImageOnlyFailures that showed up after updating Cairo to
35060         1.12.4.
35061
35062         * platform/efl/TestExpectations:
35063
35064 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
35065
35066         [Qt] Unreviewed gardening.
35067
35068         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated.
35069         * platform/qt/TestExpectations: Skip a flakey test.
35070
35071 2012-10-12  Adam Barth  <abarth@webkit.org>
35072
35073         More baselines updates after http://trac.webkit.org/changeset/131134.
35074         It seems http://trac.webkit.org/changeset/131158 wasn't quite complete.
35075
35076         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
35077         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
35078         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
35079         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
35080         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
35081         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
35082         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
35083         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
35084         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
35085         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
35086         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
35087         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
35088         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
35089         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
35090         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
35091         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
35092         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
35093         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
35094         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
35095         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
35096         * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed.
35097         * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed.
35098         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
35099         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
35100         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
35101         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
35102         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
35103         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
35104         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
35105         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
35106         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
35107         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
35108         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
35109         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
35110         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
35111         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
35112         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
35113         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
35114         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
35115         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
35116         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
35117         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
35118         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed.
35119         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
35120         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
35121         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
35122         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
35123         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed.
35124         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
35125         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
35126         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
35127         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
35128         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed.
35129
35130 2012-10-12  Adam Barth  <abarth@webkit.org>
35131
35132         Note that this test is flaky.
35133
35134         * platform/chromium/TestExpectations:
35135
35136 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
35137
35138         [EFL] More pixel expectations and gardening.
35139
35140         Skip some pixel tests which are failing in WK1 and add correct PNG
35141         baselines for quite a few tests which render correctly in WK2.
35142
35143         * platform/efl-wk1/TestExpectations:
35144         * platform/efl/TestExpectations:
35145         * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
35146         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
35147         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
35148         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
35149         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
35150         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added.
35151         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
35152         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
35153         * platform/efl/fast/dynamic/anchor-lock-expected.png:
35154         * platform/efl/fast/events/autoscroll-expected.png:
35155         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
35156         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
35157         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
35158         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
35159         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
35160         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
35161         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
35162         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
35163         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
35164         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
35165         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
35166         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
35167         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
35168         * platform/efl/fast/repaint/fixed-expected.png:
35169         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
35170         * platform/efl/fast/repaint/fixed-scale-expected.png:
35171         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
35172         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
35173         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
35174         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
35175         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
35176         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
35177         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
35178         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
35179         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
35180         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
35181         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
35182         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
35183         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
35184         * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
35185         * platform/efl/fast/text/justify-ideograph-complex-expected.png:
35186         * platform/efl/fast/text/large-text-composed-char-expected.png:
35187         * platform/efl/http/tests/loading/simple-subframe-expected.png: Added.
35188         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
35189         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
35190         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
35191         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
35192         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
35193         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
35194         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
35195         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
35196         * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
35197
35198 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
35199
35200         [EFL] Gardening of the WK2 Debug Bot failing tests
35201         https://bugs.webkit.org/show_bug.cgi?id=99184
35202
35203         Unreviewed EFL gardening.
35204
35205         Skip failing tests on WK2 debug bot. Also, unskip tests that are
35206         consistently passing.
35207
35208         * platform/efl-wk1/TestExpectations:
35209         * platform/efl-wk2/TestExpectations:
35210         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt:
35211         * platform/efl/TestExpectations:
35212
35213 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
35214
35215         Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176.
35216
35217         * inspector/styles/region-style-crash-expected.txt:
35218
35219 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
35220
35221         Web Inspector: [Styles] !important priority not honored inside the same declaration
35222         https://bugs.webkit.org/show_bug.cgi?id=99170
35223
35224         Reviewed by Yury Semikhatsky.
35225
35226         * inspector/elements/elements-panel-styles-expected.txt:
35227         * inspector/elements/resources/elements-panel-styles.css:
35228         (.foo):
35229
35230 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
35231
35232         [EFL] Gardening to make the bots green
35233         https://bugs.webkit.org/show_bug.cgi?id=99176
35234
35235         Unreviewed EFL gardening.
35236
35237         Skip failing tests in order to make the bots green.
35238
35239         * platform/efl/TestExpectations:
35240
35241 2012-10-12  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
35242
35243         Unreviewed EFL gardening.
35244         https://bugs.webkit.org/show_bug.cgi?id=99161
35245
35246         Unskip editing/pasteboard and add test expectations for failing tests.
35247
35248         * platform/efl/TestExpectations:
35249
35250 2012-10-12  Pavel Feldman  <pfeldman@chromium.org>
35251
35252         Web Inspector: relies on current Function.prototype.bind in the frame
35253         https://bugs.webkit.org/show_bug.cgi?id=99164
35254
35255         Reviewed by Yury Semikhatsky.
35256
35257         * inspector/console/command-line-api-expected.txt:
35258         * inspector/console/console-bind-fake-expected.txt: Added.
35259         * inspector/console/console-bind-fake.html: Added.
35260
35261 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
35262
35263         [Qt] Unreviewed gardening, update expected files, skip new failing tests.
35264
35265         * platform/qt-5.0-wk2/TestExpectations:
35266         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added.
35267         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
35268         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
35269
35270 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
35271
35272         Web Inspector: [Styles] Colors should be "As authored" by default
35273         https://bugs.webkit.org/show_bug.cgi?id=99017
35274
35275         Reviewed by Vsevolod Vlasov.
35276
35277         Test rebaselines.
35278
35279         * inspector/elements/elements-panel-styles-expected.txt:
35280         * inspector/styles/inject-stylesheet-expected.txt:
35281         * inspector/styles/lazy-computed-style-expected.txt:
35282         * inspector/styles/styles-computed-trace-expected.txt:
35283         * inspector/styles/styles-overriden-properties-expected.txt:
35284         * inspector/styles/styles-update-from-js-expected.txt:
35285         * inspector/styles/variables/css-variables-expected.txt:
35286         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
35287
35288 2012-10-12  Vsevolod Vlasov  <vsevik@chromium.org>
35289
35290         Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
35291         https://bugs.webkit.org/show_bug.cgi?id=98912
35292
35293         Reviewed by Pavel Feldman.
35294
35295         * inspector/debugger/live-edit.html:
35296         * inspector/extensions/extensions-resources.html:
35297
35298 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
35299
35300         Unreviewed test expectations update after r131134
35301
35302         * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt:
35303         * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
35304         * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
35305         * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png:
35306         * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
35307         * platform/chromium-linux/fast/text/drawBidiText-expected.png:
35308         * platform/chromium-linux/fast/text/international/arabic-justify-expected.png:
35309         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png:
35310         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
35311         * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
35312         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
35313         * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
35314         * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
35315         * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
35316         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
35317         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
35318         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
35319         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
35320         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
35321         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
35322         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
35323         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
35324         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
35325         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
35326         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
35327         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
35328         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
35329         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
35330         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
35331         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
35332         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
35333         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
35334         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
35335         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
35336         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
35337         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
35338         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
35339         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
35340         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
35341         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
35342         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
35343         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
35344         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
35345         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
35346         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
35347         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
35348         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
35349         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
35350         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
35351         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
35352         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
35353         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
35354         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
35355         * platform/chromium-linux/svg/text/bidi-text-query-expected.png:
35356         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt:
35357         * platform/chromium-linux/svg/text/bidi-tspans-expected.png:
35358         * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
35359         * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png:
35360         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
35361         * platform/chromium/TestExpectations:
35362
35363 2012-10-12  Zan Dobersek  <zandobersek@gmail.com>
35364
35365         Unreviewed GTK gardening.
35366
35367         Rebaselining fast/dom/Window/window-properties-performance.html after r131106.
35368         Adding a failure expectation for a transitions blend mode test added in r131146.
35369
35370         * platform/gtk/TestExpectations:
35371         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
35372
35373 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
35374
35375         [WebSocket] Add "Cache-Control: no-cache" to handshake request
35376         https://bugs.webkit.org/show_bug.cgi?id=98000
35377
35378         Reviewed by Yuta Kitamura.
35379
35380         Add a test for no-cache headers check.
35381
35382         * http/tests/websocket/tests/hybi/nocache-expected.txt: Added.
35383         * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added.
35384         (web_socket_do_extra_handshake):
35385         (web_socket_transfer_data):
35386         * http/tests/websocket/tests/hybi/nocache.html: Added.
35387
35388 2012-10-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
35389
35390         [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM.
35391
35392         * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html.
35393
35394 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
35395
35396         [Chromium] Unreviewed gardening, TestExpectation updated.
35397
35398         * platform/chromium/TestExpectations:
35399
35400 2012-10-11  Rik Cabanier  <cabanier@adobe.com>
35401
35402         Bad copy constructor in StyleRareNonInheritedData
35403         https://bugs.webkit.org/show_bug.cgi?id=98950
35404
35405         Reviewed by Eric Seidel.
35406
35407         Typo in copy constructor caused blendmode to always be the default.
35408
35409         * platform/chromium/TestExpectations:
35410         * transitions/blendmode-transitions-expected.txt: Added.
35411         * transitions/blendmode-transitions.html: Added.
35412         * transitions/resources/transition-test-helpers.js:
35413         * transitions/svg-transitions-expected.txt:
35414
35415 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
35416
35417         [Chromium] Unreviewed gardening, TestExpectation updated.
35418
35419         * platform/chromium/TestExpectations:
35420
35421 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
35422
35423         [Chromium] Unreviewed gardening, TestExpectations updated.
35424
35425         * platform/chromium/TestExpectations:
35426
35427 2012-10-11  Takashi Sakamoto  <tasak@google.com>
35428
35429         [Shadow DOM] Insertion points need resetStyleInheritance
35430         https://bugs.webkit.org/show_bug.cgi?id=93922
35431
35432         Reviewed by Dimitri Glazkov.
35433
35434         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt: Added.
35435         * fast/dom/shadow/insertion-point-resetStyleInheritance.html: Added.
35436
35437 2012-10-11  Kenichi Ishibashi  <bashi@chromium.org>
35438
35439         [Chromium] Use harfbuzz-ng by default on Linux
35440         https://bugs.webkit.org/show_bug.cgi?id=97281
35441
35442         Reviewed by Tony Chang.
35443
35444         * platform/chromium/TestExpectations: Added temporary expectations.
35445
35446 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
35447
35448         [Chromium] Unreviewed gardening, rebaselined.
35449
35450         * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
35451         * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
35452         * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
35453
35454 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
35455
35456         [Chromium] Unreviewed gardening, rebaselined.
35457
35458         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
35459
35460 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
35461
35462         Unreviewed, rolling out r131100.
35463         http://trac.webkit.org/changeset/131100
35464         https://bugs.webkit.org/show_bug.cgi?id=99127
35465
35466         Caused an ASSERT (Requested by abarth|gardening on #webkit).
35467
35468         * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
35469         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
35470         * css3/filters/custom/custom-filter-composite-operators.html: Removed.
35471
35472 2012-10-11  Adam Barth  <abarth@webkit.org>
35473
35474         Add baselines for the rest of the platforms after
35475         http://trac.webkit.org/changeset/131111
35476
35477         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
35478         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
35479         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
35480         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
35481         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
35482         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
35483
35484 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
35485
35486         Unreviewed, rolling out r131107.
35487         http://trac.webkit.org/changeset/131107
35488         https://bugs.webkit.org/show_bug.cgi?id=99126
35489
35490         Causes an ASSERT (Requested by abarth|gardening on #webkit).
35491
35492         * accessibility/secure-textfield-title-ui.html:
35493         * accessibility/title-ui-element-correctness-expected.txt: Removed.
35494         * accessibility/title-ui-element-correctness.html: Removed.
35495         * perf/accessibility-title-ui-element-expected.txt: Removed.
35496         * perf/accessibility-title-ui-element.html: Removed.
35497         * platform/chromium/TestExpectations:
35498
35499 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
35500
35501         [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing
35502         https://bugs.webkit.org/show_bug.cgi?id=99096
35503
35504         * platform/mac/TestExpectations:
35505
35506 2012-10-11  Levi Weintraub  <leviw@chromium.org>
35507
35508         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
35509         https://bugs.webkit.org/show_bug.cgi?id=98571
35510
35511         Reviewed by Emil A Eklund.
35512
35513         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
35514
35515         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
35516         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
35517         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
35518         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
35519         The repaint rect shrinks safely by one pixel.
35520         * platform/chromium/TestExpectations:
35521         * platform/mac-lion/TestExpectations:
35522         * platform/mac-snowleopard/TestExpectations:
35523         * platform/mac-wk2/TestExpectations:
35524         * platform/mac/TestExpectations:
35525         * platform/qt-4.8/TestExpectations:
35526         * platform/qt/TestExpectations:
35527         * platform/win-wk2/TestExpectations:
35528         * platform/win-xp/TestExpectations:
35529         * platform/win/TestExpectations:
35530         * platform/wincairo/TestExpectations:
35531         * platform/wk2/TestExpectations:
35532
35533 2012-10-11  Dominic Mazzoni  <dmazzoni@google.com>
35534
35535         AX: labelForElement is slow when there are a lot of DOM elements
35536         https://bugs.webkit.org/show_bug.cgi?id=97825
35537
35538         Reviewed by Ryosuke Niwa.
35539
35540         Adds two new tests for titleUIElement that run on both Mac and
35541         Chromium. One tests correctness, the other tests speed.
35542
35543         Fixes one test so that it passes on Chromium.
35544         Enables other tests that now pass on Chromium.
35545
35546         * accessibility/secure-textfield-title-ui.html:
35547         * accessibility/title-ui-element-correctness-expected.txt: Added.
35548         * accessibility/title-ui-element-correctness.html: Added.
35549         * perf/accessibility-title-ui-element-expected.txt: Added.
35550         * perf/accessibility-title-ui-element.html: Added.
35551         * platform/chromium/TestExpectations:
35552
35553 2012-10-11  James Simonsen  <simonjam@chromium.org>
35554
35555         unprefix window.performance.webkitNow()
35556         https://bugs.webkit.org/show_bug.cgi?id=88278
35557
35558         Reviewed by Tony Gentilcore.
35559
35560         * fast/dom/Window/window-properties-performance-expected.txt:
35561         * fast/performance/performance-now-timestamps-expected.txt:
35562         * fast/performance/script-tests/performance-now-timestamps.js:
35563         * platform/chromium/TestExpectations: Remove skipped expectation.
35564         * platform/efl/TestExpectations:
35565         * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
35566         * platform/gtk/TestExpectations:
35567         * platform/qt/TestExpectations:
35568         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
35569         * resources/magnitude-perf.js:
35570         (Magnitude._runIteration):
35571
35572 2012-10-11  Huang Dongsung  <luxtella@company100.net>
35573
35574         [CSS Shaders] Make custom filters use a premultiplied buffer.
35575         https://bugs.webkit.org/show_bug.cgi?id=98396
35576
35577         Reviewed by Dean Jackson.
35578
35579         Add test to check that the DOM element texture composites correctly
35580         when source alpha is a fractional value.
35581
35582         * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added.
35583         * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added.
35584
35585 2012-10-11  Huang Dongsung  <luxtella@company100.net>
35586
35587         [CSS Shaders] Implement all composite operators except destination and lighter.
35588         https://bugs.webkit.org/show_bug.cgi?id=97859
35589
35590         Reviewed by Dean Jackson.
35591
35592         Add test to check that the DOM element texture composites correctly with the css_MixColor
35593         variable from the author's shader for each composite operator.
35594
35595         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
35596         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
35597         * css3/filters/custom/custom-filter-composite-operators.html: Added.
35598
35599 2012-10-11  Adam Barth  <abarth@webkit.org>
35600
35601         One more baseline tweak after v8-i18n roll.
35602
35603         * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced.
35604
35605 2012-10-11  Filip Pizlo  <fpizlo@apple.com>
35606
35607         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
35608         https://bugs.webkit.org/show_bug.cgi?id=99100
35609         <rdar://problem/12480955>
35610
35611         Reviewed by Michael Saboff and Mark Hahnenberg.
35612
35613         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added.
35614         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added.
35615         * fast/js/jsc-test-list:
35616         * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added.
35617         (foo):
35618
35619 2012-10-11  Joshua Bell  <jsbell@chromium.org>
35620
35621         IndexedDB: IDL types defined in spec should be visible to scripts
35622         https://bugs.webkit.org/show_bug.cgi?id=99093
35623
35624         Reviewed by Adam Barth.
35625
35626         Verify that interfaces defined in the IDB spec's WebIDL are present on the
35627         global object.
35628
35629         * storage/indexeddb/interfaces-expected.txt: Added.
35630         * storage/indexeddb/interfaces.html: Added.
35631         * storage/indexeddb/resources/interfaces.js: Added.
35632         * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test.
35633         (test):
35634
35635 2012-10-11  Adam Barth  <abarth@webkit.org>
35636
35637         Rebaseline these tests after v8-i18n roll.
35638
35639         * platform/chromium/fast/js/kde/StringObject-expected.txt:
35640         * platform/chromium/fast/js/kde/function_length-expected.txt: Added.
35641         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added.
35642         * platform/chromium/fast/js/string-prototype-properties-expected.txt:
35643         * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt:
35644
35645 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
35646
35647         [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
35648         https://bugs.webkit.org/show_bug.cgi?id=81042
35649
35650         Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled
35651
35652         * platform/wk2/TestExpectations:
35653
35654 2012-10-11  Adam Barth  <abarth@webkit.org>
35655
35656         I'm not 100% sure what caused this test to change behavior, but fewer
35657         unexpected exceptions seems like a good thing.
35658
35659         * platform/chromium/http/tests/media: Added.
35660         * platform/chromium/http/tests/media/media-source: Added.
35661         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added.
35662
35663 2012-10-11  Adam Barth  <abarth@webkit.org>
35664
35665         Note that this test is flaky.
35666
35667         * platform/chromium/TestExpectations:
35668
35669 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
35670
35671         [Qt] Unreviewed gardening, skip new failing tests.
35672
35673         * platform/qt/TestExpectations:
35674
35675 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
35676
35677         [Qt] Unreviewed gardening, unskip and rebase now passing tests.
35678
35679         * platform/qt/TestExpectations:
35680         * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added.
35681         * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added.
35682         * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
35683         * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added.
35684         * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added.
35685         * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added.
35686         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
35687         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
35688         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
35689         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
35690         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
35691         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt:
35692         * platform/qt/css3/filters/blur-filter-page-scroll-expected.png:
35693         * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png:
35694         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
35695         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
35696         * platform/qt/css3/filters/composited-during-animation-expected.txt: Added.
35697         * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added.
35698         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added.
35699         * platform/qt/css3/filters/effect-reference-ordering-expected.png:
35700         * platform/qt/css3/images/cross-fade-background-size-expected.png: Added.
35701         * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added.
35702         * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added.
35703         * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added.
35704         * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
35705         * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
35706         * platform/qt/fast/borders/rtl-border-04-expected.png: Added.
35707         * platform/qt/fast/borders/rtl-border-04-expected.txt: Added.
35708         * platform/qt/fast/borders/rtl-border-05-expected.png: Added.
35709         * platform/qt/fast/borders/rtl-border-05-expected.txt: Added.
35710         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added.
35711         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
35712         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
35713         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
35714         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
35715         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
35716         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
35717         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
35718         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
35719         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
35720         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
35721         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
35722         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
35723         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
35724         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
35725         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
35726         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
35727         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
35728         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
35729         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
35730         * platform/qt/fast/dom/34176-expected.png: Added.
35731         * platform/qt/fast/dom/34176-expected.txt: Added.
35732         * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added.
35733         * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added.
35734         * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added.
35735         * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added.
35736         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
35737         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
35738         * platform/qt/fast/inline/inline-box-background-expected.png: Added.
35739         * platform/qt/fast/inline/inline-box-background-expected.txt: Added.
35740         * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added.
35741         * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added.
35742         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added.
35743         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
35744         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added.
35745         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
35746         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
35747         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
35748         * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added.
35749         * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added.
35750         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
35751         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
35752         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png:
35753         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
35754         * platform/qt/fast/speech/input-appearance-speechbutton-expected.png:
35755         * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt:
35756         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
35757         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
35758         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
35759         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
35760         * platform/qt/fast/table/table-row-outline-paint-expected.png: Added.
35761         * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added.
35762         * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.
35763         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
35764         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
35765         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
35766         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
35767         * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
35768         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
35769         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
35770         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
35771         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
35772         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
35773         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
35774         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
35775         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
35776         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
35777         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
35778         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
35779         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
35780         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
35781         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
35782         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
35783         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
35784         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
35785         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
35786         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
35787         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
35788         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
35789         * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
35790         * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
35791         * platform/qt/svg/batik/filters/feTile-expected.png: Added.
35792         * platform/qt/svg/batik/filters/feTile-expected.txt:
35793         * platform/qt/svg/batik/paints/patternRegions-expected.png:
35794         * platform/qt/svg/batik/paints/patternRegions-expected.txt:
35795         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
35796         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
35797         * platform/qt/svg/batik/text/textEffect-expected.png:
35798         * platform/qt/svg/batik/text/textEffect-expected.txt:
35799         * platform/qt/svg/batik/text/textEffect3-expected.png:
35800         * platform/qt/svg/batik/text/textEffect3-expected.txt:
35801         * platform/qt/svg/batik/text/textLayout-expected.png: Added.
35802         * platform/qt/svg/batik/text/textLayout-expected.txt: Added.
35803         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added.
35804         * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added.
35805         * platform/qt/svg/batik/text/textStyles-expected.png: Added.
35806         * platform/qt/svg/batik/text/textStyles-expected.txt: Added.
35807         * platform/qt/svg/batik/text/verticalText-expected.png: Added.
35808         * platform/qt/svg/batik/text/verticalText-expected.txt: Added.
35809         * platform/qt/svg/batik/text/xmlSpace-expected.png: Added.
35810         * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added.
35811         * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
35812         * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added.
35813         * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
35814         * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added.
35815         * platform/qt/svg/css/group-with-shadow-expected.png: Added.
35816         * platform/qt/svg/css/group-with-shadow-expected.txt: Added.
35817         * 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.
35818         * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
35819         * 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.
35820         * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
35821         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
35822         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
35823         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
35824         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
35825         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added.
35826         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
35827         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added.
35828         * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added.
35829         * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
35830         * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
35831         * platform/qt/svg/custom/hit-test-with-br-expected.png: Added.
35832         * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added.
35833         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
35834         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
35835         * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added.
35836         * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added.
35837         * platform/qt/svg/custom/junk-data-expected.png: Added.
35838         * platform/qt/svg/custom/junk-data-expected.txt: Added.
35839         * platform/qt/svg/custom/missing-xlink-expected.png:
35840         * platform/qt/svg/custom/missing-xlink-expected.txt:
35841         * platform/qt/svg/custom/non-scaling-stroke-expected.png:
35842         * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
35843         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
35844         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
35845         * platform/qt/svg/custom/path-bad-data-expected.png:
35846         * platform/qt/svg/custom/path-bad-data-expected.txt:
35847         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
35848         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
35849         * platform/qt/svg/custom/recursive-gradient-expected.txt:
35850         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
35851         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
35852         * platform/qt/svg/custom/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
35853         * platform/qt/svg/custom/small-rect-scale-expected.txt: Added.
35854         * platform/qt/svg/custom/stroked-pattern-expected.txt:
35855         * platform/qt/svg/custom/use-font-face-crash-expected.png:
35856         * platform/qt/svg/custom/use-font-face-crash-expected.txt:
35857         * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added.
35858         * platform/qt/svg/custom/visibility-override-filter-expected.png:
35859         * platform/qt/svg/dom/length-list-parser-expected.txt:
35860         * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added.
35861         * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added.
35862         * platform/qt/svg/filters/big-sized-filter-expected.png: Added.
35863         * platform/qt/svg/filters/big-sized-filter-expected.txt: Added.
35864         * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
35865         * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added.
35866         * 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.
35867         * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
35868         * platform/qt/svg/hixie/data-types/002-expected.png: Added.
35869         * platform/qt/svg/hixie/data-types/002-expected.txt: Added.
35870         * platform/qt/svg/hixie/error/012-expected.png: Added.
35871         * platform/qt/svg/hixie/error/012-expected.txt: Added.
35872         * platform/qt/svg/hixie/perf/006-expected.png:
35873         * platform/qt/svg/hixie/perf/006-expected.txt:
35874         * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added.
35875         * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added.
35876         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
35877         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
35878         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
35879         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
35880         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
35881         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
35882         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
35883         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
35884         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
35885         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
35886         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
35887         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
35888         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
35889         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
35890         * platform/qt/svg/text/text-rescale-expected.png: Added.
35891         * platform/qt/svg/text/text-rescale-expected.txt: Added.
35892         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
35893         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
35894         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
35895         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
35896
35897 2012-10-11  Dan Bernstein  <mitz@apple.com>
35898
35899         <rdar://problem/12477191> Combined text reverts to full-width font after a style change
35900         https://bugs.webkit.org/show_bug.cgi?id=99009
35901
35902         Reviewed by John Sullivan.
35903
35904         * fast/text/text-combine-width-after-style-change-expected.html: Added.
35905         * fast/text/text-combine-width-after-style-change.html: Added.
35906
35907 2012-10-11  Hayato Ito  <hayato@chromium.org>
35908
35909         Update ComposedShadowTreeWalker for Shadow DOM re-projection.
35910         https://bugs.webkit.org/show_bug.cgi?id=97151
35911
35912         Reviewed by Dimitri Glazkov.
35913
35914         * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
35915         * fast/dom/shadow/composed-shadow-tree-walker.html:
35916         * fast/dom/shadow/resources/shadow-dom.js:
35917         (createShadowRootWithAttributes):
35918         (createDOM):
35919         * fast/dom/shadow/shadow-dom-event-dispatching.html:
35920         * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added.
35921         * fast/dom/shadow/shadowdom-reprojection-1.html: Added.
35922         * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added.
35923         * fast/dom/shadow/shadowdom-reprojection-2.html: Added.
35924
35925 2012-10-11  Joshua Bell  <jsbell@chromium.org>
35926
35927         WebIDL: overloaded methods prevent number -> string conversion
35928         https://bugs.webkit.org/show_bug.cgi?id=85326
35929
35930         Reviewed by Kentaro Hara.
35931
35932         Updated expectations - new (more generic) console warnings.
35933
35934         * storage/indexeddb/cursor-overloads-expected.txt:
35935         * storage/indexeddb/legacy-constants-expected.txt:
35936
35937 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
35938
35939         Unreviewed GTK gardening.
35940
35941         Cleaning up the expected failures section. Any test that is marked as a WontFix
35942         should now have a small comment about the reasoning for such expectation, but no
35943         bug modifier. Any other expectation should now have a dedicated bug entry in the
35944         bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some
35945         outdated expectations or moved them into the failing tests section.
35946
35947         * platform/gtk/TestExpectations:
35948
35949 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
35950
35951         [Qt] Unreviewed gardening after 131050, 131051.
35952
35953         * platform/qt-5.0-wk2/TestExpectations:
35954         * platform/qt/TestExpectations:
35955
35956 2012-10-11  Kenichi Ishibashi <bashi@chromium.org>
35957
35958         REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype
35959         https://bugs.webkit.org/show_bug.cgi?id=98247
35960
35961         Reviewed by Kenneth Rohde Christiansen.
35962
35963         Removing temporary failures of complex font cases.
35964
35965         * platform/efl/TestExpectations:
35966
35967 2012-10-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
35968
35969         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
35970         https://bugs.webkit.org/show_bug.cgi?id=98527
35971
35972         Reviewed by Kenneth Rohde Christiansen.
35973
35974         Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected.
35975         Other WK2 ports will have to do the same.
35976
35977         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
35978         * platform/gtk-wk2/TestExpectations:
35979         * platform/mac-wk2/TestExpectations:
35980         * platform/qt-5.0-wk2/TestExpectations:
35981
35982 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
35983
35984         Unreviewed GTK gardening.
35985
35986         Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html
35987         that's required after r130090.
35988
35989         * platform/gtk/TestExpectations:
35990         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added.
35991         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added.
35992
35993 2012-10-11  Keishi Hattori  <keishi@webkit.org>
35994
35995         F4 key should open the picker popup on Windows and Linux
35996         https://bugs.webkit.org/show_bug.cgi?id=98754
35997
35998         Reviewed by Kent Tamura.
35999
36000         * fast/forms/date/calendar-picker-key-operations.html:
36001         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
36002         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
36003         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
36004         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
36005         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
36006         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
36007         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html:
36008
36009 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
36010
36011         [Qt] Reviewing Qt TestExpectations. Unskip now passing tests.
36012
36013         * platform/qt-5.0-wk1/TestExpectations:
36014         * platform/qt-5.0-wk2/TestExpectations:
36015         * platform/qt/TestExpectations:
36016
36017 2012-10-11  Pavel Feldman  <pfeldman@chromium.org>
36018
36019         Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
36020         https://bugs.webkit.org/show_bug.cgi?id=99042
36021
36022         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
36023         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
36024         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
36025         * platform/chromium/TestExpectations:
36026         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36027         * platform/gtk/TestExpectations:
36028         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36029         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
36030         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36031
36032 2012-10-11  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
36033
36034         [Qt] Unreviewed gardening after r131044.
36035
36036         Skip the failing tests.
36037
36038         * platform/qt-5.0-wk2/TestExpectations:
36039
36040 2012-10-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
36041
36042         Unreviewed Qt gardening.
36043
36044         Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles.
36045
36046         * platform/qt-5.0-wk2/TestExpectations:
36047         * platform/qt/TestExpectations:
36048
36049 2012-10-11  Arpita Bahuguna  <arpitabahuguna@gmail.com>
36050
36051         REGRESSION (r96393): In some cases, generated content is never shown
36052         https://bugs.webkit.org/show_bug.cgi?id=88196
36053
36054         Reviewed by Antti Koivisto.
36055
36056         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added.
36057         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added.
36058         Ref test added for verifying that the attribute selector style, when specified
36059         in conjucntion with pseudo-elements, is applied to the corresponding element.
36060
36061 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
36062
36063         Some shadow roots are not showing up in Inspector.
36064         https://bugs.webkit.org/show_bug.cgi?id=88251
36065
36066         Reviewed by Pavel Feldman.
36067
36068         * inspector/elements/shadow-root-expected.txt: Added.
36069         * inspector/elements/shadow-root.html: Added.
36070
36071 2012-10-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
36072
36073         [WK2] Enable tests that use setAlwaysAcceptCookies()
36074         https://bugs.webkit.org/show_bug.cgi?id=98891
36075
36076         Unreviewed gardening. Enable WebKit2 tests that use
36077         setAlwaysAcceptCookies(): this feature was added several months ago.
36078
36079         * platform/wk2/TestExpectations:
36080
36081 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36082
36083         [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004.
36084
36085         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36086
36087 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
36088
36089         Unreviewed GTK gardening.
36090
36091         Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004.
36092         Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html.
36093
36094         * platform/gtk/TestExpectations:
36095         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36096
36097 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36098
36099         [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html
36100
36101         Seems to be passing consistently now.
36102
36103         * platform/efl/TestExpectations:
36104
36105 2012-10-11  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
36106
36107         [EFL] Add baselines for editing/pasteboard.
36108         https://bugs.webkit.org/show_bug.cgi?id=99018
36109
36110         Unreviewed EFL gardening.
36111
36112         * platform/efl/editing/pasteboard/: 26 new baselines.
36113
36114 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36115
36116         [EFL] More unreviewed gardening.
36117
36118         Revert my r130959, it turns out the tests being reported as
36119         failing were ones which were not listed in TestExpectations at
36120         all, so no cookie for me.
36121
36122         Also add `Missing' as a valid expectation for
36123         fast/css/text-rendering.html. While at it remove the text
36124         expectations for it, since the test is failing for us anyway.
36125
36126         * platform/efl/TestExpectations:
36127         * platform/efl/fast/css/text-rendering-expected.txt: Removed.
36128
36129 2012-10-11  Alexander Pavlov  <apavlov@chromium.org>
36130
36131         Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
36132         https://bugs.webkit.org/show_bug.cgi?id=98887
36133
36134         Reviewed by Vsevolod Vlasov.
36135
36136         * inspector/elements/breadcrumb-updates-expected.txt: Added.
36137         * inspector/elements/breadcrumb-updates.html: Added.
36138
36139 2012-10-11  Kunihiko Sakamoto  <ksakamoto@chromium.org>
36140
36141         Final newline (LF or CRLF) in paste buffer is converted to space
36142         https://bugs.webkit.org/show_bug.cgi?id=80838
36143
36144         Reviewed by Ryosuke Niwa.
36145
36146         Verify that trailing newlines are stripped when pasted into text inputs.
36147
36148         * editing/input/paste-text-ending-with-interchange-newline-expected.txt:
36149         Updated the expectation.
36150         * fast/forms/paste-multiline-text-input.html:
36151         Changed to use document.execCommand to mimic pasting, because setting
36152         input.value attribute does not trigger beforeTextInserted event.
36153         Added a test case to test trailing newlines.
36154
36155 2012-10-11  Ilya Tikhonovsky  <loislo@chromium.org>
36156
36157         Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code.
36158         https://bugs.webkit.org/show_bug.cgi?id=99001
36159
36160         * platform/efl/TestExpectations:
36161         * platform/gtk/TestExpectations:
36162         * platform/mac/TestExpectations:
36163         * platform/win/TestExpectations:
36164
36165 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
36166
36167         [Chromium] Unreviewed gardening, test expectation update.
36168
36169         * platform/chromium/TestExpectations:
36170
36171 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
36172
36173         [Qt] Unreviewed morning gardening, skip new failing tests.
36174
36175         * platform/qt-5.0-wk2/TestExpectations:
36176         * platform/qt/TestExpectations:
36177
36178 2012-10-10  Ilya Tikhonovsky  <loislo@chromium.org>
36179
36180         Web Inspector: NMI instrument HTMLCanvas element.
36181         https://bugs.webkit.org/show_bug.cgi?id=98917
36182
36183         Reviewed by Yury Semikhatsky.
36184
36185         It also includes non intrusive instrumentation for skia classes.
36186
36187         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
36188         * inspector/profiler/memory-instrumentation-cached-images.html:
36189         * inspector/profiler/memory-instrumentation-canvas.html: Added.
36190         * inspector/profiler/memory-instrumentation-test.js: Added.
36191         (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize):
36192         (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize):
36193         (initialize_MemoryInstrumentationTest):
36194
36195 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
36196
36197         [Chromium] Unreviewed gardening, rebaselined.
36198
36199         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
36200         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed.
36201
36202 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
36203
36204         compositing/images/truncated-direct-png-image.html has been failing on Mac since it was
36205         added. Mark it as an expected image failure.
36206
36207         * platform/mac/TestExpectations:
36208
36209 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
36210
36211         compositing/tiling/crash-reparent-tiled-layer.html is flakey
36212         https://bugs.webkit.org/show_bug.cgi?id=82546
36213
36214         Reviewed by Beth Dakin.
36215
36216         Unskip a previously-flakey tiled layer test that should not be flakey after this change.
36217
36218         * platform/mac/TestExpectations:
36219
36220 2012-10-10  James Simonsen  <simonjam@chromium.org>
36221
36222         Import W3C test suite for performance.now()
36223         https://bugs.webkit.org/show_bug.cgi?id=98953
36224
36225         Reviewed by Tony Gentilcore.
36226
36227         * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
36228         * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
36229         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
36230         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
36231         * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
36232         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
36233         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
36234         * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
36235         * platform/efl/TestExpectations:
36236         * platform/gtk/TestExpectations:
36237         * platform/qt/TestExpectations:
36238
36239 2012-10-10  Dan Bernstein  <mitz@apple.com>
36240
36241         <rdar://problem/12472460> text-combine doesn’t use third- and quarter-width variants when used with @font-face
36242         https://bugs.webkit.org/show_bug.cgi?id=98961
36243
36244         Reviewed by Tim Horton.
36245
36246         * fast/text/text-combine-with-font-face-expected.html: Added.
36247         * fast/text/text-combine-with-font-face.html: Added.
36248
36249 2012-10-10  Elliott Sprehn  <esprehn@chromium.org>
36250
36251         Move :before and :after into the DOM        
36252         https://bugs.webkit.org/show_bug.cgi?id=95117
36253
36254         Reviewed by Eric Seidel.
36255
36256         Regenerated some baselines for tests given the new generated content architecture and disabled
36257         tests that are testing generated content on inputs which were wrong.
36258
36259         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
36260         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
36261         * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests.
36262         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
36263         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36264            This test always produced wrong output because we leave an anonymous RenderTable in the tree,
36265            and now that generated content is handled like DOM nodes this test renders differently since the
36266            content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed.
36267
36268 2012-10-10  Levi Weintraub  <leviw@chromium.org>
36269
36270         Tests failure on Chromium Mac after r130821
36271         https://bugs.webkit.org/show_bug.cgi?id=98865
36272
36273         Reviewed by Adam Barth.
36274
36275         Removing failing test entries.
36276
36277         * platform/chromium/TestExpectations:
36278
36279 2012-10-10  Stephen Chenney  <schenney@chromium.org>
36280
36281         SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't
36282         https://bugs.webkit.org/show_bug.cgi?id=98755
36283
36284         Reviewed by Eric Seidel.
36285
36286         New test case that includes an alt-glyph that comes from the system
36287         fallback font (because the alt-glyph doesn't reference anything). This
36288         test crashes on Chromium linux without the patch, and may crash on
36289         other platforms too.
36290
36291         * svg/text/alt-glpyh-on-fallback-font-crash.html: Added.
36292
36293 2012-10-10  Tab Atkins  <jackalmage@gmail.com>
36294
36295         column-count: 0 should not prevent margin-collapse through
36296         https://bugs.webkit.org/show_bug.cgi?id=65159
36297
36298         Reviewed by Tony Chang.
36299
36300         Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value,
36301         rather than just ensuring that it doesn't crash.
36302
36303         * fast/multicol/zeroColumnCount-expected.txt:
36304         * fast/multicol/zeroColumnCount.html:
36305
36306 2012-10-10  Alexander Shalamov  <alexander.shalamov@intel.com>
36307
36308         Invalid values for media query features are not handled
36309         https://bugs.webkit.org/show_bug.cgi?id=97006
36310
36311         Reviewed by Kenneth Rohde Christiansen.
36312
36313         Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/
36314
36315         * fast/media/media-query-invalid-value.html: Fixed invalid media query.
36316         * fast/media/media-query-serialization.html: Fixed invalid media query.
36317         * fast/media/w3c/README: Added.
36318         * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite)
36319         * fast/media/w3c/test_media_queries-expected.txt: Added.
36320         * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite)
36321
36322 2012-10-10  MORITA Hajime  <morrita@google.com>
36323
36324         https://bugs.webkit.org/show_bug.cgi?id=95664
36325         [Shadow DOM] should be able to be available without <style scoped>
36326
36327         Reviewed by Dimitri Glazkov.
36328
36329         * fast/dom/shadow/style-scoped-not-enabled-expected.txt: Added.
36330         * fast/dom/shadow/style-scoped-not-enabled.html: Added.
36331
36332 2012-10-10  Ojan Vafai  <ojan@chromium.org>
36333
36334         check-layout.js should always dumpAsText
36335         https://bugs.webkit.org/show_bug.cgi?id=98959
36336
36337         Reviewed by Tony Chang.
36338
36339         Every checkLayout test was already dumpAsText except for 
36340         css3/flexbox/flex-item-child-overflow.html, which is a reftest
36341         and really doesn't need to be a checkLayout test.
36342
36343         * css3/flexbox/auto-height-dynamic.html:
36344         * css3/flexbox/box-sizing-min-max-sizes.html:
36345         * css3/flexbox/box-sizing.html:
36346         * css3/flexbox/columns-auto-size.html:
36347         * css3/flexbox/columns-height-set-via-top-bottom.html:
36348         * css3/flexbox/flex-algorithm-min-max.html:
36349         * css3/flexbox/flex-algorithm-with-margins.html:
36350         * css3/flexbox/flex-algorithm.html:
36351         * css3/flexbox/flex-align-column.html:
36352         * css3/flexbox/flex-align-end.html:
36353         * css3/flexbox/flex-align-max.html:
36354         * css3/flexbox/flex-align-percent-height.html:
36355         * css3/flexbox/flex-align-stretch.html:
36356         * css3/flexbox/flex-align-vertical-writing-mode.html:
36357         * css3/flexbox/flex-align.html:
36358         * css3/flexbox/flex-flow-auto-margins.html:
36359         * css3/flexbox/flex-flow-border.html:
36360         * css3/flexbox/flex-flow-margins-auto-size.html:
36361         * css3/flexbox/flex-flow-margins.html:
36362         * css3/flexbox/flex-flow-orientations.html:
36363         * css3/flexbox/flex-flow-overflow.html:
36364         * css3/flexbox/flex-flow-padding.html:
36365         * css3/flexbox/flex-flow.html:
36366         * css3/flexbox/flex-item-child-overflow-expected.html:
36367         * css3/flexbox/flex-item-child-overflow.html:
36368         * css3/flexbox/flex-item-min-size.html:
36369         * css3/flexbox/flex-justify-content.html:
36370         * css3/flexbox/flex-no-flex.html:
36371         * css3/flexbox/flex-rounding.html:
36372         * css3/flexbox/flexitem-stretch-image.html:
36373         * css3/flexbox/flexitem.html:
36374         * css3/flexbox/floated-flexbox.html:
36375         * css3/flexbox/inline-flex.html:
36376         * css3/flexbox/line-wrapping.html:
36377         * css3/flexbox/multiline-align-content-horizontal-column.html:
36378         * css3/flexbox/multiline-align-content.html:
36379         * css3/flexbox/multiline-align-self.html:
36380         * css3/flexbox/multiline-column-auto.html:
36381         * css3/flexbox/multiline-justify-content.html:
36382         * css3/flexbox/multiline-reverse-wrap-overflow.html:
36383         * css3/flexbox/multiline.html:
36384         * css3/flexbox/nested-stretch.html:
36385         * css3/flexbox/orthogonal-flex-directions.html:
36386         * css3/flexbox/percent-margins.html:
36387         * css3/flexbox/percentage-heights.html:
36388         * css3/flexbox/percentage-sizes-quirks.html:
36389         * css3/flexbox/percentage-sizes.html:
36390         * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
36391         * css3/flexbox/position-absolute-child.html:
36392         * css3/flexbox/position-absolute-children.html:
36393         * css3/flexbox/preferred-widths-orthogonal.html:
36394         * css3/flexbox/preferred-widths.html:
36395         * css3/flexbox/relayout-image-load.html:
36396         * css3/flexbox/style-change.html:
36397         * css3/flexbox/true-centering.html:
36398         * css3/flexbox/writing-modes.html:
36399         * fast/block/margins-perpendicular-containing-block.html:
36400         * fast/css-grid-layout/place-cell-by-index.html:
36401         * fast/css/deprecated-flexbox-auto-min-size.html:
36402         * fast/css/nested-percent-height-on-replaced.html:
36403         * fast/css/percentage-height-auto-sized-body-quirks.html:
36404         * fast/flexbox/flexing-overflow-scroll-item.html:
36405         * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html:
36406         * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
36407         * fast/table/margins-flipped-text-direction.html:
36408         * fast/table/margins-perpendicular-containing-block.html:
36409         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
36410         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
36411         * resources/check-layout.js:
36412
36413 2012-10-10  Jeffrey Pfau  <jpfau@apple.com>
36414
36415         [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html
36416
36417         * platform/mac-wk2/TestExpectations:
36418
36419 2012-10-10  Ojan Vafai  <ojan@chromium.org>
36420
36421         Remove perf tests that haven't failed in the past 500 runs.
36422         * platform/chromium/TestExpectations:
36423
36424 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
36425
36426         More unreviewed Chromium gardening.
36427
36428         * platform/chromium/TestExpectations:
36429         Removed 11 more entries that have not failed in last 100 runs according to the flakiness dashboard.
36430
36431 2012-10-10  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
36432
36433         [WK2][WTR] WebKitTestRunner UI process should be aware of Custom Policy Delegate
36434         https://bugs.webkit.org/show_bug.cgi?id=95974
36435
36436         Reviewed by Kenneth Rohde Christiansen.
36437
36438         Unskipped fast/loader/onload-policy-ignore-for-frame.html for WK2.
36439
36440         * platform/wk2/TestExpectations:
36441
36442 2012-10-10  Adam Barth  <abarth@webkit.org>
36443
36444         This test can also fail with TEXT.
36445
36446         * platform/chromium/TestExpectations:
36447
36448 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
36449
36450         Unreviewed Chromium gardening.
36451
36452         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
36453         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
36454         * platform/chromium-mac/fast/repaint/reflection-repaint-test-expected.png: Added.
36455         * platform/chromium-mac/fast/repaint/transform-layout-repaint-expected.png: Added.
36456         * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
36457         * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
36458         The flakiness dashboard was lying on this entry. After talking with Emil, the baselines are correct so
36459         rebaselined these tests.
36460
36461         * platform/chromium/TestExpectations:
36462         Marked fast/dom/gc-dom-tree-lifetime.html as timeout as marking it slow didn't remove the flakiness.
36463
36464 2012-10-10  Adam Barth  <abarth@webkit.org>
36465
36466         When we check in image baselines, we use the -expected.png suffix
36467         rather than the -actual.png suffix. (This is likely a typo in
36468         http://trac.webkit.org/changeset/130940.)
36469
36470         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Removed.
36471         * 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.
36472
36473 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36474
36475         [EFL] Skip the color-correction tests.
36476
36477         Just specifying `Missing' makes the build bots sometimes report
36478         these tests as failing.
36479
36480         * platform/efl/TestExpectations:
36481
36482 2012-10-10  Adam Barth  <abarth@webkit.org>
36483
36484         Add a note that this test is flaky and can trigger an ASSERT.
36485
36486         * platform/chromium/TestExpectations:
36487
36488 2012-10-10  David Barton  <dbarton@mathscribe.com>
36489
36490         Turn on ENABLE_MATHML for Chromium
36491         https://bugs.webkit.org/show_bug.cgi?id=96960
36492
36493         Reviewed by Adam Barth.
36494
36495         We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the
36496         next few days, so we expect MathML pixel tests to be changing during that time.
36497
36498         * platform/chromium/TestExpectations:
36499
36500 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
36501
36502         Unreviewed Chromium gardening.
36503
36504         * platform/chromium/TestExpectations:
36505         Removed 10 entries that have not failed in last 100 runs according to the flakiness dashboard.
36506
36507 2012-10-10  Mike West  <mkwst@chromium.org>
36508
36509         Web Inspector: add support for %c (style) in console API
36510         https://bugs.webkit.org/show_bug.cgi?id=69401
36511
36512         Reviewed by Pavel Feldman.
36513
36514         * http/tests/inspector/console-test.js:
36515         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
36516             Helper to dump the style associated with a console message.
36517         * inspector/console/console-format-style-expected.txt: Added.
36518         * inspector/console/console-format-style.html: Added.
36519
36520 2012-10-10  Varun Jain  <varunjain@chromium.org>
36521
36522         [chromium] Spelling and grammar markers are pixelated in hidpi.
36523         https://bugs.webkit.org/show_bug.cgi?id=98339
36524
36525         Reviewed by Stephen White.
36526
36527         We create separate bitmaps for markers in normal and hidpi mode as per
36528         specification from UX and choose the right bitmap based on the current
36529         device scale factor.
36530
36531         * editing/spelling/grammar-markers-hidpi-expected.txt: Added.
36532         * editing/spelling/grammar-markers-hidpi.html: Added.
36533         * editing/spelling/inline-spelling-markers-hidpi-expected.txt: Added.
36534         * editing/spelling/inline-spelling-markers-hidpi.html: Added.
36535         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png: Added.
36536         * platform/chromium-linux/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
36537         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png: Added.
36538         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
36539         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png: Added.
36540         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Added.
36541
36542 2012-10-10  Adam Barth  <abarth@webkit.org>
36543
36544         These tests appear to pass now.
36545
36546         * platform/chromium/TestExpectations:
36547
36548 2012-10-10  Adam Barth  <abarth@webkit.org>
36549
36550         These tests appear to pass.
36551
36552         * platform/chromium/TestExpectations:
36553
36554 2012-10-10  David Grogan  <dgrogan@chromium.org>
36555
36556         Inspector: display IndexedDB integer versions
36557         https://bugs.webkit.org/show_bug.cgi?id=95816
36558
36559         Reviewed by Vsevolod Vlasov.
36560
36561         * http/tests/inspector/indexeddb/database-structure-expected.txt:
36562         * http/tests/inspector/indexeddb/database-structure.html:
36563
36564 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
36565
36566         Needs internal API to return distributed nodes for InsertionPoint
36567         https://bugs.webkit.org/show_bug.cgi?id=98868
36568
36569         Reviewed by Hajime Morita.
36570
36571         * fast/dom/shadow/distributed-nodes-expected.txt: Added.
36572         * fast/dom/shadow/distributed-nodes.html: Added.
36573
36574 2012-10-10  Peter Beverloo  <peter@chromium.org>
36575
36576         Update more baselines and some entries in TestExpectations for Android.
36577
36578         Unreviewed rebaselining.
36579
36580         * platform/chromium-android/compositing/: 5 new baselines.
36581         * platform/chromium-android/css2.1/: 5 new baselines.
36582         * platform/chromium-android/css3/: 2 new baselines.
36583         * platform/chromium-android/editing/: 5 new baselines.
36584         * platform/chromium-android/fast/: 67 new baselines.
36585         * platform/chromium-android/http/: 3 new baselines.
36586         * platform/chromium-android/ietestcenter/: 4 new baselines.
36587         * platform/chromium-android/platform/: 51 new baselines.
36588         * platform/chromium-android/svg/: 111 new baselines.
36589         * platform/chromium-android/tables/: 57 new baselines.
36590         * platform/chromium-android/transitions/: 1 new baseline.
36591         * platform/chromium/TestExpectations:
36592
36593 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
36594
36595         Unreviewed Chromium gardening.
36596
36597         * platform/chromium/TestExpectations:
36598         Amend bad change from r130904, the test *IS* timing out on all Debug platforms,
36599         not just on Android Debug.
36600
36601 2012-10-10  Andrei Bucur  <abucur@adobe.com>
36602
36603         [CSS Regions] Create a separate list for the invalid regions
36604         https://bugs.webkit.org/show_bug.cgi?id=98752
36605
36606         Reviewed by Andreas Kling.
36607
36608         The result for fast/regions/flows-dependency-same-flow.html was adapted to the new dump format.
36609         Also, the platform expected results files were removed and a generic baseline was added.
36610
36611         * fast/regions/flows-dependency-same-flow-expected.png: Added.
36612         * fast/regions/flows-dependency-same-flow-expected.txt: Renamed from LayoutTests/platform/qt/fast/regions/flows-dependency-same-flow-expected.txt.
36613         * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed.
36614         * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
36615         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
36616         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
36617         * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
36618         * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
36619         * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Removed.
36620
36621 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36622
36623         [EFL] Remove a few wrong expectations from the tree and properly skip the tests.
36624
36625         * platform/efl/TestExpectations:
36626         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
36627         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
36628         * platform/efl/fast/css/color-correction-expected.png: Removed.
36629         * platform/efl/fast/css/color-correction-expected.txt: Removed.
36630         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
36631         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
36632         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
36633         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
36634         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
36635
36636 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36637
36638         [EFL] More gardening.
36639
36640         * platform/efl/TestExpectations: Unskip a few tests which have had
36641         their pixel expectations committed.
36642         * platform/efl/svg/css/text-gradient-shadow-expected.png: Added.
36643
36644 2012-10-10  Zan Dobersek  <zandobersek@gmail.com>
36645
36646         Unreviewed GTK gardening.
36647
36648         Rebaselining tests after r130851.
36649
36650         * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
36651         * platform/gtk/platform: Added.
36652         * platform/gtk/platform/gtk: Added.
36653         * platform/gtk/platform/gtk/fonts: Added.
36654         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
36655         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.
36656
36657 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36658
36659         [EFL] Add more missing pixel expectations to lots of different directories.
36660
36661         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
36662         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
36663         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
36664         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
36665         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
36666         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
36667         * platform/efl/compositing/geometry/foreground-layer-expected.png: Added.
36668         * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
36669         * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
36670         * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Added.
36671         * platform/efl/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
36672         * platform/efl/editing/selection/5354455-2-expected.png: Added.
36673         * platform/efl/editing/undo/4063751-expected.png: Added.
36674         * platform/efl/editing/undo/5378473-expected.png: Added.
36675         * platform/efl/editing/undo/redo-typing-001-expected.png: Added.
36676         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png: Added.
36677         * platform/efl/editing/undo/undo-combined-delete-expected.png: Added.
36678         * platform/efl/editing/undo/undo-delete-boundary-expected.png: Added.
36679         * platform/efl/editing/undo/undo-delete-expected.png: Added.
36680         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png: Added.
36681         * platform/efl/editing/undo/undo-forward-delete-expected.png: Added.
36682         * platform/efl/editing/undo/undo-misspellings-expected.png: Added.
36683         * platform/efl/editing/undo/undo-typing-001-expected.png: Added.
36684         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
36685         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
36686         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
36687         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
36688         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
36689         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
36690         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
36691         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
36692         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
36693         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
36694         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
36695         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
36696         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
36697         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
36698         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
36699         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
36700         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
36701         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
36702         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
36703         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
36704         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
36705         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
36706         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
36707         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
36708         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
36709         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
36710         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
36711         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
36712         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
36713         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
36714         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
36715         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
36716         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
36717         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
36718         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
36719         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
36720         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
36721         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
36722         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
36723         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
36724         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
36725         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
36726         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
36727         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
36728         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
36729         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
36730         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
36731         * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
36732         * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
36733         * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
36734         * platform/efl/ietestcenter/css3/text/textshadow-001-expected.png: Added.
36735         * platform/efl/ietestcenter/css3/text/textshadow-002-expected.png: Added.
36736         * platform/efl/ietestcenter/css3/text/textshadow-003-expected.png: Added.
36737         * platform/efl/ietestcenter/css3/text/textshadow-004-expected.png: Added.
36738         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Added.
36739         * platform/efl/ietestcenter/css3/text/textshadow-006-expected.png: Added.
36740         * platform/efl/ietestcenter/css3/text/textshadow-007-expected.png: Added.
36741         * platform/efl/ietestcenter/css3/text/textshadow-009-expected.png: Added.
36742         * platform/efl/ietestcenter/css3/text/textshadow-010-expected.png: Added.
36743         * platform/efl/printing/iframe-print-expected.png: Added.
36744
36745 2012-10-10  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
36746
36747         [GTK] svg/W3C-SVG-1.1/animate-elem-08-t.svg needs rebaselining after r130840
36748         https://bugs.webkit.org/show_bug.cgi?id=98910
36749
36750         Unreviewed, rebaseline GTK+ test results.
36751
36752         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
36753         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
36754
36755 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
36756
36757         [Qt] REGRESSION: 5 tests started to fail with newer Qt5
36758         https://bugs.webkit.org/show_bug.cgi?id=90687
36759
36760         Unreviewed gardening after r129234.
36761
36762         Moves the Qt 5 specific results to qt-5.0 directory, while moving the old results to qt-4.8.
36763
36764         * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
36765         * 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.
36766         * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
36767         * 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.
36768         * 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.
36769         * platform/qt-5.0/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
36770         * 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.
36771         * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
36772         * 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.
36773
36774 2012-10-10  Adam Barth  <abarth@webkit.org>
36775
36776         Record that these tests have additional failure modes.
36777
36778         * platform/chromium/TestExpectations:
36779
36780 2012-10-10  Peter Beverloo  <peter@chromium.org>
36781
36782         [Chromium-Android] Another batch of TestExpectation updates for Android
36783         https://bugs.webkit.org/show_bug.cgi?id=98909
36784
36785         Unreviewed test expectation update.
36786
36787         Many of the failures were actually ImageOnlyFailure, which isn't part
36788         of the Failure state. This also includes a number of new expected
36789         results, mostly focusing on crashing and timing out tests.
36790
36791         * platform/chromium-android/TestExpectations:
36792         * platform/chromium/TestExpectations:
36793
36794 2012-10-10  Kent Tamura  <tkent@chromium.org>
36795
36796         [Chromium] Layout Test platform/chromium/fast/forms/*/*-suggestion-picker-*-operations.html are flaky
36797         https://bugs.webkit.org/show_bug.cgi?id=98906
36798
36799         * platform/chromium/TestExpectations:
36800
36801 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36802
36803         [EFL] Add some css3 expectations, rebaseline a css2.1 PNG.
36804
36805         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
36806         * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Added.
36807         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Added.
36808         * platform/efl/css3/images/cross-fade-background-size-expected.png: Added.
36809
36810 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
36811
36812         [EFL] Hopefully finish adding SVG pixel expectations.
36813
36814         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
36815         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
36816         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
36817         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
36818         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
36819         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
36820         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
36821         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
36822         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
36823         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
36824         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
36825         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
36826         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
36827         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
36828         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
36829         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
36830         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
36831         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
36832         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
36833         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
36834         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
36835         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
36836         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
36837         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
36838         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
36839         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
36840         * platform/efl/svg/as-background-image/animated-svg-as-background-expected.png: Added.
36841         * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
36842         * platform/efl/svg/as-background-image/background-image-tiled-expected.png: Added.
36843         * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
36844         * platform/efl/svg/as-background-image/svg-as-background-2-expected.png: Added.
36845         * platform/efl/svg/as-background-image/svg-as-background-5-expected.png: Added.
36846         * platform/efl/svg/as-background-image/svg-as-background-6-expected.png: Added.
36847         * platform/efl/svg/as-background-image/svg-as-background-expected.png: Added.
36848         * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
36849         * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.png: Added.
36850         * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
36851         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
36852         * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
36853         * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
36854         * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
36855         * platform/efl/svg/as-image/svg-as-image-expected.png: Added.
36856         * platform/efl/svg/as-image/svg-as-relative-image-expected.png: Added.
36857         * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
36858         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
36859         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
36860         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
36861         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png: Added.
36862         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
36863         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
36864         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
36865         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
36866         * platform/efl/svg/carto.net/combobox-expected.png: Added.
36867         * platform/efl/svg/carto.net/scrollbar-expected.png: Added.
36868         * platform/efl/svg/carto.net/selectionlist-expected.png: Added.
36869         * platform/efl/svg/carto.net/textbox-expected.png: Added.
36870         * platform/efl/svg/clip-path/clip-in-clip-expected.png: Added.
36871         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
36872         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
36873         * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
36874         * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
36875         * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Added.
36876         * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
36877         * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
36878         * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
36879         * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
36880         * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Added.
36881         * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
36882         * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Added.
36883         * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
36884         * platform/efl/svg/clip-path/clip-path-recursive-call-expected.png: Added.
36885         * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
36886         * platform/efl/svg/clip-path/clip-path-text-expected.png: Added.
36887         * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Added.
36888         * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
36889         * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Added.
36890         * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
36891         * platform/efl/svg/css/arrow-with-shadow-expected.png: Added.
36892         * platform/efl/svg/css/background-image-svg-expected.png: Added.
36893         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Added.
36894         * platform/efl/svg/css/composite-shadow-text-expected.png: Added.
36895         * platform/efl/svg/css/css-box-min-width-expected.png: Added.
36896         * platform/efl/svg/css/path-with-shadow-expected.png: Added.
36897         * platform/efl/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
36898         * platform/efl/svg/css/shadow-and-opacity-expected.png: Added.
36899         * platform/efl/svg/css/shadow-with-large-radius-expected.png: Added.
36900         * platform/efl/svg/css/shadow-with-negative-offset-expected.png: Added.
36901         * platform/efl/svg/css/text-shadow-multiple-expected.png: Added.
36902         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Added.
36903         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Added.
36904         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Added.
36905         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Added.
36906         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
36907         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Added.
36908         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
36909         * platform/efl/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
36910         * platform/efl/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
36911         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Added.
36912         * platform/efl/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
36913         * platform/efl/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
36914         * platform/efl/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
36915         * platform/efl/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
36916         * platform/efl/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
36917         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
36918         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
36919         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
36920         * platform/efl/svg/dom/SVGPointList-basics-expected.png: Added.
36921         * platform/efl/svg/dom/SVGRectElement: Added.
36922         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
36923         * platform/efl/svg/dom/SVGStringList-basics-expected.png: Added.
36924         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Added.
36925         * platform/efl/svg/filters/color-interpolation-filters-expected.png: Added.
36926         * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
36927         * platform/efl/svg/foreignObject/fO-display-none-expected.png: Added.
36928         * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
36929         * platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
36930         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.png: Added.
36931         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
36932         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
36933         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
36934         * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
36935         * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
36936         * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
36937         * platform/efl/svg/foreignObject/text-tref-02-b-expected.png: Added.
36938
36939 2012-10-10  Max Vujovic  <mvujovic@adobe.com>
36940
36941         SVG root element's inspector highlight has different dimensions than the element when zooming the page
36942         https://bugs.webkit.org/show_bug.cgi?id=78031
36943
36944         Reviewed by Pavel Feldman.
36945
36946         Add test that verifies the position and size of the highlight rectangles overlayed on an SVG
36947         root element when the page is zoomed.
36948
36949         * inspector/elements/highlight-svg-root-zoomed-expected.txt: Added.
36950         * inspector/elements/highlight-svg-root-zoomed.html: Added.
36951
36952 2012-10-10  Balazs Kelemen  <kbalazs@webkit.org>
36953
36954         [Qt] Test drivers should handle repaint rects
36955         https://bugs.webkit.org/show_bug.cgi?id=68870
36956
36957         Reviewed by Zoltan Herczeg.
36958
36959         Rebasline results. Added new expectations where the results were good.
36960         I evaulated the results based on the mac and chromium-mac ports. In some
36961         cases I accepted our diverging result if it seemed to be ok by looking
36962         into the test. Marked bad results as image failure.
36963
36964         * platform/qt-5.0-wk2/TestExpectations:
36965         * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.png: Added.
36966         * 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.
36967         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png:
36968         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
36969         * platform/qt-5.0-wk2/compositing/repaint/shrink-layer-expected.png: Copied from LayoutTests/platform/qt/svg/custom/clip-path-href-changes-expected.png.
36970         * 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.
36971         * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
36972         * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
36973         * platform/qt-5.0-wk2/css3/filters/filter-change-repaint-expected.png: Added.
36974         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png: Added.
36975         * 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.
36976         * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
36977         * 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.
36978         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
36979         * platform/qt-5.0-wk2/fast/repaint/body-background-image-expected.png: Added.
36980         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png: Added.
36981         * 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.
36982         * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
36983         * 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.
36984         * 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.
36985         * 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.
36986         * 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.
36987         * 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.
36988         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png: Added.
36989         * 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.
36990         * 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.
36991         * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
36992         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png: Added.
36993         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png: Added.
36994         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-hover-on-link-expected.png.
36995         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
36996         * 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.
36997         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
36998         * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png: Added.
36999         * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png: Added.
37000         * platform/qt/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
37001         * platform/qt/fast/canvas/canvas-incremental-repaint-expected.png: Added.
37002         * platform/qt/fast/dynamic/containing-block-change-expected.png:
37003         * platform/qt/fast/frames/transparent-scrollbar-expected.png: Copied from LayoutTests/platform/qt/svg/custom/repaint-on-constant-size-change-expected.png.
37004         * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png:
37005         * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
37006         * platform/qt/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
37007         * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
37008         * platform/qt/fast/repaint/4774354-expected.png:
37009         * platform/qt/fast/repaint/4776765-expected.png:
37010         * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
37011         * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
37012         * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
37013         * platform/qt/fast/repaint/block-no-inflow-children-expected.png:
37014         * platform/qt/fast/repaint/border-fit-lines-expected.png:
37015         * platform/qt/fast/repaint/border-radius-repaint-expected.png:
37016         * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
37017         * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
37018         * platform/qt/fast/repaint/bugzilla-3509-expected.png:
37019         * platform/qt/fast/repaint/bugzilla-5699-expected.png:
37020         * platform/qt/fast/repaint/bugzilla-6278-expected.png:
37021         * platform/qt/fast/repaint/bugzilla-6388-expected.png:
37022         * platform/qt/fast/repaint/bugzilla-6473-expected.png:
37023         * platform/qt/fast/repaint/bugzilla-7235-expected.png:
37024         * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png:
37025         * platform/qt/fast/repaint/caret-outside-block-expected.png:
37026         * platform/qt/fast/repaint/change-transform-expected.png:
37027         * platform/qt/fast/repaint/clip-with-layout-delta-expected.png:
37028         * platform/qt/fast/repaint/clipped-relative-expected.png:
37029         * platform/qt/fast/repaint/containing-block-position-change-expected.png:
37030         * platform/qt/fast/repaint/content-into-overflow-expected.png:
37031         * platform/qt/fast/repaint/continuation-after-outline-expected.png:
37032         * platform/qt/fast/repaint/control-clip-expected.png:
37033         * platform/qt/fast/repaint/create-layer-repaint-expected.png:
37034         * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
37035         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
37036         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
37037         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
37038         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
37039         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
37040         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
37041         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
37042         * platform/qt/fast/repaint/float-move-during-layout-expected.png:
37043         * platform/qt/fast/repaint/float-overflow-expected.png:
37044         * platform/qt/fast/repaint/float-overflow-right-expected.png:
37045         * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
37046         * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
37047         * platform/qt/fast/repaint/inline-color-change-expected.png:
37048         * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
37049         * platform/qt/fast/repaint/invisible-objects-expected.png:
37050         * platform/qt/fast/repaint/layer-visibility-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
37051         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
37052         * platform/qt/fast/repaint/layout-state-relative-expected.png:
37053         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
37054         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
37055         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
37056         * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
37057         * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
37058         * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
37059         * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
37060         * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
37061         * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
37062         * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
37063         * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
37064         * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
37065         * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
37066         * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png:
37067         * platform/qt/fast/repaint/line-overflow-expected.png:
37068         * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
37069         * platform/qt/fast/repaint/list-marker-2-expected.png:
37070         * platform/qt/fast/repaint/make-children-non-inline-expected.png:
37071         * platform/qt/fast/repaint/multicol-repaint-expected.png:
37072         * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
37073         * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
37074         * platform/qt/fast/repaint/outline-child-repaint-expected.png:
37075         * platform/qt/fast/repaint/outline-inset-expected.png:
37076         * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
37077         * platform/qt/fast/repaint/outline-shrinking-expected.png:
37078         * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png:
37079         * platform/qt/fast/repaint/overflow-delete-line-expected.png:
37080         * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
37081         * platform/qt/fast/repaint/overflow-into-content-expected.png:
37082         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
37083         * platform/qt/fast/repaint/reflection-redraw-expected.png:
37084         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
37085         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
37086         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
37087         * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
37088         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
37089         * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
37090         * platform/qt/fast/repaint/search-field-cancel-expected.png:
37091         * platform/qt/fast/repaint/select-option-background-color-expected.png:
37092         * platform/qt/fast/repaint/selected-replaced-expected.png:
37093         * platform/qt/fast/repaint/selection-after-delete-expected.png:
37094         * platform/qt/fast/repaint/selection-after-remove-expected.png:
37095         * platform/qt/fast/repaint/selection-clear-expected.png:
37096         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
37097         * platform/qt/fast/repaint/selection-rl-expected.png:
37098         * platform/qt/fast/repaint/stacked-diacritics-expected.png:
37099         * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
37100         * platform/qt/fast/repaint/subtree-root-clip-2-expected.png:
37101         * platform/qt/fast/repaint/subtree-root-clip-3-expected.png:
37102         * platform/qt/fast/repaint/subtree-root-clip-expected.png:
37103         * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
37104         * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
37105         * platform/qt/fast/repaint/table-cell-move-expected.png:
37106         * platform/qt/fast/repaint/table-collapsed-border-expected.png:
37107         * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
37108         * platform/qt/fast/repaint/table-hover-on-link-expected.png:
37109         * platform/qt/fast/repaint/table-section-repaint-expected.png:
37110         * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png:
37111         * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
37112         * platform/qt/fast/repaint/transform-absolute-child-expected.png:
37113         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
37114         * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png:
37115         * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
37116         * platform/qt/fast/repaint/transform-relative-position-expected.png:
37117         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
37118         * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
37119         * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png:
37120         * platform/qt/fast/repaint/transform-translate-expected.png:
37121         * platform/qt/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
37122         * 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.
37123         * 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.
37124         * 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.
37125         * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
37126         * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
37127         * platform/qt/svg/as-image/animated-svg-as-image-expected.png:
37128         * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
37129         * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png:
37130         * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
37131         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
37132         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
37133         * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
37134         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
37135         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
37136         * platform/qt/svg/carto.net/window-expected.png:
37137         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
37138         * platform/qt/svg/custom/animate-path-discrete-expected.png:
37139         * platform/qt/svg/custom/animate-path-morphing-expected.png:
37140         * platform/qt/svg/custom/animate-target-id-changed-expected.png:
37141         * platform/qt/svg/custom/animate-target-removed-from-document-expected.png:
37142         * platform/qt/svg/custom/circle-move-invalidation-expected.png:
37143         * platform/qt/svg/custom/clip-path-child-changes-expected.png:
37144         * platform/qt/svg/custom/clip-path-href-changes-expected.png:
37145         * platform/qt/svg/custom/clip-path-units-changes-expected.png:
37146         * platform/qt/svg/custom/deep-dynamic-updates-expected.png:
37147         * platform/qt/svg/custom/fill-opacity-update-expected.png:
37148         * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
37149         * platform/qt/svg/custom/gradient-add-stops-expected.png:
37150         * platform/qt/svg/custom/gradient-stop-style-change-expected.png:
37151         * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
37152         * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
37153         * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
37154         * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
37155         * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
37156         * platform/qt/svg/custom/js-late-marker-and-object-creation-expected.png:
37157         * platform/qt/svg/custom/js-late-marker-creation-expected.png:
37158         * platform/qt/svg/custom/js-late-mask-and-object-creation-expected.png:
37159         * platform/qt/svg/custom/js-late-mask-creation-expected.png:
37160         * platform/qt/svg/custom/js-update-bounce-expected.png:
37161         * platform/qt/svg/custom/js-update-container-expected.png:
37162         * platform/qt/svg/custom/js-update-container2-expected.png:
37163         * platform/qt/svg/custom/js-update-gradient-expected.png:
37164         * platform/qt/svg/custom/js-update-image-expected.png:
37165         * platform/qt/svg/custom/js-update-path-changes-expected.png:
37166         * platform/qt/svg/custom/js-update-path-removal-expected.png:
37167         * platform/qt/svg/custom/js-update-pattern-child-expected.png:
37168         * platform/qt/svg/custom/js-update-pattern-expected.png:
37169         * platform/qt/svg/custom/js-update-polygon-changes-expected.png:
37170         * platform/qt/svg/custom/js-update-polygon-removal-expected.png:
37171         * platform/qt/svg/custom/js-update-stop-expected.png:
37172         * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
37173         * platform/qt/svg/custom/js-update-style-expected.png:
37174         * platform/qt/svg/custom/js-update-transform-addition-expected.png:
37175         * platform/qt/svg/custom/js-update-transform-changes-expected.png:
37176         * platform/qt/svg/custom/marker-child-changes-css-expected.png:
37177         * platform/qt/svg/custom/marker-child-changes-expected.png:
37178         * platform/qt/svg/custom/marker-viewBox-changes-expected.png:
37179         * platform/qt/svg/custom/mask-child-changes-expected.png:
37180         * platform/qt/svg/custom/mask-invalidation-expected.png:
37181         * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
37182         * platform/qt/svg/custom/prevent-default-expected.png:
37183         * platform/qt/svg/custom/relative-sized-content-expected.png:
37184         * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
37185         * platform/qt/svg/custom/relative-sized-image-expected.png:
37186         * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
37187         * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
37188         * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
37189         * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
37190         * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
37191         * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png:
37192         * platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
37193         * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.png:
37194         * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
37195         * platform/qt/svg/custom/resource-client-removal-expected.png:
37196         * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png:
37197         * platform/qt/svg/custom/scroll-hit-test-expected.png:
37198         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
37199         * platform/qt/svg/custom/stroke-opacity-update-expected.png:
37200         * platform/qt/svg/custom/svg-absolute-children-expected.png:
37201         * platform/qt/svg/custom/text-dom-removal-expected.png:
37202         * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
37203         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
37204         * platform/qt/svg/custom/use-clipped-hit-expected.png:
37205         * platform/qt/svg/custom/use-detach-expected.png:
37206         * platform/qt/svg/custom/use-disappears-after-style-update-expected.png:
37207         * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
37208         * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
37209         * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
37210         * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
37211         * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
37212         * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
37213         * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
37214         * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
37215         * platform/qt/svg/filters/feImage-change-target-id-expected.png:
37216         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
37217         * platform/qt/svg/filters/feImage-reference-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/animate-target-removed-from-document-expected.png.
37218         * platform/qt/svg/filters/feImage-remove-target-expected.png:
37219         * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
37220         * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
37221         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
37222         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
37223         * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
37224         * platform/qt/svg/filters/feImage-target-id-change-expected.png:
37225         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
37226         * platform/qt/svg/filters/feImage-target-property-change-expected.png:
37227         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
37228         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
37229         * platform/qt/svg/filters/feImage-target-style-change-expected.png:
37230         * platform/qt/svg/filters/filter-refresh-expected.png:
37231         * platform/qt/svg/filters/filter-width-update-expected.png:
37232         * platform/qt/svg/filters/invalidate-on-child-layout-expected.png:
37233         * platform/qt/svg/hixie/perf/001-expected.png:
37234         * platform/qt/svg/hixie/perf/002-expected.png:
37235         * platform/qt/svg/hixie/perf/003-expected.png:
37236         * platform/qt/svg/hixie/perf/004-expected.png:
37237         * platform/qt/svg/hixie/perf/005-expected.png:
37238         * platform/qt/svg/hixie/perf/007-expected.png:
37239         * platform/qt/svg/repaint/filter-child-repaint-expected.png:
37240         * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
37241         * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png:
37242         * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
37243         * platform/qt/svg/repaint/mask-clip-target-transform-expected.png:
37244         * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png:
37245         * platform/qt/svg/repaint/text-mask-update-expected.png:
37246         * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
37247         * platform/qt/svg/text/ems-display-none-expected.png:
37248         * platform/qt/svg/text/exs-display-none-expected.png:
37249         * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
37250         * platform/qt/svg/text/text-text-05-t-expected.png:
37251         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
37252         * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
37253         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
37254         * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
37255         * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
37256         * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
37257         * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
37258         * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
37259         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
37260
37261 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
37262
37263         [EFL] Skip fast/css/color-correction-on-text.html.
37264
37265         * platform/efl/TestExpectations:
37266
37267 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
37268
37269         [EFL] Gardening for the some SVG pixel expectations.
37270
37271         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
37272         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
37273         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
37274         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
37275         * platform/efl/svg/filters/animate-fill-expected.png: Added.
37276         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png: Added.
37277         * platform/efl/svg/hixie/data-types/001-expected.png: Added.
37278         * platform/efl/svg/hixie/dynamic/002-expected.png: Added.
37279         * platform/efl/svg/hixie/dynamic/003-expected.png: Added.
37280         * platform/efl/svg/hixie/dynamic/004-expected.png: Added.
37281         * platform/efl/svg/hixie/dynamic/005-expected.png: Added.
37282         * platform/efl/svg/hixie/dynamic/006-expected.png: Added.
37283         * platform/efl/svg/hixie/error/002-expected.png: Added.
37284         * platform/efl/svg/hixie/error/006-expected.png: Added.
37285         * platform/efl/svg/hixie/error/007-expected.png: Added.
37286         * platform/efl/svg/hixie/error/008-expected.png: Added.
37287         * platform/efl/svg/hixie/error/009-expected.png: Added.
37288         * platform/efl/svg/hixie/error/010-expected.png: Added.
37289         * platform/efl/svg/hixie/error/011-expected.png: Added.
37290         * platform/efl/svg/hixie/error/014-test-expected.png: Added.
37291         * platform/efl/svg/hixie/error/015-expected.png: Added.
37292         * platform/efl/svg/hixie/error/016-expected.png: Added.
37293         * platform/efl/svg/hixie/intrinsic/001-expected.png: Added.
37294         * platform/efl/svg/hixie/intrinsic/002-expected.png: Added.
37295         * platform/efl/svg/hixie/intrinsic/003-expected.png: Added.
37296         * platform/efl/svg/hixie/links/001-expected.png: Added.
37297         * platform/efl/svg/hixie/links/002-expected.png: Added.
37298         * platform/efl/svg/hixie/painting/001-expected.png: Added.
37299         * platform/efl/svg/hixie/processing-model/005-expected.png: Added.
37300         * platform/efl/svg/hixie/rendering-model/003a-expected.png: Added.
37301         * platform/efl/svg/hixie/text/001-expected.png: Added.
37302         * platform/efl/svg/hixie/text/002-expected.png: Added.
37303         * platform/efl/svg/hixie/text/003a-expected.png: Added.
37304         * platform/efl/svg/hixie/text/003b-expected.png: Added.
37305         * platform/efl/svg/hixie/use/002-test-expected.png: Added.
37306         * platform/efl/svg/hixie/viewbox/001-expected.png: Added.
37307         * platform/efl/svg/hixie/viewbox/002-expected.png: Added.
37308         * platform/efl/svg/hixie/viewbox/003-expected.png: Added.
37309         * platform/efl/svg/hixie/viewbox/004-expected.png: Added.
37310         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
37311         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
37312         * platform/efl/svg/overflow/overflow-on-foreignObject-expected.png: Added.
37313         * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
37314         * platform/efl/svg/repaint/image-href-change-expected.png: Added.
37315         * platform/efl/svg/repaint/image-with-clip-path-expected.png: Added.
37316         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
37317         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png: Added.
37318         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
37319         * platform/efl/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added.
37320         * platform/efl/svg/wicd/sizing-flakiness-expected.png: Added.
37321         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
37322         * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
37323         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
37324         * platform/efl/svg/zoom/page/zoom-background-images-expected.png: Added.
37325         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
37326         * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
37327         * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
37328         * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
37329         * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
37330         * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
37331         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
37332         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
37333         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
37334         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
37335         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
37336         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
37337         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
37338         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
37339
37340 2012-10-10  Vsevolod Vlasov  <vsevik@chromium.org>
37341
37342         Unreviewed inspector test fix.
37343
37344         * http/tests/inspector/search/resources-search-match-index.html:
37345
37346 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
37347
37348         [EFL] Update some pixel expectations for the new Cairo, and add more baselines for other tests.
37349
37350         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
37351         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
37352         * platform/efl/fast/borders/border-shadow-large-radius-expected.png: Added.
37353         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
37354         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
37355         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
37356         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
37357         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
37358         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
37359         * platform/efl/fast/css/square-button-appearance-expected.png: Added.
37360         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
37361         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
37362         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
37363         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
37364         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
37365         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
37366         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
37367         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
37368         * platform/efl/fast/events/context-no-deselect-expected.png: Added.
37369         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
37370         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
37371         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png: Added.
37372         * platform/efl/fast/forms/textarea: Added.
37373         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
37374         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
37375         * platform/efl/fast/html/details-marker-style-expected.png: Added.
37376         * platform/efl/fast/images/image-css3-content-data-expected.png: Added.
37377         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
37378         * platform/efl/fast/images/paint-subrect-expected.png: Added.
37379         * platform/efl/fast/images/paint-subrect-grid-expected.png: Added.
37380         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Added.
37381         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
37382         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
37383         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
37384         * platform/efl/fast/js: Added.
37385         * platform/efl/fast/js/exception-linenums-in-html-3-expected.png: Added.
37386         * platform/efl/fast/js/missing-style-end-tag-js-expected.png: Added.
37387         * platform/efl/fast/js/missing-title-end-tag-js-expected.png: Added.
37388         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
37389         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png: Added.
37390         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
37391         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
37392         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
37393         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
37394         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
37395         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
37396         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
37397         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
37398         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
37399         * platform/efl/fast/scrolling: Added.
37400         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
37401         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Added.
37402         * platform/efl/fast/table/table-row-focus-ring-paint-expected.png: Added.
37403         * platform/efl/fast/text/text-shadow-no-default-color-expected.png: Added.
37404
37405 2012-10-10  Christophe Dumez  <christophe.dumez@intel.com>
37406
37407         SQLResultSet.rowsAffected not cleared
37408         https://bugs.webkit.org/show_bug.cgi?id=46070
37409
37410         Reviewed by Kenneth Rohde Christiansen.
37411
37412         Add layout test to check that SQLResultSet.rowsAffected is
37413         correct in executeSql() success callback.
37414
37415         * storage/websql/execute-sql-rowsAffected-expected.txt: Added.
37416         * storage/websql/execute-sql-rowsAffected.html: Added.
37417
37418 2012-10-10  KwangYong Choi  <ky0.choi@samsung.com>
37419
37420         [EFL] Rebaseline after r129972 which enabled plugin feature
37421         https://bugs.webkit.org/show_bug.cgi?id=98750
37422
37423         Unreviewed. Plugin feature is enabled on EFL port after r129972.
37424
37425         * platform/efl-wk1/TestExpectations: EFL WK1 does not support plugins yet.
37426         * platform/efl-wk2/TestExpectations:
37427         * platform/efl/TestExpectations:
37428         * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Added.
37429         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
37430         * platform/efl/plugins/netscape-dom-access-expected.txt: Added.
37431         * platform/efl/plugins/plugin-javascript-access-expected.txt: Added.
37432         * platform/efl/plugins/resize-from-plugin-expected.txt: Added.
37433
37434 2012-10-09  Kent Tamura  <tkent@chromium.org>
37435
37436         Add behavior tests for input[type=date] with multiple fields
37437         https://bugs.webkit.org/show_bug.cgi?id=98480
37438
37439         Reviewed by Kentaro Hara.
37440
37441         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Added.
37442         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Added.
37443         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Added.
37444         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Added.
37445         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Added.
37446         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Added.
37447         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
37448         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
37449         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Added.
37450         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Added.
37451         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
37452         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Added.
37453         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Added.
37454         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Added.
37455         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
37456         * 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.
37457         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Added.
37458         * 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.
37459         * fast/forms/date/date-reset-value-expected.html: Added.
37460         * fast/forms/date/date-reset-value.html: Added.
37461
37462         * fast/forms/resources/common-spinbutton-change-and-input-events.js:
37463         (testSpinButtonChangeAndInputEvents):
37464         Uses getElementByPseudoId() to obtain spin button position. The date
37465         type and the time type have their spin button at different positions
37466         because of a picker indicator triangle.
37467         * fast/forms/number/number-spinbutton-change-and-input-events.html:
37468         Need to import comon.js because common-spinbutton-change-and-input-events.js depends on it.
37469         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html:
37470         Ditto.
37471
37472         * fast/forms/resources/common-wheel-event.js:
37473         (testWheelEvent): Fix a wrong message.
37474         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Ditto.
37475
37476         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
37477         Added. Move the code from time-multiple-fields-blur-and-focus-events.html.
37478         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html:
37479         Moved the code to multiple-fields-blur-and-focus-events.js.
37480
37481         * platform/chromium/TestExpectations:
37482
37483 2012-10-10  Alexander Pavlov  <apavlov@chromium.org>
37484
37485         Web Inspector: Semantically incorrect CSS rules result in broken source code data
37486         https://bugs.webkit.org/show_bug.cgi?id=98520
37487
37488         Reviewed by Vsevolod Vlasov.
37489
37490         * inspector/styles/parse-stylesheet-errors-expected.txt:
37491         * inspector/styles/parse-stylesheet-errors.html:
37492
37493 2012-10-09  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
37494
37495         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fai1
37496         https://bugs.webkit.org/show_bug.cgi?id=98642
37497
37498         Reviewed by Kenneth Rohde Christiansen.
37499
37500         * platform/qt-5.0-wk2/TestExpectations: Unskip focusout-on-touch.html
37501
37502 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
37503
37504         [Qt] DumpRenderTree needs a beginDragWithFiles implementation
37505         https://bugs.webkit.org/show_bug.cgi?id=50902
37506
37507         Reviewed by Simon Hausmann.
37508
37509         Move some skipped tests that now passing in DRT to only being skipped in WTR.
37510
37511         * platform/qt-5.0-wk2/TestExpectations:
37512         * platform/qt/TestExpectations:
37513
37514 2012-10-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
37515
37516         [Qt] Unreviewed gardening. Skip failing test.
37517         https://bugs.webkit.org/show_bug.cgi?id=98876
37518
37519         * platform/qt/TestExpectations: skip fast/text/word-space-with-kerning.html.
37520
37521 2012-10-09  Kent Tamura  <tkent@chromium.org>
37522
37523         Add a test to check a step attribute works for a calendar picker
37524         https://bugs.webkit.org/show_bug.cgi?id=98866
37525
37526         Reviewed by Yuta Kitamura.
37527
37528         * platform/chromium-android/TestExpectations:
37529         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
37530         * platform/chromium/TestExpectations:
37531         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt: Added.
37532         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html: Added.
37533
37534 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
37535
37536         [Qt] Unreviewed gardening, skip tests to paint the bot green.
37537
37538         * platform/qt-5.0-wk2/TestExpectations:
37539
37540 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
37541
37542         Flush load-and-stall.php output after sleeping
37543         https://bugs.webkit.org/show_bug.cgi?id=98862
37544
37545         Reviewed by Kent Tamura.
37546
37547         Should not be a behavioral change: testing the bots with this change to see if
37548         it helps with chromium linux/win test flakyness.
37549
37550         * http/tests/resources/load-and-stall.php:
37551
37552 2012-10-09  Adam Barth  <abarth@webkit.org>
37553
37554         Note test failures after http://trac.webkit.org/changeset/130851. We
37555         plan to follow up in the morning in
37556         https://bugs.webkit.org/show_bug.cgi?id=98867.
37557
37558         * platform/chromium/TestExpectations:
37559
37560 2012-10-09  Enrica Casucci  <enrica@apple.com>
37561
37562         Tests failure on Chromium Mac after r130821.
37563         https://bugs.webkit.org/show_bug.cgi?id=98865
37564
37565         Unreviewed.
37566
37567         Marking tests as failing.
37568
37569         * platform/chromium/TestExpectations:
37570
37571 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
37572
37573         Initialize $written variable in load-and-stall.php script
37574         https://bugs.webkit.org/show_bug.cgi?id=98854
37575
37576         Reviewed by Kent Tamura.
37577
37578         * http/tests/resources/load-and-stall.php:
37579
37580 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
37581
37582         [Qt] Unreviewed gardening.
37583
37584         * 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.
37585
37586 2012-10-09  Kent Tamura  <tkent@chromium.org>
37587
37588         Sub-fields in input[type=time] should not be focusable if the input is disabled or read-only
37589         https://bugs.webkit.org/show_bug.cgi?id=98850
37590
37591         Reviewed by Kentaro Hara.
37592
37593         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
37594         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
37595         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
37596         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
37597
37598 2012-10-09  Pablo Flouret  <pablof@motorola.com>
37599
37600         [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
37601         https://bugs.webkit.org/show_bug.cgi?id=88913
37602
37603         Reviewed by Csaba Osztrogonác.
37604
37605         Blind fix to try to fix the test.
37606
37607         * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
37608         * http/tests/xmlhttprequest/resources/access-control-allow-lists.php:
37609
37610 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
37611
37612         [EFL] Update EFL baselines after r130840
37613         https://bugs.webkit.org/show_bug.cgi?id=98846
37614
37615         Unreviewed EFL gardening.
37616
37617         Update baselines after the cairo update in r130840.
37618
37619         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
37620         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
37621         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
37622         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
37623         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
37624         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
37625         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
37626         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
37627         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
37628         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
37629
37630 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
37631
37632         [Qt] new test http/tests/cookies/single-quoted-value.html is failing
37633         https://bugs.webkit.org/show_bug.cgi?id=86066
37634
37635         Reviewed by Csaba Osztrogonác.
37636
37637         Unskipping test.
37638
37639         * platform/qt/TestExpectations:
37640
37641 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
37642
37643         [Cairo] Bump Cairo to fix more canvas/philip tests
37644         https://bugs.webkit.org/show_bug.cgi?id=97658
37645
37646         Reviewed by Martin Robinson.
37647
37648         Update platform-specific baselines after the cairo update. Also,
37649         unksip canvas/philip tests which are passing now.
37650
37651         * platform/efl/TestExpectations:
37652         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png:
37653         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
37654         * platform/efl/fast/dynamic/window-scrollbars-test-expected.png:
37655         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
37656         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
37657         * platform/efl/svg/batik/text/smallFonts-expected.png:
37658         * platform/efl/svg/batik/text/smallFonts-expected.txt:
37659         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
37660         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
37661         * platform/efl/svg/batik/text/textOnPath-expected.png:
37662         * platform/efl/svg/batik/text/textOnPath-expected.txt:
37663         * platform/efl/svg/batik/text/textOnPath2-expected.png:
37664         * platform/efl/svg/batik/text/textOnPath2-expected.txt:
37665         * platform/efl/svg/batik/text/textOnPath3-expected.png:
37666         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
37667         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
37668         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
37669         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
37670         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
37671         * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
37672         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
37673         * platform/efl/transforms/2d/transform-fixed-container-expected.png:
37674         * platform/gtk/TestExpectations:
37675         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png:
37676         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
37677         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
37678         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
37679         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
37680         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
37681         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
37682         * platform/gtk/svg/batik/text/smallFonts-expected.png:
37683         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
37684         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
37685         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
37686         * platform/gtk/svg/batik/text/textOnPath-expected.png:
37687         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
37688         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
37689         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
37690         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
37691         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
37692         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
37693         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
37694         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
37695         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
37696         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
37697         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
37698         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
37699         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
37700         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
37701         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
37702
37703 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
37704
37705         fast/canvas/canvas-fillRect-gradient-shadow.html failing
37706         https://bugs.webkit.org/show_bug.cgi?id=98760
37707
37708         Reviewed by Martin Robinson.
37709
37710         Adjust the test case to verify the pixel in the middle of the shadow,
37711         instead of the outer edge, to make sure that the test will not fail
37712         in case if there is any effect around the borders.
37713
37714         * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js:
37715
37716 2012-10-09  Kent Tamura  <tkent@chromium.org>
37717
37718         Should reject invalid dates constructed with multiple fields UI
37719         https://bugs.webkit.org/show_bug.cgi?id=98727
37720
37721         Reviewed by Hajime Morita.
37722
37723         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
37724         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Added.
37725         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
37726         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
37727           Updated the test. 275760-12 is not a valid month value.
37728
37729 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
37730
37731         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
37732         https://bugs.webkit.org/show_bug.cgi?id=96907
37733
37734         Reviewed by Csaba Osztrogonác.
37735
37736         Unskipping tests.
37737
37738         * platform/qt/TestExpectations:
37739
37740 2012-10-09  Jeffrey Pfau  <jpfau@apple.com>
37741
37742         [Mac] Unreviewed, skipping http/tests/security/svg-image-leak.html
37743
37744         * platform/mac/TestExpectations:
37745
37746 2012-10-09  Adam Barth  <abarth@webkit.org>
37747
37748         filesystem-url-in-iframe test is flaky
37749         https://bugs.webkit.org/show_bug.cgi?id=95246
37750
37751         Reviewed by Eric Seidel.
37752
37753         This test was assuming that the navigation would complete before the
37754         async JavaScript executed, which is true usually (but not always).
37755
37756         * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
37757         * platform/chromium/TestExpectations:
37758
37759 2012-10-09  Jian Li  <jianli@chromium.org>
37760
37761         Update the CSS property used to support draggable regions.
37762         https://bugs.webkit.org/show_bug.cgi?id=97156
37763
37764         Reviewed by Adam Barth.
37765
37766         Update the test and rename the files due to CSS property name and
37767         syntax changes.
37768
37769         * fast/css/draggable-region-parser-expected.txt: Added.
37770         * fast/css/draggable-region-parser.html: Added.
37771         * fast/css/widget-region-parser-expected.txt: Removed.
37772         * fast/css/widget-region-parser.html: Removed.
37773         * platform/efl/TestExpectations: Rename the skipped test.
37774         * platform/gtk/TestExpectations: Rename the skipped test.
37775         * platform/mac/TestExpectations: Skip the renamed test since WIDGET_REGION is off.
37776         * platform/qt/TestExpectations: Rename the skipped test.
37777         * platform/win/TestExpectations: Rename the skipped test.
37778         * platform/wincairo/TestExpectations: Rename the skipped test.
37779
37780 2012-10-09  Kiran Muppala  <cmuppala@apple.com>
37781
37782         Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
37783         https://bugs.webkit.org/show_bug.cgi?id=98828
37784
37785         Reviewed by Ojan Vafai.
37786
37787         Replaced tab characters with spaces, fixed position of braces and renamed
37788         variables to be more explanatory.
37789
37790         * fast/dom/timer-throttling-hidden-page.html:
37791
37792 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
37793
37794         [chromium] Add drop event for plugins.
37795         https://bugs.webkit.org/show_bug.cgi?id=98827
37796
37797         Reviewed by Adam Barth.
37798
37799         Updated the test to verify that a plugin can receive drop events. Note
37800         that the plugin needs contentEditable set to true.
37801
37802         * platform/chromium/plugins/drag-events-expected.txt:
37803         * platform/chromium/plugins/drag-events.html:
37804
37805 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
37806
37807         Unreviewed, rolling out r130811 and r130821.
37808         http://trac.webkit.org/changeset/130811
37809         http://trac.webkit.org/changeset/130821
37810         https://bugs.webkit.org/show_bug.cgi?id=98831
37811
37812         Broke date-suggestion-picker-appearance-with-scroll-bar.html
37813         (Requested by abarth|gardening on #webkit).
37814
37815         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Removed.
37816         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
37817         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
37818         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
37819         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
37820         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
37821         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
37822         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
37823         * platform/mac-lion/TestExpectations:
37824         * platform/mac-snowleopard/TestExpectations:
37825         * platform/mac-wk2/TestExpectations:
37826         * platform/mac/TestExpectations:
37827         * platform/qt-4.8/TestExpectations:
37828         * platform/qt/TestExpectations:
37829         * platform/win-wk2/TestExpectations:
37830         * platform/win-xp/TestExpectations:
37831         * platform/win/TestExpectations:
37832         * platform/wincairo/TestExpectations:
37833         * platform/wk2/TestExpectations:
37834
37835 2012-10-09  Dominic Mazzoni  <dmazzoni@google.com>
37836
37837         AX: 5 accessibility tests just need minor tweaks to pass on chromium
37838         https://bugs.webkit.org/show_bug.cgi?id=98311
37839
37840         Reviewed by Chris Fleizach.
37841
37842         Modifies tests so that they log data that tends to vary between
37843         platforms using debug(), rather than asserting a platform-specific
37844         value. Gets rid of "forks" of tests in the gtk directory. Adds
37845         expectations and unskips 5 tests on Chromium.
37846
37847         * accessibility/aria-list-and-listitem.html:
37848         * accessibility/aria-option-role.html:
37849         * accessibility/aria-tab-roles.html:
37850         * platform/chromium/TestExpectations:
37851         * platform/chromium/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-fallback-roles-expected.txt.
37852         * platform/chromium/accessibility/aria-list-and-listitem-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-list-and-listitem-expected.txt.
37853         * platform/chromium/accessibility/aria-option-role-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt.
37854         * platform/chromium/accessibility/aria-tab-roles-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-tab-roles-expected.txt.
37855         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt:
37856         * platform/gtk/accessibility/aria-list-and-listitem.html: Removed.
37857         * platform/gtk/accessibility/aria-option-role-expected.txt:
37858         * platform/gtk/accessibility/aria-option-role.html: Removed.
37859         * platform/mac/accessibility/aria-list-and-listitem-expected.txt:
37860         * platform/mac/accessibility/aria-option-role-expected.txt:
37861         * platform/mac/accessibility/aria-tab-roles-expected.txt:
37862
37863 2012-10-09  Levi Weintraub  <leviw@chromium.org>
37864
37865         Rolling back unintended change to iframe-copy-on-scroll.html from previous commit.
37866
37867         * compositing/iframes/iframe-copy-on-scroll.html:
37868
37869 2012-10-09  Levi Weintraub  <leviw@chromium.org>
37870
37871         Unreviewed gardening. Updating test expectations after r130811.
37872
37873         * compositing/iframes/iframe-copy-on-scroll.html:
37874         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
37875         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
37876         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
37877         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
37878         * platform/chromium/TestExpectations:
37879
37880 2012-10-09  Alexander Shalamov  <alexander.shalamov@intel.com>
37881
37882         CSS Style is not recalculated when media attribute of style element is changed
37883         https://bugs.webkit.org/show_bug.cgi?id=96752
37884
37885         Reviewed by Kenneth Rohde Christiansen.
37886
37887         Added test to verify that when "media" attribute for style element is updated,
37888         style is recalculated.
37889
37890         * fast/media/mq-js-update-media.html: Added.
37891
37892 2012-10-09  Levi Weintraub  <leviw@chromium.org>
37893
37894         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
37895         https://bugs.webkit.org/show_bug.cgi?id=98571
37896
37897         Reviewed by Emil A Eklund.
37898
37899         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
37900
37901         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
37902         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
37903         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
37904         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
37905         The repaint rect shrinks safely by one pixel.
37906         * platform/chromium/TestExpectations:
37907         * platform/mac-lion/TestExpectations:
37908         * platform/mac-snowleopard/TestExpectations:
37909         * platform/mac-wk2/TestExpectations:
37910         * platform/mac/TestExpectations:
37911         * platform/qt-4.8/TestExpectations:
37912         * platform/qt/TestExpectations:
37913         * platform/win-wk2/TestExpectations:
37914         * platform/win-xp/TestExpectations:
37915         * platform/win/TestExpectations:
37916         * platform/wincairo/TestExpectations:
37917         * platform/wk2/TestExpectations:
37918
37919 2012-10-09  Adam Barth  <abarth@webkit.org>
37920
37921         These tests also fail with ImageOnlyFailures.
37922
37923         * platform/chromium/TestExpectations:
37924
37925 2012-10-09  Adam Barth  <abarth@webkit.org>
37926
37927         This test now appears to fail on the bots because
37928         http://trac.webkit.org/changeset/130799 removed the ImageOnlyFailure
37929         attribute.
37930
37931         * platform/chromium/TestExpectations:
37932
37933 2012-10-09  Peter Beverloo  <peter@chromium.org>
37934
37935         [Chromium] More TestExpectation updates for Android
37936         https://bugs.webkit.org/show_bug.cgi?id=98818
37937
37938         Unreviewed test expectation updates.
37939
37940         List more failures (all with bugs assigned) in the TestExpectation file for
37941         Android. Move an older block around, considering we may want to re-triage it.
37942
37943         * platform/chromium/TestExpectations:
37944
37945 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
37946
37947         Unreviewed Chromium gardening.
37948
37949         * platform/chromium/TestExpectations:
37950         Removed this entry: there was no need for new baselines.
37951
37952 2012-10-09  Adam Barth  <abarth@webkit.org>
37953
37954         dfg-cross-global tests are flaky because they misuse js-test-pre.js
37955         https://bugs.webkit.org/show_bug.cgi?id=98813
37956
37957         Reviewed by Daniel Bates.
37958
37959         These tests have a race between js-test-pre's "done" message and the
37960         timeout. This patch change then to use jsTestIsAsync and finishJSTest()
37961         appropriately.
37962
37963         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js:
37964         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js:
37965         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js:
37966         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js:
37967         * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js:
37968
37969 2012-10-09  Joshua Bell  <jsbell@chromium.org>
37970
37971         IndexedDB: Overflowing key generator should throw ConstraintError
37972         https://bugs.webkit.org/show_bug.cgi?id=98807
37973
37974         Reviewed by Tony Chang.
37975
37976         Verify that overflowing key generator throws ConstraintError.
37977
37978         * storage/indexeddb/key-generator-expected.txt:
37979         * storage/indexeddb/resources/key-generator.js:
37980
37981 2012-10-09  Dirk Pranke  <dpranke@chromium.org>
37982
37983         [chromium] Don't run perf/mouse-event on debug builds
37984
37985         Unreviewed, expectations change.
37986
37987         We don't normally run any perf tests on a debug build, but this
37988         one was getting run due to an improperly scoped expectation
37989         overriding the wontfix rule.
37990
37991         * platform/chromium/TestExpectations:
37992
37993 2012-10-09  David Grogan  <dgrogan@chromium.org>
37994
37995         IndexedDB: open-in-upgradeneeded layout test
37996         https://bugs.webkit.org/show_bug.cgi?id=95912
37997
37998         Reviewed by Tony Chang.
37999
38000         * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: Added.
38001         * storage/indexeddb/intversion-open-in-upgradeneeded.html: Added.
38002         * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: Added.
38003         (test):
38004         (deleteSuccess):
38005         (upgradeNeeded1.transaction.oncomplete):
38006         (upgradeNeeded1):
38007         (openSuccess1):
38008         (onVersionChange):
38009         (onBlocked):
38010         (upgradeNeeded2):
38011         (openSuccess2):
38012
38013 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
38014
38015         Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
38016         https://bugs.webkit.org/show_bug.cgi?id=81136
38017
38018         Reviewed by Caio Marcelo de Oliveira Filho.
38019
38020         Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1
38021
38022         * platform/qt/TestExpectations:
38023
38024 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
38025
38026         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
38027         https://bugs.webkit.org/show_bug.cgi?id=51517
38028
38029         Reviewed by Caio Marcelo de Oliveira Filho.
38030
38031         Unskipping a test that is passing, with testfonts change in https://gitorious.org/qtwebkit/testfonts/merge_requests/1
38032
38033         * platform/qt/TestExpectations:
38034
38035 2012-10-09  Adam Barth  <abarth@webkit.org>
38036
38037         Note that this test is flaky.
38038
38039         * platform/chromium/TestExpectations:
38040
38041 2012-10-09  Adam Barth  <abarth@webkit.org>
38042
38043         Revert change to TestExpectations in http://trac.webkit.org/changeset/130779.
38044         These tests still give the wrong results.
38045
38046         * platform/chromium/TestExpectations:
38047
38048 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
38049
38050         Unreviewed Chromium gardening.
38051
38052         * platform/chromium/TestExpectations:
38053         Fix new-run-webkit-tests --lint-test-files after r130778.
38054
38055 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
38056
38057         [Qt] modify-up-on-rtl-wrapping-text.html fails on DRT
38058         https://bugs.webkit.org/show_bug.cgi?id=50291
38059
38060         Reviewed by Csaba Osztrogonác.
38061
38062         Unskipping editing/selection/modify-up-on-rtl-wrapping-text.html
38063
38064         * platform/qt/TestExpectations:
38065
38066 2012-10-09  Enrica Casucci  <enrica@apple.com>
38067
38068         [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html
38069         failing on the Mac after r130443
38070         https://bugs.webkit.org/show_bug.cgi?id=98545
38071
38072         Reviewed by Tony Chang.
38073
38074         Updated TextExpectations for Chromium and Mac.
38075         Moved existing expected results from mac to mac-lion and added new results for Mountain Lion.
38076
38077         * platform/chromium/TestExpectations:
38078         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
38079         * platform/mac/TestExpectations:
38080         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
38081
38082 2012-10-09  Mike Reed  <reed@google.com>
38083
38084         Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
38085         https://bugs.webkit.org/show_bug.cgi?id=98795
38086
38087         Reviewed by NOBODY.
38088
38089         Expectations change only.
38090
38091         * platform/chromium/TestExpectations:
38092
38093 2012-10-09  Philip Rogers  <pdr@google.com>
38094
38095         Prevent animation when CSS attributeType is invalid.
38096         https://bugs.webkit.org/show_bug.cgi?id=94569
38097
38098         Reviewed by Dirk Schulze.
38099
38100         Adding a test to prove this patch works (invalid-css-attribute-crash.svg)
38101         and an additional test to show that switching between XML and CSS
38102         attributeTypes works as expected (animate-css-xml-attributeType.html).
38103
38104         * platform/chromium/TestExpectations:
38105         * platform/efl/TestExpectations:
38106         * platform/gtk/TestExpectations:
38107         * platform/mac/TestExpectations:
38108         * platform/qt/TestExpectations:
38109         * platform/win/TestExpectations:
38110         * svg/animations/animate-css-xml-attributeType-expected.txt: Added.
38111         * svg/animations/animate-css-xml-attributeType.html: Added.
38112         * svg/animations/invalid-css-attribute-crash-expected.svg: Added.
38113         * svg/animations/invalid-css-attribute-crash.svg: Added.
38114         * svg/animations/script-tests/animate-css-xml-attributeType.js: Added.
38115         (sample1):
38116         (sample6):
38117         (executeTest):
38118
38119 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
38120
38121         Remove DRT/WTR implementations of layerTreeAsText
38122         https://bugs.webkit.org/show_bug.cgi?id=98697
38123
38124         Reviewed by Tim Horton, James Robinson, Alexey Proskuryakov.
38125
38126         Fix a couple of tests missed in the previous chnage.
38127
38128         * compositing/geometry/preserve-3d-switching.html:
38129         * compositing/visibility/visibility-image-layers-dynamic.html:
38130
38131 2012-10-09  Pravin D  <pravind.2k4@gmail.com>
38132
38133         max-width property is does not overriding the width properties for css tables(display:table)
38134         https://bugs.webkit.org/show_bug.cgi?id=98455
38135
38136         Reviewed by Tony Chang.
38137
38138         * fast/table/css-table-max-width-expected.txt: Added.
38139         * fast/table/css-table-max-width.html: Added.
38140
38141 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
38142
38143         Unreviewed GTK gardening.
38144
38145         Expanding failure expectation for editing/pasteboard/drag-drop-list.html to
38146         again include debug configurations as well.
38147
38148         * platform/gtk/TestExpectations:
38149
38150 2012-10-09  Peter Beverloo  <peter@chromium.org>
38151
38152         [Chromium] Test expectation updates for Android
38153         https://bugs.webkit.org/show_bug.cgi?id=98786
38154
38155         Unreviewed test expectation update.
38156
38157         Update the test expectations for Android. Nineteen bugs were filed,
38158         which are all blocking bug 96398.
38159
38160         * platform/chromium-android/TestExpectations:
38161         * platform/chromium/TestExpectations:
38162
38163 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38164
38165         [EFL] Unreviewed gardening.
38166
38167         * platform/efl-wk1/TestExpectations:
38168         * platform/efl-wk2/TestExpectations:
38169         * platform/efl/TestExpectations:
38170
38171 2012-10-09  Harald Alvestrand  <hta@google.com>
38172
38173         Change PeerConnection getStats function to single value local / remote
38174         elements in RTCStatsReport.
38175         https://bugs.webkit.org/show_bug.cgi?id=98753
38176
38177         Reviewed by Adam Barth.
38178
38179         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
38180         * fast/mediastream/RTCPeerConnection-stats.html:
38181
38182 2012-10-09  Adam Barth  <abarth@webkit.org>
38183
38184         Unreviewed. Add chromium-mac specific results for these tests. They
38185         differ from the expected results only in text rendering.
38186
38187         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
38188         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
38189         * platform/chromium-mac/fast/text/hyphenate-character-expected.png: Added.
38190         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
38191         * platform/chromium-mac/fast/text/hyphens-expected.png: Added.
38192
38193 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38194
38195         [EFL] Mark svg/text/selection-tripleclick.svg as flaky on WK2.
38196
38197         * platform/efl-wk2/TestExpectations:
38198
38199 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
38200
38201         [chromium] Make sure events are transformed correctly for plugins.
38202         https://bugs.webkit.org/show_bug.cgi?id=89250
38203
38204         Reviewed by Tony Chang.
38205
38206         Added tests to make sure that events are transformed properly. Note that
38207         for touch-events, each point in the three touch-point lists in the
38208         touch-event is printed, so the same touch-point is printed out three
38209         times.
38210
38211         * platform/chromium/plugins/transformed-events-expected.txt: Added.
38212         * platform/chromium/plugins/transformed-events.html: Added.
38213
38214 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38215
38216         [EFL] Rebaseline some svg/text tests.
38217
38218         Some pixel tests now have the red rectangle drawn around some
38219         areas like other ports.
38220
38221         While here, also add an expectation for selection-tripleclick.svg,
38222         which seems to be passing now.
38223
38224         * platform/efl/TestExpectations:
38225         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png:
38226         * platform/efl/svg/text/selection-tripleclick-expected.png: Added.
38227         * platform/efl/svg/text/selection-tripleclick-expected.txt: Added.
38228         * platform/efl/svg/text/text-align-01-b-expected.png:
38229         * platform/efl/svg/text/text-align-02-b-expected.png:
38230         * platform/efl/svg/text/text-align-03-b-expected.png:
38231         * platform/efl/svg/text/text-align-04-b-expected.png:
38232         * platform/efl/svg/text/text-align-05-b-expected.png:
38233         * platform/efl/svg/text/text-align-06-b-expected.png:
38234         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
38235         * platform/efl/svg/text/text-deco-01-b-expected.png:
38236         * platform/efl/svg/text/text-fonts-01-t-expected.png:
38237         * platform/efl/svg/text/text-fonts-02-t-expected.png:
38238         * platform/efl/svg/text/text-intro-05-t-expected.png:
38239         * platform/efl/svg/text/text-path-01-b-expected.png:
38240         * platform/efl/svg/text/text-spacing-01-b-expected.png:
38241         * platform/efl/svg/text/text-text-01-b-expected.png:
38242         * platform/efl/svg/text/text-text-03-b-expected.png:
38243         * platform/efl/svg/text/text-text-04-t-expected.png:
38244         * platform/efl/svg/text/text-text-05-t-expected.png:
38245         * platform/efl/svg/text/text-text-06-t-expected.png:
38246         * platform/efl/svg/text/text-text-07-t-expected.png:
38247         * platform/efl/svg/text/text-text-08-b-expected.png:
38248         * platform/efl/svg/text/text-tref-01-b-expected.png:
38249         * platform/efl/svg/text/text-tselect-01-b-expected.png:
38250         * platform/efl/svg/text/text-tselect-02-f-expected.png:
38251         * platform/efl/svg/text/text-tspan-01-b-expected.png:
38252         * platform/efl/svg/text/text-ws-01-t-expected.png:
38253         * platform/efl/svg/text/text-ws-02-t-expected.png:
38254
38255 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
38256
38257         [Qt] Uploading images to Google+ using QtWebKit does not work.
38258         https://bugs.webkit.org/show_bug.cgi?id=72329
38259
38260         Reviewed by Jocelyn Turcotte.
38261
38262         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
38263         on features we do not have.
38264
38265         * platform/qt/TestExpectations:
38266
38267 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38268
38269         [Qt] Unskip and rebase now passing tests.
38270
38271         * platform/qt/TestExpectations:
38272         * platform/qt/compositing/overflow/clip-descendents-expected.txt: Added.
38273         * platform/qt/css1/formatting_model/floating_elements-expected.png:
38274         * platform/qt/css1/formatting_model/floating_elements-expected.txt:
38275         * platform/qt/editing/selection/caret-ltr-2-expected.png:
38276         * platform/qt/editing/selection/caret-ltr-2-expected.txt:
38277         * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
38278         * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
38279         * platform/qt/editing/selection/caret-ltr-expected.png:
38280         * platform/qt/editing/selection/caret-ltr-expected.txt:
38281         * platform/qt/editing/selection/caret-ltr-right-expected.png:
38282         * platform/qt/editing/selection/caret-ltr-right-expected.txt:
38283         * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
38284         * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
38285         * platform/qt/editing/selection/caret-rtl-right-expected.png:
38286         * platform/qt/editing/selection/caret-rtl-right-expected.txt:
38287         * platform/qt/fast/backgrounds/size/zero-expected.png: Added.
38288         * platform/qt/fast/backgrounds/size/zero-expected.txt:
38289         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
38290         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
38291         * platform/qt/fast/forms/basic-buttons-expected.png:
38292         * platform/qt/fast/forms/basic-buttons-expected.txt:
38293         * platform/qt/fast/multicol/overflow-across-columns-expected.png: Added.
38294         * platform/qt/fast/multicol/overflow-across-columns-expected.txt: Added.
38295         * platform/qt/fast/multicol/overflow-unsplittable-expected.png: Added.
38296         * platform/qt/fast/multicol/overflow-unsplittable-expected.txt: Added.
38297         * platform/qt/fast/multicol/positive-leading-expected.png: Added.
38298         * platform/qt/fast/multicol/positive-leading-expected.txt: Added.
38299         * platform/qt/fast/multicol/shadow-breaking-expected.png:
38300         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
38301         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
38302         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
38303         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
38304         * platform/qt/fast/overflow/003-expected.png:
38305         * platform/qt/fast/overflow/003-expected.txt:
38306         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
38307         * platform/qt/fast/replaced/table-percent-height-expected.txt:
38308         * platform/qt/fast/text/line-initial-and-final-swashes-expected.txt: Added.
38309         * platform/qt/fonts/cursive-expected.png: Added.
38310         * platform/qt/fonts/cursive-expected.txt: Added.
38311         * platform/qt/fonts/default-expected.png: Added.
38312         * platform/qt/fonts/default-expected.txt: Added.
38313         * platform/qt/fonts/fantasy-expected.png: Added.
38314         * platform/qt/fonts/fantasy-expected.txt: Added.
38315         * platform/qt/fonts/monospace-expected.png: Added.
38316         * platform/qt/fonts/monospace-expected.txt: Added.
38317         * platform/qt/fonts/sans-serif-expected.png: Added.
38318         * platform/qt/fonts/sans-serif-expected.txt: Added.
38319         * platform/qt/fonts/serif-expected.png: Added.
38320         * platform/qt/fonts/serif-expected.txt: Added.
38321         * platform/qt/printing/page-count-relayout-shrink-expected.txt: Added.
38322         * platform/qt/printing/return-from-printing-mode-expected.png: Added.
38323         * platform/qt/printing/return-from-printing-mode-expected.txt: Added.
38324         * platform/qt/printing/setPrinting-expected.png: Added.
38325         * platform/qt/printing/setPrinting-expected.txt: Added.
38326         * platform/qt/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
38327         * platform/qt/svg/custom/clip-mask-negative-scale-expected.png: Added.
38328         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
38329         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
38330         * platform/qt/tables/mozilla/bugs/bug12384-expected.png: Added.
38331         * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
38332         * platform/qt/tables/mozilla/bugs/bug99948-expected.png: Added.
38333         * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
38334         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
38335         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
38336         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: Added.
38337         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
38338         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
38339         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
38340         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
38341         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
38342         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
38343         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
38344         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
38345         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
38346         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
38347         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
38348         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
38349         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
38350         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
38351         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
38352         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
38353         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
38354         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png: Added.
38355         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
38356
38357 2012-10-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
38358
38359         [EFL] remove duplicate failure expectations
38360         https://bugs.webkit.org/show_bug.cgi?id=98736
38361
38362         Unreviewed gardening.
38363
38364         Many tests are listed in both efl and wk2 expectations. Remove the efl expectations
38365         in cases where the bug seems to be a wk2 issue.
38366
38367         Most expectations are also added into the efl-wk1 expectations (which is where
38368         they should have been all along).
38369
38370         * platform/efl-wk1/TestExpectations:
38371         * platform/efl/TestExpectations:
38372
38373 2012-10-09  Arpita Bahuguna  <arpitabahuguna@gmail.com>
38374
38375         Text decorations specified on the containing block are not properly applied when ::first-line is present.
38376         https://bugs.webkit.org/show_bug.cgi?id=93829
38377
38378         Reviewed by Abhishek Arya.
38379
38380         * fast/css/text-decorations-on-first-line-and-containing-block-expected.html: Added.
38381         * fast/css/text-decorations-on-first-line-and-containing-block.html: Added.
38382         Tests added for verifying the behavior of text-decorations when specified
38383         both for the ::first-line as well as its containing block.
38384
38385 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
38386
38387         Unreviewed, rolling out r130746.
38388         http://trac.webkit.org/changeset/130746
38389         https://bugs.webkit.org/show_bug.cgi?id=98749
38390
38391         It made 45 tests crash on Qt (Requested by Ossy on #webkit).
38392
38393         * platform/qt/TestExpectations:
38394
38395 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38396
38397         [EFL] Mark a few tests skipped in r130745 as failures instead of timeouts.
38398
38399         * platform/efl/TestExpectations:
38400
38401 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
38402
38403         [Qt] Uploading images to Google+ using QtWebKit does not work.
38404         https://bugs.webkit.org/show_bug.cgi?id=72329
38405
38406         Reviewed by Jocelyn Turcotte.
38407
38408         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
38409         on features we do not have.
38410
38411         * platform/qt/TestExpectations:
38412
38413 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38414
38415         [EFL] Skip a few tests after r130699.
38416
38417         * platform/efl/TestExpectations:
38418
38419 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
38420
38421         [EFL] Remove comment added in r130650 now that I've run the GTK+ tests.
38422
38423         * platform/efl-wk1/TestExpectations:
38424
38425 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
38426
38427         Unreviewed GTK gardening.
38428
38429         Adding more failure expectations for regressions after r130699.
38430
38431         * platform/gtk/TestExpectations:
38432
38433 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38434
38435         [Qt] Unskip now passing tests.
38436
38437         * platform/qt-5.0-wk2/TestExpectations:
38438         * platform/qt/TestExpectations:
38439
38440 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
38441
38442         [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
38443         https://bugs.webkit.org/show_bug.cgi?id=51884
38444
38445         Reviewed by Ryosuke Niwa.
38446
38447         This test pass with this change in testfonts https://gitorious.org/qtwebkit/testfonts/merge_requests/1
38448
38449         * platform/qt/TestExpectations:
38450
38451 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
38452
38453         [Qt] editing/selection/caret-at-bidi-boundary.html fails
38454         https://bugs.webkit.org/show_bug.cgi?id=66514
38455
38456         Reviewed by Yuta Kitamura.
38457
38458         Unskipping test. The update in testfonts solved this bug.
38459
38460         * platform/qt/TestExpectations:
38461
38462 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38463
38464         [Qt] Unskip and rebase a now passing test.
38465
38466         * platform/qt/TestExpectations:
38467         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
38468         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
38469
38470 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38471
38472         [Qt] Unskip fast/transforms/scrollIntoView-transformed.html.
38473
38474         * platform/qt-5.0-wk2/TestExpectations:
38475         * platform/qt/TestExpectations:
38476
38477 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38478
38479         [Qt] Unskip and rebase now passing tests.
38480
38481         * platform/qt-5.0/TestExpectations:
38482         * platform/qt/TestExpectations:
38483         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
38484         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
38485         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
38486         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
38487
38488 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
38489
38490         Unreviewed GTK gardening.
38491
38492         Adding failure expectations for regressions after r130699 and
38493         a failing multipart test introduced in r130651.
38494
38495         * platform/gtk/TestExpectations:
38496
38497 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38498
38499         [Qt] Unskip and rebasing now passing tests.
38500
38501         * platform/qt-5.0-wk1/TestExpectations:
38502         * platform/qt/fast/css/word-space-extra-expected.png:
38503         * platform/qt/fast/css/word-space-extra-expected.txt:
38504         * platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt: Added.
38505         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
38506         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
38507         * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
38508         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
38509         * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
38510         * platform/qt/http/tests/navigation/postredirect-goback2-expected.txt:
38511
38512 2012-10-09  Keishi Hattori  <keishi@webkit.org>
38513
38514         Page popup should be smarter about its layout
38515         https://bugs.webkit.org/show_bug.cgi?id=98499
38516
38517         Reviewed by Kent Tamura.
38518
38519         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Added.
38520         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Added.
38521         * platform/chromium-android/TestExpectations: Added platform/chromium/fast/forms/page-popup.
38522
38523 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38524
38525         [Qt] Unskip now passing tests.
38526
38527         * platform/qt/TestExpectations:
38528
38529 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38530
38531         [Qt] Unskip now passing tests.
38532
38533         * platform/qt/TestExpectations:
38534
38535 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38536
38537         [Qt] Unskip now passing tests.
38538
38539         * platform/qt-5.0-wk1/TestExpectations:
38540         * platform/qt-5.0-wk2/TestExpectations:
38541         * platform/qt-5.0/TestExpectations:
38542
38543 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38544
38545         Unreviewed gadening after r130709.
38546
38547         * fast/harness/results-expected.txt:
38548
38549 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
38550
38551         [Qt][WK2] Unskip now passing tests.
38552
38553         * platform/qt-5.0-wk2/TestExpectations:
38554
38555 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
38556
38557         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
38558         https://bugs.webkit.org/show_bug.cgi?id=96907
38559
38560         Reviewed by Csaba Osztrogonác.
38561
38562         Unskipping tests.
38563
38564         * platform/qt/TestExpectations:
38565
38566 2012-10-08  Kiran Muppala  <cmuppala@apple.com>
38567
38568         Throttle DOM timers on hidden pages.
38569         https://bugs.webkit.org/show_bug.cgi?id=98474
38570
38571         Reviewed by Maciej Stachowiak.
38572
38573         Add a test for DOM timer throttling on hidden pages.
38574
38575         * fast/dom/timer-throttling-hidden-page-expected.txt: Added.
38576         * fast/dom/timer-throttling-hidden-page.html: Added.
38577         * platform/chromium/TestExpectations:
38578         * platform/efl/TestExpectations:
38579         * platform/gtk/TestExpectations:
38580         * platform/qt/TestExpectations:
38581         * platform/win/TestExpectations:
38582         Skip the test since HIDDEN_PAGE_DOM_TIMER_THROTTLING is not enabled by default.
38583
38584 2012-10-08  Yoshifumi Inoue  <yosin@chromium.org>
38585
38586         HTMLSelectElement::typeAheadFind depends on implementation dependent behavior
38587         https://bugs.webkit.org/show_bug.cgi?id=98710
38588
38589         Reviewed by Kent Tamura.
38590
38591         This patch adds a test for checking HTMLSelectElement::typeAheadFind
38592         doesn't crash.
38593
38594         * fast/forms/select/select-typeahead-crash-expected.txt: Added.
38595         * fast/forms/select/select-typeahead-crash.html: Added.
38596
38597 2012-10-08  Kent Tamura  <tkent@chromium.org>
38598
38599         Take account of overflowing values for width calculation of a year sub-field
38600         https://bugs.webkit.org/show_bug.cgi?id=98506
38601
38602         Reviewed by Eric Seidel.
38603
38604         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Added.
38605         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Added.
38606
38607 2012-10-08  Tony Chang  <tony@chromium.org>
38608
38609         image not displayed in flexbox
38610         https://bugs.webkit.org/show_bug.cgi?id=98611
38611
38612         Reviewed by Ojan Vafai.
38613
38614         Load an image after flexbox layout has happened.
38615
38616         * css3/flexbox/relayout-image-load-expected.txt: Added.
38617         * css3/flexbox/relayout-image-load.html: Added.
38618         * platform/chromium/TestExpectations: Remove css3/flexbox/flexitem-stretch-image.html
38619         since it should no longer be flaky.
38620
38621 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
38622
38623         results.html and garden-o-matic are ignoring IMAGE failures when expected to FAIL
38624         https://bugs.webkit.org/show_bug.cgi?id=98706
38625
38626         Reviewed by Ojan Vafai.
38627
38628         FAIL is supposed to map onto Failure which is supposed to map
38629         onto the old [ TEXT, IMAGE_PLUS_TEXT, AUDIO ] mapping.
38630         results.html was including IMAGE in this and garden-o-matic was
38631         including CRASH and TIMEOUT as well :(.
38632
38633         * fast/harness/resources/results-test.js:
38634         * fast/harness/results.html:
38635
38636 2012-10-08  Alpha Lam  <hclam@chromium.org>
38637
38638         Not reviewed. Rebaselines for Chromium.
38639
38640         Rebaseline after r130412 which affected image scaling pixel tests.
38641
38642         * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
38643         * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize15-expected.png: Added.
38644         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
38645         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
38646         * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
38647         * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
38648         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png: Added.
38649         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
38650         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
38651         * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
38652         * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png:
38653         * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
38654         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
38655         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
38656         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
38657         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
38658         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
38659         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
38660         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
38661         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
38662         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
38663         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
38664         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
38665         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
38666         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
38667         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
38668         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
38669         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
38670         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
38671         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
38672         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
38673         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
38674         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
38675         * platform/chromium-linux-x86/svg/custom/pointer-events-image-css-transform-expected.png: Added.
38676         * platform/chromium-linux-x86/svg/custom/pointer-events-image-expected.png: Added.
38677         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
38678         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
38679         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
38680         * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
38681         * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
38682         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
38683         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
38684         * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
38685         * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
38686         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png: Added.
38687         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
38688         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
38689         * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
38690         * platform/chromium-linux/fast/repaint/background-misaligned-expected.png:
38691         * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
38692         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38693         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38694         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38695         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38696         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38697         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38698         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38699         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38700         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38701         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38702         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38703         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38704         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38705         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38706         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38707         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38708         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38709         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
38710         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
38711         * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
38712         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
38713         * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
38714         * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
38715         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38716         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38717         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
38718         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
38719         * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize15-expected.png:
38720         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
38721         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
38722         * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
38723         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
38724         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
38725         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
38726         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
38727         * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
38728         * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png:
38729         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
38730         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38731         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38732         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38733         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38734         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38735         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38736         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38737         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38738         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38739         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38740         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38741         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38742         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38743         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38744         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38745         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38746         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38747         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
38748         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
38749         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
38750         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
38751         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
38752         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
38753         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38754         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38755         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
38756         * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
38757         * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
38758         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
38759         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
38760         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
38761         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
38762         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
38763         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-expected.png:
38764         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
38765         * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
38766         * platform/chromium-mac/fast/repaint/background-misaligned-expected.png:
38767         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
38768         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38769         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38770         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38771         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38772         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38773         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38774         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38775         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38776         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38777         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38778         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38779         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38780         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38781         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38782         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38783         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38784         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38785         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
38786         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
38787         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
38788         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
38789         * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
38790         * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
38791         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38792         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38793         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
38794         * platform/chromium-win-xp/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
38795         * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize15-expected.png: Added.
38796         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
38797         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
38798         * platform/chromium-win-xp/fast/borders/border-image-scale-transform-expected.png: Added.
38799         * platform/chromium-win-xp/fast/borders/border-image-scaled-expected.png: Added.
38800         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png: Added.
38801         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
38802         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
38803         * platform/chromium-win-xp/fast/borders/scaled-border-image-expected.png: Added.
38804         * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png:
38805         * platform/chromium-win-xp/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
38806         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38807         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38808         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38809         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38810         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38811         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38812         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38813         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38814         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38815         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38816         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38817         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38818         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38819         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38820         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38821         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38822         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
38823         * platform/chromium-win-xp/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
38824         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Added.
38825         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Added.
38826         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Added.
38827         * platform/chromium-win-xp/svg/custom/pointer-events-image-css-transform-expected.png: Added.
38828         * platform/chromium-win-xp/svg/custom/pointer-events-image-expected.png: Added.
38829         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
38830         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
38831         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added.
38832         * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
38833         * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
38834         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
38835         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
38836         * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
38837         * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
38838         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
38839         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
38840         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
38841         * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
38842         * platform/chromium-win/fast/repaint/background-misaligned-expected.png:
38843         * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
38844         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38845         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38846         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38847         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38848         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38849         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38850         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38851         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38852         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38853         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38854         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38855         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38856         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38857         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38858         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38859         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38860         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38861         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
38862         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
38863         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
38864         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
38865         * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
38866         * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
38867         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38868         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38869         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
38870         * platform/chromium/TestExpectations:
38871
38872 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
38873
38874         Unreviewed Chromium gardening.
38875
38876         * platform/chromium/TestExpectations:
38877         Marked a test as crashing on Lion.
38878
38879         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
38880         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
38881         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
38882         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
38883         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
38884         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
38885         Rebaselined these tests after a change in Chromium compositor (Chromium r160671).
38886
38887 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
38888
38889         Move layerTreeAsText to window.internals
38890         https://bugs.webkit.org/show_bug.cgi?id=98690
38891
38892         Reviewed by James Robinson.
38893
38894         Add window.internals.layerTreeAsText(document), and change the tests to use it.
38895         I'll remove testRunner.layerTreeAsText() in a later patch.
38896
38897         * compositing/animation/animation-compositing.html:
38898         * compositing/backing/no-backing-for-clip-overlap.html:
38899         * compositing/backing/no-backing-for-clip.html:
38900         * compositing/backing/no-backing-for-perspective.html:
38901         * compositing/bounds-in-flipped-writing-mode.html:
38902         * compositing/clip-child-by-non-stacking-ancestor.html:
38903         * compositing/columns/composited-in-paginated.html:
38904         * compositing/geometry/ancestor-overflow-change.html:
38905         * compositing/geometry/bounds-clipped-composited-child.html:
38906         * compositing/geometry/bounds-ignores-hidden-composited-descendant.html:
38907         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html:
38908         * compositing/geometry/bounds-ignores-hidden-dynamic.html:
38909         * compositing/geometry/bounds-ignores-hidden.html:
38910         * compositing/geometry/clip.html:
38911         * compositing/geometry/composited-in-columns.html:
38912         * compositing/geometry/fixed-position-composited-switch.html:
38913         * compositing/geometry/flipped-writing-mode.html:
38914         * compositing/geometry/foreground-layer.html:
38915         * compositing/geometry/layer-due-to-layer-children-deep-switch.html:
38916         * compositing/geometry/layer-due-to-layer-children-switch.html:
38917         * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
38918         * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
38919         * compositing/geometry/limit-layer-bounds-opacity-transition.html:
38920         * compositing/geometry/limit-layer-bounds-overflow-root.html:
38921         * compositing/geometry/limit-layer-bounds-positioned-transition.html:
38922         * compositing/geometry/limit-layer-bounds-positioned.html:
38923         * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
38924         * compositing/geometry/limit-layer-bounds-transformed.html:
38925         * compositing/geometry/preserve-3d-switching.html:
38926         * compositing/iframes/become-composited-nested-iframes.html:
38927         * compositing/iframes/become-overlapped-iframe.html:
38928         * compositing/iframes/composited-parent-iframe.html:
38929         * compositing/iframes/connect-compositing-iframe-delayed.html:
38930         * compositing/iframes/connect-compositing-iframe.html:
38931         * compositing/iframes/connect-compositing-iframe2.html:
38932         * compositing/iframes/connect-compositing-iframe3.html:
38933         * compositing/iframes/enter-compositing-iframe.html:
38934         * compositing/iframes/iframe-resize.html:
38935         * compositing/iframes/iframe-size-from-zero.html:
38936         * compositing/iframes/iframe-size-to-zero.html:
38937         * compositing/iframes/iframe-src-change.html:
38938         * compositing/iframes/invisible-nested-iframe-hide.html:
38939         * compositing/iframes/invisible-nested-iframe-show.html:
38940         * compositing/iframes/leave-compositing-iframe.html:
38941         * compositing/iframes/overlapped-iframe-iframe.html:
38942         * compositing/iframes/overlapped-iframe.html:
38943         * compositing/iframes/overlapped-nested-iframes.html:
38944         * compositing/iframes/page-cache-layer-tree.html:
38945         * compositing/iframes/resizer.html:
38946         * compositing/iframes/scrolling-iframe.html:
38947         * compositing/images/clip-on-directly-composited-image.html:
38948         * compositing/layer-creation/animation-overlap-with-children.html:
38949         * compositing/layer-creation/fixed-position-and-transform.html:
38950         * compositing/layer-creation/fixed-position-out-of-view.html:
38951         * compositing/layer-creation/fixed-position-under-transform.html:
38952         * compositing/layer-creation/no-compositing-for-preserve-3d.html:
38953         * compositing/layer-creation/overflow-scroll-overlap.html:
38954         * compositing/layer-creation/overlap-animation.html:
38955         * compositing/layer-creation/overlap-child-layer.html:
38956         * compositing/layer-creation/overlap-clipping.html:
38957         * compositing/layer-creation/overlap-transformed-and-clipped.html:
38958         * compositing/layer-creation/overlap-transformed-layer.html:
38959         * compositing/layer-creation/overlap-transforms.html:
38960         * compositing/layer-creation/rotate3d-overlap.html:
38961         * compositing/layer-creation/scroll-partial-update.html:
38962         * compositing/layer-creation/spanOverlapsCanvas.html:
38963         * compositing/layer-creation/stacking-context-overlap-nested.html:
38964         * compositing/layer-creation/stacking-context-overlap.html:
38965         * compositing/layer-creation/translatez-overlap.html:
38966         * compositing/overflow-trumps-transform-style.html:
38967         * compositing/overflow/clip-descendents.html:
38968         * compositing/overflow/content-gains-scrollbars.html:
38969         * compositing/overflow/content-loses-scrollbars.html:
38970         * compositing/overflow/overflow-auto-with-touch-no-overflow.html:
38971         * compositing/overflow/overflow-auto-with-touch-toggle.html:
38972         * compositing/overflow/overflow-auto-with-touch.html:
38973         * compositing/overflow/overflow-hidden-with-touch.html:
38974         * compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
38975         * compositing/overflow/overflow-overlay-with-touch.html:
38976         * compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
38977         * compositing/overflow/overflow-scrollbar-layers.html:
38978         * compositing/overflow/overflow-visible-with-touch.html:
38979         * compositing/overflow/resize-painting.html:
38980         * compositing/overflow/scrolling-content-clip-to-viewport.html:
38981         * compositing/overflow/textarea-scroll-touch.html:
38982         * compositing/plugins/1x1-composited-plugin.html:
38983         * compositing/plugins/large-to-small-composited-plugin.html:
38984         * compositing/plugins/no-backing-store.html:
38985         * compositing/plugins/small-to-large-composited-plugin.html:
38986         * compositing/rtl/rtl-absolute-overflow-scrolled.html:
38987         * compositing/rtl/rtl-absolute-overflow.html:
38988         * compositing/rtl/rtl-absolute.html:
38989         * compositing/rtl/rtl-fixed-overflow-scrolled.html:
38990         * compositing/rtl/rtl-fixed-overflow.html:
38991         * compositing/rtl/rtl-fixed.html:
38992         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html:
38993         * compositing/rtl/rtl-iframe-absolute-overflow.html:
38994         * compositing/rtl/rtl-iframe-absolute.html:
38995         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html:
38996         * compositing/rtl/rtl-iframe-fixed-overflow.html:
38997         * compositing/rtl/rtl-iframe-fixed.html:
38998         * compositing/rtl/rtl-iframe-relative.html:
38999         * compositing/rtl/rtl-relative.html:
39000         * compositing/tiled-layers-hidpi.html:
39001         * compositing/tiling/crash-reparent-tiled-layer.html:
39002         * compositing/tiling/huge-layer-add-remove-child.html-disabled:
39003         * compositing/tiling/huge-layer-img.html-disabled:
39004         * compositing/tiling/huge-layer-resize.html-disabled:
39005         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled:
39006         * compositing/tiling/huge-layer-with-layer-children.html-disabled:
39007         * compositing/tiling/huge-layer.html-disabled:
39008         * compositing/video/video-poster.html:
39009         * compositing/visibility/layer-visible-content.html:
39010         * compositing/visibility/visibility-image-layers-dynamic.html:
39011         * css3/compositing/should-have-compositing-layer.html:
39012         * css3/filters/composited-during-animation-layertree.html:
39013         * css3/filters/composited-during-transition-layertree.html:
39014         * css3/filters/filtered-compositing-descendant.html:
39015         * css3/filters/should-not-have-compositing-layer.html:
39016         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html:
39017         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
39018         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
39019         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
39020         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
39021         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
39022         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
39023         * platform/mac/compositing/canvas/accelerated-canvas-compositing.html:
39024
39025 2012-10-08  Hans Muller  <hmuller@adobe.com>
39026
39027         [CSS Exclusions] Add support for polygonal shapes
39028         https://bugs.webkit.org/show_bug.cgi?id=96811
39029
39030         Reviewed by Dirk Schulze.
39031
39032         Verify that a rectangular shape-inside specified as a polygon works as expected for all
39033         writing-modes.
39034
39035         Added exclusions tests for non-complex concave shape-inside polygons as well.
39036         The shapes in this set of tests are "rectangular" in the sense that
39037         horizontal lines that overlap the polygon only cross the polygon twice.
39038         The expected part of each test uses float "sandbags" to simulate the
39039         shape-inside area in the test expectations. The  tests use SVG to
39040         display the polygon itself, to simplify visual inspection.
39041         (See http://www.alistapart.com/articles/sandbags/).
39042
39043         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html: Added.
39044         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html: Added.
39045         * fast/exclusions/resources/simple-polygon.js: Added.
39046         (createPolygon):
39047         (polygonXIntercepts):
39048         (generatePolygonContentString):
39049         (simulatePolygonShape):
39050         (generateSimulatedPolygonShapeInsideElement):
39051         (positionInformativeText):
39052         (createPolygonShapeInsideTestCase):
39053         (createPolygonShapeInsideTestCaseExpected):
39054         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: Added.
39055         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: Added.
39056         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: Added.
39057         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: Added.
39058         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: Added.
39059         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: Added.
39060         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: Added.
39061         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: Added.
39062
39063 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
39064
39065         [Qt] Unreviewed gardening. Add PNGs after r130653,
39066         and skip tests on Qt-WK2, because they fail on it.
39067
39068         * platform/qt-5.0-wk2/TestExpectations:
39069         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
39070         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
39071         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
39072         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
39073         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
39074         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
39075         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
39076         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
39077
39078 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
39079
39080         Unreviewed Chromium gardening.
39081
39082         Rebaselined those 2 tables/ tests that were forgotten in the rebaselining after r103875.
39083         https://bugs.webkit.org/show_bug.cgi?id=74888 was opened to track those rebaselining but
39084         it looks like some platform fell through the cracks.
39085
39086         * platform/chromium/TestExpectations:
39087         Removed the 2 entries.
39088
39089         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
39090         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
39091         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
39092         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
39093         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
39094         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
39095         Progression: the table captions are larger, which matches other browsers and other platforms' baselines.
39096
39097 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
39098
39099         GTK port should warn if bug modifier is missing in TestExpectations
39100         https://bugs.webkit.org/show_bug.cgi?id=98678
39101
39102         Reviewed by Dirk Pranke.
39103
39104         Add generic Bug(GTK) modifiers for two test expectations.
39105
39106         * platform/gtk/TestExpectations:
39107
39108 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
39109
39110         Suppress editing/pasteboard/data-transfer-items.html failure.
39111         https://bugs.webkit.org/show_bug.cgi?id=98686
39112
39113         Unreviewed, expectations change.
39114
39115         * platform/chromium/TestExpectations:
39116
39117 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
39118
39119         Unreviewed rebaselining after r130598 and r130600.
39120
39121         * platform/chromium-linux-x86/svg/filters/filterRes-expected.txt:
39122         This baseline was forgotten.
39123
39124 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
39125
39126         [Qt] new test introduced in r120354 fails on Qt
39127         https://bugs.webkit.org/show_bug.cgi?id=91968
39128
39129         Reviewed by Kenneth Rohde Christiansen.
39130
39131         Unskipping test.
39132
39133         * platform/qt/TestExpectations:
39134
39135 2012-10-08  Huang Dongsung  <luxtella@company100.net>
39136
39137         [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
39138         https://bugs.webkit.org/show_bug.cgi?id=98582
39139
39140         Reviewed by Eric Seidel.
39141
39142         Unskipping canvas/philip/tests/2d.imageData.put.unchanged.html that is passing.
39143
39144         * platform/qt/TestExpectations:
39145
39146 2012-10-08  Shadi Khalek  <shadi@chromium.org>
39147
39148         Fix video-test.js relativeURL() bug
39149         https://bugs.webkit.org/show_bug.cgi?id=98546
39150
39151         Reviewed by Eric Seidel.
39152
39153         Some layout tests failed due to this bug (crbug.com/154157)
39154
39155         * media/video-test.js:
39156         (testArraysEqual):
39157         (relativeURL):
39158
39159 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
39160
39161         Additional fast/repaint Chromium rebaseline.
39162
39163         Rebaselined more tests on Chromium Mac. Same as r130654 but there
39164         is some anti-aliasing differences on transformed lines.
39165
39166         * platform/chromium/TestExpectations:
39167         Removed the rebaselined tests.
39168
39169         * fast/repaint/table-section-repaint-expected.txt: Added.
39170         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.png: Added.
39171         * platform/chromium-mac-snowleopard/fast/repaint/table-collapsed-border-expected.png: Added.
39172         * platform/chromium-mac-snowleopard/fast/repaint/text-append-dirty-lines-expected.png: Added.
39173         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
39174         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
39175         * platform/chromium-mac-snowleopard/fast/repaint/transform-relative-position-expected.png: Added.
39176         * platform/chromium-mac-snowleopard/fast/repaint/transform-repaint-descendants-expected.png: Added.
39177         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.png: Added.
39178         * platform/chromium-mac/fast/repaint/table-col-background-expected.png: Added.
39179         * platform/chromium-mac/fast/repaint/table-collapsed-border-expected.png: Added.
39180         * platform/chromium-mac/fast/repaint/table-outer-border-expected.png: Added.
39181         * platform/chromium-mac/fast/repaint/table-row-expected.png: Added.
39182         * platform/chromium-mac/fast/repaint/table-section-overflow-expected.png: Added.
39183         * platform/chromium-mac/fast/repaint/table-section-repaint-expected.png: Added.
39184         * platform/chromium-mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
39185         * platform/chromium-mac/fast/repaint/text-append-dirty-lines-expected.png: Added.
39186         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
39187         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
39188         * platform/chromium-mac/fast/repaint/transform-absolute-child-expected.png: Added.
39189         * platform/chromium-mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
39190         * platform/chromium-mac/fast/repaint/transform-relative-position-expected.png: Added.
39191         * platform/chromium-mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
39192         * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Removed.
39193         * platform/chromium/fast/repaint/table-section-repaint-expected.txt: Added.
39194         * platform/efl/fast/repaint/table-section-repaint-expected.txt: Removed.
39195         * platform/gtk/fast/repaint/table-section-repaint-expected.txt: Removed.
39196         * platform/qt/fast/repaint/table-section-repaint-expected.txt: Removed.
39197
39198 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
39199
39200         Unreviewed GTK gardening.
39201
39202         Rebaselining SVG tests after changes in r130599.
39203
39204         * platform/gtk/TestExpectations:
39205         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
39206         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
39207         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
39208         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
39209         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
39210         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
39211         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
39212         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
39213         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
39214         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
39215         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
39216         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
39217         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
39218         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
39219         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
39220         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
39221         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
39222         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
39223         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
39224         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
39225         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
39226         * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
39227         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
39228         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
39229         * platform/gtk/svg/batik/paints/gradientLimit-expected.png:
39230         * platform/gtk/svg/batik/paints/gradientLimit-expected.txt:
39231         * platform/gtk/svg/batik/paints/patternRegions-expected.png:
39232         * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
39233         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.png:
39234         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
39235         * platform/gtk/svg/batik/text/textEffect-expected.png:
39236         * platform/gtk/svg/batik/text/textEffect-expected.txt: Added.
39237         * platform/gtk/svg/batik/text/textEffect3-expected.png:
39238         * platform/gtk/svg/batik/text/textEffect3-expected.txt: Added.
39239         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png:
39240         * platform/gtk/svg/custom/gradient-deep-referencing-expected.txt:
39241         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
39242         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.txt:
39243         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
39244         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
39245         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.png: Added.
39246         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Added.
39247         * platform/gtk/svg/custom/recursive-gradient-expected.png:
39248         * platform/gtk/svg/custom/recursive-gradient-expected.txt:
39249         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.png:
39250         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
39251         * platform/gtk/svg/custom/stroked-pattern-expected.png:
39252         * platform/gtk/svg/custom/stroked-pattern-expected.txt:
39253         * platform/gtk/svg/hixie/perf/006-expected.png:
39254         * platform/gtk/svg/hixie/perf/006-expected.txt:
39255
39256 2012-10-08  Dongwoo Joshua Im  <dw.im@samsung.com>
39257
39258         audiobuffer.html need to include audio-testing.js file.
39259         https://bugs.webkit.org/show_bug.cgi?id=98641
39260
39261         Reviewed by Eric Seidel.
39262
39263         As we discussed at the bug https://bugs.webkit.org/show_bug.cgi?id=88624,
39264         WebAudio tests need to include audio-testing.js file to set WebKitWebAudioEnabled.
39265
39266         * webaudio/audiobuffer.html: Include audio-testing.js file.
39267
39268 2012-10-08  Robert Hogan  <robert@webkit.org>
39269
39270         Border, margin and padding of an inline's inline ancestors counted twice
39271         https://bugs.webkit.org/show_bug.cgi?id=63074
39272
39273         Reviewed by David Hyatt.
39274
39275         * fast/inline/bpm-inline-ancestors-expected.html: Added.
39276         * fast/inline/bpm-inline-ancestors.html: Added.
39277
39278 2012-10-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
39279
39280         [WK2][WTR] WebKitTestRunner needs testRunner.dispatchPendingLoadRequests
39281         https://bugs.webkit.org/show_bug.cgi?id=98638
39282
39283         Reviewed by Eric Seidel.
39284
39285         Unskip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
39286
39287         * platform/wk2/TestExpectations:
39288
39289 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39290
39291         [EFL] Skip http/tests/multipart/multipart-html.php while we wait for kov's patch.
39292
39293         * platform/efl/TestExpectations:
39294
39295 2012-10-08  Mike West  <mkwst@chromium.org>
39296
39297         Null-check for DOMWindow before feeding it to FeatureObserver.
39298         https://bugs.webkit.org/show_bug.cgi?id=98624
39299
39300         Reviewed by Adam Barth.
39301
39302         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash-expected.txt: Added.
39303         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: Added.
39304             This test shouldn't crash.
39305
39306 2012-10-08  Tony Chang  <tony@chromium.org>
39307
39308         Unreviewed, new baseline for fast/table/colspanMinWidth-vertical.html.
39309
39310         The baseline changed in http://trac.webkit.org/changeset/130569 because
39311         controls should all be horizontal.
39312
39313         * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png:
39314         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
39315         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
39316         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
39317         * platform/chromium/TestExpectations:
39318         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Removed.
39319         * platform/gtk/TestExpectations:
39320         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png: Removed.
39321         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
39322         * platform/mac/TestExpectations:
39323         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Removed.
39324         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
39325         * platform/qt/TestExpectations:
39326         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Removed.
39327         * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
39328         * platform/win/TestExpectations:
39329         * platform/wincairo/TestExpectations:
39330
39331 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
39332
39333         Unreviewed fast/repaint Chromium rebaselining.
39334
39335         Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
39336         - the background has an alpha off-by-one (crbug.com/23473)
39337         - the repaint rectangles are united (the Mac baselines don't do the union).
39338         - On Lion, the font used is different.
39339
39340         * platform/chromium/TestExpectations:
39341         Removed the rebaselined tests' entries.
39342
39343         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
39344         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
39345         * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
39346         * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
39347         * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
39348         * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
39349         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
39350         * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
39351         * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
39352         * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
39353         * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
39354         * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
39355         * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
39356         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
39357         * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
39358         * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
39359         * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
39360         * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
39361         * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
39362         * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
39363         * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
39364         * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
39365         * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
39366         * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
39367         * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
39368         * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
39369         * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
39370         * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
39371         * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
39372         * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
39373         * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
39374         * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
39375         * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
39376         * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
39377         * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
39378         * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
39379         * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
39380         * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
39381         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
39382         * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
39383         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
39384         * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
39385         * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
39386         * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
39387         * platform/mac-lion/fast/repaint: Removed.
39388         * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.
39389
39390 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
39391
39392         [Qt] Add baselines to passing ruby DOM tests.
39393
39394         Unreviewed gardening.
39395
39396         * platform/qt/TestExpectations:
39397         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
39398         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
39399         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
39400         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
39401         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
39402         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
39403         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
39404         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
39405
39406 2012-10-08  Nate Chapin  <japhet@chromium.org>
39407
39408         Add a test for multipart/x-mixed-replace documents with text/html
39409         parts.
39410         https://bugs.webkit.org/show_bug.cgi?id=49072
39411
39412         Reviewed by Eric Seidel.
39413
39414         * http/tests/multipart/multipart-html-expected.txt: Added.
39415         * http/tests/multipart/multipart-html.php: Added.
39416
39417 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39418
39419         [EFL] Skip svg/text/caret-in-svg-text.xhtml in WK1.
39420
39421         * platform/efl-wk1/TestExpectations:
39422
39423 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
39424
39425         Unreviewed gardening after r130587.
39426
39427         Per discussion with Adam, this change lands the failing baselines to
39428         get some coverage until V8 matches JSC. Fixing the baselines is
39429         covered by https://bugs.webkit.org/show_bug.cgi?id=98658
39430
39431         * platform/chromium/TestExpectations:
39432         Marked one of test as SLOW as it is timing out in Debug.
39433
39434         * platform/chromium/fast/dom/gc-12-expected.txt: Added.
39435         * platform/chromium/fast/dom/gc-3-expected.txt: Added.
39436         * platform/chromium/fast/dom/gc-5-expected.txt: Added.
39437         * platform/chromium/fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
39438
39439 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
39440
39441         Unreviewed Qt gardening.
39442
39443         Rebaseline Qt expectations for these passing tests.
39444
39445         * platform/qt/TestExpectations:
39446         * platform/qt/fast/text/basic/013-expected.txt:
39447         * platform/qt/fast/text/basic/015-expected.txt:
39448         * platform/qt/fast/text/line-breaks-expected.txt:
39449
39450 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39451
39452         [EFL] Mark fast/dynamic/window-scrollbars-test.html as flaky.
39453
39454         * platform/efl/TestExpectations:
39455
39456 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39457
39458         [EFL] Unskip svg/text.
39459
39460         Most of the text cases are passing, the ones which don't have been
39461         properly skipped.
39462
39463         * platform/efl/TestExpectations:
39464         * platform/efl/svg/text/append-text-node-to-tspan-expected.png: Added.
39465         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: Added.
39466         * platform/efl/svg/text/bidi-embedded-direction-expected.png: Added.
39467         * platform/efl/svg/text/bidi-embedded-direction-expected.txt: Added.
39468         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png: Added.
39469         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt: Added.
39470         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png: Added.
39471         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt: Added.
39472         * platform/efl/svg/text/bidi-text-query-expected.png: Added.
39473         * platform/efl/svg/text/bidi-text-query-expected.txt: Added.
39474         * platform/efl/svg/text/bidi-tspans-expected.png: Added.
39475         * platform/efl/svg/text/bidi-tspans-expected.txt: Added.
39476         * platform/efl/svg/text/ems-display-none-expected.png: Added.
39477         * platform/efl/svg/text/ems-display-none-expected.txt: Added.
39478         * platform/efl/svg/text/exs-display-none-expected.png: Added.
39479         * platform/efl/svg/text/exs-display-none-expected.txt: Added.
39480         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
39481         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt: Added.
39482         * platform/efl/svg/text/font-size-below-point-five-expected.png: Added.
39483         * platform/efl/svg/text/font-size-below-point-five-expected.txt: Added.
39484         * platform/efl/svg/text/foreignObject-repaint-expected.png: Added.
39485         * platform/efl/svg/text/foreignObject-repaint-expected.txt: Added.
39486         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
39487         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
39488         * platform/efl/svg/text/kerning-expected.png: Added.
39489         * platform/efl/svg/text/kerning-expected.txt: Added.
39490         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png: Added.
39491         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt: Added.
39492         * platform/efl/svg/text/multichar-glyph-expected.png: Added.
39493         * platform/efl/svg/text/multichar-glyph-expected.txt: Added.
39494         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png: Added.
39495         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt: Added.
39496         * platform/efl/svg/text/remove-tspan-from-text-expected.png: Added.
39497         * platform/efl/svg/text/remove-tspan-from-text-expected.txt: Added.
39498         * platform/efl/svg/text/scaled-font-expected.png: Added.
39499         * platform/efl/svg/text/scaled-font-expected.txt: Added.
39500         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
39501         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
39502         * platform/efl/svg/text/selection-background-color-expected.png: Added.
39503         * platform/efl/svg/text/selection-background-color-expected.txt: Added.
39504         * platform/efl/svg/text/selection-styles-expected.png: Added.
39505         * platform/efl/svg/text/selection-styles-expected.txt: Added.
39506         * platform/efl/svg/text/small-fonts-2-expected.png: Added.
39507         * platform/efl/svg/text/small-fonts-2-expected.txt: Added.
39508         * platform/efl/svg/text/small-fonts-3-expected.png: Added.
39509         * platform/efl/svg/text/small-fonts-3-expected.txt: Added.
39510         * platform/efl/svg/text/small-fonts-expected.png: Added.
39511         * platform/efl/svg/text/small-fonts-in-html5-expected.png: Added.
39512         * platform/efl/svg/text/small-fonts-in-html5-expected.txt: Added.
39513         * platform/efl/svg/text/text-align-01-b-expected.png: Added.
39514         * platform/efl/svg/text/text-align-01-b-expected.txt: Added.
39515         * platform/efl/svg/text/text-align-02-b-expected.png: Added.
39516         * platform/efl/svg/text/text-align-02-b-expected.txt: Added.
39517         * platform/efl/svg/text/text-align-03-b-expected.png: Added.
39518         * platform/efl/svg/text/text-align-03-b-expected.txt: Added.
39519         * platform/efl/svg/text/text-align-04-b-expected.png: Added.
39520         * platform/efl/svg/text/text-align-04-b-expected.txt: Added.
39521         * platform/efl/svg/text/text-align-05-b-expected.png: Added.
39522         * platform/efl/svg/text/text-align-05-b-expected.txt: Added.
39523         * platform/efl/svg/text/text-align-06-b-expected.png: Added.
39524         * platform/efl/svg/text/text-align-06-b-expected.txt: Added.
39525         * platform/efl/svg/text/text-altglyph-01-b-expected.png: Added.
39526         * platform/efl/svg/text/text-altglyph-01-b-expected.txt: Added.
39527         * platform/efl/svg/text/text-deco-01-b-expected.png: Added.
39528         * platform/efl/svg/text/text-deco-01-b-expected.txt: Added.
39529         * platform/efl/svg/text/text-fill-opacity-expected.png: Added.
39530         * platform/efl/svg/text/text-fill-opacity-expected.txt: Added.
39531         * platform/efl/svg/text/text-fonts-01-t-expected.png: Added.
39532         * platform/efl/svg/text/text-fonts-01-t-expected.txt: Added.
39533         * platform/efl/svg/text/text-fonts-02-t-expected.png: Added.
39534         * platform/efl/svg/text/text-fonts-02-t-expected.txt: Added.
39535         * platform/efl/svg/text/text-gradient-positioning-expected.png: Added.
39536         * platform/efl/svg/text/text-gradient-positioning-expected.txt: Added.
39537         * platform/efl/svg/text/text-hkern-expected.png: Added.
39538         * platform/efl/svg/text/text-hkern-expected.txt: Added.
39539         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.png: Added.
39540         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
39541         * platform/efl/svg/text/text-intro-05-t-expected.png: Added.
39542         * platform/efl/svg/text/text-intro-05-t-expected.txt: Added.
39543         * platform/efl/svg/text/text-midpoint-split-bug-expected.png: Added.
39544         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
39545         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
39546         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
39547         * platform/efl/svg/text/text-path-01-b-expected.png: Added.
39548         * platform/efl/svg/text/text-path-01-b-expected.txt: Added.
39549         * platform/efl/svg/text/text-path-middle-align-expected.png: Added.
39550         * platform/efl/svg/text/text-path-middle-align-expected.txt: Added.
39551         * platform/efl/svg/text/text-repaint-rects-expected.png: Added.
39552         * platform/efl/svg/text/text-repaint-rects-expected.txt: Added.
39553         * platform/efl/svg/text/text-rescale-expected.png: Added.
39554         * platform/efl/svg/text/text-rescale-expected.txt: Added.
39555         * platform/efl/svg/text/text-spacing-01-b-expected.png: Added.
39556         * platform/efl/svg/text/text-spacing-01-b-expected.txt: Added.
39557         * platform/efl/svg/text/text-text-01-b-expected.png: Added.
39558         * platform/efl/svg/text/text-text-01-b-expected.txt: Added.
39559         * platform/efl/svg/text/text-text-03-b-expected.png: Added.
39560         * platform/efl/svg/text/text-text-03-b-expected.txt: Added.
39561         * platform/efl/svg/text/text-text-04-t-expected.png: Added.
39562         * platform/efl/svg/text/text-text-04-t-expected.txt: Added.
39563         * platform/efl/svg/text/text-text-05-t-expected.png: Added.
39564         * platform/efl/svg/text/text-text-05-t-expected.txt: Added.
39565         * platform/efl/svg/text/text-text-06-t-expected.png: Added.
39566         * platform/efl/svg/text/text-text-06-t-expected.txt: Added.
39567         * platform/efl/svg/text/text-text-07-t-expected.png: Added.
39568         * platform/efl/svg/text/text-text-07-t-expected.txt: Added.
39569         * platform/efl/svg/text/text-text-08-b-expected.png: Added.
39570         * platform/efl/svg/text/text-text-08-b-expected.txt: Added.
39571         * platform/efl/svg/text/text-tref-01-b-expected.png: Added.
39572         * platform/efl/svg/text/text-tref-01-b-expected.txt: Added.
39573         * platform/efl/svg/text/text-tselect-01-b-expected.png: Added.
39574         * platform/efl/svg/text/text-tselect-01-b-expected.txt: Added.
39575         * platform/efl/svg/text/text-tselect-02-f-expected.png: Added.
39576         * platform/efl/svg/text/text-tselect-02-f-expected.txt: Added.
39577         * platform/efl/svg/text/text-tspan-01-b-expected.png: Added.
39578         * platform/efl/svg/text/text-tspan-01-b-expected.txt: Added.
39579         * platform/efl/svg/text/text-viewbox-rescale-expected.png: Added.
39580         * platform/efl/svg/text/text-vkern-expected.png: Added.
39581         * platform/efl/svg/text/text-vkern-expected.txt: Added.
39582         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
39583         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
39584         * platform/efl/svg/text/text-ws-01-t-expected.png: Added.
39585         * platform/efl/svg/text/text-ws-01-t-expected.txt: Added.
39586         * platform/efl/svg/text/text-ws-02-t-expected.png: Added.
39587         * platform/efl/svg/text/text-ws-02-t-expected.txt: Added.
39588         * platform/efl/svg/text/textPathBoundsBug-expected.png: Added.
39589         * platform/efl/svg/text/textPathBoundsBug-expected.txt: Added.
39590         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png: Added.
39591         * platform/efl/svg/text/tspan-dynamic-positioning-expected.txt: Added.
39592
39593 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39594
39595         [EFL] Unskip svg/dom/altGlyph-dom.xhtml
39596
39597         Seems to be passing these days.
39598
39599         * platform/efl/TestExpectations:
39600
39601 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
39602
39603         Unreviewed GTK gardening.
39604
39605         Removing crash expectations for tests that were fixed in r130611.
39606
39607         Removing failure expectations for fast/xsl/xslt-missing-namespace-in-xslt.xml,
39608         the test is working fine after r130543.
39609
39610         * platform/gtk-wk2/TestExpectations:
39611         * platform/gtk/TestExpectations:
39612
39613 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
39614
39615         Unreviewed Qt gardening.
39616
39617         Adding expectations for tests under css2.1.
39618
39619         * platform/qt/TestExpectations:
39620
39621 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
39622
39623         [EFL] Unskip svg/W3C-SVG-1.1.
39624
39625         All but one test case worked fine (compared to the expectations in
39626         mac/).
39627
39628         * platform/efl/TestExpectations:
39629         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
39630         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
39631         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
39632         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
39633         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
39634         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
39635         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
39636         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
39637         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
39638         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
39639         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
39640         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
39641         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
39642         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
39643         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
39644         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
39645         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
39646         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
39647         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
39648         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
39649         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
39650         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
39651         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
39652         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
39653         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
39654         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
39655         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
39656         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
39657         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
39658         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
39659         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
39660         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
39661         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
39662         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
39663         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
39664         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
39665         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
39666         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
39667         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
39668         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
39669         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
39670         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
39671         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
39672         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
39673         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
39674         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
39675         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
39676         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
39677         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
39678         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
39679         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
39680         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
39681         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
39682         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
39683         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
39684         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
39685         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
39686         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
39687         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
39688         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
39689         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
39690         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
39691         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
39692         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
39693         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
39694         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
39695         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
39696         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
39697         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
39698         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
39699         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
39700         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
39701         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
39702         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
39703         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
39704         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
39705         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
39706         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
39707         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
39708         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
39709         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
39710         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
39711         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
39712         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
39713         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
39714         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
39715         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
39716         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
39717         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
39718         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
39719         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
39720         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
39721         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
39722         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
39723         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
39724         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
39725         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
39726         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
39727         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
39728         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
39729         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
39730         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
39731         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
39732         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
39733         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
39734         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
39735         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
39736         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
39737         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
39738         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
39739         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
39740         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
39741         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
39742         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
39743         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
39744         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
39745         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
39746         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
39747         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
39748         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
39749         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
39750         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
39751         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
39752         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
39753         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
39754         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
39755         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
39756         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
39757         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
39758         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
39759         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
39760         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
39761         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
39762         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
39763         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
39764         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
39765         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
39766         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
39767         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
39768         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
39769         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
39770         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
39771         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
39772         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
39773         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
39774         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
39775         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
39776         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
39777         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
39778         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
39779         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
39780         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
39781         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
39782         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
39783         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
39784         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
39785         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
39786         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
39787         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
39788         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
39789         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
39790         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
39791         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
39792         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
39793         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
39794         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
39795         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
39796         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
39797         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
39798         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
39799         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
39800         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
39801         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
39802         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
39803         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
39804         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
39805         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
39806         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
39807         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
39808         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
39809         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
39810         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
39811         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
39812         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
39813         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
39814         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
39815         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
39816         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
39817         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
39818         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
39819         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
39820         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
39821         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
39822         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
39823         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
39824         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
39825         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
39826         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
39827         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
39828         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
39829         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
39830         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
39831         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
39832         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
39833         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
39834         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
39835         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
39836         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
39837         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
39838         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
39839         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
39840         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
39841         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
39842         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
39843         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
39844         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
39845         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
39846         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
39847         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
39848         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
39849         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
39850         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
39851         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
39852         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
39853         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
39854         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
39855         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
39856         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
39857         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
39858         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
39859         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
39860         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
39861         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
39862         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
39863         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
39864         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
39865         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
39866         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
39867         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
39868         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
39869         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
39870         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
39871         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
39872         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
39873         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
39874         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
39875         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
39876         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
39877         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
39878         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
39879         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
39880         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
39881         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
39882         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
39883         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
39884         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
39885         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
39886         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
39887         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
39888         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
39889         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
39890         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
39891         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
39892         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
39893         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
39894         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
39895         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
39896         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
39897         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
39898         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
39899         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
39900         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
39901         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
39902         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
39903         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
39904         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
39905         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
39906         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
39907         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
39908         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
39909         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
39910         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
39911         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
39912         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
39913         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
39914         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
39915         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
39916         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
39917         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
39918         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
39919         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
39920         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
39921         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
39922         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
39923         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
39924         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
39925         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
39926         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
39927         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
39928         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
39929         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
39930         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
39931         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
39932         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
39933         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
39934         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
39935         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
39936         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
39937         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
39938         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
39939         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
39940         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
39941         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
39942         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
39943         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
39944         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
39945         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
39946         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
39947         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
39948         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
39949         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
39950         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
39951         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
39952         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
39953         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
39954         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
39955         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
39956         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
39957         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
39958         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
39959         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
39960         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
39961         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
39962         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
39963         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
39964         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
39965         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
39966         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
39967         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
39968         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
39969         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
39970         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
39971         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
39972         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
39973         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
39974         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
39975         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
39976         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
39977         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
39978         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
39979         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
39980         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
39981         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
39982         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
39983         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
39984         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
39985         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
39986         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
39987         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
39988         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
39989         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
39990         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
39991         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
39992         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
39993         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
39994         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
39995         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
39996         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
39997         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
39998         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
39999         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
40000         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
40001         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
40002         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
40003         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
40004         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
40005         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
40006         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
40007         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
40008         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
40009         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
40010         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
40011         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
40012         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
40013         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
40014         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
40015         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
40016         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
40017         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
40018         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
40019         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
40020         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
40021         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
40022         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
40023         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
40024         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
40025         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
40026         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
40027         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
40028         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
40029         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
40030         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
40031         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
40032         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
40033         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
40034         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
40035         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
40036         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
40037         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
40038         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
40039         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
40040         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
40041         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
40042         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
40043         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
40044         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
40045         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
40046         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
40047         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
40048         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
40049         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
40050         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
40051         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
40052         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
40053         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
40054         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
40055         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
40056         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
40057         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
40058         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
40059         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
40060         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
40061         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
40062         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
40063         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
40064         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
40065         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
40066         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
40067         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
40068         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
40069         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
40070         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
40071         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
40072         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
40073         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
40074         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
40075         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
40076         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
40077         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
40078         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
40079         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
40080         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
40081         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
40082         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
40083         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
40084         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
40085         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
40086         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
40087         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
40088         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
40089         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
40090         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
40091         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
40092         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
40093         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
40094         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
40095         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
40096         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
40097         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
40098         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
40099         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
40100         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
40101         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
40102         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
40103         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
40104         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
40105         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
40106         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
40107         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
40108         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
40109         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
40110         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
40111         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
40112         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
40113         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
40114         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
40115         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
40116         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
40117         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
40118         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
40119         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
40120         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
40121         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
40122         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
40123         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
40124         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
40125         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
40126         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
40127         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
40128         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
40129         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
40130         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
40131         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
40132         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
40133         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
40134         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
40135         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
40136         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
40137         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
40138         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
40139         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
40140         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
40141         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
40142         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
40143         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
40144         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
40145         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
40146         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
40147         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
40148         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
40149         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
40150         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
40151         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
40152         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
40153         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
40154         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
40155         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
40156         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
40157         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
40158         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
40159         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
40160         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
40161         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
40162         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
40163
40164 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
40165
40166         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fail
40167         https://bugs.webkit.org/show_bug.cgi?id=98642
40168
40169         Unreviewed gardening, skip the new failing test to paint the bot green.
40170
40171         * platform/qt-5.0-wk2/TestExpectations:
40172
40173 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
40174
40175         [Qt] plugins/refcount-leaks.html fails
40176         https://bugs.webkit.org/show_bug.cgi?id=98640
40177
40178         Unreviewed gardening, skip the failing test.
40179
40180         * platform/qt/TestExpectations:
40181
40182 2012-10-08  Nandor Huszka  <hnandor@inf.u-szeged.hu>
40183
40184         Unreviewed gardening, skip and update some failing test.
40185
40186         * platform/qt/TestExpectations:
40187         * platform/qt/http/tests/misc/acid3-expected.png:
40188         * platform/qt/http/tests/misc/acid3-expected.txt:
40189
40190 2012-10-08  Joone Hur  <joone.hur@intel.com>
40191
40192         [EFL] Add support for -webkit-sticky
40193         https://bugs.webkit.org/show_bug.cgi?id=95182
40194
40195         Reviewed by Kenneth Rohde Christiansen.
40196
40197         Turn on CSS sticky position by default for WebKitEfl,
40198         but most of the CSS sticky position test cases still do not pass on WK1.
40199
40200         * platform/efl-wk1/TestExpectations:
40201         * platform/efl/TestExpectations:
40202
40203 2012-10-08  Balazs Kelemen  <kbalazs@webkit.org>
40204
40205         [Qt] Reenable plugin tests
40206         https://bugs.webkit.org/show_bug.cgi?id=98528
40207
40208         Reviewed by Csaba Osztrogonác.
40209
40210         Reenable plugin tests. Skip new failures.
40211
40212         * platform/qt-5.0-wk1/TestExpectations:
40213         * platform/qt-5.0-wk2/TestExpectations:
40214         * platform/qt-5.0/TestExpectations:
40215         * platform/qt/TestExpectations:
40216
40217 2012-10-07  Noel Gordon  <noel.gordon@gmail.com>
40218
40219         Add partial load test for JPEG image
40220         https://bugs.webkit.org/show_bug.cgi?id=98487
40221
40222         Reviewed by Adam Barth.
40223
40224         Partial load test: receive a partial number of image bytes and stall forever.  The partial
40225         image should be decoded and drawn and the green <img> background should be visible.
40226
40227         * fast/images/resources/lenna.jpg: Added.
40228         * http/tests/images/jpeg-partial-load-expected.png: Added.
40229         * http/tests/images/jpeg-partial-load-expected.txt: Added.
40230         * http/tests/images/jpeg-partial-load.html: Added.
40231         * platform/chromium/http/tests/images/jpeg-partial-load-expected.png: Added.
40232         * platform/mac/http/tests/images/jpeg-partial-load-expected.png: Added.
40233
40234 2012-10-07  Arpita Bahuguna  <arpitabahuguna@gmail.com>
40235
40236         :first-line pseudo selector ignoring words created from :before
40237         https://bugs.webkit.org/show_bug.cgi?id=80794
40238
40239         Reviewed by Daniel Bates.
40240
40241         * fast/css/first-line-style-for-before-after-content-expected.html: Added.
40242         * fast/css/first-line-style-for-before-after-content.html: Added.
40243         Added ref test for verification of the scenario when :first-line style
40244         is applied to content generated from :before/:after pseudo-elements.
40245
40246 2012-10-07  Nick Carter  <nick@chromium.org>
40247
40248         [chromium] Crash in WebCore::GraphicsLayerChromium::setContentsToImage
40249         https://bugs.webkit.org/show_bug.cgi?id=98456
40250
40251         Reviewed by James Robinson.
40252
40253         New tests exercising a broken image on its own layer.
40254
40255         * compositing/images/truncated-direct-png-image-expected.html: Added.
40256         * compositing/images/truncated-direct-png-image.html: Added.
40257
40258 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40259
40260         [EFL] Mark media/video-controls-rendering.html as flaky.
40261
40262         * platform/efl/TestExpectations:
40263
40264 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40265
40266         [EFL] Unskip svg/W3C-SVG-1.1-SE and add expectations for it.
40267
40268         All pixel tests look OK (compared to the ones in mac/), and all
40269         tests seem to pass.
40270
40271         * platform/efl/TestExpectations:
40272         * platform/efl/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
40273         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
40274         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
40275         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
40276         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
40277         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
40278         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
40279         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
40280         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
40281         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
40282         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
40283         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
40284         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
40285         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
40286         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
40287         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
40288         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
40289         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
40290         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
40291         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
40292         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
40293         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
40294         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
40295         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
40296         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
40297         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
40298         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
40299         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
40300         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
40301         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
40302         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
40303         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
40304         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
40305         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
40306         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
40307         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
40308         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
40309         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
40310         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
40311         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
40312         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
40313         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
40314         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
40315         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
40316         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
40317         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
40318         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
40319         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
40320         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
40321         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
40322         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
40323         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
40324         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
40325         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
40326         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
40327         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
40328         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
40329         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
40330         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
40331         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
40332         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
40333         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
40334
40335 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40336
40337         [EFL] Unskip passing test.
40338
40339         * platform/efl/TestExpectations:
40340
40341 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40342
40343         [EFL] Finish rebaselining the SVG tests after r130599.
40344
40345         * platform/efl/TestExpectations:
40346         * platform/efl/svg/W3C-SVG-1.1: Added.
40347         * platform/efl/svg/W3C-SVG-1.1-SE: Added.
40348         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
40349         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
40350         * platform/efl/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
40351         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
40352         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
40353         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
40354         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
40355         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
40356         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
40357         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
40358         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
40359         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
40360         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
40361         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
40362         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
40363         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
40364         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
40365         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
40366         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
40367         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
40368         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
40369         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
40370         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
40371         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
40372         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
40373         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
40374         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
40375         * platform/efl/svg/batik/paints/patternRegions-expected.txt:
40376         * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
40377         * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
40378         * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
40379         * platform/efl/svg/custom: Added.
40380         * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Added.
40381         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Added.
40382         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Added.
40383         * platform/efl/svg/custom/gradient-deep-referencing-expected.txt: Added.
40384         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
40385         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
40386         * platform/efl/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
40387         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Added.
40388         * platform/efl/svg/custom/radialGradient-focal-radius-expected.txt: Added.
40389         * platform/efl/svg/custom/recursive-gradient-expected.png: Added.
40390         * platform/efl/svg/custom/recursive-gradient-expected.txt: Added.
40391         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.png: Added.
40392         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.txt: Added.
40393         * platform/efl/svg/custom/stroked-pattern-expected.png: Added.
40394         * platform/efl/svg/custom/stroked-pattern-expected.txt: Added.
40395         * platform/efl/svg/hixie/perf/006-expected.txt:
40396
40397 2012-10-07  Daniel Bates  <dbates@webkit.org>
40398
40399         Update expected results for SVG tests on EFL, GTK, and Qt after <http://trac.webkit.org/changeset/130599>
40400         https://bugs.webkit.org/show_bug.cgi?id=97986
40401
40402         * platform/efl/svg/filters/feDisplacementMap-expected.txt:
40403         * platform/efl/svg/filters/filterRes-expected.txt:
40404         * platform/gtk/svg/custom/gradient-attr-update-expected.txt:
40405         * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt:
40406         * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
40407         * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt:
40408         * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
40409         * platform/gtk/svg/filters/filterRes-expected.txt:
40410         * platform/qt/svg/custom/gradient-attr-update-expected.txt:
40411         * platform/qt/svg/custom/gradient-rotated-bbox-expected.txt:
40412         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
40413         * platform/qt/svg/custom/large-bounding-box-percents-expected.txt:
40414
40415 2012-10-05  Dirk Schulze  <krit@webkit.org>
40416
40417         SVG radialGradient should support 'fr' for focal radius (just like Canvas)
40418         https://bugs.webkit.org/show_bug.cgi?id=97986
40419
40420         Reviewed by Daniel Bates.
40421
40422         DRT changed the output to reflect the new added focal radius. A bunch of tests need
40423         a rebaseline on DRT.
40424         Added a new test for focal radius and changed behavior of focal point.
40425
40426         * platform/chromium/TestExpectations:
40427         * platform/efl/TestExpectations:
40428         * platform/gtk/TestExpectations:
40429         * platform/qt/TestExpectations:
40430         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
40431         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
40432         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
40433         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
40434         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
40435         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
40436         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
40437         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
40438         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
40439         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
40440         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
40441         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
40442         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
40443         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
40444         * platform/mac/svg/batik/paints/patternRegions-expected.txt:
40445         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
40446         * platform/mac/svg/batik/text/textEffect-expected.txt:
40447         * platform/mac/svg/batik/text/textEffect3-expected.txt:
40448         * platform/mac/svg/custom/gradient-attr-update-expected.txt:
40449         * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
40450         * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
40451         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
40452         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
40453         * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
40454         * platform/mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
40455         * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Added.
40456         * platform/mac/svg/custom/recursive-gradient-expected.txt:
40457         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
40458         * platform/mac/svg/custom/stroked-pattern-expected.txt:
40459         * platform/mac/svg/filters/feDisplacementMap-expected.txt:
40460         * platform/mac/svg/filters/filterRes-expected.txt:
40461         * platform/mac/svg/hixie/perf/006-expected.txt:
40462         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
40463         * svg/custom/gradient-stroke-width-expected.txt:
40464         * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
40465         * svg/custom/radialGradient-focal-radius.svg: Added.
40466
40467 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40468
40469         Unreviewed, rolling out r130596.
40470         http://trac.webkit.org/changeset/130596
40471         https://bugs.webkit.org/show_bug.cgi?id=98616
40472
40473         Broke build bots without IPV6 support
40474
40475         * http/conf/apache2-debian-httpd.conf:
40476         * http/conf/apache2-httpd.conf:
40477         * http/conf/cygwin-httpd.conf:
40478         * http/conf/fedora-httpd.conf:
40479
40480 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40481
40482         webkitpy: Pass the `Listen' Apache directive from Apache, not the httpd.conf files.
40483         https://bugs.webkit.org/show_bug.cgi?id=98602
40484
40485         Reviewed by Eric Seidel.
40486
40487         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
40488         directive and related comments, it is passed to httpd by webkitpy
40489         now.
40490         * http/conf/apache2-httpd.conf: Ditto.
40491         * http/conf/cygwin-httpd.conf: Ditto.
40492         * http/conf/fedora-httpd.conf: Ditto.
40493
40494 2012-10-07  Christophe Dumez  <christophe.dumez@intel.com>
40495
40496         [EFL] Skip css3/masking tests added in r130592
40497         https://bugs.webkit.org/show_bug.cgi?id=98614
40498
40499         Unreviewed EFL gardening.
40500
40501         Skip the two css3/masking ref tests added in r130592 since
40502         they fail for EFL port and GTK port.
40503
40504         * platform/efl/TestExpectations:
40505
40506 2012-10-07  Zan Dobersek  <zandobersek@gmail.com>
40507
40508         Unreviewed GTK gardening.
40509
40510         Adding crash and failure expectations for regressions introduced through r130584.
40511         Adding image mismatch expectations for two new tests introduced in r130592.
40512
40513         * platform/gtk/TestExpectations:
40514
40515 2012-10-06  Kent Tamura  <tkent@chromium.org>
40516
40517         Update test expectation
40518         https://bugs.webkit.org/show_bug.cgi?id=98479
40519
40520         Skip tests in fast/forms/date-multiple-fields/ because it needs
40521         ENABLE_INPUT_MULTIPLE_FIELDS_UI.
40522
40523         * platform/chromium-android/TestExpectations:
40524         * platform/efl/TestExpectations:
40525         * platform/gtk/TestExpectations:
40526         * platform/mac/TestExpectations:
40527         * platform/qt/TestExpectations:
40528         * platform/win/TestExpectations:
40529
40530 2012-10-06  Raul Hudea  <rhudea@adobe.com>
40531
40532         -webkit-clip-path should parse IRIs
40533         https://bugs.webkit.org/show_bug.cgi?id=96381
40534
40535         Reviewed by Andreas Kling.
40536
40537         Tests for SVG referenced clipPath with both types of clipPathUnits: "userSpaceOnUse" and "objectBoundingBox".
40538
40539         * css3/masking/clip-path-reference-expected.html: Added.
40540         * css3/masking/clip-path-reference-userSpaceOnUse-expected.html: Added.
40541         * css3/masking/clip-path-reference-userSpaceOnUse.html: Added.
40542         * css3/masking/clip-path-reference.html: Added.
40543         * fast/masking/parsing-clip-path-iri-expected.txt: Added.
40544         * fast/masking/parsing-clip-path-iri.html: Added.
40545         * platform/chromium/TestExpectations:
40546
40547 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40548
40549         [EFL] Mark media/audio-garbage-collect.html as flaky on WK2.
40550
40551         * platform/efl-wk2/TestExpectations:
40552
40553 2012-10-04  Geoffrey Garen  <ggaren@apple.com>
40554
40555         If Node X is reachable from JavaScript, all Nodes in the same tree should be kept alive
40556         https://bugs.webkit.org/show_bug.cgi?id=88834
40557
40558         Reviewed by Gavin Barraclough.
40559
40560         * fast/dom/gc-12-expected.txt: Added.
40561         * fast/dom/gc-12.html: Added. Test case matches an example cited by
40562         Kentaro Hara <haraken@chromium.org> in bugzilla.
40563
40564         * fast/dom/gc-3-expected.txt:
40565         * fast/dom/gc-3.html:
40566         * fast/dom/gc-5-expected.txt:
40567         * fast/dom/gc-5.html: Updated these tests to reflect new expected behavior.
40568         We've decided that disconnected trees should persist in memory. This risks
40569         a programmer accidentally retaining more memory than expected, but it
40570         also makes the API more obvious.
40571
40572         * fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
40573         * fast/dom/gc-dom-tree-lifetime.html: Added. Test case written by
40574         Kentaro Hara <haraken@chromium.org>.
40575
40576 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
40577
40578         [EFL] Gardening.
40579
40580         Skip fast/selectors/unqualified-hover-strict.html because it seems
40581         to be flaky.
40582
40583         While here, correct its pixel expectation and fix its
40584         svn:mime-type property.
40585
40586         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: Modified property svn:mime-type.
40587
40588 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
40589
40590         [EFL] Gardening to make the bots green
40591         https://bugs.webkit.org/show_bug.cgi?id=98590
40592
40593         Unreviewed EFL gardening.
40594
40595         * platform/efl/TestExpectations: Skip
40596         fast/writing-mode/vertical-subst-font-vert-no-dflt.html after r130570.
40597         * platform/efl/http/tests/misc/acid3-expected.txt: Update baselines
40598         after r130555.
40599
40600 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
40601
40602         [EFL] Add baselines for the tests which are missing expected results
40603         https://bugs.webkit.org/show_bug.cgi?id=98576
40604
40605         Unreviewed EFL gardening.
40606
40607         Add platform-specific baselines after r130443 and r130489.
40608
40609         * platform/efl/TestExpectations:
40610         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
40611         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
40612         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
40613         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
40614
40615 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
40616
40617         [EFL] Gardening of the WK2 Debug Bot failing tests
40618         https://bugs.webkit.org/show_bug.cgi?id=98575
40619
40620         Unreviewed EFL gardening.
40621
40622         Skip failing tests in order to make the bots green.
40623
40624         * platform/efl-wk1/TestExpectations:
40625         * platform/efl-wk2/TestExpectations:
40626         * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Removed. Current results
40627         matches the base expectations on WK2.
40628
40629 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
40630
40631         Unreviewed GTK gardening.
40632
40633         Adding reftest failure expectations for a couple of tests that
40634         were introduced in r130557 and r130570.
40635
40636         * platform/gtk/TestExpectations:
40637
40638 2012-10-05  Kent Tamura  <tkent@chromium.org>
40639
40640         [Chromium] Rebaseline for recent INPUT_MULTIPLE_FIELDS_UI changes
40641
40642         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png:
40643         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
40644         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
40645         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
40646         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
40647         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
40648         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
40649         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
40650         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
40651         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
40652         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
40653         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
40654         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
40655         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
40656         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
40657         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
40658         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
40659         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
40660         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
40661         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
40662         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
40663         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
40664         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
40665         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
40666         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
40667         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
40668         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
40669         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
40670         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
40671         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
40672         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
40673         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
40674         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
40675         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
40676         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
40677         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
40678         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
40679         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
40680         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
40681         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
40682         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
40683         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
40684         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
40685         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
40686         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
40687         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
40688         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
40689         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
40690         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
40691         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
40692         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
40693         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
40694         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
40695         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
40696         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
40697         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
40698         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
40699         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
40700         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
40701         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
40702         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
40703         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
40704         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
40705         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
40706         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
40707         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
40708         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
40709         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
40710         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
40711         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
40712         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
40713         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
40714         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
40715         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
40716         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
40717         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
40718         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
40719         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
40720         * platform/chromium/TestExpectations:
40721
40722 2012-10-05  Xianzhu Wang  <wangxianzhu@chromium.org>
40723
40724         OpenTypeVerticalData issue with DroidSansFallback.ttf on chromium-android and chromium-linux
40725         https://bugs.webkit.org/show_bug.cgi?id=97824
40726
40727         Reviewed by Tony Chang.
40728
40729         Ref test for the change. The punctuations in the vertical text are expected to
40730         be substituted with the corresponding vertical forms.
40731
40732         * fast/writing-mode/vertical-subst-font-vert-no-dflt-expected.html: Added.
40733         * fast/writing-mode/vertical-subst-font-vert-no-dflt.html: Added.
40734         * platform/mac/TestExpectations: Added the new test as it fails on Mac because of https://bugs.webkit.org/show_bug.cgi?id=98560. 
40735
40736 2012-10-05  Tony Chang  <tony@chromium.org>
40737
40738         Form controls should always be horizontal
40739         https://bugs.webkit.org/show_bug.cgi?id=98563
40740
40741         Reviewed by Ojan Vafai.
40742
40743         Convert fast/dom/HTMLMeterElement/meter-writing-mode.html and
40744         fast/dom/HTMLProgressElement/progress-writing-mode.html to be ref tests.
40745         Also rebaseline fast/table/colspanMinWidth-vertical.html and mark the
40746         test as needing a rebaseline on platforms other than Chromium Linux.
40747
40748         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.html: Added.
40749         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40750         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.html: Added.
40751         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
40752         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40753         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
40754         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40755         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40756         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40757         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40758         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40759         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40760         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
40761         * platform/chromium/TestExpectations:
40762         * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
40763         * platform/efl/TestExpectations:
40764         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40765         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40766         * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40767         * platform/gtk/TestExpectations:
40768         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40769         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40770         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40771         * platform/mac/TestExpectations:
40772         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40773         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40774         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
40775         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40776         * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
40777         * platform/qt/TestExpectations:
40778         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
40779         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
40780
40781 2012-10-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
40782
40783         [WK2][WTR] WebKitTestRunner needs testRunner.setSerializeHTTPLoads
40784         https://bugs.webkit.org/show_bug.cgi?id=98524
40785
40786         Reviewed by Alexey Proskuryakov.
40787
40788         Unskip tests that are now passing.
40789
40790         * platform/wk2/TestExpectations:
40791
40792 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
40793
40794         Unreviewed, rolling out r130556 and r130564.
40795         http://trac.webkit.org/changeset/130556
40796         http://trac.webkit.org/changeset/130564
40797         https://bugs.webkit.org/show_bug.cgi?id=98572
40798
40799         The patch wasn't reviewed by a reviewer and it is breaking
40800         Chromium Windows (Requested by jchaffraix on #webkit).
40801
40802         * media/track/track-cue-rendering-expected.txt:
40803         * media/track/track-cue-rendering.html:
40804         * platform/chromium/TestExpectations:
40805
40806 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
40807
40808         Unreviewed Chromium gardening.
40809
40810         * platform/chromium/TestExpectations:
40811         Updated a wrong bug info and rebaselined 2 tests:
40812         fast/reflections/inline-crash.html and fast/backgrounds/solid-color-context-restore.html
40813
40814         * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
40815         * fast/reflections/inline-crash-expected.txt: Added.
40816         * platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png: Added.
40817         * platform/chromium-linux/fast/reflections/inline-crash-expected.png: Added.
40818         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png: Added.
40819         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt: Added.
40820         * platform/chromium-win/fast/reflections/inline-crash-expected.png: Added.
40821         * platform/chromium-win/fast/reflections/inline-crash-expected.txt: Added.
40822         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
40823         * platform/efl/fast/reflections/inline-crash-expected.txt: Removed.
40824         * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
40825         * platform/gtk/fast/reflections/inline-crash-expected.txt: Removed.
40826
40827 2012-10-05  Bear Travis  <betravis@adobe.com>
40828
40829         [CSS Exclusions] Add shape-inside tests for rounded rectangles
40830         https://bugs.webkit.org/show_bug.cgi?id=96669
40831
40832         Reviewed by Levi Weintraub.
40833
40834         Adding multiple rounded rectangle tests. The more complex tests use float "sandbags"
40835         to simulate the shape-inside area in the test expectations.
40836         (See http://www.alistapart.com/articles/sandbags/)
40837         In general, each line has its own pair of left and right floats (both lineHeight tall),
40838         to position the text and appropriately limit its width. In the simple, 0 corner radius
40839         cases, these floats can be merged because they all have the same width on the left and
40840         right.
40841
40842         * fast/exclusions/resources/rounded-rectangle.js: Contains functionality for generating
40843         a shape-inside, simulating one, and generating content that should roughly fill the
40844         shape-inside.
40845         (xFromEllipseCenter): The x distance from the center of an ellipse, based on its y
40846         distance from center.
40847         (xInset): The inset of a rounded rectangle from its bounding box.
40848         (generateString): Generate a string that roughly fills a shape-inside's content area.
40849         (simulateShape): Create floats to simulate a shape-inside area.
40850         (simulateShapeOutline): Create an outline for the rounded rectangle shape-inside.
40851         (generateSimulatedShapeElement): Simulate a shape-inside and appropriately fill it
40852         with content.
40853         (generateShapeElement): Create a shape-inside and fill it with content.
40854         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001-expected.html: 
40855         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html.
40856         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html: 
40857         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html.
40858         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: Added.
40859         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: Added.
40860         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: Added.
40861         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: Added.
40862         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: Added.
40863         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: Added.
40864
40865
40866 2012-10-04  Eric Carlson  <eric.carlson@apple.com>
40867
40868         Allow ports to override text track rendering style
40869         https://bugs.webkit.org/show_bug.cgi?id=97800
40870         <rdar://problem/12044964>
40871
40872         Reviewed by Silvia Pfeiffer.
40873
40874         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
40875         * media/track/track-cue-rendering.html: 
40876         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
40877
40878 2012-10-05  Takashi Sakamoto  <tasak@google.com>
40879
40880         Inline continuations create :after generated content on style recalcs
40881         https://bugs.webkit.org/show_bug.cgi?id=93170
40882
40883         Reviewed by Abhishek Arya.
40884
40885         * fast/css-generated-content/after-with-inline-continuation-expected.html: Added.
40886         * fast/css-generated-content/after-with-inline-continuation.html: Added.
40887         * fast/css-generated-content/dynamic-apply-after-for-inline-expected.html: Added.
40888         * fast/css-generated-content/dynamic-apply-after-for-inline.html: Added.
40889         * http/tests/misc/acid3-expected.txt:
40890         The acid3-expected.txt has the duplicate RenderBlock (positioned).
40891         Two 'layer at(638, 18) size 20x20, ... text run at (0,0) width 20: "X"'
40892         exist. So did reset-results for acid3-expected.txt.
40893
40894 2012-10-05  Tony Chang  <tony@chromium.org>
40895
40896         Fix margin box ascent computation in flexbox
40897         https://bugs.webkit.org/show_bug.cgi?id=98540
40898
40899         Reviewed by Ojan Vafai.
40900
40901         Remove a FIXME and update the results.
40902
40903         * css3/flexbox/flex-align-vertical-writing-mode.html:
40904         * css3/flexbox/flex-align.html:
40905
40906 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
40907
40908         [chromium] Enhance support for transforms in LinkHighlight.
40909         https://bugs.webkit.org/show_bug.cgi?id=94355
40910
40911         Reviewed by Adrienne Walker.
40912
40913         Improved handling of transformed highlight targets, where the transform goes beyond simple translation.
40914
40915         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html: Added.
40916         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html: Added.
40917         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link.html: Added.
40918         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX.html: Added.
40919         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY.html: Added.
40920         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Removed.
40921         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Removed.
40922         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.png: Added.
40923         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.txt: Added.
40924         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.png: Added.
40925         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.txt: Added.
40926         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.png: Added.
40927         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.txt: Added.
40928         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.png: Added.
40929         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.txt: Added.
40930         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.png: Added.
40931         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.txt: Added.
40932
40933 2012-10-05  Ojan Vafai  <ojan@chromium.org>
40934
40935         Deprecated flexboxes subtract scrollbar width/height twice
40936         https://bugs.webkit.org/show_bug.cgi?id=98552
40937
40938         Reviewed by Tony Chang.
40939
40940         * fast/flexbox/flexing-overflow-scroll-item-expected.txt: Added.
40941         * fast/flexbox/flexing-overflow-scroll-item.html: Added.
40942
40943 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
40944
40945         GTK+ and Qt rebaselines after r130532.
40946
40947         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40948         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Removed.
40949         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Removed.
40950         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40951         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Removed.
40952         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Removed.
40953         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Removed.
40954         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Removed.
40955         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40956         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Removed.
40957         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Removed.
40958         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40959         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
40960         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
40961         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Removed.
40962         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Removed.
40963         * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
40964         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40965         * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
40966         * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
40967         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
40968         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
40969         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
40970         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
40971         * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
40972         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.
40973
40974 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
40975
40976         Chromium and Mac rebaselines after r130532.
40977
40978         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Added.
40979         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Added.
40980         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Added.
40981         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Added.
40982         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Added.
40983         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Added.
40984         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt:
40985         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt:
40986         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Added.
40987         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Added.
40988         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Added.
40989         * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
40990         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
40991         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
40992         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt:
40993         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt:
40994         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Added.
40995         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Added.
40996         * svg/custom/delete-text-crash-expected.txt:
40997         * svg/custom/delete-text-innerText-crash-expected.txt:
40998
40999 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
41000
41001         [Gtk] fast/xsl/xslt-missing-namespace-in-xslt.xml is failing on the 64-bit Debug builder
41002         https://bugs.webkit.org/show_bug.cgi?id=91009
41003
41004         Reviewed by Martin Robinson.
41005
41006         Update the test's baselines. The output now properly shows the error.
41007
41008         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
41009         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
41010
41011 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
41012
41013         Fix lint error in TestExpectations from previous change.
41014
41015         Unreviewed.
41016
41017         * platform/chromium/TestExpectations:
41018
41019 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
41020
41021         [chromium] tests failing after r130443.
41022         https://bugs.webkit.org/show_bug.cgi?id=98545
41023
41024         Unreviewed, expectations change.
41025
41026          [chromium] fast/text/international/text-spliced-font.html and
41027          fast/writing-mode/Kusa-Makura-background-canvas.html are failing on
41028          the Mac after r130443 and we're not quite sure why ...
41029
41030         * platform/chromium-linux/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
41031         * platform/chromium-mac-snowleopard/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
41032         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
41033         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
41034         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
41035         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
41036         * platform/chromium/TestExpectations:
41037
41038 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
41039
41040         [chromium] Modify gesture highlight behaviour. Cancel on GestureLongPress and animate on GestureTapCancel.
41041         https://bugs.webkit.org/show_bug.cgi?id=97355
41042
41043         Reviewed by Adrienne Walker.
41044
41045         This patch revises the behaviour of GestureTapDown highlighting so that the highlight should disappear if
41046         interrupted by GestureTap, and animate away if interrupted by GestureTapCancel.
41047
41048         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: removed extra testRunner.display().
41049         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2.html: Added.
41050         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html: Added.
41051         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.png: Added.
41052         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.txt: Added.
41053         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.png: Added.
41054         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.txt: Added.
41055
41056 2012-10-05  Jer Noble  <jer.noble@apple.com>
41057
41058         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
41059         https://bugs.webkit.org/show_bug.cgi?id=98527
41060
41061         Unreviewed gardening after r129479.
41062
41063         * platform/mac-wk2/TestExpectations:
41064
41065 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
41066
41067         Unreviewed GTK gardening.
41068
41069         Removing failure expectation for fast/text/vertical-rl-rtl-linebreak.html
41070         since the test only needed platform-specific baselines (which were added
41071         in r130524).
41072
41073         * platform/gtk/TestExpectations:
41074
41075 2012-10-05  Ojan Vafai  <ojan@chromium.org>
41076
41077         Have perf test assert worst order of magnitude
41078         https://bugs.webkit.org/show_bug.cgi?id=98535
41079
41080         Reviewed by Tony Chang.
41081
41082         Really we only care if tests get order of magnitude slower.
41083         Assert that tests are at least a certain magnitude.
41084         Hopefully this will reduce flakiness some.
41085        
41086         * resources/magnitude-perf.js:
41087         (Magnitude._run):
41088
41089 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
41090
41091         Deleting across multiple paragraphs can change the style of surrounding text
41092         https://bugs.webkit.org/show_bug.cgi?id=97266
41093
41094         Reviewed by Levi Weintraub.
41095
41096         Added a regression test and rebaselined tests.
41097
41098         * editing/deleting/delete-before-block-image-2-expected.txt:
41099         * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
41100         * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
41101         is now preserved when merging paragraphs.
41102         * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
41103         * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
41104         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
41105         * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
41106
41107 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
41108
41109         Unreviewed rebaseline after r130355.
41110
41111         r130447 forgot to update the Snow Leopard pixel baselines. The only differences are due to a different font used.
41112
41113         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
41114         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
41115         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
41116
41117 2012-10-05  Ojan Vafai  <ojan@chromium.org>
41118
41119         Add expected result accidentally left out of http://trac.webkit.org/changeset/130337.
41120         * perf/adding-radio-buttons-expected.txt:
41121
41122 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
41123
41124         Unreviewed GTK gardening.
41125
41126         Adding platform-specific baselines after r130443 and r130489.
41127
41128         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
41129         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
41130         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
41131         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
41132
41133 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
41134
41135         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
41136         https://bugs.webkit.org/show_bug.cgi?id=98256
41137
41138         Reviewed by Kenneth Rohde Christiansen.
41139
41140         Unskip fast/dom/Window/mozilla-focus-blur.html now that
41141         WebKitTestRunner implements UIClient's focus callbacks.
41142
41143         * platform/efl-wk2/TestExpectations:
41144
41145 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
41146
41147         Remove wrong expectations added in r130452.
41148
41149         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Removed.
41150         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Removed.
41151
41152 2012-10-05  Alexander Pavlov  <apavlov@chromium.org>
41153
41154         Web Inspector: [Styles] Unable to edit properties in broken stylesheets
41155         https://bugs.webkit.org/show_bug.cgi?id=98246
41156
41157         Reviewed by Vsevolod Vlasov.
41158
41159         A small refactoring to share the CSS style data dumping code among tests.
41160
41161         * http/tests/inspector/elements-test.js:
41162         (initialize_ElementTest):
41163         * inspector/styles/parse-stylesheet-errors-expected.txt: Added.
41164         * inspector/styles/parse-stylesheet-errors.html: Added.
41165         * inspector/styles/styles-new-API.html:
41166
41167 2012-10-05  Jer Noble  <jer.noble@apple.com>
41168
41169         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
41170         https://bugs.webkit.org/show_bug.cgi?id=98523
41171
41172         Unreviewed gardening after r130414.
41173
41174         * platform/mac/TestExpectations:
41175
41176 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
41177
41178         [Qt] Updates expected test results for the expanded coverage in testfonts
41179         https://bugs.webkit.org/show_bug.cgi?id=98425
41180
41181         Unreviewed gardening after r130502.
41182
41183         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
41184         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
41185         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
41186         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
41187         * platform/qt/fast/images/icon-decoding-expected.png: Added.
41188         * platform/qt/fast/images/icon-decoding-expected.txt:
41189         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
41190         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
41191
41192 2012-10-05  Sadrul Habib Chowdhury  <sadrul@chromium.org>
41193
41194         [chromium] Allow dragging into plugins.
41195         https://bugs.webkit.org/show_bug.cgi?id=98277
41196
41197         Reviewed by Tony Chang.
41198
41199         Add test to make sure that plugins receive the drag events correctly.
41200
41201         * platform/chromium/plugins/drag-events-expected.txt: Added.
41202         * platform/chromium/plugins/drag-events.html: Added.
41203
41204 2012-10-05  Marcelo Lira  <marcelo.lira@openbossa.org>
41205
41206         [Qt] Updates expected test results for the expanded coverage in testfonts
41207         https://bugs.webkit.org/show_bug.cgi?id=98425
41208
41209         Reviewed by Csaba Osztrogonác.
41210
41211         The Qt testfonts repository was expanded with the croscore set of
41212         fonts, which provides a great number of new glyphs (e.g. hebrew
41213         characters).
41214
41215         See the comments in the testfonts commit for detailed information:
41216         https://gitorious.org/qtwebkit/testfonts/commit/f11a54548121ee9fb0688dc6f32acdbfec5d2d2f/diffs
41217
41218         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
41219         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
41220         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
41221         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
41222         * platform/qt-5.0/fast/forms/search-rtl-expected.png: Removed.
41223         * platform/qt-5.0/fast/forms/search-rtl-expected.txt: Removed.
41224         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
41225         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
41226         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
41227         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
41228         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
41229         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
41230         * platform/qt/fast/borders/bidi-012-expected.txt:
41231         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
41232         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
41233         * platform/qt/fast/forms/search-rtl-expected.png:
41234         * platform/qt/fast/forms/search-rtl-expected.txt:
41235         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
41236         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
41237         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
41238         * platform/qt/fast/text/large-text-composed-char-expected.png:
41239         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png:
41240         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
41241
41242 2012-10-05  Allan Sandfeld Jensen  <allan.jensen@digia.com>
41243
41244         Unreviewed Qt gardening.
41245
41246         The ICO decoder shouldn't be broken since it is the WebKit decoder.
41247
41248         * platform/qt/TestExpectations:
41249
41250 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
41251
41252         [Qt] Unreviewed gardening, update an expected file for newer Qt5.
41253
41254         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
41255         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
41256
41257 2012-10-05  Andrei Bucur  <abucur@adobe.com>
41258
41259         Incomplete repaint of boxes with inset box-shadow and padding when resized
41260         https://bugs.webkit.org/show_bug.cgi?id=59863
41261
41262         Reviewed by Simon Fraser.
41263
41264         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)
41265         so I've added a rule in the TestExpectations file.
41266
41267         * platform/chromium/TestExpectations:
41268         * fast/repaint/box-shadow-inset-repaint.html: Added.
41269         * platform/chromium-mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
41270         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
41271         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
41272
41273 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
41274
41275         Unreviewed GTK gardening.
41276
41277         Updating platform-specific baselines after r130411.
41278         Removing platform-specific baselines for CSS compositing tests
41279         and skipping these tests entirely as the feature is not yet enabled
41280         on the GTK port.
41281
41282         * platform/gtk/TestExpectations:
41283         * platform/gtk/css3/compositing: Removed.
41284         * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Removed.
41285         * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
41286         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
41287         * platform/gtk/editing/execCommand/paste-1-expected.txt:
41288         * platform/gtk/editing/pasteboard/8145-3-expected.txt:
41289         * platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
41290         * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
41291         * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
41292         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
41293         * platform/gtk/editing/pasteboard/unrendered-br-expected.txt:
41294
41295 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
41296
41297         [Qt] Enable CSS compositing by default
41298         https://bugs.webkit.org/show_bug.cgi?id=98490
41299
41300         Reviewed by Simon Hausmann.
41301
41302         * 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.
41303
41304 2012-10-05  Kent Tamura  <tkent@chromium.org>
41305
41306         [Chromium] Test expectation update
41307         https://bugs.webkit.org/show_bug.cgi?id=98481
41308
41309         r130477 affects month-multiple-fields tests too.
41310
41311         * platform/chromium/TestExpectations:
41312
41313 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
41314
41315         Unreviewed, rolling out r130466.
41316         http://trac.webkit.org/changeset/130466
41317         https://bugs.webkit.org/show_bug.cgi?id=98495
41318
41319         It made 12 tests crash on Qt-WK2 (Requested by Ossy on
41320         #webkit).
41321
41322         * platform/efl-wk2/TestExpectations:
41323
41324 2012-10-05  Kent Tamura  <tkent@chromium.org>
41325
41326         Add appearance tests for input[type=date] with multiple fields
41327         https://bugs.webkit.org/show_bug.cgi?id=98479
41328
41329         Reviewed by Kentaro Hara.
41330
41331         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Added.
41332         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Added.
41333         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
41334         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Added.
41335         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
41336         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Added.
41337         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Added.
41338         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Added.
41339         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
41340         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
41341         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
41342         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
41343         * platform/chromium/TestExpectations:
41344
41345 2012-10-04  Kent Tamura  <tkent@chromium.org>
41346
41347         Fix sub-field width to the maximum width of a placeholder and the maximum value
41348         https://bugs.webkit.org/show_bug.cgi?id=98481
41349
41350         Reviewed by Hajime Morita.
41351
41352         Update a test and test expectations.
41353
41354         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt:
41355         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:
41356         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
41357         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
41358         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
41359         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
41360         * platform/chromium/TestExpectations:
41361
41362 2012-10-05  Kangil Han  <kangil.han@samsung.com>
41363
41364         [EFL][WK2][WTR] Unskip parser-tests-110.html test case.
41365         https://bugs.webkit.org/show_bug.cgi?id=98484
41366
41367         Unreviewed EFL gardening.
41368
41369         fast/encoding/parser-tests-110.html test case has been passed consistently.
41370
41371         * platform/efl-wk2/TestExpectations:
41372
41373 2012-10-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
41374
41375         [Qt] Gardening, skip some failing test.
41376
41377         Reviewed by Csaba Osztrogonác.
41378
41379         * platform/qt-5.0-wk2/TestExpectations:
41380         * platform/qt/TestExpectations:
41381
41382 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
41383
41384         [EFL] Fix window resizing / moving in WK1 and WKTR
41385         https://bugs.webkit.org/show_bug.cgi?id=98486
41386
41387         Reviewed by Gyuyoung Kim.
41388
41389         Unskip 2 window resizing / moving tests now that
41390         the implementation for those has been fixed in
41391         WebKit1 EFL.
41392
41393         * platform/efl-wk1/TestExpectations:
41394
41395 2012-10-04  Kunihiko Sakamoto  <ksakamoto@chromium.org>
41396
41397         <input> size attribute should throw INDEX_SIZE_ERR when set to 0
41398         https://bugs.webkit.org/show_bug.cgi?id=61675
41399
41400         Reviewed by Kent Tamura.
41401
41402         Added test case to verify that input.size throws INDEX_SIZE_ERR when set to 0.
41403
41404         Updated fast/forms/number/number-size.html to reflect new behavior.
41405
41406         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
41407         * fast/dom/HTMLInputElement/input-size-attribute.html:
41408         * fast/forms/number/number-size.html:
41409         * fast/forms/number/number-size-expected.txt:
41410
41411 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
41412
41413         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
41414         https://bugs.webkit.org/show_bug.cgi?id=98256
41415
41416         Reviewed by Kenneth Rohde Christiansen.
41417
41418         Unskip fast/dom/Window/mozilla-focus-blur.html now that
41419         WebKitTestRunner implements UIClient's focus callbacks.
41420
41421         * platform/efl-wk2/TestExpectations:
41422
41423 2012-10-04  Rik Cabanier  <cabanier@adobe.com>
41424
41425         Turn Compositing on by default in WebKit build
41426         https://bugs.webkit.org/show_bug.cgi?id=98315
41427
41428         Reviewed by Simon Fraser.
41429
41430         enable -webkit-blend-mode on trunk.
41431
41432         * css3/compositing/blend-mode-property-expected.txt:
41433         * css3/compositing/blend-mode-property-parsing-expected.txt:
41434         * css3/compositing/script-tests/blend-mode-property.js:
41435         (testblendmode):
41436         * css3/compositing/should-have-compositing-layer-expected.txt:
41437         * platform/chromium/TestExpectations: 
41438
41439 2012-10-04  Kent Tamura  <tkent@chromium.org>
41440
41441         Update some picker tests for input[type=date]
41442         https://bugs.webkit.org/show_bug.cgi?id=98390
41443
41444         Follow up of r130433. We still need offsetTop access.
41445
41446         * fast/forms/date/calendar-picker-common.js:
41447         (openPicker):
41448         * fast/forms/resources/suggestion-picker-common.js:
41449         (openPicker):
41450         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
41451         Remove unnecessary width style.
41452
41453 2012-10-04  Tony Chang  <tony@chromium.org>
41454
41455         Convert some flexbox tests to run in mozilla
41456         https://bugs.webkit.org/show_bug.cgi?id=98464
41457
41458         Reviewed by Ojan Vafai.
41459
41460         Move properties with a small number of values into resources/flexbox.css
41461         and start using it in some flexbox tests.
41462
41463         * css3/flexbox/align-absolute-child.html:
41464         * css3/flexbox/align-baseline-expected.html:
41465         * css3/flexbox/align-baseline.html:
41466         * css3/flexbox/anonymous-block-merge-crash.html:
41467         * css3/flexbox/anonymous-block.html:
41468         * css3/flexbox/auto-height-dynamic.html:
41469         * css3/flexbox/auto-margins.html:
41470         * css3/flexbox/box-sizing-min-max-sizes.html:
41471         * css3/flexbox/box-sizing.html:
41472         * css3/flexbox/child-overflow-expected.html:
41473         * css3/flexbox/child-overflow.html:
41474         * css3/flexbox/columns-auto-size.html:
41475         * css3/flexbox/columns-height-set-via-top-bottom.html:
41476         * css3/flexbox/content-height-with-scrollbars.html:
41477         * css3/flexbox/cross-axis-scrollbar.html:
41478         * css3/flexbox/flex-algorithm-min-max.html:
41479         * css3/flexbox/flex-algorithm-with-margins.html:
41480         * css3/flexbox/flex-algorithm.html:
41481         * css3/flexbox/resources/flexbox.css: Added.
41482
41483 2012-10-04  Dirk Pranke  <dpranke@chromium.org>
41484
41485         Update chromium baselines for 5006779.html and paint-subrect-grid.html.
41486
41487         Unreviewed, rebaselining.
41488
41489         Updates after r130425 and r130411.
41490
41491         * platform/chromium-linux/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
41492         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Added.
41493         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/5006779-expected.txt.
41494         * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
41495         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
41496
41497 2012-10-04  Douglas Stockwell  <dstockwell@chromium.org>
41498
41499         [chromium] Unreviewed. Rebaseline mac/win results after r130355
41500         https://bugs.webkit.org/show_bug.cgi?id=98472
41501
41502         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
41503         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
41504         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
41505         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
41506         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
41507         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
41508         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
41509         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
41510         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
41511         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
41512         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
41513         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
41514         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
41515         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
41516         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
41517         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
41518         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
41519         * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png:
41520         * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png:
41521         * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png:
41522         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
41523         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
41524         * platform/chromium-mac/media/audio-repaint-expected.png:
41525         * platform/chromium-mac/media/controls-after-reload-expected.png:
41526         * platform/chromium-mac/media/controls-strict-expected.png:
41527         * platform/chromium-mac/media/controls-styling-expected.png:
41528         * platform/chromium-mac/media/controls-styling-strict-expected.png:
41529         * platform/chromium-mac/media/controls-without-preload-expected.png:
41530         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
41531         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
41532         * platform/chromium-mac/media/video-controls-rendering-expected.png:
41533         * platform/chromium-mac/media/video-display-toggle-expected.png:
41534         * platform/chromium-mac/media/video-no-audio-expected.png:
41535         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
41536         * platform/chromium-mac/media/video-zoom-controls-expected.png:
41537         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
41538         * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png:
41539         * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png:
41540         * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png:
41541         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
41542         * platform/chromium-win/media/audio-controls-rendering-expected.png:
41543         * platform/chromium-win/media/audio-repaint-expected.png:
41544         * platform/chromium-win/media/controls-after-reload-expected.png:
41545         * platform/chromium-win/media/controls-strict-expected.png:
41546         * platform/chromium-win/media/controls-styling-expected.png:
41547         * platform/chromium-win/media/controls-styling-strict-expected.png:
41548         * platform/chromium-win/media/controls-without-preload-expected.png:
41549         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
41550         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
41551         * platform/chromium-win/media/video-controls-rendering-expected.png:
41552         * platform/chromium-win/media/video-display-toggle-expected.png:
41553         * platform/chromium-win/media/video-no-audio-expected.png:
41554         * platform/chromium-win/media/video-playing-and-pause-expected.png:
41555         * platform/chromium-win/media/video-zoom-controls-expected.png:
41556         * platform/chromium/TestExpectations:
41557
41558 2012-10-04  Enrica Casucci  <enrica@apple.com>
41559
41560         Font::glyphDataAndPageForCharacter doesn't account for text orientation when using systemFallback on a cold cache.
41561         https://bugs.webkit.org/show_bug.cgi?id=98452.
41562
41563         Reviewed by Dan Bernstein.
41564
41565         The new test adds platform specific results for Mac, since it uses system fallback fonts.
41566         I've added the expected failure for all the other platforms.
41567
41568         * fast/text/vertical-rl-rtl-linebreak.html: Added.
41569         * platform/chromium/TestExpectations:
41570         * platform/efl/TestExpectations:
41571         * platform/gtk/TestExpectations:
41572         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
41573         * platform/qt/TestExpectations:
41574         * platform/win/TestExpectations:
41575
41576 2012-10-04  Adam Klein  <adamk@chromium.org>
41577
41578         MutationRecord attributeName should be null for non attribute changes
41579         https://bugs.webkit.org/show_bug.cgi?id=98438
41580
41581         Reviewed by Ojan Vafai.
41582
41583         * fast/mutation/mutation-record-nullity-expected.txt: Added.
41584         * fast/mutation/mutation-record-nullity.html: Added.
41585
41586 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
41587
41588         More Qt rebaselines after r130411.
41589
41590         * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
41591         * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
41592         * platform/qt/editing/pasteboard/5006779-expected.txt:
41593         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
41594         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
41595         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
41596
41597 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
41598
41599         GTK+ rebaselines after r130411.
41600
41601         * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
41602         * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
41603         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
41604         * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
41605         * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
41606         * platform/gtk/editing/deleting/merge-no-br-expected.txt:
41607         * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
41608         * platform/gtk/editing/execCommand/paste-2-expected.txt:
41609         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
41610         * platform/gtk/editing/pasteboard/5006779-expected.txt:
41611         * platform/gtk/editing/pasteboard/5028447-expected.txt:
41612         * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
41613         * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
41614         * platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
41615         * platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
41616         * platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
41617         * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
41618         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
41619         * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt:
41620         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
41621         * platform/gtk/fast/lists/drag-into-marker-expected.txt:
41622
41623 2012-10-04  Tab Atkins  <tabatkins@google.com>
41624
41625         1ex should equal .5em when the font has no x-height metric
41626         https://bugs.webkit.org/show_bug.cgi?id=80360
41627
41628         Reviewed by Eric Seidel.
41629
41630         If a font has no x-height metric, 1ex should equal .5em.
41631
41632         Test layout tweaked by David Barr <davidbarr@chromium.org>.
41633
41634         * fast/css/ex-unit-with-no-x-height-expected.txt: Added.
41635         * fast/css/ex-unit-with-no-x-height.html: Added.
41636
41637 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
41638
41639         [Qt] New test introduced in r129346 inspector-protocol/css-getSupportedCSSProperties.html fails
41640         https://bugs.webkit.org/show_bug.cgi?id=97451
41641
41642         Reviewed by Kenneth Rohde Christiansen.
41643
41644         Unskipping this test that is passing.
41645
41646         * platform/qt/TestExpectations:
41647
41648 2012-10-04  Kent Tamura  <tkent@chromium.org>
41649
41650         Update some picker tests for input[type=date]
41651         https://bugs.webkit.org/show_bug.cgi?id=98390
41652
41653         Reviewed by Daniel Bates.
41654
41655         r130375 changed a behavior. A key bind to open a calendar picker
41656         or a suggestion picker was changed from "Down" to "Alt + Down". We
41657         need to update tests which open pickers for input[type=date].
41658
41659         * fast/forms/date/calendar-picker-appearance-expected.txt:
41660         * fast/forms/date/calendar-picker-appearance-pre-100.html:
41661         Use openPicker() in calendar-picker-common.js.
41662         * fast/forms/date/calendar-picker-appearance.html: Ditto.
41663         * fast/forms/date/calendar-picker-common.js:
41664         (openPicker): Specify Alt modifier.
41665         (sendKey): Add ctrlKey and altKey flags.
41666         * fast/forms/date/calendar-picker-with-step.html:
41667         Use openPicker() in calendar-picker-common.js.
41668         * platform/chromium/TestExpectations:
41669         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
41670         Use openPicker() in suggestion-picker-common.js
41671         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html:
41672         Ditto.
41673         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html:
41674         Ditto.
41675         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
41676         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
41677         Use openPicker() and sendKey() in suggestion-picker-common.js.
41678         Increase the internal timeout because it was too short on my machine.
41679
41680 2012-10-04  Alpha Lam  <hclam@chromium.org>
41681
41682         Unreviewed. Chromium rebaselines.
41683
41684         Rebaseline pixel results after r130412.
41685
41686         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
41687         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
41688
41689 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
41690
41691         Another rebaseline needed after r130411.
41692
41693         * platform/mac/editing/pasteboard/5006779-expected.txt:
41694
41695 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
41696
41697         [EFL] Add libxml 2.8.0 to jhbuild
41698         https://bugs.webkit.org/show_bug.cgi?id=98418
41699
41700         Reviewed by Laszlo Gombos.
41701
41702         Unskip fast/xsl/xslt-missing-namespace-in-xslt.xml
41703         since it passes with libxml 2.8.0 and we now depend
41704         on that version.
41705
41706         * platform/efl/TestExpectations:
41707
41708 2012-10-04  Tony Chang  <tony@chromium.org>
41709
41710         Unreviewed gardening.  Landing render tree results for css3/flexbox/flexbox-baseline.html.
41711         https://bugs.webkit.org/show_bug.cgi?id=98306
41712
41713         This pixel test was added in r130405.
41714
41715         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: Added.
41716         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: Added.
41717         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
41718         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: Added.
41719         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: Copied from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
41720         * platform/chromium/TestExpectations:
41721         * platform/gtk/TestExpectations:
41722         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Added.
41723         * platform/mac/TestExpectations:
41724         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
41725         * platform/qt/TestExpectations:
41726         * platform/qt/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
41727
41728 2012-10-04  Alpha Lam  <hclam@chromium.org>
41729
41730         Unreviewed. Chromium rebaselines.
41731
41732         * platform/chromium-mac/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
41733         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
41734
41735 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
41736
41737         Chromium rebaselines after r130411.
41738
41739         * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt:
41740         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
41741         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt:
41742         * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
41743         * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
41744         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Removed.
41745         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-xml-expected.txt: Added.
41746         * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
41747         * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt:
41748         * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
41749         * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
41750         * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
41751         * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
41752         * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
41753         * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
41754         * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
41755         * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
41756         * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
41757         * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt:
41758         * platform/chromium-win/editing/pasteboard/5028447-expected.txt:
41759         * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
41760         * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
41761         * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
41762         * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt:
41763         * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt:
41764         * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt:
41765         * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt:
41766         * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
41767         * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
41768         * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt:
41769         * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
41770         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
41771         * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
41772         * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt:
41773         * platform/chromium-win/fast/lists/drag-into-marker-expected.txt:
41774
41775 2012-10-04  Pravin D  <pravind.2k4@gmail.com>
41776
41777         Layout broken after cloning and re-inserting a table with a misplaced <form>
41778         https://bugs.webkit.org/show_bug.cgi?id=86746
41779
41780         Reviewed by Julien Chaffraix.
41781
41782         * fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
41783         * fast/table/form-with-non-table-display-inside-table-elements.html: Added.
41784
41785 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
41786
41787         Qt rebaseline after r130411.
41788
41789         * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
41790         * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
41791         * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
41792         * platform/qt/editing/deleting/merge-no-br-expected.txt:
41793         * platform/qt/editing/execCommand/find-after-replace-expected.txt:
41794         * platform/qt/editing/execCommand/paste-1-expected.txt:
41795         * platform/qt/editing/execCommand/paste-2-expected.txt:
41796         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
41797         * platform/qt/editing/pasteboard/5006779-expected.txt:
41798         * platform/qt/editing/pasteboard/5028447-expected.txt:
41799         * platform/qt/editing/pasteboard/8145-3-expected.txt:
41800         * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
41801         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
41802         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
41803         * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
41804         * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
41805         * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
41806         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
41807         * platform/qt/editing/pasteboard/unrendered-br-expected.txt:
41808
41809 2012-10-04  Dean Jackson  <dino@apple.com>
41810
41811         Attribute and Uniform variable names need translation in shader
41812         https://bugs.webkit.org/show_bug.cgi?id=70989
41813
41814         Reviewed by Tim Horton (and Darin Adler).
41815
41816         Added subtests to exercise variables that are well under the limits but
41817         not long enough to produce an error. This way we now test all three options:
41818         under the limit, at the limit, over the limit.
41819
41820         Also, the tests are unskipped on Mac.
41821
41822         * fast/canvas/webgl/attrib-location-length-limits-expected.txt:
41823         * fast/canvas/webgl/attrib-location-length-limits.html:
41824         * fast/canvas/webgl/uniform-location-length-limits-expected.txt:
41825         * fast/canvas/webgl/uniform-location-length-limits.html:
41826         * platform/mac/TestExpectations:
41827
41828 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
41829
41830         [WK2] Support all attributes of GeolocationPosition
41831         https://bugs.webkit.org/show_bug.cgi?id=98212
41832
41833         Reviewed by Sam Weinig.
41834
41835         Add a new test for the exposed attributes. It is disabled everywhere else than
41836         Mac because of the missing DRT features.
41837
41838         * fast/dom/Geolocation/coordinates-interface-attributes-expected.txt: Added.
41839         * fast/dom/Geolocation/coordinates-interface-attributes.html: Added.
41840         * platform/chromium/TestExpectations:
41841         * platform/gtk/TestExpectations:
41842         * platform/qt/TestExpectations:
41843
41844 2012-10-04  Alpha Lam  <hclam@chromium.org>
41845
41846         [skia] Drawing a subrect of bitmap image is misaligned
41847         https://bugs.webkit.org/show_bug.cgi?id=95121
41848
41849         Reviewed by Stephen White.
41850
41851         3 new tests added.
41852
41853         - fast/images/paint-subrect.html
41854
41855         This test enlarges a 2x1 image in a canvas for easy verification.
41856         2/3 of the image is used as source rectangle to exercise the code path
41857         for partial pixel addressing.
41858
41859         Pixel test result should have 1/3 blue on the left and 2/3 green on the
41860         right with gradient according to interpolation settings.
41861
41862         - fast/images/paint-subrect-grid.html
41863
41864         Draws a 11x11 image into a canvas in 8 fragments with partial pixels.
41865         Canvas should look just like a single image enlarged.
41866
41867         - fast/images/repaint-subrect-grid.html
41868
41869         Scale a 31x31 image to 55x55. A blue square moves across the scaled
41870         image such that the image is partially invalidated. After the animation
41871         the image should look the same.
41872
41873         * fast/images/paint-subrect-expected.txt: Added.
41874         * fast/images/paint-subrect-grid-expected.txt: Added.
41875         * fast/images/paint-subrect-grid.html: Added.
41876         * fast/images/paint-subrect.html: Added.
41877         * fast/images/repaint-subrect-grid-expected.html: Added.
41878         * fast/images/repaint-subrect-grid.html: Added.
41879         * fast/images/resources/grid-large.png: Added.
41880         * fast/images/resources/grid-small.png: Added.
41881         * platform/chromium/TestExpectations: Added image failure expectations.
41882         * platform/chromium/fast/images/paint-subrect-expected.png: Added.
41883         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Added.
41884         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Added.
41885
41886 2012-10-03  Ryosuke Niwa  <rniwa@webkit.org>
41887
41888         ReplaceSelectionCommand should merge text nodes
41889         https://bugs.webkit.org/show_bug.cgi?id=98188
41890
41891         Reviewed by Levi Weintraub.
41892
41893         Rebaselined tests.
41894
41895         * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
41896         * editing/deleting/paste-with-transparent-background-color-expected.txt:
41897         * editing/execCommand/outdent-selection-expected.txt:
41898         * editing/execCommand/remove-list-items-expected.txt:
41899         * editing/inserting/insert-3907422-fix-expected.txt:
41900         * editing/pasteboard/avoid-copying-body-with-background-expected.txt:
41901         * editing/pasteboard/block-wrappers-necessary-expected.txt:
41902         * editing/pasteboard/drag-drop-list-expected.txt:
41903         * editing/pasteboard/merge-end-5-expected.txt:
41904         * editing/pasteboard/paste-before-tab-span-expected.txt:
41905         * editing/pasteboard/paste-into-table-cell-expected.txt:
41906         * editing/pasteboard/paste-text-001-expected.txt:
41907         * editing/pasteboard/paste-text-002-expected.txt:
41908         * editing/pasteboard/paste-text-003-expected.txt:
41909         * editing/pasteboard/paste-text-010-expected.txt:
41910         * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
41911         * editing/pasteboard/paste-unrendered-select-expected.txt:
41912         * editing/pasteboard/smart-paste-001-expected.txt:
41913         * editing/pasteboard/smart-paste-002-expected.txt:
41914         * editing/pasteboard/smart-paste-003-expected.txt:
41915         * editing/pasteboard/smart-paste-004-expected.txt:
41916         * editing/pasteboard/smart-paste-005-expected.txt:
41917         * editing/pasteboard/smart-paste-006-expected.txt:
41918         * fast/events/ondragenter-expected.txt:
41919         * fast/lists/drag-into-marker.html:
41920         * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
41921         * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
41922         * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
41923         * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
41924         * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
41925         * platform/mac/editing/deleting/merge-no-br-expected.txt:
41926         * platform/mac/editing/execCommand/find-after-replace-expected.txt:
41927         * platform/mac/editing/execCommand/paste-1-expected.txt:
41928         * platform/mac/editing/execCommand/paste-2-expected.txt:
41929         * platform/mac/editing/pasteboard/4944770-2-expected.txt:
41930         * platform/mac/editing/pasteboard/5006779-expected.txt:
41931         * platform/mac/editing/pasteboard/5028447-expected.txt:
41932         * platform/mac/editing/pasteboard/8145-3-expected.txt:
41933         * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
41934         * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
41935         * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
41936         * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
41937         * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
41938         * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
41939         * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
41940         * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
41941         * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
41942         * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
41943         * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
41944         * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
41945         * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
41946         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
41947         * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
41948         * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
41949         * platform/mac/editing/pasteboard/unrendered-br-expected.txt:
41950
41951 2012-10-04  Tony Chang  <tony@chromium.org>
41952
41953         Unreviewed, fix flexbox-baseline.html to test the new behavior after r130409.
41954
41955         * css3/flexbox/flexbox-baseline.html:
41956         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
41957         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt:
41958
41959 2012-10-04  Tony Chang  <tony@chromium.org>
41960
41961         Unreviewed, fixing expected results for a test that needs a new baseline.
41962
41963         * platform/chromium/TestExpectations:
41964         * platform/efl/TestExpectations:
41965         * platform/gtk/TestExpectations:
41966         * platform/mac/TestExpectations:
41967         * platform/qt/TestExpectations:
41968
41969 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
41970
41971         Unreviewed, rolling out r130396.
41972         http://trac.webkit.org/changeset/130396
41973         https://bugs.webkit.org/show_bug.cgi?id=98421
41974
41975         This patch is causing crashes on 4 tests on Lion Debug and
41976         Mountain Lion Debug (Requested by jernoble on #webkit).
41977
41978         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Removed.
41979         * compositing/layer-creation/fixed-position-absolute-descendant.html: Removed.
41980
41981 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
41982
41983         [EFL] Fix r140403 by skipping the right test.
41984
41985         * platform/efl/TestExpectations:
41986
41987 2012-10-04  Tony Chang  <tony@chromium.org>
41988
41989         inline-flex baseline is sometimes wrong
41990         https://bugs.webkit.org/show_bug.cgi?id=96188
41991
41992         Reviewed by Ojan Vafai.
41993
41994         Add a new pixel test and mark the test as failing so we can get pixel results from the bots.
41995
41996         * css3/flexbox/flexbox-baseline.html: Added.
41997         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: Added.
41998         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
41999         * platform/chromium/TestExpectations:
42000         * platform/efl/TestExpectations:
42001         * platform/gtk/TestExpectations:
42002         * platform/mac/TestExpectations:
42003         * platform/qt/TestExpectations:
42004         * platform/win/TestExpectations:
42005
42006 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42007
42008         [EFL] Temporarily skip fast/xsl/xslt-missing-namespace-in-xslt.html.
42009
42010         As bug 91009 shows, libxml 2.8.0 makes us produce a different test
42011         result. Unskip the test for now until we add that version to
42012         jhbuild.
42013
42014         * platform/efl/TestExpectations:
42015
42016 2012-10-04  Xianzhu Wang  <wangxianzhu@chromium.org>
42017
42018         [Chromium] Should set unitsPerEm in SimpleFontDataSkia.cpp
42019         https://bugs.webkit.org/show_bug.cgi?id=98100
42020
42021         Reviewed by Stephen White.
42022
42023         * fast/writing-mode/resources/DroidSansFallback-reduced.ttf: Added.
42024         * fast/writing-mode/vertical-font-vmtx-units-per-em-expected.txt: Added.
42025         * fast/writing-mode/vertical-font-vmtx-units-per-em.html: Added.
42026
42027 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42028
42029         [EFL] Revert some wrong baselines added in r130387.
42030
42031         Thanks to Christophe Dumez and Mikhail Pozdnyakov for the help.
42032
42033         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Removed.
42034         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
42035
42036 2012-10-04  Peter Rybin  <peter.rybin@gmail.com>
42037
42038         Web Inspector: expose object internal properties such as PrimitiveValue or BoundThis
42039         https://bugs.webkit.org/show_bug.cgi?id=94397
42040
42041         Reviewed by Yury Semikhatsky.
42042
42043         A test is added to support new feature. Old test is updated because line number changed.
42044
42045         * inspector-protocol/runtime-getProperties-expected.txt: Added.
42046         * inspector-protocol/runtime-getProperties.html: Added.
42047         * inspector/console/command-line-api-expected.txt:
42048
42049 2012-10-04  Sami Kyostila  <skyostil@chromium.org>
42050
42051         Fixed position visibility check does not consider descendants
42052         https://bugs.webkit.org/show_bug.cgi?id=98144
42053
42054         Reviewed by Simon Fraser.
42055
42056         Added a test for the fixed position layer visibility check.
42057
42058         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Added.
42059         * compositing/layer-creation/fixed-position-absolute-descendant.html: Added.
42060
42061 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
42062
42063         [Qt] Unreviewed gardening after r130385. Skip some failing test.
42064
42065         * platform/qt-5.0-wk2/TestExpectations:
42066         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
42067
42068 2012-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
42069
42070         Web Inspector: When uiSourceCode content has diverged from VM script, call frames should be shown in temporary script based uiSourceCodes.
42071         https://bugs.webkit.org/show_bug.cgi?id=98385
42072
42073         Reviewed by Pavel Feldman.
42074
42075         * inspector/debugger/dynamic-script-tag-expected.txt:
42076         * inspector/debugger/resource-script-mapping-expected.txt:
42077
42078 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
42079
42080         [Qt] Unreviewed gardening after r130385. Skip a failing test.
42081         https://bugs.webkit.org/show_bug.cgi?id=62741
42082
42083         * platform/qt/TestExpectations:
42084
42085 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42086
42087         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 6.
42088
42089         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
42090         * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Added.
42091         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
42092         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
42093         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Added.
42094         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
42095         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt:
42096         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
42097         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
42098         * platform/efl/fullscreen/full-screen-stacking-context-expected.png:
42099         * platform/efl/fullscreen/full-screen-zIndex-after-expected.png:
42100         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png:
42101         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
42102         * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png:
42103         * platform/efl/http/tests/misc/frame-access-during-load-expected.png:
42104         * platform/efl/http/tests/misc/iframe404-expected.png:
42105         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
42106         * platform/efl/http/tests/uri/css-href-expected.png:
42107         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
42108         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
42109         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
42110         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
42111         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
42112         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
42113         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
42114         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
42115         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
42116         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
42117         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
42118         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
42119         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
42120         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
42121         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
42122         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
42123         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
42124         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
42125         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
42126         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
42127         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
42128         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
42129         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
42130         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
42131         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
42132         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
42133         * platform/efl/svg/filters/big-sized-filter-expected.png:
42134         * platform/efl/svg/filters/feColorMatrix-saturate-expected.png: Added.
42135         * platform/efl/svg/filters/feDropShadow-expected.png: Added.
42136         * platform/efl/svg/filters/feGaussianBlur-expected.png:
42137         * platform/efl/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
42138         * platform/efl/svg/filters/filterRes1-expected.png:
42139         * platform/efl/svg/filters/filterRes3-expected.png:
42140         * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png:
42141         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
42142
42143 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
42144
42145         [Qt] Reviewing old bugs in Qt TestExpectations. Unskip now passing test.
42146
42147         * platform/qt-5.0-wk1/TestExpectations:
42148         * platform/qt-5.0-wk2/TestExpectations:
42149         * platform/qt/TestExpectations:
42150         * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
42151         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
42152         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
42153
42154 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
42155
42156         Unreviewed. Mark perf/show-hide-table-rows.html as flaky.
42157
42158         * platform/chromium/TestExpectations:
42159
42160 2012-10-04  Harald Alvestrand  <hta@google.com>
42161
42162         Change RTCPeerConnection GetStats to use Date timestamp format
42163         https://bugs.webkit.org/show_bug.cgi?id=98263
42164
42165         Reviewed by Yury Semikhatsky.
42166
42167         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
42168         * fast/mediastream/RTCPeerConnection-stats.html:
42169
42170 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
42171
42172         Unreviewed, rolling out r130377.
42173         http://trac.webkit.org/changeset/130377
42174         https://bugs.webkit.org/show_bug.cgi?id=98392
42175
42176         Chromium Win compilation is broken (Requested by yurys on
42177         #webkit).
42178
42179         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
42180         * fast/mediastream/RTCPeerConnection-stats.html:
42181
42182 2012-10-04  Kent Tamura  <tkent@chromium.org>
42183
42184         Some picker test for input[type=date] are failing
42185         https://bugs.webkit.org/show_bug.cgi?id=98390
42186
42187         * platform/chromium/TestExpectations:
42188
42189 2012-10-04  Kent Tamura  <tkent@chromium.org>
42190
42191         [Chromium] Fix an error in TestExpectations.
42192
42193         * platform/chromium/TestExpectations:
42194
42195 2012-10-04  Harald Alvestrand  <hta@google.com>
42196
42197         Change RTCPeerConnection GetStats to use Date timestamp format
42198         https://bugs.webkit.org/show_bug.cgi?id=98263
42199
42200         Reviewed by Adam Barth.
42201
42202         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
42203         * fast/mediastream/RTCPeerConnection-stats.html:
42204
42205 2012-10-04  Kent Tamura  <tkent@chromium.org>
42206
42207         Update tests for input[type=date] with the multiple fields UI
42208         https://bugs.webkit.org/show_bug.cgi?id=98386
42209
42210         Reviewed by Hajime Morita.
42211
42212         Remove some tests for input[type=date. They depends on the old UI, which
42213         we don't use any more.
42214         Mark some tests fail. We need to update their results later.
42215
42216         * fast/forms/date/date-appearance.html: Removed.
42217         * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
42218         * fast/forms/date/date-fixed-placeholder.html: Removed.
42219         * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
42220         * fast/forms/date/date-input-visible-strings.html: Removed.
42221         * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
42222         * fast/forms/date/input-date-commit-valid-only.html: Removed.
42223         * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
42224         * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
42225         * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
42226         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
42227         * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
42228         * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
42229         * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
42230         * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
42231         * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
42232         * platform/chromium/TestExpectations:
42233         * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
42234
42235 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
42236
42237         [Qt] css2.1/20110323/text-indent-intrinsic-00* fail
42238         https://bugs.webkit.org/show_bug.cgi?id=91772
42239
42240         Reviewed by Yuta Kitamura.
42241
42242         Unskip some tests that are passing.
42243
42244         * platform/qt/TestExpectations:
42245
42246 2012-10-04  Zan Dobersek  <zandobersek@gmail.com>
42247
42248         Unreviewed GTK gardening.
42249
42250         Adding proper bug modifiers for accessibility failures that don't yet have one.
42251
42252         * platform/gtk/TestExpectations:
42253
42254 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
42255
42256         Removed duplicate entries introduced by r130355
42257
42258         * platform/chromium/TestExpectations:
42259
42260 2012-10-04  Csaba Osztrogonác  <ossy@webkit.org>
42261
42262         [Qt][WK2] Unreviewed gardening, skip new crashing tests to paint the bot green.
42263
42264         * platform/qt-5.0-wk2/TestExpectations:
42265
42266 2012-10-03  Kent Tamura  <tkent@chromium.org>
42267
42268         DateTimeYearFieldElement should respect min/max values specified by page authors
42269         https://bugs.webkit.org/show_bug.cgi?id=98227
42270
42271         Reviewed by Hajime Morita.
42272
42273         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
42274         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added.
42275
42276 2012-10-03  Douglas Stockwell  <dstockwell@chromium.org>
42277
42278         Chromium needs support for border radius clipping
42279         https://bugs.webkit.org/show_bug.cgi?id=69866
42280
42281         Reviewed by Stephen White.
42282
42283         * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png:
42284         * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png:
42285         * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png:
42286         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
42287         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
42288         * platform/chromium-linux/media/audio-repaint-expected.png:
42289         * platform/chromium-linux/media/controls-after-reload-expected.png:
42290         * platform/chromium-linux/media/controls-strict-expected.png:
42291         * platform/chromium-linux/media/controls-styling-expected.png:
42292         * platform/chromium-linux/media/controls-styling-strict-expected.png:
42293         * platform/chromium-linux/media/controls-without-preload-expected.png:
42294         * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
42295         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
42296         * platform/chromium-linux/media/video-controls-rendering-expected.png:
42297         * platform/chromium-linux/media/video-display-toggle-expected.png:
42298         * platform/chromium-linux/media/video-no-audio-expected.png:
42299         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
42300         * platform/chromium-linux/media/video-zoom-controls-expected.png:
42301         * platform/chromium/TestExpectations:
42302
42303 2012-10-03  Tony Chang  <tony@chromium.org>
42304
42305         Unreviewed, remove 2 tests that were moved in http://trac.webkit.org/changeset/130150.
42306
42307         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html and
42308         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html were
42309         refactored away.
42310
42311         * platform/qt/TestExpectations:
42312
42313 2012-10-03  Emil A Eklund  <eae@chromium.org>
42314
42315         Unreviewed chromium/win rebaseline for r130329.
42316
42317         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
42318         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
42319         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
42320         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
42321         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
42322         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
42323
42324 2012-10-03  Emil A Eklund  <eae@chromium.org>
42325
42326         Unreviewed chromium/mac rebaseline for r130329.
42327
42328         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
42329         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
42330         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
42331         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
42332         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
42333         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
42334         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
42335         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
42336         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
42337
42338 2012-10-03  Ojan Vafai  <ojan@chromium.org>
42339
42340         Simplify the magnitude-perf test harness
42341         https://bugs.webkit.org/show_bug.cgi?id=98305
42342
42343         Reviewed by Ryosuke Niwa.
42344
42345         -Remove the chromium.Interval stuff. This API no longer exists.
42346         -Reduce the number of iterations to 8.
42347         -Start magnitude at 1 instead of 0.
42348         -Remove all the iterationsPerRun junk. This complexity was not achieving the goal of
42349         reducing flakiness.
42350
42351         With these changes, the perf tests are not flaky for me locally.
42352         I ran all the perf tests with --iterations=100 and had no failures,
42353         All the complexity was increasing flakiness.
42354
42355         This also reduces the runtime of the tests by >2x.
42356
42357         * perf/adding-radio-buttons.html:
42358         This test is clearly linear. It should never have been marked constant.
42359         The patch that landed it was fixing an n^2 behavior.
42360
42361         * perf/array-binary-search.html:
42362         Search for the first item in the array so that the search is always actually log n.
42363
42364         * perf/nested-combined-selectors.html:
42365         Now that we run fewer iterations, we don't need to artificially limit this test.
42366
42367         * resources/magnitude-perf.js:
42368         (Magnitude.run):
42369         (Magnitude._run):
42370         (Magnitude._rSquared):
42371         (Magnitude._logIterationInfo):
42372         (Magnitude._bigOGuess):
42373         (Magnitude._runIteration):
42374         (Magnitude):
42375
42376 2012-10-03  Joshua Bell  <jsbell@chromium.org>
42377
42378         [Chromium] storage/indexeddb tests sometimes timeout
42379         https://bugs.webkit.org/show_bug.cgi?id=65862
42380
42381         Reviewed by Ojan Vafai.
42382
42383         storage/indexeddb/index-cursor.html was taking up to 26 seconds on some debug configurations
42384         due to the large amount of output. Tweak the test to reduce the spam. On my test box this
42385         drops the runtime of this single test from 7s to 2s.
42386
42387         * storage/indexeddb/index-cursor-expected.txt:
42388         * storage/indexeddb/resources/index-cursor.js:
42389         (cursorIteration):
42390
42391 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42392
42393         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
42394
42395         Finally finish rebaselining fast/.
42396
42397         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
42398         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
42399         * platform/efl/fast/replaced/width100percent-image-expected.png:
42400         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
42401         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
42402         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
42403         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
42404         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
42405         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
42406         * platform/efl/fast/runin/001-expected.png:
42407         * platform/efl/fast/runin/generated-expected.png:
42408         * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
42409         * platform/efl/fast/table/floatingTablePaintBackground-expected.png:
42410         * platform/efl/fast/table/form-with-table-style-expected.png:
42411         * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
42412         * platform/efl/fast/text/emphasis-avoid-ruby-expected.png:
42413         * platform/efl/fast/text/emphasis-combined-text-expected.png:
42414         * platform/efl/fast/text/emphasis-overlap-expected.png:
42415         * platform/efl/fast/text/large-text-composed-char-expected.png:
42416         * platform/efl/fast/text/whitespace/002-expected.png:
42417         * platform/efl/fast/text/whitespace/003-expected.png:
42418         * platform/efl/fast/text/whitespace/004-expected.png:
42419         * platform/efl/fast/text/whitespace/005-expected.png:
42420         * platform/efl/fast/text/whitespace/006-expected.png:
42421         * platform/efl/fast/text/whitespace/007-expected.png:
42422         * platform/efl/fast/text/whitespace/008-expected.png:
42423         * platform/efl/fast/text/whitespace/009-expected.png:
42424         * platform/efl/fast/text/whitespace/010-expected.png:
42425         * platform/efl/fast/text/whitespace/011-expected.png:
42426         * platform/efl/fast/text/whitespace/012-expected.png:
42427         * platform/efl/fast/text/whitespace/013-expected.png:
42428         * platform/efl/fast/text/whitespace/014-expected.png:
42429         * platform/efl/fast/text/whitespace/015-expected.png:
42430         * platform/efl/fast/text/whitespace/016-expected.png:
42431         * platform/efl/fast/text/whitespace/018-expected.png:
42432         * platform/efl/fast/text/whitespace/020-expected.png:
42433         * platform/efl/fast/text/whitespace/021-expected.png:
42434         * platform/efl/fast/text/whitespace/025-expected.png:
42435         * platform/efl/fast/text/whitespace/027-expected.png:
42436         * platform/efl/fast/text/whitespace/030-expected.png:
42437         * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
42438         * platform/efl/fast/text/whitespace/pre-break-word-expected.png:
42439         * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png:
42440         * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png:
42441         * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
42442         * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
42443
42444 2012-10-03  Emil A Eklund  <eae@chromium.org>
42445
42446         Round image sizes when zooming
42447         https://bugs.webkit.org/show_bug.cgi?id=98205
42448
42449         Reviewed by Eric Seidel.
42450
42451         Add test for zoomed large image tiles.
42452
42453         * fast/images/zoomed-img-size.html:
42454         * fast/sub-pixel/zoomed-image-tiles-expected.html: Added.
42455         * fast/sub-pixel/zoomed-image-tiles.html: Added.
42456         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
42457         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
42458         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
42459         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
42460         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
42461         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
42462         * platform/chromium/fast/images/zoomed-img-size-expected.txt: Added.
42463         * platform/gtk/TestExpectations:
42464         * platform/mac-lion/TestExpectations:
42465         * platform/mac-snowleopard/TestExpectations:
42466         * platform/mac-wk2/TestExpectations:
42467         * platform/mac/TestExpectations:
42468         * platform/qt-4.8/TestExpectations:
42469         * platform/qt/TestExpectations:
42470         * platform/win-wk2/TestExpectations:
42471         * platform/win-xp/TestExpectations:
42472         * platform/win/TestExpectations:
42473         * platform/wincairo/TestExpectations:
42474         * platform/wk2/TestExpectations:
42475
42476 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42477
42478         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
42479
42480         * platform/efl/fast/repaint/list-marker-2-expected.png:
42481         * platform/efl/fast/repaint/list-marker-expected.png:
42482         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
42483         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
42484         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
42485         * platform/efl/fast/repaint/outline-inset-expected.png:
42486         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
42487         * platform/efl/fast/repaint/outline-shrinking-expected.png:
42488         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
42489         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
42490         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
42491         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
42492         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
42493         * platform/efl/fast/repaint/reflection-redraw-expected.png:
42494         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
42495         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
42496         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
42497         * platform/efl/fast/repaint/selected-replaced-expected.png:
42498         * platform/efl/fast/repaint/selection-after-remove-expected.png:
42499         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
42500         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
42501         * platform/efl/fast/repaint/selection-rl-expected.png:
42502         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png:
42503         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
42504         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png:
42505         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png:
42506         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
42507         * platform/efl/fast/repaint/static-to-positioned-expected.png:
42508         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
42509         * platform/efl/fast/repaint/table-cell-move-expected.png:
42510         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
42511         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
42512         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
42513         * platform/efl/fast/repaint/text-emphasis-v-expected.png: Added.
42514         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
42515         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
42516         * platform/efl/fast/repaint/text-shadow-expected.png:
42517         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
42518         * platform/efl/fast/repaint/textarea-set-disabled-expected.png: Added.
42519         * platform/efl/fast/repaint/transform-relative-position-expected.png:
42520
42521 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42522
42523         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 4.
42524
42525         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
42526         * platform/efl/fast/repaint/change-transform-expected.png:
42527         * platform/efl/fast/repaint/clipped-relative-expected.png:
42528         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
42529         * platform/efl/fast/repaint/control-clip-expected.png:
42530         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
42531         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
42532         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
42533         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
42534         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
42535         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
42536         * platform/efl/fast/repaint/focus-layers-expected.png:
42537         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
42538         * platform/efl/fast/repaint/layer-child-outline-expected.png:
42539         * platform/efl/fast/repaint/layer-outline-expected.png:
42540         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
42541         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
42542         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
42543         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
42544         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
42545         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
42546         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
42547         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
42548         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
42549         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
42550         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
42551         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
42552         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
42553         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
42554         * platform/efl/fast/repaint/line-overflow-expected.png:
42555
42556 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
42557
42558         Fix Geolocation/window-close-crash.html and harden WebKitTestRunner for Geolocation
42559         https://bugs.webkit.org/show_bug.cgi?id=97608
42560
42561         Reviewed by Sam Weinig.
42562
42563         * platform/wk2/TestExpectations:
42564         Unskip fast/dom/Geolocation/window-close-crash.html.
42565         * platform/mac-wk2/TestExpectations:
42566         Unskip fast/dom/Geolocation/maximum-age.html.
42567
42568 2012-10-03  Stephen Chenney  <schenney@chromium.org>
42569
42570         REGRESSION(r130160): It made 3 tests crash
42571         https://bugs.webkit.org/show_bug.cgi?id=98158
42572
42573         Unreviewed testExpectations update.
42574
42575         * platform/qt/TestExpectations: Removed expectations from tests that were crashing due to this bug.
42576
42577 2012-10-03  Stephen Chenney  <schenney@chromium.org>
42578
42579         Font data is purged while fonts are still using it
42580         https://bugs.webkit.org/show_bug.cgi?id=93640
42581
42582         Reviewed by Eric Seidel.
42583
42584         Tests for font purging. The seamless-custom-font-pruning-crash test
42585         was only failing in Chromium Asan, while the seamless-nested-crash
42586         case was only failing in Asan DumpRenderTree.
42587
42588         * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Added.
42589         * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Added.
42590         * fast/frames/seamless/seamless-nested-crash-expected.txt: Added.
42591         * fast/frames/seamless/seamless-nested-crash.html: Added.
42592
42593 2012-10-03  Ojan Vafai  <ojan@chromium.org>
42594
42595         Fix some style violations in perparation for changing this code.
42596         * resources/magnitude-perf.js:
42597         (Magnitude.run):
42598         (Magnitude._logIterationInfo):
42599         (Magnitude._runIteration):
42600
42601 2012-10-03  Dirk Pranke  <dpranke@chromium.org>
42602
42603         Mark platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html as slow on Mac Lion Release
42604         https://bugs.webkit.org/show_bug.cgi?id=79679
42605
42606         Unreviewed, expectations change.
42607
42608         * platform/chromium/TestExpectations:
42609
42610 2012-10-03  Adam Barth  <abarth@webkit.org>
42611
42612         Crash when calling document.open during unload
42613         https://bugs.webkit.org/show_bug.cgi?id=98287
42614
42615         Reviewed by Nate Chapin.
42616
42617         Test that we don't crash when calling document.open during the unload event.
42618
42619         * fast/parser/document-open-in-unload-expected.txt: Added.
42620         * fast/parser/document-open-in-unload.html: Added.
42621
42622 2012-10-03  Hans Wennborg  <hans@chromium.org>
42623
42624         Speech JavaScript API: Add SpeechRecognition.interimResults attribute
42625         https://bugs.webkit.org/show_bug.cgi?id=98279
42626
42627         Reviewed by Adam Barth.
42628
42629         Update test to check for the interimResults attribute.
42630
42631         * fast/speech/scripted/basics-expected.txt:
42632         * fast/speech/scripted/basics.html:
42633
42634 2012-10-03  Hans Wennborg  <hans@chromium.org>
42635
42636         Speech JavaScript API: Remove resultdeleted event
42637         https://bugs.webkit.org/show_bug.cgi?id=98272
42638
42639         Reviewed by Adam Barth.
42640
42641         Update layout test not to check for onresultdeleted event handler.
42642
42643         * fast/speech/scripted/basics-expected.txt:
42644         * fast/speech/scripted/basics.html:
42645
42646 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
42647
42648         Unreviwed gardening -- adjusted expectations for tiny-layer-rotated.html
42649
42650         * platform/chromium/TestExpectations:
42651
42652 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
42653
42654         Unreviewed gardening -- added expectations for 3 time-suggestion-picker-appearance tests.
42655
42656         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
42657         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
42658         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
42659         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
42660         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
42661         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
42662
42663 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42664
42665         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 3.
42666
42667         * platform/efl/fast/media/mq-js-media-except-03-expected.png:
42668         * platform/efl/fast/media/mq-js-stylesheet-media-01-expected.png:
42669         * platform/efl/fast/media/mq-js-stylesheet-media-02-expected.png:
42670         * platform/efl/fast/media/mq-js-stylesheet-media-03-expected.png:
42671         * platform/efl/fast/media/mq-js-stylesheet-media-04-expected.png:
42672         * platform/efl/fast/media/mq-orientation-expected.png:
42673         * platform/efl/fast/media/mq-relative-constraints-02-expected.png:
42674         * platform/efl/fast/media/mq-relative-constraints-03-expected.png:
42675         * platform/efl/fast/media/mq-relative-constraints-04-expected.png:
42676         * platform/efl/fast/media/mq-relative-constraints-05-expected.png:
42677         * platform/efl/fast/media/mq-relative-constraints-06-expected.png:
42678         * platform/efl/fast/media/mq-relative-constraints-07-expected.png:
42679         * platform/efl/fast/media/mq-relative-constraints-08-expected.png:
42680         * platform/efl/fast/media/mq-relative-constraints-09-expected.png:
42681         * platform/efl/fast/media/mq-transition-expected.png:
42682         * platform/efl/fast/media/mq-width-absolute-01-expected.png:
42683         * platform/efl/fast/media/mq-width-absolute-02-expected.png:
42684         * platform/efl/fast/media/mq-width-absolute-03-expected.png:
42685         * platform/efl/fast/media/mq-width-absolute-04-expected.png:
42686         * platform/efl/fast/media/viewport-media-query-expected.png:
42687         * platform/efl/fast/overflow/001-expected.png:
42688         * platform/efl/fast/overflow/002-expected.png:
42689         * platform/efl/fast/overflow/003-expected.png:
42690         * platform/efl/fast/overflow/004-expected.png:
42691         * platform/efl/fast/overflow/006-expected.png:
42692         * platform/efl/fast/overflow/007-expected.png:
42693         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
42694         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
42695         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
42696         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
42697         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
42698         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
42699         * platform/efl/fast/overflow/line-clamp-expected.png:
42700         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
42701         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
42702         * platform/efl/fast/overflow/overflow-rtl-expected.png:
42703         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
42704         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
42705         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
42706         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
42707         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
42708         * platform/efl/fast/overflow/table-overflow-float-expected.png:
42709         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
42710         * platform/efl/fast/reflections/inline-crash-expected.png:
42711         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
42712         * platform/efl/fast/reflections/reflection-nesting-expected.png:
42713         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
42714         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Added.
42715         * platform/efl/fast/repaint/background-scaling-expected.png: Added.
42716         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
42717         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
42718         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
42719         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
42720         * platform/efl/fast/repaint/box-shadow-h-expected.png:
42721         * platform/efl/fast/repaint/box-shadow-v-expected.png:
42722         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
42723         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
42724         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
42725         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
42726         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
42727
42728 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42729
42730         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 2.
42731
42732         * platform/efl/fast/css3-text-decoration: Added.
42733         * platform/efl/fast/css3-text-decoration/repaint: Added.
42734         * platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
42735         * platform/efl/fast/doctypes/001-expected.png:
42736         * platform/efl/fast/doctypes/002-expected.png:
42737         * platform/efl/fast/doctypes/003-expected.png:
42738         * platform/efl/fast/doctypes/004-expected.png:
42739         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
42740         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
42741         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
42742         * platform/efl/fast/flexbox/002-expected.png:
42743         * platform/efl/fast/flexbox/003-expected.png:
42744         * platform/efl/fast/flexbox/004-expected.png:
42745         * platform/efl/fast/flexbox/005-expected.png:
42746         * platform/efl/fast/flexbox/006-expected.png:
42747         * platform/efl/fast/flexbox/007-expected.png:
42748         * platform/efl/fast/flexbox/008-expected.png:
42749         * platform/efl/fast/flexbox/009-expected.png:
42750         * platform/efl/fast/flexbox/010-expected.png:
42751         * platform/efl/fast/flexbox/011-expected.png:
42752         * platform/efl/fast/flexbox/012-expected.png:
42753         * platform/efl/fast/flexbox/016-expected.png:
42754         * platform/efl/fast/flexbox/017-expected.png:
42755         * platform/efl/fast/flexbox/018-expected.png:
42756         * platform/efl/fast/flexbox/019-expected.png:
42757         * platform/efl/fast/flexbox/020-expected.png:
42758         * platform/efl/fast/flexbox/021-expected.png:
42759         * platform/efl/fast/flexbox/022-expected.png:
42760         * platform/efl/fast/flexbox/023-expected.png:
42761         * platform/efl/fast/flexbox/024-expected.png:
42762         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
42763         * platform/efl/fast/forms/input-align-expected.png:
42764         * platform/efl/fast/forms/input-text-double-click-expected.png:
42765         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
42766         * platform/efl/fast/gradients/css3-color-stops-expected.png:
42767         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
42768         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
42769         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
42770         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
42771         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
42772         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
42773         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
42774         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
42775         * platform/efl/fast/images/image-map-anchor-children-expected.png:
42776         * platform/efl/fast/images/imagemap-case-expected.png:
42777         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.png:
42778         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
42779         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png:
42780         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
42781         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
42782         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
42783         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png:
42784         * platform/efl/fast/inline-block/002-expected.png:
42785         * platform/efl/fast/inline-block/003-expected.png:
42786         * platform/efl/fast/inline-block/006-expected.png:
42787         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
42788         * platform/efl/fast/inline-block/overflow-clip-expected.png:
42789         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
42790         * platform/efl/fast/inline/001-expected.png:
42791         * platform/efl/fast/inline/25277-2-expected.png:
42792         * platform/efl/fast/inline/25277-expected.png:
42793         * platform/efl/fast/inline/br-text-decoration-expected.png:
42794         * platform/efl/fast/inline/continuation-outlines-expected.png:
42795         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
42796         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
42797         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
42798         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
42799         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
42800         * platform/efl/fast/inline/inline-focus-ring-expected.png:
42801         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
42802         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
42803         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
42804         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
42805         * platform/efl/fast/innerHTML/002-expected.png:
42806         * platform/efl/fast/innerHTML/003-expected.png:
42807         * platform/efl/fast/innerHTML/006-expected.png:
42808         * platform/efl/fast/invalid/002-expected.png:
42809         * platform/efl/fast/invalid/014-expected.png:
42810         * platform/efl/fast/invalid/016-expected.png:
42811         * platform/efl/fast/invalid/021-expected.png:
42812         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
42813         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
42814         * platform/efl/fast/layers/layer-visibility-expected.png:
42815         * platform/efl/fast/layers/layer-visibility-sublayer-expected.png:
42816         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
42817         * platform/efl/fast/layers/opacity-outline-expected.png:
42818         * platform/efl/fast/layers/opacity-transforms-expected.png:
42819         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
42820         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
42821         * platform/efl/fast/media/mq-animation-expected.png:
42822         * platform/efl/fast/media/mq-aspect-ratio-expected.png:
42823         * platform/efl/fast/media/mq-js-media-except-01-expected.png:
42824         * platform/efl/fast/media/mq-js-media-except-02-expected.png:
42825
42826 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
42827
42828         [EFL] Update more pixel expectations in preparation for running pixel tests on the bots.
42829
42830         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
42831         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
42832         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
42833         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
42834         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
42835         * platform/efl/fast/body-propagation/background-color/003-expected.png:
42836         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
42837         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
42838         * platform/efl/fast/body-propagation/background-color/004-expected.png:
42839         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
42840         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
42841         * platform/efl/fast/body-propagation/background-color/006-expected.png:
42842         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
42843         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
42844         * platform/efl/fast/body-propagation/background-color/007-expected.png:
42845         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
42846         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
42847         * platform/efl/fast/body-propagation/background-image/003-expected.png:
42848         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
42849         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
42850         * platform/efl/fast/body-propagation/background-image/004-expected.png:
42851         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
42852         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
42853         * platform/efl/fast/body-propagation/background-image/006-expected.png:
42854         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
42855         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
42856         * platform/efl/fast/body-propagation/background-image/007-expected.png:
42857         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
42858         * platform/efl/fast/body-propagation/background-image/009-expected.png:
42859         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
42860         * platform/efl/fast/body-propagation/background-image/010-expected.png:
42861         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
42862         * platform/efl/fast/body-propagation/overflow/001-expected.png:
42863         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
42864         * platform/efl/fast/body-propagation/overflow/002-expected.png:
42865         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
42866         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
42867         * platform/efl/fast/body-propagation/overflow/003-expected.png:
42868         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
42869         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
42870         * platform/efl/fast/body-propagation/overflow/004-expected.png:
42871         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
42872         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
42873         * platform/efl/fast/body-propagation/overflow/005-expected.png:
42874         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
42875         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
42876         * platform/efl/fast/body-propagation/overflow/006-expected.png:
42877         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
42878         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
42879         * platform/efl/fast/body-propagation/overflow/007-expected.png:
42880         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
42881         * platform/efl/fast/borders/bidi-002-expected.png:
42882         * platform/efl/fast/borders/bidi-009a-expected.png: Added.
42883         * platform/efl/fast/borders/bidi-012-expected.png:
42884         * platform/efl/fast/borders/border-color-inherit-expected.png:
42885         * platform/efl/fast/borders/border-image-01-expected.png:
42886         * platform/efl/fast/borders/border-image-border-radius-expected.png:
42887         * platform/efl/fast/borders/border-image-longhand-expected.png:
42888         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
42889         * platform/efl/fast/borders/border-image-outset-expected.png: Added.
42890         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
42891         * platform/efl/fast/borders/border-image-repeat-expected.png:
42892         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
42893         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
42894         * platform/efl/fast/borders/border-image-scaled-expected.png:
42895         * platform/efl/fast/borders/border-image-scrambled-expected.png:
42896         * platform/efl/fast/borders/border-image-side-reduction-expected.png: Added.
42897         * platform/efl/fast/borders/border-image-slices-expected.png:
42898         * platform/efl/fast/borders/border-image-source-expected.png:
42899         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
42900         * platform/efl/fast/borders/border-radius-constraints-expected.png:
42901         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
42902         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
42903         * platform/efl/fast/borders/border-radius-split-inline-expected.png:
42904         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
42905         * platform/efl/fast/borders/different-color-borders-expected.png:
42906         * platform/efl/fast/borders/mixed-border-styles-expected.png:
42907         * platform/efl/fast/borders/mixed-border-styles-radius-expected.png:
42908         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
42909         * platform/efl/fast/borders/outline-alpha-block-expected.png:
42910         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
42911         * platform/efl/fast/borders/rtl-border-01-expected.png:
42912         * platform/efl/fast/borders/rtl-border-02-expected.png:
42913         * platform/efl/fast/borders/rtl-border-03-expected.png:
42914         * platform/efl/fast/borders/rtl-border-04-expected.png:
42915         * platform/efl/fast/borders/rtl-border-05-expected.png:
42916         * platform/efl/fast/canvas/arc360-expected.png:
42917         * platform/efl/fast/canvas/canvas-before-css-expected.png:
42918         * platform/efl/fast/canvas/canvas-composite-expected.png:
42919         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
42920         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
42921         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
42922         * platform/efl/fast/canvas/canvas-zoom-expected.png:
42923         * platform/efl/fast/canvas/check-stale-putImageData-expected.png: Added.
42924         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
42925         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
42926         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
42927         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
42928         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
42929         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
42930         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
42931         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
42932         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
42933         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
42934         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
42935         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
42936         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
42937         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
42938         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
42939         * platform/efl/fast/clip/004-expected.png:
42940         * platform/efl/fast/clip/005-expected.png:
42941         * platform/efl/fast/clip/006-expected.png:
42942         * platform/efl/fast/clip/007-expected.png:
42943         * platform/efl/fast/clip/009-expected.png:
42944         * platform/efl/fast/clip/010-expected.png:
42945         * platform/efl/fast/clip/013-expected.png:
42946         * platform/efl/fast/clip/014-expected.png:
42947         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
42948         * platform/efl/fast/clip/outline-overflowClip-expected.png:
42949         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
42950         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
42951         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
42952         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
42953         * platform/efl/fast/compact/001-expected.png:
42954         * platform/efl/fast/compact/002-expected.png:
42955         * platform/efl/fast/css-generated-content/007-expected.png:
42956         * platform/efl/fast/css-generated-content/012-expected.png:
42957         * platform/efl/fast/css-generated-content/016-expected.png:
42958         * platform/efl/fast/css-generated-content/after-order-expected.png:
42959         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
42960         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
42961         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
42962         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
42963         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
42964         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
42965         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
42966         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
42967         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
42968         * platform/efl/media/controls-layout-direction-expected.png:
42969         * platform/efl/printing/page-rule-in-media-query-expected.png:
42970         * platform/efl/transitions/suspend-transform-transition-expected.png: Added.
42971
42972 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
42973
42974         Unreviewed. Skip media/event-queue-crash.html so that its console message does not cause next test to flake.
42975
42976         * platform/chromium/TestExpectations:
42977
42978 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
42979
42980         [Qt] Unreviewed gardening, add expected files for new passing tests.
42981
42982         * platform/qt/css3/masking/clip-path-circle-expected.png: Added.
42983         * platform/qt/css3/masking/clip-path-circle-filter-expected.png: Added.
42984         * platform/qt/css3/masking/clip-path-circle-overflow-expected.png: Added.
42985         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
42986         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
42987         * platform/qt/css3/masking/clip-path-ellipse-expected.png: Added.
42988         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
42989         * platform/qt/css3/masking/clip-path-polygon-expected.png: Added.
42990         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
42991         * platform/qt/css3/masking/clip-path-rectangle-expected.png: Added.
42992         * platform/qt/fast/canvas/canvas-render-layer-expected.png: Added.
42993         * platform/qt/fast/overflow/paged-x-div-expected.png: Added.
42994         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
42995         * platform/qt/fast/overflow/paged-x-on-root-expected.png: Added.
42996         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.png: Added.
42997         * platform/qt/fast/overflow/paged-y-div-expected.png: Added.
42998         * platform/qt/fast/overflow/paged-y-on-root-expected.png: Added.
42999
43000 2012-10-03  Keishi Hattori  <keishi@webkit.org>
43001
43002         Implement DataList UI for input type time on chromium
43003         https://bugs.webkit.org/show_bug.cgi?id=98240
43004
43005         Reviewed by Kent Tamura.
43006
43007         * fast/forms/number/number-spinbutton-click-in-iframe.html:
43008         * fast/forms/resources/common-spinbutton-click-in-iframe.js:
43009         (getSpinButton): This broke because of the change to shadow DOM structure.
43010         * fast/forms/resources/common.js:
43011         (traverseNextNode):
43012         (getElementByPseudoId): This finds a descendant node with a matching pseudo id.
43013         * fast/forms/resources/suggestion-picker-common.js: Added.
43014         (highlightedEntry):
43015         (openPicker):
43016         (sendKey):
43017         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
43018         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html:
43019         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
43020         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
43021         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
43022         * platform/chromium/TestExpectations:
43023         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
43024         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt:
43025         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
43026         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
43027         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt: Added.
43028         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt: Added.
43029         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html: Added.
43030         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
43031         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html: Added.
43032         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html: Added.
43033         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: Added.
43034         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: Added.
43035         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt: Added.
43036         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html: Added.
43037
43038 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
43039
43040         [Qt] Enable mock scrollbars
43041         https://bugs.webkit.org/show_bug.cgi?id=98011
43042
43043         Unreviewed gardening, update expected files after enabling mock scrollbars. (r130283)
43044
43045         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
43046         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
43047         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
43048         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png:
43049         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
43050         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
43051         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
43052         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
43053         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
43054         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
43055         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
43056         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
43057         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
43058         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
43059         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
43060         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
43061         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
43062         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png:
43063         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt:
43064         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
43065         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
43066         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
43067         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
43068         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
43069         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
43070         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
43071         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
43072         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
43073         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
43074         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
43075         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
43076         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: Added.
43077         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
43078         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
43079         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
43080         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
43081         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
43082         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
43083         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
43084         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
43085         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
43086         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
43087         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
43088         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
43089         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
43090         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
43091         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
43092         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: Added.
43093         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
43094         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
43095         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
43096         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
43097         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
43098         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
43099         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
43100         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
43101         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
43102         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
43103         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
43104         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
43105         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
43106         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
43107         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
43108         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
43109
43110 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
43111
43112         [EFL] Rebaseline pixel expectations for scrollbars/ and tables/mozilla_expected_failures/.
43113
43114         * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png:
43115         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
43116         * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
43117         * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
43118         * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
43119         * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
43120         * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
43121         * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
43122         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
43123         * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
43124         * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
43125         * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
43126         * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
43127         * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
43128         * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
43129         * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
43130         * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
43131         * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
43132         * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
43133         * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
43134         * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
43135         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
43136         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
43137         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
43138         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
43139         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
43140         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
43141         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
43142         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
43143         * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
43144         * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
43145         * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
43146         * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Added.
43147         * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
43148         * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
43149         * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
43150         * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
43151         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
43152         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
43153         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
43154         * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
43155         * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
43156         * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
43157         * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
43158         * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
43159         * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
43160         * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
43161         * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
43162         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
43163         * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.png:
43164         * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.png:
43165         * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.png:
43166         * platform/efl/tables/mozilla_expected_failures/core/columns-expected.png:
43167         * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.png:
43168         * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
43169         * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
43170         * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
43171         * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
43172         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
43173         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
43174         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
43175         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
43176         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
43177         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
43178         * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
43179         * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
43180         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
43181         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
43182         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
43183         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
43184         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
43185         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
43186         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
43187         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
43188         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
43189         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
43190         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
43191         * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.png:
43192
43193 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
43194
43195         Web Inspector: UISourceCode commitWorkingCopy should not fail when original script had syntax error.
43196         https://bugs.webkit.org/show_bug.cgi?id=97272
43197
43198         Reviewed by Pavel Feldman.
43199
43200         This patch is based on patch by John J. Barton.
43201
43202         * http/tests/inspector/live-edit-test.js:
43203         (initialize_LiveEditTest.InspectorTest.replaceInSource):
43204         (initialize_LiveEditTest):
43205         * inspector/debugger/live-edit-expected.txt:
43206         * inspector/debugger/live-edit.html:
43207         * inspector/debugger/resources/edit-me-syntax-error.js: Added.
43208         (syntaxError):
43209         * platform/chromium/TestExpectations: re-enabled the test.
43210
43211 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
43212
43213         [Qt] Enable mock scrollbars
43214         https://bugs.webkit.org/show_bug.cgi?id=98011
43215
43216         Unreviewed gardening, update expected files after enabling mock scrollbars.
43217
43218         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Removed.
43219         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Removed.
43220         * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Removed.
43221         * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Removed.
43222         * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt: Removed.
43223         * platform/qt-5.0/fast/forms/textarea-align-expected.png: Removed.
43224         * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Removed.
43225         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Removed.
43226         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
43227         * platform/qt-5.0/fast/table/003-expected.png: Removed.
43228         * platform/qt-5.0/fast/table/003-expected.txt: Removed.
43229         * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Removed.
43230         * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
43231         * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
43232         * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Removed.
43233         * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Removed.
43234         * platform/qt-5.0/fast/text/softHyphen-expected.txt: Removed.
43235         * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Removed.
43236         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Removed.
43237         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed.
43238         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
43239         * platform/qt/compositing/overflow/nested-scrolling-expected.txt: Added.
43240         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
43241         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
43242         * platform/qt/css1/basic/comments-expected.png:
43243         * platform/qt/css1/basic/comments-expected.txt:
43244         * platform/qt/css1/basic/containment-expected.png:
43245         * platform/qt/css1/basic/containment-expected.txt:
43246         * platform/qt/css1/basic/id_as_selector-expected.png:
43247         * platform/qt/css1/basic/id_as_selector-expected.txt:
43248         * platform/qt/css1/basic/inheritance-expected.png:
43249         * platform/qt/css1/basic/inheritance-expected.txt:
43250         * platform/qt/css1/box_properties/border-expected.png:
43251         * platform/qt/css1/box_properties/border-expected.txt:
43252         * platform/qt/css1/box_properties/border_bottom-expected.png:
43253         * platform/qt/css1/box_properties/border_bottom-expected.txt:
43254         * platform/qt/css1/box_properties/border_bottom_width-expected.png:
43255         * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
43256         * platform/qt/css1/box_properties/border_left-expected.png:
43257         * platform/qt/css1/box_properties/border_left-expected.txt:
43258         * platform/qt/css1/box_properties/border_left_width-expected.png:
43259         * platform/qt/css1/box_properties/border_left_width-expected.txt:
43260         * platform/qt/css1/box_properties/border_right_inline-expected.png:
43261         * platform/qt/css1/box_properties/border_right_inline-expected.txt:
43262         * platform/qt/css1/box_properties/border_right_width-expected.png:
43263         * platform/qt/css1/box_properties/border_right_width-expected.txt:
43264         * platform/qt/css1/box_properties/border_style-expected.png:
43265         * platform/qt/css1/box_properties/border_style-expected.txt:
43266         * platform/qt/css1/box_properties/border_top-expected.png:
43267         * platform/qt/css1/box_properties/border_top-expected.txt:
43268         * platform/qt/css1/box_properties/border_top_width-expected.png:
43269         * platform/qt/css1/box_properties/border_top_width-expected.txt:
43270         * platform/qt/css1/box_properties/border_width-expected.png:
43271         * platform/qt/css1/box_properties/border_width-expected.txt:
43272         * platform/qt/css1/box_properties/clear-expected.png:
43273         * platform/qt/css1/box_properties/clear-expected.txt:
43274         * platform/qt/css1/box_properties/clear_float-expected.png:
43275         * platform/qt/css1/box_properties/clear_float-expected.txt:
43276         * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
43277         * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
43278         * platform/qt/css1/box_properties/float_margin-expected.png:
43279         * platform/qt/css1/box_properties/float_margin-expected.txt:
43280         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
43281         * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
43282         * platform/qt/css1/box_properties/height-expected.png:
43283         * platform/qt/css1/box_properties/height-expected.txt:
43284         * platform/qt/css1/box_properties/margin-expected.png:
43285         * platform/qt/css1/box_properties/margin-expected.txt:
43286         * platform/qt/css1/box_properties/margin_bottom-expected.png:
43287         * platform/qt/css1/box_properties/margin_bottom-expected.txt:
43288         * platform/qt/css1/box_properties/margin_inline-expected.png:
43289         * platform/qt/css1/box_properties/margin_inline-expected.txt:
43290         * platform/qt/css1/box_properties/margin_left-expected.png:
43291         * platform/qt/css1/box_properties/margin_left-expected.txt:
43292         * platform/qt/css1/box_properties/margin_right-expected.png:
43293         * platform/qt/css1/box_properties/margin_right-expected.txt:
43294         * platform/qt/css1/box_properties/margin_top-expected.png:
43295         * platform/qt/css1/box_properties/margin_top-expected.txt:
43296         * platform/qt/css1/box_properties/padding-expected.png:
43297         * platform/qt/css1/box_properties/padding-expected.txt:
43298         * platform/qt/css1/box_properties/padding_bottom-expected.png:
43299         * platform/qt/css1/box_properties/padding_bottom-expected.txt:
43300         * platform/qt/css1/box_properties/padding_inline-expected.png:
43301         * platform/qt/css1/box_properties/padding_inline-expected.txt:
43302         * platform/qt/css1/box_properties/padding_left-expected.png:
43303         * platform/qt/css1/box_properties/padding_left-expected.txt:
43304         * platform/qt/css1/box_properties/padding_right-expected.png:
43305         * platform/qt/css1/box_properties/padding_right-expected.txt:
43306         * platform/qt/css1/box_properties/padding_top-expected.png:
43307         * platform/qt/css1/box_properties/padding_top-expected.txt:
43308         * platform/qt/css1/box_properties/width-expected.png:
43309         * platform/qt/css1/box_properties/width-expected.txt:
43310         * platform/qt/css1/cascade/cascade_order-expected.png:
43311         * platform/qt/css1/cascade/cascade_order-expected.txt:
43312         * platform/qt/css1/classification/display-expected.png:
43313         * platform/qt/css1/classification/display-expected.txt:
43314         * platform/qt/css1/classification/list_style_type-expected.png:
43315         * platform/qt/css1/classification/list_style_type-expected.txt:
43316         * platform/qt/css1/classification/white_space-expected.png:
43317         * platform/qt/css1/classification/white_space-expected.txt:
43318         * platform/qt/css1/color_and_background/background-expected.png:
43319         * platform/qt/css1/color_and_background/background-expected.txt:
43320         * platform/qt/css1/color_and_background/background_attachment-expected.png:
43321         * platform/qt/css1/color_and_background/background_attachment-expected.txt:
43322         * platform/qt/css1/color_and_background/background_position-expected.png:
43323         * platform/qt/css1/color_and_background/background_position-expected.txt:
43324         * platform/qt/css1/color_and_background/background_repeat-expected.png:
43325         * platform/qt/css1/color_and_background/background_repeat-expected.txt:
43326         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
43327         * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
43328         * platform/qt/css1/font_properties/font-expected.png:
43329         * platform/qt/css1/font_properties/font-expected.txt:
43330         * platform/qt/css1/font_properties/font_family-expected.png:
43331         * platform/qt/css1/font_properties/font_family-expected.txt:
43332         * platform/qt/css1/font_properties/font_size-expected.png:
43333         * platform/qt/css1/font_properties/font_size-expected.txt:
43334         * platform/qt/css1/font_properties/font_weight-expected.png:
43335         * platform/qt/css1/font_properties/font_weight-expected.txt:
43336         * platform/qt/css1/formatting_model/height_of_lines-expected.png:
43337         * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
43338         * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
43339         * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
43340         * platform/qt/css1/formatting_model/inline_elements-expected.png:
43341         * platform/qt/css1/formatting_model/inline_elements-expected.txt:
43342         * platform/qt/css1/formatting_model/replaced_elements-expected.png:
43343         * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
43344         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
43345         * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
43346         * platform/qt/css1/pseudo/anchor-expected.png:
43347         * platform/qt/css1/pseudo/anchor-expected.txt:
43348         * platform/qt/css1/pseudo/firstletter-expected.png:
43349         * platform/qt/css1/pseudo/firstletter-expected.txt:
43350         * platform/qt/css1/pseudo/firstline-expected.png:
43351         * platform/qt/css1/pseudo/firstline-expected.txt:
43352         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
43353         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
43354         * platform/qt/css1/text_properties/letter_spacing-expected.png:
43355         * platform/qt/css1/text_properties/letter_spacing-expected.txt:
43356         * platform/qt/css1/text_properties/line_height-expected.png:
43357         * platform/qt/css1/text_properties/line_height-expected.txt:
43358         * platform/qt/css1/text_properties/text_decoration-expected.png:
43359         * platform/qt/css1/text_properties/text_decoration-expected.txt:
43360         * platform/qt/css1/text_properties/text_indent-expected.png:
43361         * platform/qt/css1/text_properties/text_indent-expected.txt:
43362         * platform/qt/css1/text_properties/text_transform-expected.png:
43363         * platform/qt/css1/text_properties/text_transform-expected.txt:
43364         * platform/qt/css1/text_properties/vertical_align-expected.png:
43365         * platform/qt/css1/text_properties/vertical_align-expected.txt:
43366         * platform/qt/css1/text_properties/word_spacing-expected.png:
43367         * platform/qt/css1/text_properties/word_spacing-expected.txt:
43368         * platform/qt/css1/units/color_units-expected.png:
43369         * platform/qt/css1/units/color_units-expected.txt:
43370         * platform/qt/css1/units/length_units-expected.png:
43371         * platform/qt/css1/units/length_units-expected.txt:
43372         * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
43373         * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
43374         * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
43375         * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
43376         * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
43377         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
43378         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
43379         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
43380         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
43381         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
43382         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
43383         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
43384         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
43385         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
43386         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
43387         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
43388         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
43389         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
43390         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
43391         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
43392         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
43393         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
43394         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
43395         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
43396         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
43397         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
43398         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
43399         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
43400         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
43401         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
43402         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
43403         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
43404         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
43405         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
43406         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
43407         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
43408         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
43409         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
43410         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
43411         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
43412         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
43413         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
43414         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
43415         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
43416         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
43417         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
43418         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
43419         * platform/qt/css2.1/t1202-counters-08-b-expected.png:
43420         * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
43421         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
43422         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
43423         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
43424         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
43425         * platform/qt/css2.1/t1508-c527-font-07-b-expected.png:
43426         * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
43427         * platform/qt/css3/masking/clip-path-circle-expected.txt: Added.
43428         * platform/qt/css3/masking/clip-path-circle-filter-expected.txt: Added.
43429         * platform/qt/css3/masking/clip-path-circle-overflow-expected.txt: Added.
43430         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
43431         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
43432         * platform/qt/css3/masking/clip-path-ellipse-expected.txt: Added.
43433         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
43434         * platform/qt/css3/masking/clip-path-polygon-expected.txt: Added.
43435         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
43436         * platform/qt/css3/masking/clip-path-rectangle-expected.txt: Added.
43437         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
43438         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
43439         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
43440         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
43441         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
43442         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
43443         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
43444         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
43445         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
43446         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
43447         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
43448         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
43449         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
43450         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
43451         * platform/qt/editing/inserting/4960120-1-expected.png:
43452         * platform/qt/editing/inserting/4960120-1-expected.txt:
43453         * platform/qt/editing/inserting/insert-div-023-expected.png:
43454         * platform/qt/editing/inserting/insert-div-023-expected.txt:
43455         * platform/qt/editing/selection/focus_editable_html-expected.png:
43456         * platform/qt/editing/selection/focus_editable_html-expected.txt:
43457         * platform/qt/editing/selection/iframe-expected.png:
43458         * platform/qt/editing/selection/iframe-expected.txt:
43459         * platform/qt/editing/selection/select-all-001-expected.png:
43460         * platform/qt/editing/selection/select-all-001-expected.txt:
43461         * platform/qt/editing/selection/select-all-002-expected.png:
43462         * platform/qt/editing/selection/select-all-002-expected.txt:
43463         * platform/qt/editing/selection/select-all-003-expected.png:
43464         * platform/qt/editing/selection/select-all-003-expected.txt:
43465         * platform/qt/editing/selection/select-all-004-expected.png:
43466         * platform/qt/editing/selection/select-all-004-expected.txt:
43467         * platform/qt/editing/selection/unrendered-001-expected.png:
43468         * platform/qt/editing/selection/unrendered-001-expected.txt:
43469         * platform/qt/editing/selection/unrendered-002-expected.png:
43470         * platform/qt/editing/selection/unrendered-002-expected.txt:
43471         * platform/qt/editing/selection/unrendered-003-expected.png:
43472         * platform/qt/editing/selection/unrendered-003-expected.txt:
43473         * platform/qt/editing/selection/unrendered-004-expected.png:
43474         * platform/qt/editing/selection/unrendered-004-expected.txt:
43475         * platform/qt/editing/selection/unrendered-005-expected.png:
43476         * platform/qt/editing/selection/unrendered-005-expected.txt:
43477         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
43478         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
43479         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
43480         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
43481         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
43482         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
43483         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
43484         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
43485         * platform/qt/fast/block/basic/016-expected.png:
43486         * platform/qt/fast/block/basic/016-expected.txt:
43487         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
43488         * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
43489         * platform/qt/fast/block/float/008-expected.png:
43490         * platform/qt/fast/block/float/008-expected.txt: Added.
43491         * platform/qt/fast/block/float/013-expected.png:
43492         * platform/qt/fast/block/float/013-expected.txt:
43493         * platform/qt/fast/block/float/019-expected.png:
43494         * platform/qt/fast/block/float/019-expected.txt: Added.
43495         * platform/qt/fast/block/float/021-expected.png:
43496         * platform/qt/fast/block/float/021-expected.txt:
43497         * platform/qt/fast/block/float/025-expected.png:
43498         * platform/qt/fast/block/float/025-expected.txt:
43499         * platform/qt/fast/block/float/027-expected.png:
43500         * platform/qt/fast/block/float/027-expected.txt:
43501         * platform/qt/fast/block/float/032-expected.png:
43502         * platform/qt/fast/block/float/032-expected.txt:
43503         * platform/qt/fast/block/float/033-expected.png:
43504         * platform/qt/fast/block/float/033-expected.txt:
43505         * platform/qt/fast/block/float/035-expected.png:
43506         * platform/qt/fast/block/float/035-expected.txt: Added.
43507         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
43508         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
43509         * platform/qt/fast/block/float/br-with-clear-2-expected.png:
43510         * platform/qt/fast/block/float/br-with-clear-2-expected.txt:
43511         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
43512         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
43513         * platform/qt/fast/block/float/float-avoidance-expected.png:
43514         * platform/qt/fast/block/float/float-avoidance-expected.txt:
43515         * platform/qt/fast/block/float/nested-clearance-expected.png:
43516         * platform/qt/fast/block/float/nested-clearance-expected.txt:
43517         * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
43518         * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
43519         * platform/qt/fast/block/float/relative-painted-twice-expected.png:
43520         * platform/qt/fast/block/float/relative-painted-twice-expected.txt: Added.
43521         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
43522         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
43523         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
43524         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
43525         * platform/qt/fast/block/margin-collapse/103-expected.png:
43526         * platform/qt/fast/block/margin-collapse/103-expected.txt:
43527         * platform/qt/fast/block/margin-collapse/104-expected.png:
43528         * platform/qt/fast/block/margin-collapse/104-expected.txt:
43529         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
43530         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
43531         * platform/qt/fast/block/positioning/047-expected.png:
43532         * platform/qt/fast/block/positioning/047-expected.txt:
43533         * platform/qt/fast/block/positioning/051-expected.png:
43534         * platform/qt/fast/block/positioning/051-expected.txt:
43535         * platform/qt/fast/block/positioning/055-expected.png:
43536         * platform/qt/fast/block/positioning/055-expected.txt:
43537         * platform/qt/fast/block/positioning/auto/007-expected.png:
43538         * platform/qt/fast/block/positioning/auto/007-expected.txt:
43539         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
43540         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
43541         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
43542         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
43543         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
43544         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
43545         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
43546         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
43547         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
43548         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
43549         * platform/qt/fast/block/positioning/negative-rel-position-expected.png:
43550         * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Added.
43551         * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
43552         * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
43553         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
43554         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
43555         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
43556         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
43557         * platform/qt/fast/body-propagation/overflow/001-expected.png:
43558         * platform/qt/fast/body-propagation/overflow/001-expected.txt:
43559         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
43560         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
43561         * platform/qt/fast/body-propagation/overflow/002-expected.png:
43562         * platform/qt/fast/body-propagation/overflow/002-expected.txt:
43563         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
43564         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
43565         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
43566         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
43567         * platform/qt/fast/body-propagation/overflow/003-expected.png:
43568         * platform/qt/fast/body-propagation/overflow/003-expected.txt:
43569         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
43570         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
43571         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
43572         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
43573         * platform/qt/fast/body-propagation/overflow/004-expected.png:
43574         * platform/qt/fast/body-propagation/overflow/004-expected.txt:
43575         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
43576         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
43577         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
43578         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
43579         * platform/qt/fast/body-propagation/overflow/005-expected.png:
43580         * platform/qt/fast/body-propagation/overflow/005-expected.txt:
43581         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
43582         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
43583         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
43584         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
43585         * platform/qt/fast/body-propagation/overflow/006-expected.png:
43586         * platform/qt/fast/body-propagation/overflow/006-expected.txt:
43587         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
43588         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
43589         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
43590         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
43591         * platform/qt/fast/body-propagation/overflow/007-expected.png:
43592         * platform/qt/fast/body-propagation/overflow/007-expected.txt:
43593         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
43594         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
43595         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
43596         * platform/qt/fast/borders/border-image-massive-scale-expected.txt:
43597         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
43598         * platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
43599         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
43600         * platform/qt/fast/borders/border-image-scale-transform-expected.txt:
43601         * platform/qt/fast/borders/border-image-scaled-expected.png:
43602         * platform/qt/fast/borders/border-image-scaled-expected.txt:
43603         * platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
43604         * platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
43605         * platform/qt/fast/borders/rtl-border-01-expected.png:
43606         * platform/qt/fast/borders/rtl-border-01-expected.txt:
43607         * platform/qt/fast/borders/rtl-border-02-expected.png:
43608         * platform/qt/fast/borders/rtl-border-02-expected.txt:
43609         * platform/qt/fast/borders/rtl-border-03-expected.png:
43610         * platform/qt/fast/borders/rtl-border-03-expected.txt:
43611         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
43612         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
43613         * platform/qt/fast/box-sizing/box-sizing-expected.png:
43614         * platform/qt/fast/box-sizing/box-sizing-expected.txt:
43615         * platform/qt/fast/canvas/canvas-bg-expected.png:
43616         * platform/qt/fast/canvas/canvas-bg-expected.txt: Added.
43617         * platform/qt/fast/canvas/canvas-render-layer-expected.txt: Added.
43618         * platform/qt/fast/clip/014-expected.png:
43619         * platform/qt/fast/clip/014-expected.txt:
43620         * platform/qt/fast/css-generated-content/014-expected.png:
43621         * platform/qt/fast/css-generated-content/014-expected.txt:
43622         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.png:
43623         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
43624         * platform/qt/fast/css/005-expected.png:
43625         * platform/qt/fast/css/005-expected.txt:
43626         * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
43627         * platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
43628         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
43629         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
43630         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
43631         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
43632         * platform/qt/fast/css/border-height-expected.png:
43633         * platform/qt/fast/css/border-height-expected.txt:
43634         * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
43635         * platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
43636         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
43637         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
43638         * platform/qt/fast/css/empty-pseudo-class-expected.png:
43639         * platform/qt/fast/css/empty-pseudo-class-expected.txt:
43640         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
43641         * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
43642         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
43643         * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
43644         * platform/qt/fast/css/font_property_normal-expected.png:
43645         * platform/qt/fast/css/font_property_normal-expected.txt:
43646         * platform/qt/fast/css/hsl-color-expected.png:
43647         * platform/qt/fast/css/hsl-color-expected.txt:
43648         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
43649         * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
43650         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
43651         * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
43652         * platform/qt/fast/css/line-height-overflow-expected.png:
43653         * platform/qt/fast/css/line-height-overflow-expected.txt:
43654         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png:
43655         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
43656         * platform/qt/fast/css/nested-rounded-corners-expected.png: Added.
43657         * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added.
43658         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
43659         * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
43660         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
43661         * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
43662         * platform/qt/fast/css/positioned-overflow-scroll-expected.png:
43663         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt:
43664         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
43665         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
43666         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
43667         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
43668         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
43669         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
43670         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
43671         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
43672         * platform/qt/fast/css/resize-corner-tracking-expected.png:
43673         * platform/qt/fast/css/resize-corner-tracking-expected.txt:
43674         * platform/qt/fast/css/shadow-multiple-expected.png:
43675         * platform/qt/fast/css/shadow-multiple-expected.txt:
43676         * platform/qt/fast/css/text-transform-select-expected.png:
43677         * platform/qt/fast/css/text-transform-select-expected.txt:
43678         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
43679         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
43680         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
43681         * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
43682         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
43683         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
43684         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
43685         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
43686         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
43687         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:
43688         * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
43689         * platform/qt/fast/dynamic/008-expected.png:
43690         * platform/qt/fast/dynamic/008-expected.txt:
43691         * platform/qt/fast/dynamic/anchor-lock-expected.png:
43692         * platform/qt/fast/dynamic/anchor-lock-expected.txt:
43693         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
43694         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
43695         * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
43696         * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
43697         * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
43698         * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
43699         * platform/qt/fast/events/pointer-events-2-expected.png:
43700         * platform/qt/fast/events/pointer-events-2-expected.txt:
43701         * platform/qt/fast/events/resize-events-expected.png:
43702         * platform/qt/fast/events/resize-events-expected.txt:
43703         * platform/qt/fast/events/reveal-link-when-focused-expected.png:
43704         * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
43705         * platform/qt/fast/flexbox/009-expected.png:
43706         * platform/qt/fast/flexbox/009-expected.txt:
43707         * platform/qt/fast/flexbox/016-expected.png:
43708         * platform/qt/fast/flexbox/016-expected.txt:
43709         * platform/qt/fast/flexbox/flex-hang-expected.png:
43710         * platform/qt/fast/flexbox/flex-hang-expected.txt:
43711         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png: Added.
43712         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
43713         * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
43714         * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
43715         * platform/qt/fast/forms/button-default-title-expected.png: Added.
43716         * platform/qt/fast/forms/button-default-title-expected.txt:
43717         * platform/qt/fast/forms/button-table-styles-expected.png:
43718         * platform/qt/fast/forms/button-table-styles-expected.txt:
43719         * platform/qt/fast/forms/disabled-select-change-index-expected.png:
43720         * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
43721         * platform/qt/fast/forms/fieldset-align-expected.png:
43722         * platform/qt/fast/forms/fieldset-align-expected.txt:
43723         * platform/qt/fast/forms/file/file-input-direction-expected.png:
43724         * platform/qt/fast/forms/file/file-input-direction-expected.txt:
43725         * platform/qt/fast/forms/form-element-geometry-expected.png:
43726         * platform/qt/fast/forms/form-element-geometry-expected.txt:
43727         * platform/qt/fast/forms/form-hides-table-expected.png:
43728         * platform/qt/fast/forms/form-hides-table-expected.txt:
43729         * platform/qt/fast/forms/hidden-listbox-expected.png: Added.
43730         * platform/qt/fast/forms/hidden-listbox-expected.txt:
43731         * platform/qt/fast/forms/input-appearance-selection-expected.png:
43732         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
43733         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
43734         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
43735         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
43736         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
43737         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
43738         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
43739         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
43740         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
43741         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
43742         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
43743         * platform/qt/fast/forms/option-strip-whitespace-expected.png: Added.
43744         * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
43745         * platform/qt/fast/forms/placeholder-position-expected.png:
43746         * platform/qt/fast/forms/placeholder-position-expected.txt:
43747         * platform/qt/fast/forms/select-block-background-expected.png: Added.
43748         * platform/qt/fast/forms/select-block-background-expected.txt:
43749         * platform/qt/fast/forms/select-change-listbox-size-expected.png: Added.
43750         * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
43751         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png: Added.
43752         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
43753         * platform/qt/fast/forms/select-initial-position-expected.png: Added.
43754         * platform/qt/fast/forms/select-initial-position-expected.txt:
43755         * platform/qt/fast/forms/select-item-background-clip-expected.png: Added.
43756         * platform/qt/fast/forms/select-item-background-clip-expected.txt:
43757         * platform/qt/fast/forms/select-list-box-with-height-expected.png: Added.
43758         * platform/qt/fast/forms/select-list-box-with-height-expected.txt:
43759         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
43760         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
43761         * platform/qt/fast/forms/select-overflow-scroll-expected.png:
43762         * platform/qt/fast/forms/select-overflow-scroll-expected.txt:
43763         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
43764         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
43765         * platform/qt/fast/forms/textarea-align-expected.png:
43766         * platform/qt/fast/forms/textarea-align-expected.txt:
43767         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
43768         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
43769         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
43770         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
43771         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
43772         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
43773         * platform/qt/fast/forms/textarea-setinnerhtml-expected.png:
43774         * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
43775         * platform/qt/fast/frames/calculate-fixed-expected.png: Added.
43776         * platform/qt/fast/frames/calculate-fixed-expected.txt:
43777         * platform/qt/fast/frames/calculate-order-expected.png: Added.
43778         * platform/qt/fast/frames/calculate-order-expected.txt:
43779         * platform/qt/fast/frames/calculate-percentage-expected.png: Added.
43780         * platform/qt/fast/frames/calculate-percentage-expected.txt:
43781         * platform/qt/fast/frames/calculate-relative-expected.png: Added.
43782         * platform/qt/fast/frames/calculate-relative-expected.txt:
43783         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
43784         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
43785         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
43786         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
43787         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
43788         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
43789         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
43790         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
43791         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
43792         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
43793         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
43794         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
43795         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
43796         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
43797         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
43798         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
43799         * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
43800         * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
43801         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
43802         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
43803         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
43804         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
43805         * platform/qt/fast/frames/inline-object-inside-frameset-expected.png:
43806         * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
43807         * platform/qt/fast/frames/invalid-expected.png: Added.
43808         * platform/qt/fast/frames/invalid-expected.txt:
43809         * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
43810         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
43811         * platform/qt/fast/frames/valid-expected.png: Added.
43812         * platform/qt/fast/frames/valid-expected.txt:
43813         * platform/qt/fast/gradients/background-clipped-expected.png:
43814         * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
43815         * platform/qt/fast/html/details-position-expected.png:
43816         * platform/qt/fast/html/details-position-expected.txt:
43817         * platform/qt/fast/html/details-writing-mode-expected.png:
43818         * platform/qt/fast/html/details-writing-mode-expected.txt:
43819         * platform/qt/fast/images/gif-large-checkerboard-expected.png:
43820         * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Added.
43821         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
43822         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
43823         * platform/qt/fast/inline-block/tricky-baseline-expected.png:
43824         * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
43825         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
43826         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
43827         * platform/qt/fast/inline/inline-continuation-borders-expected.png:
43828         * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
43829         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
43830         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
43831         * platform/qt/fast/inline/long-wrapped-line-expected.png:
43832         * platform/qt/fast/inline/long-wrapped-line-expected.txt:
43833         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png:
43834         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
43835         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
43836         * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
43837         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
43838         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
43839         * platform/qt/fast/lists/001-expected.png:
43840         * platform/qt/fast/lists/001-expected.txt:
43841         * platform/qt/fast/lists/001-vertical-expected.png:
43842         * platform/qt/fast/lists/001-vertical-expected.txt:
43843         * platform/qt/fast/lists/008-expected.png:
43844         * platform/qt/fast/lists/008-expected.txt:
43845         * platform/qt/fast/lists/008-vertical-expected.png:
43846         * platform/qt/fast/lists/008-vertical-expected.txt:
43847         * platform/qt/fast/lists/li-br-expected.png:
43848         * platform/qt/fast/lists/li-br-expected.txt:
43849         * platform/qt/fast/lists/ol-start-parsing-expected.png:
43850         * platform/qt/fast/lists/ol-start-parsing-expected.txt:
43851         * platform/qt/fast/lists/olstart-expected.png:
43852         * platform/qt/fast/lists/olstart-expected.txt:
43853         * platform/qt/fast/media/mq-relative-constraints-02-expected.png:
43854         * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
43855         * platform/qt/fast/media/mq-relative-constraints-03-expected.png:
43856         * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
43857         * platform/qt/fast/media/mq-relative-constraints-04-expected.png:
43858         * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
43859         * platform/qt/fast/media/mq-relative-constraints-05-expected.png:
43860         * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
43861         * platform/qt/fast/media/mq-relative-constraints-06-expected.png:
43862         * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
43863         * platform/qt/fast/media/mq-relative-constraints-07-expected.png:
43864         * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
43865         * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
43866         * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
43867         * platform/qt/fast/media/mq-relative-constraints-09-expected.png:
43868         * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
43869         * platform/qt/fast/media/mq-width-absolute-01-expected.png:
43870         * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
43871         * platform/qt/fast/media/mq-width-absolute-02-expected.png:
43872         * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
43873         * platform/qt/fast/media/mq-width-absolute-03-expected.png:
43874         * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
43875         * platform/qt/fast/media/mq-width-absolute-04-expected.png:
43876         * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
43877         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
43878         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
43879         * platform/qt/fast/multicol/client-rects-expected.png:
43880         * platform/qt/fast/multicol/client-rects-expected.txt:
43881         * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
43882         * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
43883         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
43884         * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
43885         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
43886         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
43887         * platform/qt/fast/multicol/float-multicol-expected.png:
43888         * platform/qt/fast/multicol/float-multicol-expected.txt:
43889         * platform/qt/fast/multicol/float-paginate-complex-expected.png:
43890         * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
43891         * platform/qt/fast/multicol/float-paginate-expected.png:
43892         * platform/qt/fast/multicol/float-paginate-expected.txt:
43893         * platform/qt/fast/multicol/layers-in-multicol-expected.png:
43894         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
43895         * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
43896         * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
43897         * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
43898         * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
43899         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.png:
43900         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.txt:
43901         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.png:
43902         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.txt:
43903         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.png:
43904         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.txt:
43905         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.png:
43906         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.txt:
43907         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.png:
43908         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.txt:
43909         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.png:
43910         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.txt:
43911         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.png:
43912         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.txt:
43913         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.png:
43914         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.txt:
43915         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
43916         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
43917         * platform/qt/fast/multicol/progression-reverse-expected.png:
43918         * platform/qt/fast/multicol/progression-reverse-expected.txt:
43919         * platform/qt/fast/multicol/scrolling-overflow-expected.png:
43920         * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
43921         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
43922         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
43923         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
43924         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
43925         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
43926         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
43927         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
43928         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
43929         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
43930         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
43931         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
43932         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
43933         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
43934         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
43935         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
43936         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
43937         * platform/qt/fast/multicol/table-vertical-align-expected.png:
43938         * platform/qt/fast/multicol/table-vertical-align-expected.txt:
43939         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
43940         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
43941         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
43942         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
43943         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
43944         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
43945         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
43946         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
43947         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
43948         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
43949         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
43950         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
43951         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
43952         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
43953         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
43954         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
43955         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
43956         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
43957         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
43958         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
43959         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
43960         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
43961         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
43962         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
43963         * platform/qt/fast/overflow/002-expected.png:
43964         * platform/qt/fast/overflow/002-expected.txt:
43965         * platform/qt/fast/overflow/006-expected.png:
43966         * platform/qt/fast/overflow/006-expected.txt:
43967         * platform/qt/fast/overflow/007-expected.png:
43968         * platform/qt/fast/overflow/007-expected.txt:
43969         * platform/qt/fast/overflow/008-expected.png:
43970         * platform/qt/fast/overflow/008-expected.txt:
43971         * platform/qt/fast/overflow/childFocusRingClip-expected.png:
43972         * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
43973         * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
43974         * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
43975         * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
43976         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
43977         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
43978         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
43979         * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
43980         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png:
43981         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
43982         * platform/qt/fast/overflow/overflow-auto-table-expected.png:
43983         * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
43984         * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
43985         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
43986         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
43987         * platform/qt/fast/overflow/overflow-stacking-expected.png:
43988         * platform/qt/fast/overflow/overflow-stacking-expected.txt:
43989         * platform/qt/fast/overflow/overflow-update-transform-expected.png:
43990         * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
43991         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
43992         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
43993         * platform/qt/fast/overflow/paged-x-div-expected.txt: Added.
43994         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
43995         * platform/qt/fast/overflow/paged-x-on-root-expected.txt: Added.
43996         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
43997         * platform/qt/fast/overflow/paged-y-div-expected.txt: Added.
43998         * platform/qt/fast/overflow/paged-y-on-root-expected.txt: Added.
43999         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
44000         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
44001         * platform/qt/fast/overflow/scrollbar-position-update-expected.png:
44002         * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
44003         * platform/qt/fast/overflow/table-overflow-float-expected.png:
44004         * platform/qt/fast/overflow/table-overflow-float-expected.txt:
44005         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
44006         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
44007         * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
44008         * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
44009         * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
44010         * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
44011         * platform/qt/fast/reflections/reflection-direction-expected.png:
44012         * platform/qt/fast/reflections/reflection-direction-expected.txt:
44013         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
44014         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
44015         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
44016         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
44017         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
44018         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
44019         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
44020         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
44021         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
44022         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
44023         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
44024         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
44025         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
44026         * platform/qt/fast/repaint/fixed-tranformed-expected.txt:
44027         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
44028         * platform/qt/fast/repaint/layout-state-only-positioned-expected.txt:
44029         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
44030         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
44031         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
44032         * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
44033         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
44034         * platform/qt/fast/repaint/repaint-during-scroll-expected.txt:
44035         * platform/qt/fast/repaint/select-option-background-color-expected.png:
44036         * platform/qt/fast/repaint/select-option-background-color-expected.txt:
44037         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
44038         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
44039         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
44040         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
44041         * platform/qt/fast/replaced/005-expected.png:
44042         * platform/qt/fast/replaced/005-expected.txt:
44043         * platform/qt/fast/replaced/border-radius-clip-expected.png:
44044         * platform/qt/fast/replaced/border-radius-clip-expected.txt:
44045         * platform/qt/fast/replaced/replaced-breaking-expected.png:
44046         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
44047         * platform/qt/fast/replaced/width100percent-image-expected.png:
44048         * platform/qt/fast/replaced/width100percent-image-expected.txt:
44049         * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
44050         * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
44051         * platform/qt/fast/replaced/width100percent-textfield-expected.png:
44052         * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
44053         * platform/qt/fast/selectors/166-expected.png:
44054         * platform/qt/fast/selectors/166-expected.txt:
44055         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
44056         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
44057         * platform/qt/fast/table/003-expected.png:
44058         * platform/qt/fast/table/003-expected.txt:
44059         * platform/qt/fast/table/023-expected.png:
44060         * platform/qt/fast/table/023-expected.txt:
44061         * platform/qt/fast/table/027-vertical-expected.png:
44062         * platform/qt/fast/table/027-vertical-expected.txt:
44063         * platform/qt/fast/table/034-expected.png:
44064         * platform/qt/fast/table/034-expected.txt:
44065         * platform/qt/fast/table/038-vertical-expected.png:
44066         * platform/qt/fast/table/038-vertical-expected.txt:
44067         * platform/qt/fast/table/040-expected.png:
44068         * platform/qt/fast/table/040-expected.txt:
44069         * platform/qt/fast/table/040-vertical-expected.png:
44070         * platform/qt/fast/table/040-vertical-expected.txt:
44071         * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
44072         * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
44073         * platform/qt/fast/table/border-collapsing/004-expected.png:
44074         * platform/qt/fast/table/border-collapsing/004-expected.txt:
44075         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
44076         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
44077         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
44078         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
44079         * platform/qt/fast/table/edge-offsets-expected.png:
44080         * platform/qt/fast/table/edge-offsets-expected.txt:
44081         * platform/qt/fast/table/empty-cells-expected.png:
44082         * platform/qt/fast/table/empty-cells-expected.txt:
44083         * platform/qt/fast/table/frame-and-rules-expected.png:
44084         * platform/qt/fast/table/frame-and-rules-expected.txt:
44085         * platform/qt/fast/table/height-percent-test-expected.png: Added.
44086         * platform/qt/fast/table/height-percent-test-expected.txt:
44087         * platform/qt/fast/table/height-percent-test-vertical-expected.png:
44088         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
44089         * platform/qt/fast/table/overflowHidden-expected.png:
44090         * platform/qt/fast/table/overflowHidden-expected.txt:
44091         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
44092         * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
44093         * platform/qt/fast/table/table-display-types-vertical-expected.png:
44094         * platform/qt/fast/table/table-display-types-vertical-expected.txt:
44095         * platform/qt/fast/table/wide-colspan-expected.png:
44096         * platform/qt/fast/table/wide-colspan-expected.txt: Added.
44097         * platform/qt/fast/table/wide-column-expected.png:
44098         * platform/qt/fast/table/wide-column-expected.txt: Added.
44099         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
44100         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
44101         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
44102         * platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
44103         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
44104         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
44105         * platform/qt/fast/text/large-text-composed-char-expected.png:
44106         * platform/qt/fast/text/large-text-composed-char-expected.txt:
44107         * platform/qt/fast/text/softHyphen-expected.png:
44108         * platform/qt/fast/text/softHyphen-expected.txt:
44109         * platform/qt/fast/text/text-letter-spacing-expected.png:
44110         * platform/qt/fast/text/text-letter-spacing-expected.txt:
44111         * platform/qt/fast/text/updateNewFont-expected.png: Added.
44112         * platform/qt/fast/text/updateNewFont-expected.txt:
44113         * platform/qt/fast/text/wbr-expected.png:
44114         * platform/qt/fast/text/wbr-expected.txt:
44115         * platform/qt/fast/text/word-break-expected.png:
44116         * platform/qt/fast/text/word-break-expected.txt:
44117         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
44118         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
44119         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
44120         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
44121         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
44122         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
44123         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
44124         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
44125         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
44126         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
44127         * platform/qt/fast/writing-mode/fieldsets-expected.png:
44128         * platform/qt/fast/writing-mode/fieldsets-expected.txt:
44129         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png:
44130         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
44131         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
44132         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
44133         * platform/qt/http/tests/navigation/error404-subframeload-expected.png:
44134         * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
44135         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
44136         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
44137         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
44138         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
44139         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
44140         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
44141         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
44142         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
44143         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
44144         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
44145         * platform/qt/printing/width-overflow-expected.txt:
44146         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
44147         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
44148         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
44149         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
44150         * platform/qt/svg/custom/altglyph-expected.png:
44151         * platform/qt/svg/custom/altglyph-expected.txt:
44152         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
44153         * platform/qt/svg/custom/external-paintserver-reference-expected.png:
44154         * platform/qt/svg/custom/external-paintserver-reference-expected.txt:
44155         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
44156         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
44157         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
44158         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
44159         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
44160         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
44161         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
44162         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
44163         * platform/qt/svg/custom/linking-base-external-reference-expected.png:
44164         * platform/qt/svg/custom/linking-base-external-reference-expected.txt:
44165         * platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
44166         * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
44167         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
44168         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
44169         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
44170         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
44171         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
44172         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
44173         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
44174         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
44175         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
44176         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
44177         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
44178         * platform/qt/svg/in-html/circle-expected.png:
44179         * platform/qt/svg/in-html/circle-expected.txt:
44180         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
44181         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
44182         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
44183         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
44184         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
44185         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
44186         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
44187         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
44188         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
44189         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
44190         * platform/qt/svg/text/kerning-expected.png:
44191         * platform/qt/svg/text/kerning-expected.txt:
44192         * platform/qt/svg/text/multichar-glyph-expected.png:
44193         * platform/qt/svg/text/multichar-glyph-expected.txt:
44194         * platform/qt/svg/wicd/rightsizing-grid-expected.png:
44195         * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
44196         * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
44197         * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
44198         * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
44199         * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
44200         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
44201         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt:
44202         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
44203         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
44204         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44205         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
44206         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
44207         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
44208         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
44209         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
44210         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
44211         * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
44212         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
44213         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
44214         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
44215         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
44216         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
44217         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
44218         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
44219         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
44220         * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
44221         * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
44222         * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
44223         * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
44224         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
44225         * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
44226         * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
44227         * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
44228         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
44229         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
44230         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
44231         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
44232         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
44233         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
44234         * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
44235         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
44236         * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
44237         * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
44238         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
44239         * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
44240         * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
44241         * platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
44242         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
44243         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
44244         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
44245         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
44246         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
44247         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
44248         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
44249         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
44250         * platform/qt/tables/mozilla/bugs/bug29314-expected.png:
44251         * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
44252         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
44253         * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
44254         * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
44255         * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
44256         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
44257         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
44258         * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
44259         * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
44260         * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
44261         * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
44262         * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
44263         * platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
44264         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
44265         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
44266         * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
44267         * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
44268         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
44269         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
44270         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
44271         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
44272         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
44273         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
44274         * platform/qt/tables/mozilla/bugs/bug56405-expected.png:
44275         * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
44276         * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
44277         * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
44278         * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
44279         * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
44280         * platform/qt/tables/mozilla/bugs/bug625-expected.png:
44281         * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
44282         * platform/qt/tables/mozilla/bugs/bug650-expected.png:
44283         * platform/qt/tables/mozilla/bugs/bug650-expected.txt:
44284         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
44285         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
44286         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
44287         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
44288         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
44289         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
44290         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
44291         * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
44292         * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
44293         * platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
44294         * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
44295         * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
44296         * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
44297         * platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
44298         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
44299         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
44300         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
44301         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
44302         * platform/qt/tables/mozilla/core/captions-expected.png:
44303         * platform/qt/tables/mozilla/core/captions-expected.txt:
44304         * platform/qt/tables/mozilla/core/cell_heights-expected.png:
44305         * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
44306         * platform/qt/tables/mozilla/core/col_span-expected.png:
44307         * platform/qt/tables/mozilla/core/col_span-expected.txt:
44308         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
44309         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
44310         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
44311         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
44312         * platform/qt/tables/mozilla/core/nested1-expected.png:
44313         * platform/qt/tables/mozilla/core/nested1-expected.txt:
44314         * platform/qt/tables/mozilla/core/one_row-expected.png:
44315         * platform/qt/tables/mozilla/core/one_row-expected.txt:
44316         * platform/qt/tables/mozilla/core/row_span-expected.png:
44317         * platform/qt/tables/mozilla/core/row_span-expected.txt:
44318         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
44319         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
44320         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
44321         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
44322         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
44323         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
44324         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
44325         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
44326         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
44327         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
44328         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
44329         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
44330         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
44331         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
44332         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
44333         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
44334         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
44335         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
44336         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
44337         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
44338         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
44339         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
44340         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
44341         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
44342         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
44343         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
44344         * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
44345         * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
44346         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
44347         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
44348         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
44349         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
44350         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
44351         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
44352         * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
44353         * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
44354         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
44355         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
44356         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
44357         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
44358         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
44359         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
44360         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
44361         * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
44362         * platform/qt/tables/mozilla/other/nestedTables-expected.png:
44363         * platform/qt/tables/mozilla/other/nestedTables-expected.txt:
44364         * platform/qt/tables/mozilla/other/test3-expected.png:
44365         * platform/qt/tables/mozilla/other/test3-expected.txt:
44366         * platform/qt/tables/mozilla/other/test6-expected.png:
44367         * platform/qt/tables/mozilla/other/test6-expected.txt:
44368         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
44369         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
44370         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
44371         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
44372         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
44373         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
44374         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
44375         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
44376         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
44377         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
44378         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
44379         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
44380         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
44381         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
44382         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
44383         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
44384         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
44385         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
44386         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
44387         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
44388         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
44389         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
44390         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
44391         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
44392         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
44393         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
44394         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
44395         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
44396         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
44397         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
44398         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
44399         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
44400         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
44401         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
44402         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
44403         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
44404         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
44405         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
44406         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
44407         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
44408         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
44409         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
44410         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
44411         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
44412         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
44413         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
44414         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
44415         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
44416         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
44417         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
44418         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
44419         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
44420         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
44421         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
44422         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
44423         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
44424         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
44425         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
44426         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
44427         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
44428         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
44429         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
44430         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
44431         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
44432         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
44433         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
44434         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
44435         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
44436         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
44437         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
44438         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
44439         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
44440         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
44441         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
44442         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
44443         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
44444         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
44445         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
44446         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
44447         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
44448         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
44449         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
44450         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
44451         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
44452         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
44453         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
44454         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
44455         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
44456         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
44457         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
44458         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
44459         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
44460         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
44461         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
44462         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
44463         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
44464         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
44465         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
44466         * platform/qt/transforms/2d/transform-fixed-container-expected.png:
44467         * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
44468         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
44469         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
44470         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
44471         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
44472         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
44473         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
44474
44475 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
44476
44477         [EFL] Update pixel expectations for some css2.1 tests.
44478
44479         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
44480         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
44481
44482 2012-10-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
44483
44484         getComputedStyle perspective-origin is based on the wrong bounding box
44485         https://bugs.webkit.org/show_bug.cgi?id=98027
44486
44487         Reviewed by Simon Fraser.
44488
44489         Add test for perspective-origin calculation into existing transform-origin test.
44490
44491         * transforms/2d/computed-style-origin-expected.txt:
44492         * transforms/2d/computed-style-origin.html:
44493
44494 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
44495
44496         Unreviewed test rebaseline.
44497
44498         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
44499         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
44500         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
44501
44502 2012-10-03  Dominik Röttsches  <dominik.rottsches@intel.com>
44503
44504         [EFL] Gardening after r130186 and r130231
44505
44506         Unreviewed, EFL gardening.
44507
44508         r130186 introduces usage of Xvfb which allows us to unskip a few X11 dependent cases.
44509         r130231 introduces caching for the Harfbuzz font path, which caused regressions on Harfbuzz NG + Freetype,
44510         see bug 98247. Temporarily going to skip those failures until I check Kenichi's patch.
44511
44512         * platform/efl-wk1/TestExpectations: DRT disables X11 usage, skip a few tests here only for Wk1.
44513         * platform/efl-wk2/TestExpectations: Unskip a couple of X11 dependent cases. (r130186)
44514         * platform/efl/TestExpectations: Temporarily mark a few complex font text as failed (r130231)
44515         * platform/efl/fast/text/atsui-multiple-renderers-expected.png: Rebaseline incorrect result.
44516         * platform/efl/fast/text/atsui-spacing-features-expected.png: Rebaseline incorrect result.
44517         * platform/efl/fast/text/wide-zero-width-space-expected.png: Rebaseline incorrect result.
44518
44519 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
44520
44521         [Qt][DRT] Add support for overriding the "WebKitDisplayImagesKey" preference.
44522         https://bugs.webkit.org/show_bug.cgi?id=98200
44523
44524         Reviewed by Csaba Osztrogonác.
44525
44526         * platform/qt/TestExpectations: Unskip a few tests that depended
44527         on this feature.
44528
44529 2012-10-03  Jochen Eisinger  <jochen@chromium.org>
44530
44531         Make sure that user gestures can't be consumed twice
44532         https://bugs.webkit.org/show_bug.cgi?id=97483
44533
44534         Reviewed by Adam Barth.
44535
44536         * platform/chromium/fast/events/popup-forwarded-gesture-blocked-expected.txt: Added.
44537         * platform/chromium/fast/events/popup-forwarded-gesture-blocked.html: Added.
44538         * platform/chromium/fast/events/popup-forwarded-gesture-expected.txt: Added.
44539         * platform/chromium/fast/events/popup-forwarded-gesture.html: Added.
44540
44541 2012-10-03  Dominic Mazzoni  <dmazzoni@google.com>
44542
44543         AX: Heap-use-after-free when deleting a ContainerNode with an AX object
44544         https://bugs.webkit.org/show_bug.cgi?id=98073
44545
44546         Reviewed by Hajime Morita.
44547
44548         Adds test for heap-use-after-free when container node with AX object is deleted.
44549
44550         * accessibility/container-node-delete-causes-crash-expected.txt: Added.
44551         * accessibility/container-node-delete-causes-crash.html: Added.
44552
44553 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
44554
44555         Web Inspector: SourceURL should be taken from debugger agent when possible.
44556         https://bugs.webkit.org/show_bug.cgi?id=98239
44557
44558         Reviewed by Yury Semikhatsky.
44559
44560         Unskipped test.
44561
44562         * platform/chromium/TestExpectations:
44563
44564 2012-10-03  Harald Alvestrand  <hta@google.com>
44565
44566         Add data passing to the GetStats interface of RTCPeerConnection
44567         https://bugs.webkit.org/show_bug.cgi?id=98003
44568
44569         Reviewed by Adam Barth.
44570
44571         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
44572         * fast/mediastream/RTCPeerConnection-stats.html:
44573
44574 2012-10-02  Arko Saha  <arko@motorola.com>
44575
44576         Microdata: itemprop names must not override builtin properties.
44577         https://bugs.webkit.org/show_bug.cgi?id=98025
44578
44579         Reviewed by Kentaro Hara.
44580
44581         Added test case to verify that itemprop names must not override builtin properties.
44582
44583         * fast/dom/MicroData/itemprop-names-override-builtin-properties-expected.txt: Added.
44584         * fast/dom/MicroData/itemprop-names-override-builtin-properties.html: Added.
44585
44586 2012-10-02  Keishi Hattori  <keishi@webkit.org>
44587
44588         REGRESSION (r129738): Suggestion picker label is placed in the wrong location
44589         https://bugs.webkit.org/show_bug.cgi?id=98094
44590
44591         Reviewed by Kent Tamura.
44592
44593         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
44594         * platform/chromium/TestExpectations:
44595
44596 == Rolled over to ChangeLog-2012-10-02 ==