1 2010-05-25 Adam Barth <abarth@webkit.org>
3 Reviewed by Eric Seidel.
5 Add more HTML5 entity parsing test coverage
6 https://bugs.webkit.org/show_bug.cgi?id=39662
8 These tests all pass in Firefox. We have some more work to do here.
9 There's a large testing matrix for entities, so expect more tests in
12 * html5lib/webkit-runner-expected-html5.txt:
13 * html5lib/webkit-runner-expected.txt:
14 * html5lib/webkit-runner.html:
16 2010-05-25 Antonio Gomes <tonikitoo@webkit.org>
18 Unreviewed attempt to make Tiger bot green.
20 [Mac][Tiger] failing philip canvas tests
21 https://bugs.webkit.org/show_bug.cgi?id=39677
23 * platform/mac-tiger/Skipped:
25 2010-05-25 Chang Shu <chang.shu@nokia.com>
29 Skipped two additional canvas test cases that failed on SnowLeopard only.
30 https://bugs.webkit.org/show_bug.cgi?id=20553
32 * platform/mac-snowleopard/Skipped:
34 2010-05-25 Chang Shu <chang.shu@nokia.com>
36 Reviewed by Kenneth Rohde Christiansen.
38 The following are the steps on how the expected results were created:
39 1. Generated ~800 results on Mac.
40 2. Manually edited ~100 failed results to "Passed" to make them "expected".
41 All ~800 expected results are the same across the platforms.
42 3. Put the failed ones in Mac's Skipped list. Other platforms are skipping
43 the whole directory, which will be worked on later.
44 https://bugs.webkit.org/show_bug.cgi?id=20553
46 * canvas/philip/tests/*-expected.txt: 788 files Added.
47 * platform/mac/Skipped:
49 2010-05-25 Adam Barth <abarth@webkit.org>
51 Reviewed by Eric Seidel.
53 Clear attributes for each tag in the HTML5 parser
54 https://bugs.webkit.org/show_bug.cgi?id=39660
56 I'm surprised this wasn't covered already, but sometimes the most basic
57 things are the hardest to remember to test.
59 * html5lib/resources/webkit01.dat:
61 2010-05-25 Tony Chang <tony@chromium.org>
63 Not reviewed, fixing the expected result.
65 [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences)
66 https://bugs.webkit.org/show_bug.cgi?id=39659
68 I checked in expected results generated from the wrong revision.
70 * platform/chromium/html5lib/webkit-runner-expected.txt:
72 2010-05-25 Tony Chang <tony@chromium.org>
74 Reviewed by Adam Barth.
76 [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences)
77 https://bugs.webkit.org/show_bug.cgi?id=39659
79 * platform/chromium/html5lib/webkit-runner-expected.txt: Added.
81 2010-05-25 Tony Chang <tony@chromium.org>
83 Not reviewed, updating test expectations.
85 [chromium] Fix test expectation for fast/dom/global-constructors.html
86 https://bugs.webkit.org/show_bug.cgi?id=39656
88 This test was modified in r60119 and the V8 specific expecatation needs updating.
89 Also disable fast/dom/prototype-property.html because it's failing.
91 * platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed.
92 * platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed.
93 * platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt.
94 * platform/chromium/test_expectations.txt:
96 2010-05-25 Adam Barth <abarth@webkit.org>
100 Use @type="text/plain" to silence JavaScript parse errors. These
101 errors show up differently in JSC and V8 and that's not what we're
102 trying to test with this test.
104 * html5lib/resources/scriptdata01.dat:
105 * html5lib/webkit-runner-expected-html5.txt:
106 * html5lib/webkit-runner-expected.txt:
108 2010-05-25 Adam Barth <abarth@webkit.org>
110 Reviewed by Eric Seidel.
112 Fix <noembed> and <plaintext> content models
113 https://bugs.webkit.org/show_bug.cgi?id=39653
115 Update expected result to show new passing test.
117 * html5lib/webkit-runner-expected-html5.txt:
119 2010-05-24 Adam Barth <abarth@webkit.org>
121 Reviewed by Eric Seidel.
123 First cut at HTML5 entities
124 https://bugs.webkit.org/show_bug.cgi?id=39649
126 Update the expected results to show the new passing tests. Yay!
128 * html5lib/webkit-runner-expected-html5.txt:
130 2010-05-24 Robert Hogan <robert@webkit.org>
132 Reviewed by Laszlo Gombos.
134 [Qt] DRT Support for removeOriginAccessWhitelistEntry
136 Unskips http/tests/xmlhttprequest/origin-whitelisting-removal.html
138 [Qt] DRT Support for removeOriginAccessWhitelistEntry
139 https://bugs.webkit.org/show_bug.cgi?id=39565
141 * platform/qt/Skipped:
143 2010-05-24 Andreas Kling <andreas.kling@nokia.com>
145 Reviewed by Sam Weinig.
147 Add a test to verify that the 'prototype' property on generated Web IDL interfaces is { DontDelete | ReadOnly }.
150 http://www.w3.org/TR/WebIDL/#interface-object
152 https://bugs.webkit.org/show_bug.cgi?id=39436
154 * fast/dom/global-constructors-expected.txt: Updated baseline.
155 * fast/dom/global-constructors.html:
156 * fast/dom/prototype-property-expected.txt: Added.
157 * fast/dom/prototype-property.html: Added.
158 * fast/dom/script-tests/prototype-property.js: Added.
159 (tryToDeletePrototype):
162 2010-05-24 Adam Barth <abarth@webkit.org>
164 Reviewed by Eric Seidel.
166 Import remaining html5lib tests into webkit-runner.html
167 https://bugs.webkit.org/show_bug.cgi?id=39638
169 We should be able to drive the diffs between webkit-runner-expected.txt
170 and webkit-runner-expected-html5.txt to zero.
172 Another option is to remove webkit-runner and just use runner.html, but
173 we don't yet support <script src=...> in the HTML5 parser.
175 * html5lib/webkit-runner-expected-html5.txt:
176 * html5lib/webkit-runner-expected.txt:
177 * html5lib/webkit-runner.html:
179 2010-05-24 Adam Barth <abarth@webkit.org>
181 Reviewed by Eric Seidel.
183 Teach the HTML5 parser how to lex escaped script data
184 https://bugs.webkit.org/show_bug.cgi?id=39630
186 Add a bunch of tests for parsing script data. I think these tests
187 drive the lexer into all the script data states.
189 * html5lib/resources/scriptdata01.dat: Added.
190 * html5lib/webkit-runner-expected-html5.txt:
191 * html5lib/webkit-runner-expected.txt:
192 * html5lib/webkit-runner.html:
194 2010-05-24 James Robinson <jamesr@chromium.org>
196 Unreviewed baseline only change
198 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
199 https://bugs.webkit.org/show_bug.cgi?id=39317
201 This shuffles the pixel failures in editing/ that are due to small (<0.1%) pixel
202 diffs in text rendering between Leopard and Snow Leopard.
204 * platform/mac-leopard/editing/deleting/4922367-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.checksum.
205 * platform/mac-leopard/editing/deleting/4922367-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.png.
206 * platform/mac-leopard/editing/deleting/5026848-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.checksum.
207 * platform/mac-leopard/editing/deleting/5026848-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.png.
208 * platform/mac-leopard/editing/deleting/5026848-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.checksum.
209 * platform/mac-leopard/editing/deleting/5026848-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.png.
210 * platform/mac-leopard/editing/deleting/5026848-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.checksum.
211 * platform/mac-leopard/editing/deleting/5026848-3-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.png.
212 * platform/mac-leopard/editing/deleting/5032066-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.checksum.
213 * platform/mac-leopard/editing/deleting/5032066-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.png.
214 * platform/mac-leopard/editing/deleting/5091898-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.checksum.
215 * platform/mac-leopard/editing/deleting/5091898-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.png.
216 * platform/mac-leopard/editing/deleting/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.checksum.
217 * platform/mac-leopard/editing/deleting/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.png.
218 * platform/mac-leopard/editing/deleting/5115601-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.checksum.
219 * platform/mac-leopard/editing/deleting/5115601-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.png.
220 * platform/mac-leopard/editing/deleting/5126166-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.checksum.
221 * platform/mac-leopard/editing/deleting/5126166-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.png.
222 * platform/mac-leopard/editing/deleting/5144139-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.checksum.
223 * platform/mac-leopard/editing/deleting/5144139-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.png.
224 * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.checksum.
225 * platform/mac-leopard/editing/deleting/5168598-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.png.
226 * platform/mac-leopard/editing/deleting/5206311-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.checksum.
227 * platform/mac-leopard/editing/deleting/5206311-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.png.
228 * platform/mac-leopard/editing/deleting/5206311-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.checksum.
229 * platform/mac-leopard/editing/deleting/5206311-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.png.
230 * platform/mac-leopard/editing/deleting/5272440-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.checksum.
231 * platform/mac-leopard/editing/deleting/5272440-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.png.
232 * platform/mac-leopard/editing/deleting/5369009-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.checksum.
233 * platform/mac-leopard/editing/deleting/5369009-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.png.
234 * platform/mac-leopard/editing/deleting/5390681-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.checksum.
235 * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.png.
236 * platform/mac-leopard/editing/deleting/5390681-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.checksum.
237 * platform/mac-leopard/editing/deleting/5390681-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.png.
238 * platform/mac-leopard/editing/deleting/5433862-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.checksum.
239 * platform/mac-leopard/editing/deleting/5433862-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.png.
240 * platform/mac-leopard/editing/deleting/5483370-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.checksum.
241 * platform/mac-leopard/editing/deleting/5483370-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.png.
242 * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum.
243 * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png.
244 * platform/mac-leopard/editing/deleting/delete-br-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.checksum.
245 * platform/mac-leopard/editing/deleting/delete-br-013-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.png.
246 * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.checksum.
247 * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.png.
248 * platform/mac-leopard/editing/deleting/delete-line-015-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.checksum.
249 * platform/mac-leopard/editing/deleting/delete-line-015-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.png.
250 * platform/mac-leopard/editing/deleting/delete-line-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.checksum.
251 * platform/mac-leopard/editing/deleting/delete-line-016-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.png.
252 * platform/mac-leopard/editing/deleting/delete-line-017-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.checksum.
253 * platform/mac-leopard/editing/deleting/delete-line-017-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.png.
254 * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum.
255 * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.png.
256 * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum.
257 * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.png.
258 * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum.
259 * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.png.
260 * platform/mac-leopard/editing/deleting/merge-no-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.checksum.
261 * platform/mac-leopard/editing/deleting/merge-no-br-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.png.
262 * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum.
263 * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.png.
264 * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum.
265 * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.png.
266 * platform/mac-leopard/editing/deleting/smart-delete-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.checksum.
267 * platform/mac-leopard/editing/deleting/smart-delete-003-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.png.
268 * platform/mac-leopard/editing/deleting/smart-delete-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.checksum.
269 * platform/mac-leopard/editing/deleting/smart-delete-004-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.png.
270 * platform/mac-leopard/editing/deleting/table-cells-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.checksum.
271 * platform/mac-leopard/editing/deleting/table-cells-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.png.
272 * platform/mac-leopard/editing/execCommand: Added.
273 * platform/mac-leopard/editing/execCommand/4580583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.checksum.
274 * platform/mac-leopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.png.
275 * platform/mac-leopard/editing/execCommand/4580583-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.checksum.
276 * platform/mac-leopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.png.
277 * platform/mac-leopard/editing/execCommand/4641880-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.checksum.
278 * platform/mac-leopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.png.
279 * platform/mac-leopard/editing/execCommand/4641880-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.checksum.
280 * platform/mac-leopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.png.
281 * platform/mac-leopard/editing/execCommand/4747450-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.checksum.
282 * platform/mac-leopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.png.
283 * platform/mac-leopard/editing/execCommand/4786404-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.checksum.
284 * platform/mac-leopard/editing/execCommand/4786404-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.png.
285 * platform/mac-leopard/editing/execCommand/4916402-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.checksum.
286 * platform/mac-leopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.png.
287 * platform/mac-leopard/editing/execCommand/4916541-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.checksum.
288 * platform/mac-leopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.png.
289 * platform/mac-leopard/editing/execCommand/4920488-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.checksum.
290 * platform/mac-leopard/editing/execCommand/4920488-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.png.
291 * platform/mac-leopard/editing/execCommand/4920742-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.checksum.
292 * platform/mac-leopard/editing/execCommand/4920742-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.png.
293 * platform/mac-leopard/editing/execCommand/4924441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.checksum.
294 * platform/mac-leopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.png.
295 * platform/mac-leopard/editing/execCommand/5049671-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.checksum.
296 * platform/mac-leopard/editing/execCommand/5049671-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.png.
297 * platform/mac-leopard/editing/execCommand/5080333-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.checksum.
298 * platform/mac-leopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.png.
299 * platform/mac-leopard/editing/execCommand/5080333-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.checksum.
300 * platform/mac-leopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.png.
301 * platform/mac-leopard/editing/execCommand/5136770-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.checksum.
302 * platform/mac-leopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.png.
303 * platform/mac-leopard/editing/execCommand/5138441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.checksum.
304 * platform/mac-leopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.png.
305 * platform/mac-leopard/editing/execCommand/5190926-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.checksum.
306 * platform/mac-leopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.png.
307 * platform/mac-leopard/editing/execCommand/5481523-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.checksum.
308 * platform/mac-leopard/editing/execCommand/5481523-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.png.
309 * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.checksum.
310 * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.png.
311 * platform/mac-leopard/editing/execCommand/find-after-replace-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.checksum.
312 * platform/mac-leopard/editing/execCommand/find-after-replace-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.png.
313 * platform/mac-leopard/editing/execCommand/findString-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.checksum.
314 * platform/mac-leopard/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.png.
315 * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum.
316 * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.png.
317 * platform/mac-leopard/editing/execCommand/insertImage-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.checksum.
318 * platform/mac-leopard/editing/execCommand/insertImage-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.png.
319 * platform/mac-leopard/editing/execCommand/outdent-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.checksum.
320 * platform/mac-leopard/editing/execCommand/outdent-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.png.
321 * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.checksum.
322 * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.png.
323 * platform/mac-leopard/editing/execCommand/remove-formatting-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.checksum.
324 * platform/mac-leopard/editing/execCommand/remove-formatting-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.png.
325 * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum.
326 * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png.
327 * platform/mac-leopard/editing/inserting: Added.
328 * platform/mac-leopard/editing/inserting/12882-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.checksum.
329 * platform/mac-leopard/editing/inserting/12882-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.png.
330 * platform/mac-leopard/editing/inserting/4278698-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.checksum.
331 * platform/mac-leopard/editing/inserting/4278698-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.png.
332 * platform/mac-leopard/editing/inserting/4840662-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.checksum.
333 * platform/mac-leopard/editing/inserting/4840662-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.png.
334 * platform/mac-leopard/editing/inserting/4875189-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.checksum.
335 * platform/mac-leopard/editing/inserting/4875189-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.png.
336 * platform/mac-leopard/editing/inserting/5002441-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.checksum.
337 * platform/mac-leopard/editing/inserting/5002441-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.png.
338 * platform/mac-leopard/editing/inserting/5058163-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.checksum.
339 * platform/mac-leopard/editing/inserting/5058163-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.png.
340 * platform/mac-leopard/editing/inserting/5058163-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.checksum.
341 * platform/mac-leopard/editing/inserting/5058163-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.png.
342 * platform/mac-leopard/editing/inserting/5156401-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.checksum.
343 * platform/mac-leopard/editing/inserting/5156401-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.png.
344 * platform/mac-leopard/editing/inserting/5418891-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.checksum.
345 * platform/mac-leopard/editing/inserting/5418891-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.png.
346 * platform/mac-leopard/editing/inserting/5510537-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.checksum.
347 * platform/mac-leopard/editing/inserting/5510537-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.png.
348 * platform/mac-leopard/editing/inserting/5549929-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.checksum.
349 * platform/mac-leopard/editing/inserting/5549929-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.png.
350 * platform/mac-leopard/editing/inserting/5607069-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.checksum.
351 * platform/mac-leopard/editing/inserting/5607069-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.png.
352 * platform/mac-leopard/editing/inserting/5607069-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.checksum.
353 * platform/mac-leopard/editing/inserting/5607069-3-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.png.
354 * platform/mac-leopard/editing/inserting/6703873-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.checksum.
355 * platform/mac-leopard/editing/inserting/6703873-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.png.
356 * platform/mac-leopard/editing/inserting/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.checksum.
357 * platform/mac-leopard/editing/inserting/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.png.
358 * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.checksum.
359 * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.png.
360 * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.checksum.
361 * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.png.
362 * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.checksum.
363 * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.png.
364 * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.checksum.
365 * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.png.
366 * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.checksum.
367 * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.png.
368 * platform/mac-leopard/editing/inserting/insert-br-009-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.checksum.
369 * platform/mac-leopard/editing/inserting/insert-br-009-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.png.
370 * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum.
371 * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.png.
372 * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum.
373 * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.png.
374 * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum.
375 * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.png.
376 * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum.
377 * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.png.
378 * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum.
379 * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.png.
380 * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum.
381 * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.png.
382 * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.checksum.
383 * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.png.
384 * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.checksum.
385 * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.png.
386 * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.checksum.
387 * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.png.
388 * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.checksum.
389 * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.png.
390 * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.checksum.
391 * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.png.
392 * platform/mac-leopard/editing/inserting/line-break-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.checksum.
393 * platform/mac-leopard/editing/inserting/line-break-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.png.
394 * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.checksum.
395 * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.png.
396 * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.checksum.
397 * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.png.
398 * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum.
399 * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png.
400 * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.checksum.
401 * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.png.
402 * platform/mac-leopard/editing/pasteboard/3976872-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.checksum.
403 * platform/mac-leopard/editing/pasteboard/3976872-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.png.
404 * platform/mac-leopard/editing/pasteboard/4076267-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.checksum.
405 * platform/mac-leopard/editing/pasteboard/4076267-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.png.
406 * platform/mac-leopard/editing/pasteboard/4242293-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.checksum.
407 * platform/mac-leopard/editing/pasteboard/4242293-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.png.
408 * platform/mac-leopard/editing/pasteboard/4242293-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.checksum.
409 * platform/mac-leopard/editing/pasteboard/4242293-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.png.
410 * platform/mac-leopard/editing/pasteboard/4631972-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.checksum.
411 * platform/mac-leopard/editing/pasteboard/4631972-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.png.
412 * platform/mac-leopard/editing/pasteboard/4641033-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.checksum.
413 * platform/mac-leopard/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png.
414 * platform/mac-leopard/editing/pasteboard/4861080-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.checksum.
415 * platform/mac-leopard/editing/pasteboard/4861080-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.png.
416 * platform/mac-leopard/editing/pasteboard/4944770-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.checksum.
417 * platform/mac-leopard/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png.
418 * platform/mac-leopard/editing/pasteboard/4944770-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.checksum.
419 * platform/mac-leopard/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png.
420 * platform/mac-leopard/editing/pasteboard/4947130-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.checksum.
421 * platform/mac-leopard/editing/pasteboard/4947130-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.png.
422 * platform/mac-leopard/editing/pasteboard/5027857-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.checksum.
423 * platform/mac-leopard/editing/pasteboard/5027857-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.png.
424 * platform/mac-leopard/editing/pasteboard/5032095-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.checksum.
425 * platform/mac-leopard/editing/pasteboard/5032095-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.png.
426 * platform/mac-leopard/editing/pasteboard/5065605-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.checksum.
427 * platform/mac-leopard/editing/pasteboard/5065605-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.png.
428 * platform/mac-leopard/editing/pasteboard/5071074-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.checksum.
429 * platform/mac-leopard/editing/pasteboard/5071074-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.png.
430 * platform/mac-leopard/editing/pasteboard/5071074-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.checksum.
431 * platform/mac-leopard/editing/pasteboard/5071074-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.png.
432 * platform/mac-leopard/editing/pasteboard/5075944-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.checksum.
433 * platform/mac-leopard/editing/pasteboard/5075944-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.png.
434 * platform/mac-leopard/editing/pasteboard/5075944-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.checksum.
435 * platform/mac-leopard/editing/pasteboard/5075944-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.png.
436 * platform/mac-leopard/editing/pasteboard/5089327-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.checksum.
437 * platform/mac-leopard/editing/pasteboard/5089327-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.png.
438 * platform/mac-leopard/editing/pasteboard/5247341-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.checksum.
439 * platform/mac-leopard/editing/pasteboard/5247341-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.png.
440 * platform/mac-leopard/editing/pasteboard/5368833-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.checksum.
441 * platform/mac-leopard/editing/pasteboard/5368833-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.png.
442 * platform/mac-leopard/editing/pasteboard/5387578-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.checksum.
443 * platform/mac-leopard/editing/pasteboard/5387578-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.png.
444 * platform/mac-leopard/editing/pasteboard/5478250-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.checksum.
445 * platform/mac-leopard/editing/pasteboard/5478250-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.png.
446 * platform/mac-leopard/editing/pasteboard/5601583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.checksum.
447 * platform/mac-leopard/editing/pasteboard/5601583-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.png.
448 * platform/mac-leopard/editing/pasteboard/8145-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.checksum.
449 * platform/mac-leopard/editing/pasteboard/8145-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.png.
450 * platform/mac-leopard/editing/pasteboard/8145-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.checksum.
451 * platform/mac-leopard/editing/pasteboard/8145-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.png.
452 * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.checksum.
453 * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.png.
454 * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum.
455 * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.png.
456 * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum.
457 * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.png.
458 * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum.
459 * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png.
460 * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum.
461 * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.png.
462 * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum.
463 * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
464 * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum.
465 * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.png.
466 * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum.
467 * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.png.
468 * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum.
469 * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.png.
470 * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum.
471 * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.png.
472 * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum.
473 * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.png.
474 * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum.
475 * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.png.
476 * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.checksum.
477 * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.png.
478 * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.checksum.
479 * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.png.
480 * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.checksum.
481 * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.png.
482 * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum.
483 * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.png.
484 * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.checksum.
485 * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.png.
486 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.checksum.
487 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.png.
488 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.checksum.
489 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.png.
490 * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum.
491 * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.png.
492 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum.
493 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png.
494 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum.
495 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png.
496 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.checksum.
497 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.png.
498 * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum.
499 * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.png.
500 * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum.
501 * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png.
502 * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.checksum.
503 * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.png.
504 * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.checksum.
505 * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.png.
506 * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.checksum.
507 * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.png.
508 * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.checksum.
509 * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.png.
510 * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.checksum.
511 * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.png.
512 * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.checksum.
513 * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.png.
514 * platform/mac-leopard/editing/pasteboard/pasting-object-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.checksum.
515 * platform/mac-leopard/editing/pasteboard/pasting-object-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.png.
516 * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.checksum.
517 * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png.
518 * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum.
519 * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png.
520 * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum.
521 * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png.
522 * platform/mac-leopard/editing/pasteboard/select-element-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.checksum.
523 * platform/mac-leopard/editing/pasteboard/select-element-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.png.
524 * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum.
525 * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.png.
526 * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.checksum.
527 * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.png.
528 * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.checksum.
529 * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.png.
530 * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.checksum.
531 * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png.
532 * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.checksum.
533 * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.png.
534 * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.checksum.
535 * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png.
536 * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.checksum.
537 * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.png.
538 * platform/mac-leopard/editing/selection: Added.
539 * platform/mac-leopard/editing/selection/13804-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.checksum.
540 * platform/mac-leopard/editing/selection/13804-expected.png: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.png.
541 * platform/mac-leopard/editing/selection/14971-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.checksum.
542 * platform/mac-leopard/editing/selection/14971-expected.png: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.png.
543 * platform/mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.checksum.
544 * platform/mac-leopard/editing/selection/4402375-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.png.
545 * platform/mac-leopard/editing/selection/4818145-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.checksum.
546 * platform/mac-leopard/editing/selection/4818145-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.png.
547 * platform/mac-leopard/editing/selection/4889598-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.checksum.
548 * platform/mac-leopard/editing/selection/4889598-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.png.
549 * platform/mac-leopard/editing/selection/4895428-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.checksum.
550 * platform/mac-leopard/editing/selection/4895428-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.png.
551 * platform/mac-leopard/editing/selection/4895428-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.checksum.
552 * platform/mac-leopard/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
553 * platform/mac-leopard/editing/selection/4895428-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.checksum.
554 * platform/mac-leopard/editing/selection/4895428-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.png.
555 * platform/mac-leopard/editing/selection/4932260-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.checksum.
556 * platform/mac-leopard/editing/selection/4932260-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.png.
557 * platform/mac-leopard/editing/selection/4947387-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.checksum.
558 * platform/mac-leopard/editing/selection/4947387-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.png.
559 * platform/mac-leopard/editing/selection/4960116-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.checksum.
560 * platform/mac-leopard/editing/selection/4960116-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.png.
561 * platform/mac-leopard/editing/selection/4975120-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.checksum.
562 * platform/mac-leopard/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
563 * platform/mac-leopard/editing/selection/4983858-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.checksum.
564 * platform/mac-leopard/editing/selection/4983858-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.png.
565 * platform/mac-leopard/editing/selection/5007143-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.checksum.
566 * platform/mac-leopard/editing/selection/5007143-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.png.
567 * platform/mac-leopard/editing/selection/5007143-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.checksum.
568 * platform/mac-leopard/editing/selection/5007143-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.png.
569 * platform/mac-leopard/editing/selection/5057506-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.checksum.
570 * platform/mac-leopard/editing/selection/5057506-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.png.
571 * platform/mac-leopard/editing/selection/5057506-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.checksum.
572 * platform/mac-leopard/editing/selection/5057506-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.png.
573 * platform/mac-leopard/editing/selection/5076323-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.checksum.
574 * platform/mac-leopard/editing/selection/5076323-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.png.
575 * platform/mac-leopard/editing/selection/5081257-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.checksum.
576 * platform/mac-leopard/editing/selection/5081257-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.png.
577 * platform/mac-leopard/editing/selection/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.checksum.
578 * platform/mac-leopard/editing/selection/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.png.
579 * platform/mac-leopard/editing/selection/5131716-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.checksum.
580 * platform/mac-leopard/editing/selection/5131716-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.png.
581 * platform/mac-leopard/editing/selection/5131716-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.checksum.
582 * platform/mac-leopard/editing/selection/5131716-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.png.
583 * platform/mac-leopard/editing/selection/5131716-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.checksum.
584 * platform/mac-leopard/editing/selection/5131716-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.png.
585 * platform/mac-leopard/editing/selection/5131716-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.checksum.
586 * platform/mac-leopard/editing/selection/5131716-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.png.
587 * platform/mac-leopard/editing/selection/5195166-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.checksum.
588 * platform/mac-leopard/editing/selection/5195166-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.png.
589 * platform/mac-leopard/editing/selection/5232159-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.checksum.
590 * platform/mac-leopard/editing/selection/5232159-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.png.
591 * platform/mac-leopard/editing/selection/5234383-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.checksum.
592 * platform/mac-leopard/editing/selection/5234383-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.png.
593 * platform/mac-leopard/editing/selection/5234383-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.checksum.
594 * platform/mac-leopard/editing/selection/5234383-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.png.
595 * platform/mac-leopard/editing/selection/5240265-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.checksum.
596 * platform/mac-leopard/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png.
597 * platform/mac-leopard/editing/selection/5354455-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.checksum.
598 * platform/mac-leopard/editing/selection/5354455-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.png.
599 * platform/mac-leopard/editing/selection/5354455-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.checksum.
600 * platform/mac-leopard/editing/selection/5354455-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.png.
601 * platform/mac-leopard/editing/selection/6476-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.checksum.
602 * platform/mac-leopard/editing/selection/6476-expected.png: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.png.
603 * platform/mac-leopard/editing/selection/7152-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.checksum.
604 * platform/mac-leopard/editing/selection/7152-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.png.
605 * platform/mac-leopard/editing/selection/7152-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.checksum.
606 * platform/mac-leopard/editing/selection/7152-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.png.
607 * platform/mac-leopard/editing/selection/addRange-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.checksum.
608 * platform/mac-leopard/editing/selection/addRange-expected.png: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.png.
609 * platform/mac-leopard/editing/selection/after-line-wrap-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.checksum.
610 * platform/mac-leopard/editing/selection/after-line-wrap-expected.png: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.png.
611 * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.checksum.
612 * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.png.
613 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.checksum.
614 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.png.
615 * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.checksum.
616 * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.png.
617 * platform/mac-leopard/editing/selection/clear-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.checksum.
618 * platform/mac-leopard/editing/selection/clear-selection-expected.png: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.png.
619 * platform/mac-leopard/editing/selection/click-start-of-line-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.checksum.
620 * platform/mac-leopard/editing/selection/click-start-of-line-expected.png: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.png.
621 * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.checksum.
622 * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.png: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.png.
623 * platform/mac-leopard/editing/selection/designmode-no-caret-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.checksum.
624 * platform/mac-leopard/editing/selection/designmode-no-caret-expected.png: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.png.
625 * platform/mac-leopard/editing/selection/drag-in-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.checksum.
626 * platform/mac-leopard/editing/selection/drag-in-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.png.
627 * platform/mac-leopard/editing/selection/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.checksum.
628 * platform/mac-leopard/editing/selection/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.png.
629 * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.checksum.
630 * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.png.
631 * platform/mac-leopard/editing/selection/end-of-document-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.checksum.
632 * platform/mac-leopard/editing/selection/end-of-document-expected.png: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.png.
633 * platform/mac-leopard/editing/selection/expanding-selections-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.checksum.
634 * platform/mac-leopard/editing/selection/expanding-selections-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.png.
635 * platform/mac-leopard/editing/selection/expanding-selections2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.checksum.
636 * platform/mac-leopard/editing/selection/expanding-selections2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.png.
637 * platform/mac-leopard/editing/selection/focus_editable_html-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.checksum.
638 * platform/mac-leopard/editing/selection/focus_editable_html-expected.png: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.png.
639 * platform/mac-leopard/editing/selection/iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.checksum.
640 * platform/mac-leopard/editing/selection/iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.png.
641 * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum.
642 * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.png.
643 * platform/mac-leopard/editing/selection/inline-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.checksum.
644 * platform/mac-leopard/editing/selection/inline-table-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.png.
645 * platform/mac-leopard/editing/selection/leave-requested-block-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.checksum.
646 * platform/mac-leopard/editing/selection/leave-requested-block-expected.png: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.png.
647 * platform/mac-leopard/editing/selection/mixed-editability-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.checksum.
648 * platform/mac-leopard/editing/selection/mixed-editability-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.png.
649 * platform/mac-leopard/editing/selection/mixed-editability-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.checksum.
650 * platform/mac-leopard/editing/selection/mixed-editability-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.png.
651 * platform/mac-leopard/editing/selection/mixed-editability-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.checksum.
652 * platform/mac-leopard/editing/selection/mixed-editability-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.png.
653 * platform/mac-leopard/editing/selection/mixed-editability-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.checksum.
654 * platform/mac-leopard/editing/selection/mixed-editability-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.png.
655 * platform/mac-leopard/editing/selection/mixed-editability-6-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.checksum.
656 * platform/mac-leopard/editing/selection/mixed-editability-6-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.png.
657 * platform/mac-leopard/editing/selection/mixed-editability-7-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.checksum.
658 * platform/mac-leopard/editing/selection/mixed-editability-7-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.png.
659 * platform/mac-leopard/editing/selection/mixed-editability-8-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.checksum.
660 * platform/mac-leopard/editing/selection/mixed-editability-8-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.png.
661 * platform/mac-leopard/editing/selection/mixed-editability-9-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.checksum.
662 * platform/mac-leopard/editing/selection/mixed-editability-9-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.png.
663 * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.checksum.
664 * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.png: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.png.
665 * platform/mac-leopard/editing/selection/node-removal-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.checksum.
666 * platform/mac-leopard/editing/selection/node-removal-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.png.
667 * platform/mac-leopard/editing/selection/node-removal-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.checksum.
668 * platform/mac-leopard/editing/selection/node-removal-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.png.
669 * platform/mac-leopard/editing/selection/paragraph-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.checksum.
670 * platform/mac-leopard/editing/selection/paragraph-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.png.
671 * platform/mac-leopard/editing/selection/previous-line-position-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.checksum.
672 * platform/mac-leopard/editing/selection/previous-line-position-expected.png: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.png.
673 * platform/mac-leopard/editing/selection/replace-selection-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.checksum.
674 * platform/mac-leopard/editing/selection/replace-selection-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.png.
675 * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.checksum.
676 * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.png.
677 * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.checksum.
678 * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.png.
679 * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.checksum.
680 * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
681 * platform/mac-leopard/editing/selection/select-all-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.checksum.
682 * platform/mac-leopard/editing/selection/select-all-005-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.png.
683 * platform/mac-leopard/editing/selection/select-all-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.checksum.
684 * platform/mac-leopard/editing/selection/select-all-006-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.png.
685 * platform/mac-leopard/editing/selection/select-all-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.checksum.
686 * platform/mac-leopard/editing/selection/select-all-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.png.
687 * platform/mac-leopard/editing/selection/select-box-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.checksum.
688 * platform/mac-leopard/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png.
689 * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum.
690 * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png.
691 * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum.
692 * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png.
693 * platform/mac-leopard/editing/selection/selection-actions-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.checksum.
694 * platform/mac-leopard/editing/selection/selection-actions-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.png.
695 * platform/mac-leopard/editing/selection/selection-background-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.checksum.
696 * platform/mac-leopard/editing/selection/selection-background-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.png.
697 * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.checksum.
698 * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.png: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.png.
699 * platform/mac-leopard/editing/selection/unrendered-space-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.checksum.
700 * platform/mac-leopard/editing/selection/unrendered-space-expected.png: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.png.
701 * platform/mac-leopard/editing/selection/word-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.checksum.
702 * platform/mac-leopard/editing/selection/word-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.png.
703 * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.checksum.
704 * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.png.
705 * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.checksum.
706 * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.png.
707 * platform/mac-leopard/editing/style: Added.
708 * platform/mac-leopard/editing/style/5017613-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.checksum.
709 * platform/mac-leopard/editing/style/5017613-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.png.
710 * platform/mac-leopard/editing/style/5017613-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.checksum.
711 * platform/mac-leopard/editing/style/5017613-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.png.
712 * platform/mac-leopard/editing/style/5046875-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.checksum.
713 * platform/mac-leopard/editing/style/5046875-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.png.
714 * platform/mac-leopard/editing/style/5046875-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.checksum.
715 * platform/mac-leopard/editing/style/5046875-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.png.
716 * platform/mac-leopard/editing/style/5065910-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.checksum.
717 * platform/mac-leopard/editing/style/5065910-expected.png: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.png.
718 * platform/mac-leopard/editing/style/5084241-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.checksum.
719 * platform/mac-leopard/editing/style/5084241-expected.png: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.png.
720 * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.checksum.
721 * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.png: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.png.
722 * platform/mac-leopard/editing/style/fontsize-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.checksum.
723 * platform/mac-leopard/editing/style/fontsize-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.png.
724 * platform/mac-leopard/editing/style/non-inheritable-styles-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.checksum.
725 * platform/mac-leopard/editing/style/non-inheritable-styles-expected.png: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.png.
726 * platform/mac/editing/deleting/4922367-expected.checksum: Replaced.
727 * platform/mac/editing/deleting/4922367-expected.png: Replaced.
728 * platform/mac/editing/deleting/5026848-1-expected.checksum: Replaced.
729 * platform/mac/editing/deleting/5026848-1-expected.png: Replaced.
730 * platform/mac/editing/deleting/5026848-2-expected.checksum: Replaced.
731 * platform/mac/editing/deleting/5026848-2-expected.png: Replaced.
732 * platform/mac/editing/deleting/5026848-3-expected.checksum: Replaced.
733 * platform/mac/editing/deleting/5026848-3-expected.png: Replaced.
734 * platform/mac/editing/deleting/5032066-expected.checksum: Replaced.
735 * platform/mac/editing/deleting/5032066-expected.png: Replaced.
736 * platform/mac/editing/deleting/5091898-expected.checksum: Replaced.
737 * platform/mac/editing/deleting/5091898-expected.png: Replaced.
738 * platform/mac/editing/deleting/5099303-expected.checksum: Replaced.
739 * platform/mac/editing/deleting/5099303-expected.png: Replaced.
740 * platform/mac/editing/deleting/5115601-expected.checksum: Replaced.
741 * platform/mac/editing/deleting/5115601-expected.png: Replaced.
742 * platform/mac/editing/deleting/5126166-expected.checksum: Replaced.
743 * platform/mac/editing/deleting/5126166-expected.png: Replaced.
744 * platform/mac/editing/deleting/5144139-2-expected.checksum: Replaced.
745 * platform/mac/editing/deleting/5144139-2-expected.png: Replaced.
746 * platform/mac/editing/deleting/5168598-expected.checksum: Replaced.
747 * platform/mac/editing/deleting/5168598-expected.png: Replaced.
748 * platform/mac/editing/deleting/5206311-1-expected.checksum: Replaced.
749 * platform/mac/editing/deleting/5206311-1-expected.png: Replaced.
750 * platform/mac/editing/deleting/5206311-2-expected.checksum: Replaced.
751 * platform/mac/editing/deleting/5206311-2-expected.png: Replaced.
752 * platform/mac/editing/deleting/5272440-expected.checksum: Replaced.
753 * platform/mac/editing/deleting/5272440-expected.png: Replaced.
754 * platform/mac/editing/deleting/5369009-expected.checksum: Replaced.
755 * platform/mac/editing/deleting/5369009-expected.png: Replaced.
756 * platform/mac/editing/deleting/5390681-2-expected.checksum: Replaced.
757 * platform/mac/editing/deleting/5390681-2-expected.png: Replaced.
758 * platform/mac/editing/deleting/5390681-expected.checksum: Replaced.
759 * platform/mac/editing/deleting/5390681-expected.png: Replaced.
760 * platform/mac/editing/deleting/5433862-2-expected.checksum: Replaced.
761 * platform/mac/editing/deleting/5433862-2-expected.png: Replaced.
762 * platform/mac/editing/deleting/5483370-expected.checksum: Replaced.
763 * platform/mac/editing/deleting/5483370-expected.png: Replaced.
764 * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Replaced.
765 * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Replaced.
766 * platform/mac/editing/deleting/delete-br-013-expected.checksum: Replaced.
767 * platform/mac/editing/deleting/delete-br-013-expected.png: Replaced.
768 * platform/mac/editing/deleting/delete-first-list-item-expected.checksum: Replaced.
769 * platform/mac/editing/deleting/delete-first-list-item-expected.png: Replaced.
770 * platform/mac/editing/deleting/delete-line-015-expected.checksum: Replaced.
771 * platform/mac/editing/deleting/delete-line-015-expected.png: Replaced.
772 * platform/mac/editing/deleting/delete-line-016-expected.checksum: Replaced.
773 * platform/mac/editing/deleting/delete-line-016-expected.png: Replaced.
774 * platform/mac/editing/deleting/delete-line-017-expected.checksum: Replaced.
775 * platform/mac/editing/deleting/delete-line-017-expected.png: Replaced.
776 * platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum: Replaced.
777 * platform/mac/editing/deleting/delete-ws-fixup-002-expected.png: Replaced.
778 * platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum: Replaced.
779 * platform/mac/editing/deleting/merge-endOfParagraph-expected.png: Replaced.
780 * platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum: Replaced.
781 * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Replaced.
782 * platform/mac/editing/deleting/merge-no-br-expected.checksum: Replaced.
783 * platform/mac/editing/deleting/merge-no-br-expected.png: Replaced.
784 * platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum: Replaced.
785 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png: Replaced.
786 * platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum: Replaced.
787 * platform/mac/editing/deleting/pruning-after-merge-2-expected.png: Replaced.
788 * platform/mac/editing/deleting/smart-delete-003-expected.checksum: Replaced.
789 * platform/mac/editing/deleting/smart-delete-003-expected.png: Replaced.
790 * platform/mac/editing/deleting/smart-delete-004-expected.checksum: Replaced.
791 * platform/mac/editing/deleting/smart-delete-004-expected.png: Replaced.
792 * platform/mac/editing/deleting/table-cells-expected.checksum: Replaced.
793 * platform/mac/editing/deleting/table-cells-expected.png: Replaced.
794 * platform/mac/editing/execCommand/4580583-1-expected.checksum: Replaced.
795 * platform/mac/editing/execCommand/4580583-1-expected.png: Replaced.
796 * platform/mac/editing/execCommand/4580583-2-expected.checksum: Replaced.
797 * platform/mac/editing/execCommand/4580583-2-expected.png: Replaced.
798 * platform/mac/editing/execCommand/4641880-1-expected.checksum: Replaced.
799 * platform/mac/editing/execCommand/4641880-1-expected.png: Replaced.
800 * platform/mac/editing/execCommand/4641880-2-expected.checksum: Replaced.
801 * platform/mac/editing/execCommand/4641880-2-expected.png: Replaced.
802 * platform/mac/editing/execCommand/4747450-expected.checksum: Replaced.
803 * platform/mac/editing/execCommand/4747450-expected.png: Replaced.
804 * platform/mac/editing/execCommand/4786404-2-expected.checksum: Replaced.
805 * platform/mac/editing/execCommand/4786404-2-expected.png: Replaced.
806 * platform/mac/editing/execCommand/4916402-expected.checksum: Replaced.
807 * platform/mac/editing/execCommand/4916402-expected.png: Replaced.
808 * platform/mac/editing/execCommand/4916541-expected.checksum: Replaced.
809 * platform/mac/editing/execCommand/4916541-expected.png: Replaced.
810 * platform/mac/editing/execCommand/4920488-expected.checksum: Replaced.
811 * platform/mac/editing/execCommand/4920488-expected.png: Replaced.
812 * platform/mac/editing/execCommand/4920742-1-expected.checksum: Replaced.
813 * platform/mac/editing/execCommand/4920742-1-expected.png: Replaced.
814 * platform/mac/editing/execCommand/4924441-expected.checksum: Replaced.
815 * platform/mac/editing/execCommand/4924441-expected.png: Replaced.
816 * platform/mac/editing/execCommand/5049671-expected.checksum: Replaced.
817 * platform/mac/editing/execCommand/5049671-expected.png: Replaced.
818 * platform/mac/editing/execCommand/5080333-1-expected.checksum: Replaced.
819 * platform/mac/editing/execCommand/5080333-1-expected.png: Replaced.
820 * platform/mac/editing/execCommand/5080333-2-expected.checksum: Replaced.
821 * platform/mac/editing/execCommand/5080333-2-expected.png: Replaced.
822 * platform/mac/editing/execCommand/5136770-expected.checksum: Replaced.
823 * platform/mac/editing/execCommand/5136770-expected.png: Replaced.
824 * platform/mac/editing/execCommand/5138441-expected.checksum: Replaced.
825 * platform/mac/editing/execCommand/5138441-expected.png: Replaced.
826 * platform/mac/editing/execCommand/5190926-expected.checksum: Replaced.
827 * platform/mac/editing/execCommand/5190926-expected.png: Replaced.
828 * platform/mac/editing/execCommand/5481523-expected.checksum: Replaced.
829 * platform/mac/editing/execCommand/5481523-expected.png: Replaced.
830 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum: Replaced.
831 * platform/mac/editing/execCommand/create-list-with-hr-expected.png: Replaced.
832 * platform/mac/editing/execCommand/find-after-replace-expected.checksum: Replaced.
833 * platform/mac/editing/execCommand/find-after-replace-expected.png: Replaced.
834 * platform/mac/editing/execCommand/findString-2-expected.checksum: Replaced.
835 * platform/mac/editing/execCommand/findString-2-expected.png: Replaced.
836 * platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum: Replaced.
837 * platform/mac/editing/execCommand/insertHorizontalRule-expected.png: Replaced.
838 * platform/mac/editing/execCommand/insertImage-expected.checksum: Replaced.
839 * platform/mac/editing/execCommand/insertImage-expected.png: Replaced.
840 * platform/mac/editing/execCommand/outdent-selection-expected.checksum: Replaced.
841 * platform/mac/editing/execCommand/outdent-selection-expected.png: Replaced.
842 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum: Replaced.
843 * platform/mac/editing/execCommand/remove-formatting-2-expected.png: Replaced.
844 * platform/mac/editing/execCommand/remove-formatting-expected.checksum: Replaced.
845 * platform/mac/editing/execCommand/remove-formatting-expected.png: Replaced.
846 * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum: Replaced.
847 * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png: Replaced.
848 * platform/mac/editing/inserting/12882-expected.checksum: Replaced.
849 * platform/mac/editing/inserting/12882-expected.png: Replaced.
850 * platform/mac/editing/inserting/4278698-expected.checksum: Replaced.
851 * platform/mac/editing/inserting/4278698-expected.png: Replaced.
852 * platform/mac/editing/inserting/4840662-expected.checksum: Replaced.
853 * platform/mac/editing/inserting/4840662-expected.png: Replaced.
854 * platform/mac/editing/inserting/4875189-2-expected.checksum: Replaced.
855 * platform/mac/editing/inserting/4875189-2-expected.png: Replaced.
856 * platform/mac/editing/inserting/5002441-expected.checksum: Replaced.
857 * platform/mac/editing/inserting/5002441-expected.png: Replaced.
858 * platform/mac/editing/inserting/5058163-1-expected.checksum: Replaced.
859 * platform/mac/editing/inserting/5058163-1-expected.png: Replaced.
860 * platform/mac/editing/inserting/5058163-2-expected.checksum: Replaced.
861 * platform/mac/editing/inserting/5058163-2-expected.png: Replaced.
862 * platform/mac/editing/inserting/5156401-2-expected.checksum: Replaced.
863 * platform/mac/editing/inserting/5156401-2-expected.png: Replaced.
864 * platform/mac/editing/inserting/5418891-expected.checksum: Replaced.
865 * platform/mac/editing/inserting/5418891-expected.png: Replaced.
866 * platform/mac/editing/inserting/5510537-expected.checksum: Replaced.
867 * platform/mac/editing/inserting/5510537-expected.png: Replaced.
868 * platform/mac/editing/inserting/5549929-2-expected.checksum: Replaced.
869 * platform/mac/editing/inserting/5549929-2-expected.png: Replaced.
870 * platform/mac/editing/inserting/5607069-2-expected.checksum: Replaced.
871 * platform/mac/editing/inserting/5607069-2-expected.png: Replaced.
872 * platform/mac/editing/inserting/5607069-3-expected.checksum: Replaced.
873 * platform/mac/editing/inserting/5607069-3-expected.png: Replaced.
874 * platform/mac/editing/inserting/6703873-expected.checksum: Replaced.
875 * platform/mac/editing/inserting/6703873-expected.png: Replaced.
876 * platform/mac/editing/inserting/editable-html-element-expected.checksum: Replaced.
877 * platform/mac/editing/inserting/editable-html-element-expected.png: Replaced.
878 * platform/mac/editing/inserting/edited-whitespace-1-expected.checksum: Replaced.
879 * platform/mac/editing/inserting/edited-whitespace-1-expected.png: Replaced.
880 * platform/mac/editing/inserting/editing-empty-divs-expected.checksum: Replaced.
881 * platform/mac/editing/inserting/editing-empty-divs-expected.png: Replaced.
882 * platform/mac/editing/inserting/insert-3786362-fix-expected.checksum: Replaced.
883 * platform/mac/editing/inserting/insert-3786362-fix-expected.png: Replaced.
884 * platform/mac/editing/inserting/insert-at-end-01-expected.checksum: Replaced.
885 * platform/mac/editing/inserting/insert-at-end-01-expected.png: Replaced.
886 * platform/mac/editing/inserting/insert-at-end-02-expected.checksum: Replaced.
887 * platform/mac/editing/inserting/insert-at-end-02-expected.png: Replaced.
888 * platform/mac/editing/inserting/insert-br-009-expected.checksum: Replaced.
889 * platform/mac/editing/inserting/insert-br-009-expected.png: Replaced.
890 * platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum: Replaced.
891 * platform/mac/editing/inserting/insert-br-quoted-001-expected.png: Replaced.
892 * platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum: Replaced.
893 * platform/mac/editing/inserting/insert-br-quoted-002-expected.png: Replaced.
894 * platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum: Replaced.
895 * platform/mac/editing/inserting/insert-br-quoted-003-expected.png: Replaced.
896 * platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum: Replaced.
897 * platform/mac/editing/inserting/insert-br-quoted-004-expected.png: Replaced.
898 * platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum: Replaced.
899 * platform/mac/editing/inserting/insert-br-quoted-005-expected.png: Replaced.
900 * platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum: Replaced.
901 * platform/mac/editing/inserting/insert-br-quoted-006-expected.png: Replaced.
902 * platform/mac/editing/inserting/insert-paragraph-01-expected.checksum: Replaced.
903 * platform/mac/editing/inserting/insert-paragraph-01-expected.png: Replaced.
904 * platform/mac/editing/inserting/insert-paragraph-02-expected.checksum: Replaced.
905 * platform/mac/editing/inserting/insert-paragraph-02-expected.png: Replaced.
906 * platform/mac/editing/inserting/insert-paragraph-03-expected.checksum: Replaced.
907 * platform/mac/editing/inserting/insert-paragraph-03-expected.png: Replaced.
908 * platform/mac/editing/inserting/insert-paragraph-04-expected.checksum: Replaced.
909 * platform/mac/editing/inserting/insert-paragraph-04-expected.png: Replaced.
910 * platform/mac/editing/inserting/insert-paragraph-05-expected.checksum: Replaced.
911 * platform/mac/editing/inserting/insert-paragraph-05-expected.png: Replaced.
912 * platform/mac/editing/inserting/line-break-expected.checksum: Replaced.
913 * platform/mac/editing/inserting/line-break-expected.png: Replaced.
914 * platform/mac/editing/inserting/multiple-lines-selected-expected.checksum: Replaced.
915 * platform/mac/editing/inserting/multiple-lines-selected-expected.png: Replaced.
916 * platform/mac/editing/inserting/paragraph-separator-03-expected.checksum: Replaced.
917 * platform/mac/editing/inserting/paragraph-separator-03-expected.png: Replaced.
918 * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Replaced.
919 * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Replaced.
920 * platform/mac/editing/inserting/typing-around-br-001-expected.checksum: Replaced.
921 * platform/mac/editing/inserting/typing-around-br-001-expected.png: Replaced.
922 * platform/mac/editing/pasteboard/3976872-expected.checksum: Replaced.
923 * platform/mac/editing/pasteboard/3976872-expected.png: Replaced.
924 * platform/mac/editing/pasteboard/4076267-2-expected.checksum: Replaced.
925 * platform/mac/editing/pasteboard/4076267-2-expected.png: Replaced.
926 * platform/mac/editing/pasteboard/4242293-1-expected.checksum: Replaced.
927 * platform/mac/editing/pasteboard/4242293-1-expected.png: Replaced.
928 * platform/mac/editing/pasteboard/4242293-expected.checksum: Replaced.
929 * platform/mac/editing/pasteboard/4242293-expected.png: Replaced.
930 * platform/mac/editing/pasteboard/4631972-expected.checksum: Replaced.
931 * platform/mac/editing/pasteboard/4631972-expected.png: Replaced.
932 * platform/mac/editing/pasteboard/4641033-expected.checksum: Replaced.
933 * platform/mac/editing/pasteboard/4641033-expected.png: Replaced.
934 * platform/mac/editing/pasteboard/4861080-expected.checksum: Replaced.
935 * platform/mac/editing/pasteboard/4861080-expected.png: Replaced.
936 * platform/mac/editing/pasteboard/4944770-1-expected.checksum: Replaced.
937 * platform/mac/editing/pasteboard/4944770-1-expected.png: Replaced.
938 * platform/mac/editing/pasteboard/4944770-2-expected.checksum: Replaced.
939 * platform/mac/editing/pasteboard/4944770-2-expected.png: Replaced.
940 * platform/mac/editing/pasteboard/4947130-expected.checksum: Replaced.
941 * platform/mac/editing/pasteboard/4947130-expected.png: Replaced.
942 * platform/mac/editing/pasteboard/5027857-expected.checksum: Replaced.
943 * platform/mac/editing/pasteboard/5027857-expected.png: Replaced.
944 * platform/mac/editing/pasteboard/5032095-expected.checksum: Replaced.
945 * platform/mac/editing/pasteboard/5032095-expected.png: Replaced.
946 * platform/mac/editing/pasteboard/5065605-expected.checksum: Replaced.
947 * platform/mac/editing/pasteboard/5065605-expected.png: Replaced.
948 * platform/mac/editing/pasteboard/5071074-2-expected.checksum: Replaced.
949 * platform/mac/editing/pasteboard/5071074-2-expected.png: Replaced.
950 * platform/mac/editing/pasteboard/5071074-expected.checksum: Replaced.
951 * platform/mac/editing/pasteboard/5071074-expected.png: Replaced.
952 * platform/mac/editing/pasteboard/5075944-2-expected.checksum: Replaced.
953 * platform/mac/editing/pasteboard/5075944-2-expected.png: Replaced.
954 * platform/mac/editing/pasteboard/5075944-3-expected.checksum: Replaced.
955 * platform/mac/editing/pasteboard/5075944-3-expected.png: Replaced.
956 * platform/mac/editing/pasteboard/5089327-expected.checksum: Replaced.
957 * platform/mac/editing/pasteboard/5089327-expected.png: Replaced.
958 * platform/mac/editing/pasteboard/5247341-expected.checksum: Replaced.
959 * platform/mac/editing/pasteboard/5247341-expected.png: Replaced.
960 * platform/mac/editing/pasteboard/5368833-expected.checksum: Replaced.
961 * platform/mac/editing/pasteboard/5368833-expected.png: Replaced.
962 * platform/mac/editing/pasteboard/5387578-expected.checksum: Replaced.
963 * platform/mac/editing/pasteboard/5387578-expected.png: Replaced.
964 * platform/mac/editing/pasteboard/5478250-expected.checksum: Replaced.
965 * platform/mac/editing/pasteboard/5478250-expected.png: Replaced.
966 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Replaced.
967 * platform/mac/editing/pasteboard/5601583-1-expected.png: Replaced.
968 * platform/mac/editing/pasteboard/8145-2-expected.checksum: Replaced.
969 * platform/mac/editing/pasteboard/8145-2-expected.png: Replaced.
970 * platform/mac/editing/pasteboard/8145-3-expected.checksum: Replaced.
971 * platform/mac/editing/pasteboard/8145-3-expected.png: Replaced.
972 * platform/mac/editing/pasteboard/bad-placeholder-expected.checksum: Replaced.
973 * platform/mac/editing/pasteboard/bad-placeholder-expected.png: Replaced.
974 * platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum: Replaced.
975 * platform/mac/editing/pasteboard/copy-paste-bidi-expected.png: Replaced.
976 * platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum: Replaced.
977 * platform/mac/editing/pasteboard/copy-standalone-image-expected.png: Replaced.
978 * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Replaced.
979 * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png: Replaced.
980 * platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum: Replaced.
981 * platform/mac/editing/pasteboard/display-block-on-spans-expected.png: Replaced.
982 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum: Replaced.
983 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Replaced.
984 * platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum: Replaced.
985 * platform/mac/editing/pasteboard/interchange-newline-1-expected.png: Replaced.
986 * platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum: Replaced.
987 * platform/mac/editing/pasteboard/interchange-newline-2-expected.png: Replaced.
988 * platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum: Replaced.
989 * platform/mac/editing/pasteboard/interchange-newline-3-expected.png: Replaced.
990 * platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum: Replaced.
991 * platform/mac/editing/pasteboard/interchange-newline-4-expected.png: Replaced.
992 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum: Replaced.
993 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: Replaced.
994 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum: Replaced.
995 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: Replaced.
996 * platform/mac/editing/pasteboard/merge-end-1-expected.checksum: Replaced.
997 * platform/mac/editing/pasteboard/merge-end-1-expected.png: Replaced.
998 * platform/mac/editing/pasteboard/merge-end-2-expected.checksum: Replaced.
999 * platform/mac/editing/pasteboard/merge-end-2-expected.png: Replaced.
1000 * platform/mac/editing/pasteboard/merge-end-5-expected.checksum: Replaced.
1001 * platform/mac/editing/pasteboard/merge-end-5-expected.png: Replaced.
1002 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum: Replaced.
1003 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: Replaced.
1004 * platform/mac/editing/pasteboard/merge-end-borders-expected.checksum: Replaced.
1005 * platform/mac/editing/pasteboard/merge-end-borders-expected.png: Replaced.
1006 * platform/mac/editing/pasteboard/merge-end-list-expected.checksum: Replaced.
1007 * platform/mac/editing/pasteboard/merge-end-list-expected.png: Replaced.
1008 * platform/mac/editing/pasteboard/merge-end-table-expected.checksum: Replaced.
1009 * platform/mac/editing/pasteboard/merge-end-table-expected.png: Replaced.
1010 * platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum: Replaced.
1011 * platform/mac/editing/pasteboard/merge-start-blockquote-expected.png: Replaced.
1012 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Replaced.
1013 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Replaced.
1014 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Replaced.
1015 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Replaced.
1016 * platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Replaced.
1017 * platform/mac/editing/pasteboard/paste-RTFD-expected.png: Replaced.
1018 * platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum: Replaced.
1019 * platform/mac/editing/pasteboard/paste-blockquote-3-expected.png: Replaced.
1020 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Replaced.
1021 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Replaced.
1022 * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum: Replaced.
1023 * platform/mac/editing/pasteboard/paste-pre-002-expected.png: Replaced.
1024 * platform/mac/editing/pasteboard/paste-table-003-expected.checksum: Replaced.
1025 * platform/mac/editing/pasteboard/paste-table-003-expected.png: Replaced.
1026 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum: Replaced.
1027 * platform/mac/editing/pasteboard/paste-text-012-expected.png: Replaced.
1028 * platform/mac/editing/pasteboard/paste-text-013-expected.checksum: Replaced.
1029 * platform/mac/editing/pasteboard/paste-text-013-expected.png: Replaced.
1030 * platform/mac/editing/pasteboard/paste-text-014-expected.checksum: Replaced.
1031 * platform/mac/editing/pasteboard/paste-text-014-expected.png: Replaced.
1032 * platform/mac/editing/pasteboard/paste-text-016-expected.checksum: Replaced.
1033 * platform/mac/editing/pasteboard/paste-text-016-expected.png: Replaced.
1034 * platform/mac/editing/pasteboard/pasting-object-expected.checksum: Replaced.
1035 * platform/mac/editing/pasteboard/pasting-object-expected.png: Replaced.
1036 * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum: Replaced.
1037 * platform/mac/editing/pasteboard/pasting-tabs-expected.png: Replaced.
1038 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Replaced.
1039 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Replaced.
1040 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum: Replaced.
1041 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png: Replaced.
1042 * platform/mac/editing/pasteboard/select-element-1-expected.checksum: Replaced.
1043 * platform/mac/editing/pasteboard/select-element-1-expected.png: Replaced.
1044 * platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum: Replaced.
1045 * platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Replaced.
1046 * platform/mac/editing/pasteboard/smart-paste-008-expected.checksum: Replaced.
1047 * platform/mac/editing/pasteboard/smart-paste-008-expected.png: Replaced.
1048 * platform/mac/editing/pasteboard/styled-element-markup-expected.checksum: Replaced.
1049 * platform/mac/editing/pasteboard/styled-element-markup-expected.png: Replaced.
1050 * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.checksum: Replaced.
1051 * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png: Replaced.
1052 * platform/mac/editing/pasteboard/testcase-9507-expected.checksum: Replaced.
1053 * platform/mac/editing/pasteboard/testcase-9507-expected.png: Replaced.
1054 * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.checksum: Replaced.
1055 * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png: Replaced.
1056 * platform/mac/editing/pasteboard/unrendered-br-expected.checksum: Replaced.
1057 * platform/mac/editing/pasteboard/unrendered-br-expected.png: Replaced.
1058 * platform/mac/editing/selection/13804-expected.checksum: Replaced.
1059 * platform/mac/editing/selection/13804-expected.png: Replaced.
1060 * platform/mac/editing/selection/14971-expected.checksum: Replaced.
1061 * platform/mac/editing/selection/14971-expected.png: Replaced.
1062 * platform/mac/editing/selection/4402375-expected.checksum: Replaced.
1063 * platform/mac/editing/selection/4402375-expected.png: Replaced.
1064 * platform/mac/editing/selection/4818145-expected.checksum: Replaced.
1065 * platform/mac/editing/selection/4818145-expected.png: Replaced.
1066 * platform/mac/editing/selection/4889598-expected.checksum: Replaced.
1067 * platform/mac/editing/selection/4889598-expected.png: Replaced.
1068 * platform/mac/editing/selection/4895428-2-expected.checksum: Replaced.
1069 * platform/mac/editing/selection/4895428-2-expected.png: Replaced.
1070 * platform/mac/editing/selection/4895428-3-expected.checksum: Replaced.
1071 * platform/mac/editing/selection/4895428-3-expected.png: Replaced.
1072 * platform/mac/editing/selection/4895428-4-expected.checksum: Replaced.
1073 * platform/mac/editing/selection/4895428-4-expected.png: Replaced.
1074 * platform/mac/editing/selection/4932260-3-expected.checksum: Replaced.
1075 * platform/mac/editing/selection/4932260-3-expected.png: Replaced.
1076 * platform/mac/editing/selection/4947387-expected.checksum: Replaced.
1077 * platform/mac/editing/selection/4947387-expected.png: Replaced.
1078 * platform/mac/editing/selection/4960116-expected.checksum: Replaced.
1079 * platform/mac/editing/selection/4960116-expected.png: Replaced.
1080 * platform/mac/editing/selection/4975120-expected.checksum: Replaced.
1081 * platform/mac/editing/selection/4975120-expected.png: Replaced.
1082 * platform/mac/editing/selection/4983858-expected.checksum: Replaced.
1083 * platform/mac/editing/selection/4983858-expected.png: Replaced.
1084 * platform/mac/editing/selection/5007143-2-expected.checksum: Replaced.
1085 * platform/mac/editing/selection/5007143-2-expected.png: Replaced.
1086 * platform/mac/editing/selection/5007143-expected.checksum: Replaced.
1087 * platform/mac/editing/selection/5007143-expected.png: Replaced.
1088 * platform/mac/editing/selection/5057506-2-expected.checksum: Replaced.
1089 * platform/mac/editing/selection/5057506-2-expected.png: Replaced.
1090 * platform/mac/editing/selection/5057506-expected.checksum: Replaced.
1091 * platform/mac/editing/selection/5057506-expected.png: Replaced.
1092 * platform/mac/editing/selection/5076323-1-expected.checksum: Replaced.
1093 * platform/mac/editing/selection/5076323-1-expected.png: Replaced.
1094 * platform/mac/editing/selection/5081257-1-expected.checksum: Replaced.
1095 * platform/mac/editing/selection/5081257-1-expected.png: Replaced.
1096 * platform/mac/editing/selection/5099303-expected.checksum: Replaced.
1097 * platform/mac/editing/selection/5099303-expected.png: Replaced.
1098 * platform/mac/editing/selection/5131716-1-expected.checksum: Replaced.
1099 * platform/mac/editing/selection/5131716-1-expected.png: Replaced.
1100 * platform/mac/editing/selection/5131716-2-expected.checksum: Replaced.
1101 * platform/mac/editing/selection/5131716-2-expected.png: Replaced.
1102 * platform/mac/editing/selection/5131716-3-expected.checksum: Replaced.
1103 * platform/mac/editing/selection/5131716-3-expected.png: Replaced.
1104 * platform/mac/editing/selection/5131716-4-expected.checksum: Replaced.
1105 * platform/mac/editing/selection/5131716-4-expected.png: Replaced.
1106 * platform/mac/editing/selection/5195166-2-expected.checksum: Replaced.
1107 * platform/mac/editing/selection/5195166-2-expected.png: Replaced.
1108 * platform/mac/editing/selection/5232159-expected.checksum: Replaced.
1109 * platform/mac/editing/selection/5232159-expected.png: Replaced.
1110 * platform/mac/editing/selection/5234383-1-expected.checksum: Replaced.
1111 * platform/mac/editing/selection/5234383-1-expected.png: Replaced.
1112 * platform/mac/editing/selection/5234383-2-expected.checksum: Replaced.
1113 * platform/mac/editing/selection/5234383-2-expected.png: Replaced.
1114 * platform/mac/editing/selection/5240265-expected.checksum: Replaced.
1115 * platform/mac/editing/selection/5240265-expected.png: Replaced.
1116 * platform/mac/editing/selection/5354455-1-expected.checksum: Replaced.
1117 * platform/mac/editing/selection/5354455-1-expected.png: Replaced.
1118 * platform/mac/editing/selection/5354455-2-expected.checksum: Replaced.
1119 * platform/mac/editing/selection/5354455-2-expected.png: Replaced.
1120 * platform/mac/editing/selection/6476-expected.checksum: Replaced.
1121 * platform/mac/editing/selection/6476-expected.png: Replaced.
1122 * platform/mac/editing/selection/7152-1-expected.checksum: Replaced.
1123 * platform/mac/editing/selection/7152-1-expected.png: Replaced.
1124 * platform/mac/editing/selection/7152-2-expected.checksum: Replaced.
1125 * platform/mac/editing/selection/7152-2-expected.png: Replaced.
1126 * platform/mac/editing/selection/addRange-expected.checksum: Replaced.
1127 * platform/mac/editing/selection/addRange-expected.png: Replaced.
1128 * platform/mac/editing/selection/after-line-wrap-expected.checksum: Replaced.
1129 * platform/mac/editing/selection/after-line-wrap-expected.png: Replaced.
1130 * platform/mac/editing/selection/caret-and-focus-ring-expected.checksum: Replaced.
1131 * platform/mac/editing/selection/caret-and-focus-ring-expected.png: Replaced.
1132 * platform/mac/editing/selection/caret-rtl-2-expected.checksum: Replaced.
1133 * platform/mac/editing/selection/caret-rtl-2-expected.png: Replaced.
1134 * platform/mac/editing/selection/caret-rtl-expected.checksum: Replaced.
1135 * platform/mac/editing/selection/caret-rtl-expected.png: Replaced.
1136 * platform/mac/editing/selection/clear-selection-expected.checksum: Replaced.
1137 * platform/mac/editing/selection/clear-selection-expected.png: Replaced.
1138 * platform/mac/editing/selection/click-start-of-line-expected.checksum: Replaced.
1139 * platform/mac/editing/selection/click-start-of-line-expected.png: Replaced.
1140 * platform/mac/editing/selection/contenteditable-click-inside-expected.checksum: Replaced.
1141 * platform/mac/editing/selection/contenteditable-click-inside-expected.png: Replaced.
1142 * platform/mac/editing/selection/designmode-no-caret-expected.checksum: Replaced.
1143 * platform/mac/editing/selection/designmode-no-caret-expected.png: Replaced.
1144 * platform/mac/editing/selection/drag-in-iframe-expected.checksum: Replaced.
1145 * platform/mac/editing/selection/drag-in-iframe-expected.png: Replaced.
1146 * platform/mac/editing/selection/editable-html-element-expected.checksum: Replaced.
1147 * platform/mac/editing/selection/editable-html-element-expected.png: Replaced.
1148 * platform/mac/editing/selection/editable-non-editable-crash-expected.checksum: Replaced.
1149 * platform/mac/editing/selection/editable-non-editable-crash-expected.png: Replaced.
1150 * platform/mac/editing/selection/end-of-document-expected.checksum: Replaced.
1151 * platform/mac/editing/selection/end-of-document-expected.png: Replaced.
1152 * platform/mac/editing/selection/expanding-selections-expected.checksum: Replaced.
1153 * platform/mac/editing/selection/expanding-selections-expected.png: Replaced.
1154 * platform/mac/editing/selection/expanding-selections2-expected.checksum: Replaced.
1155 * platform/mac/editing/selection/expanding-selections2-expected.png: Replaced.
1156 * platform/mac/editing/selection/focus_editable_html-expected.checksum: Replaced.
1157 * platform/mac/editing/selection/focus_editable_html-expected.png: Replaced.
1158 * platform/mac/editing/selection/iframe-expected.checksum: Replaced.
1159 * platform/mac/editing/selection/iframe-expected.png: Replaced.
1160 * platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum: Replaced.
1161 * platform/mac/editing/selection/inline-closest-leaf-child-expected.png: Replaced.
1162 * platform/mac/editing/selection/inline-table-expected.checksum: Replaced.
1163 * platform/mac/editing/selection/inline-table-expected.png: Replaced.
1164 * platform/mac/editing/selection/leave-requested-block-expected.checksum: Replaced.
1165 * platform/mac/editing/selection/leave-requested-block-expected.png: Replaced.
1166 * platform/mac/editing/selection/mixed-editability-1-expected.checksum: Replaced.
1167 * platform/mac/editing/selection/mixed-editability-1-expected.png: Replaced.
1168 * platform/mac/editing/selection/mixed-editability-3-expected.checksum: Replaced.
1169 * platform/mac/editing/selection/mixed-editability-3-expected.png: Replaced.
1170 * platform/mac/editing/selection/mixed-editability-4-expected.checksum: Replaced.
1171 * platform/mac/editing/selection/mixed-editability-4-expected.png: Replaced.
1172 * platform/mac/editing/selection/mixed-editability-5-expected.checksum: Replaced.
1173 * platform/mac/editing/selection/mixed-editability-5-expected.png: Replaced.
1174 * platform/mac/editing/selection/mixed-editability-6-expected.checksum: Replaced.
1175 * platform/mac/editing/selection/mixed-editability-6-expected.png: Replaced.
1176 * platform/mac/editing/selection/mixed-editability-7-expected.checksum: Replaced.
1177 * platform/mac/editing/selection/mixed-editability-7-expected.png: Replaced.
1178 * platform/mac/editing/selection/mixed-editability-8-expected.checksum: Replaced.
1179 * platform/mac/editing/selection/mixed-editability-8-expected.png: Replaced.
1180 * platform/mac/editing/selection/mixed-editability-9-expected.checksum: Replaced.
1181 * platform/mac/editing/selection/mixed-editability-9-expected.png: Replaced.
1182 * platform/mac/editing/selection/move-by-sentence-linebreak-expected.checksum: Replaced.
1183 * platform/mac/editing/selection/move-by-sentence-linebreak-expected.png: Replaced.
1184 * platform/mac/editing/selection/node-removal-1-expected.checksum: Replaced.
1185 * platform/mac/editing/selection/node-removal-1-expected.png: Replaced.
1186 * platform/mac/editing/selection/node-removal-2-expected.checksum: Replaced.
1187 * platform/mac/editing/selection/node-removal-2-expected.png: Replaced.
1188 * platform/mac/editing/selection/paragraph-granularity-expected.checksum: Replaced.
1189 * platform/mac/editing/selection/paragraph-granularity-expected.png: Replaced.
1190 * platform/mac/editing/selection/previous-line-position-expected.checksum: Replaced.
1191 * platform/mac/editing/selection/previous-line-position-expected.png: Replaced.
1192 * platform/mac/editing/selection/replace-selection-1-expected.checksum: Replaced.
1193 * platform/mac/editing/selection/replace-selection-1-expected.png: Replaced.
1194 * platform/mac/editing/selection/replaced-boundaries-1-expected.checksum: Replaced.
1195 * platform/mac/editing/selection/replaced-boundaries-1-expected.png: Replaced.
1196 * platform/mac/editing/selection/replaced-boundaries-2-expected.checksum: Replaced.
1197 * platform/mac/editing/selection/replaced-boundaries-2-expected.png: Replaced.
1198 * platform/mac/editing/selection/replaced-boundaries-3-expected.checksum: Replaced.
1199 * platform/mac/editing/selection/replaced-boundaries-3-expected.png: Replaced.
1200 * platform/mac/editing/selection/select-all-005-expected.checksum: Replaced.
1201 * platform/mac/editing/selection/select-all-005-expected.png: Replaced.
1202 * platform/mac/editing/selection/select-all-006-expected.checksum: Replaced.
1203 * platform/mac/editing/selection/select-all-006-expected.png: Replaced.
1204 * platform/mac/editing/selection/select-all-iframe-expected.checksum: Replaced.
1205 * platform/mac/editing/selection/select-all-iframe-expected.png: Replaced.
1206 * platform/mac/editing/selection/select-box-expected.checksum: Replaced.
1207 * platform/mac/editing/selection/select-box-expected.png: Replaced.
1208 * platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum: Replaced.
1209 * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png: Replaced.
1210 * platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum: Replaced.
1211 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: Replaced.
1212 * platform/mac/editing/selection/selection-actions-expected.checksum: Replaced.
1213 * platform/mac/editing/selection/selection-actions-expected.png: Replaced.
1214 * platform/mac/editing/selection/selection-background-expected.checksum: Replaced.
1215 * platform/mac/editing/selection/selection-background-expected.png: Replaced.
1216 * platform/mac/editing/selection/triple-click-in-pre-expected.checksum: Replaced.
1217 * platform/mac/editing/selection/triple-click-in-pre-expected.png: Replaced.
1218 * platform/mac/editing/selection/unrendered-space-expected.checksum: Replaced.
1219 * platform/mac/editing/selection/unrendered-space-expected.png: Replaced.
1220 * platform/mac/editing/selection/word-granularity-expected.checksum: Replaced.
1221 * platform/mac/editing/selection/word-granularity-expected.png: Replaced.
1222 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum: Replaced.
1223 * platform/mac/editing/spelling/inline_spelling_markers-expected.png: Replaced.
1224 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Replaced.
1225 * platform/mac/editing/spelling/spellcheck-attribute-expected.png: Replaced.
1226 * platform/mac/editing/style/5017613-1-expected.checksum: Replaced.
1227 * platform/mac/editing/style/5017613-1-expected.png: Replaced.
1228 * platform/mac/editing/style/5017613-2-expected.checksum: Replaced.
1229 * platform/mac/editing/style/5017613-2-expected.png: Replaced.
1230 * platform/mac/editing/style/5046875-1-expected.checksum: Replaced.
1231 * platform/mac/editing/style/5046875-1-expected.png: Replaced.
1232 * platform/mac/editing/style/5046875-2-expected.checksum: Replaced.
1233 * platform/mac/editing/style/5046875-2-expected.png: Replaced.
1234 * platform/mac/editing/style/5065910-expected.checksum: Replaced.
1235 * platform/mac/editing/style/5065910-expected.png: Replaced.
1236 * platform/mac/editing/style/5084241-expected.checksum: Replaced.
1237 * platform/mac/editing/style/5084241-expected.png: Replaced.
1238 * platform/mac/editing/style/apple-style-editable-mix-expected.checksum: Replaced.
1239 * platform/mac/editing/style/apple-style-editable-mix-expected.png: Replaced.
1240 * platform/mac/editing/style/fontsize-1-expected.checksum: Replaced.
1241 * platform/mac/editing/style/fontsize-1-expected.png: Replaced.
1242 * platform/mac/editing/style/non-inheritable-styles-expected.checksum: Replaced.
1243 * platform/mac/editing/style/non-inheritable-styles-expected.png: Replaced.
1245 2010-05-24 Pavel Feldman <pfeldman@chromium.org>
1247 Not reviewed: cleaning up, actually deleting false expectations.
1249 https://bugs.webkit.org/show_bug.cgi?id=39622
1251 * platform/chromium-mac/plugins/document-open-expected.txt: Removed.
1252 * platform/chromium-mac/plugins/geturlnotify-during-document-teardown-expected.txt: Removed.
1253 * platform/chromium-mac/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed.
1254 * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
1255 * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-expected.txt: Removed.
1256 * platform/chromium-mac/plugins/open-and-close-window-with-plugin-expected.txt: Removed.
1257 * platform/chromium-mac/plugins/window-open-expected.txt: Removed.
1258 * platform/chromium-win/plugins/document-open-expected.txt: Removed.
1259 * platform/chromium-win/plugins/geturlnotify-during-document-teardown-expected.txt: Removed.
1260 * platform/chromium-win/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed.
1261 * platform/chromium-win/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
1262 * platform/chromium-win/plugins/netscape-plugin-setwindow-size-expected.txt: Removed.
1263 * platform/chromium-win/plugins/open-and-close-window-with-plugin-expected.txt: Removed.
1264 * platform/chromium-win/plugins/window-open-expected.txt: Removed.
1266 2010-05-24 Jaime Yap <jaimeyap@google.com>
1268 Reviewed by Pavel Feldman.
1270 Removes test forkages that are no longer needed due to new v8 stack trace API.
1271 https://bugs.webkit.org/show_bug.cgi?id=39622
1273 * platform/chromium-mac/plugins/document-open-expected.txt: Removed.
1274 * platform/chromium-mac/plugins/geturlnotify-during-document-teardown-expected.txt: Removed.
1275 * platform/chromium-mac/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed.
1276 * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
1277 * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-expected.txt: Removed.
1278 * platform/chromium-mac/plugins/open-and-close-window-with-plugin-expected.txt: Removed.
1279 * platform/chromium-mac/plugins/window-open-expected.txt: Removed.
1280 * platform/chromium-win/plugins/document-open-expected.txt: Removed.
1281 * platform/chromium-win/plugins/geturlnotify-during-document-teardown-expected.txt: Removed.
1282 * platform/chromium-win/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed.
1283 * platform/chromium-win/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
1284 * platform/chromium-win/plugins/netscape-plugin-setwindow-size-expected.txt: Removed.
1285 * platform/chromium-win/plugins/open-and-close-window-with-plugin-expected.txt: Removed.
1286 * platform/chromium-win/plugins/window-open-expected.txt: Removed.
1288 2010-05-24 Adam Barth <abarth@webkit.org>
1290 Rubber-stamped by Eric Seidel.
1292 Add the tests14.dat suite to the HTML5 parser test harness because it
1295 * html5lib/webkit-runner-expected-html5.txt:
1296 * html5lib/webkit-runner-expected.txt:
1297 * html5lib/webkit-runner.html:
1299 2010-05-24 Adam Barth <abarth@webkit.org>
1301 Unreviewed. Update HTML4 parser expected results for new tests.
1303 * html5lib/webkit-runner-expected.txt:
1305 2010-05-24 Adam Barth <abarth@webkit.org>
1307 Unreviewed. Update expected results for HTML5 parser. I didn't know
1310 * html5lib/webkit-runner-expected-html5.txt:
1312 2010-05-24 Adam Barth <abarth@webkit.org>
1314 Reviewed by Eric Seidel.
1316 Teach the HTML5 parser to lex DOCTYPEs
1317 https://bugs.webkit.org/show_bug.cgi?id=39571
1319 Add tests for DOCTYPEs.
1321 * html5lib/resources/doctype01.dat: Added.
1322 * html5lib/webkit-runner.html:
1324 == Rolled over to ChangeLog-2010-05-24 ==