1 2011-02-04 Adam Barth <abarth@webkit.org>
3 Reviewed by Maciej Stachowiak.
5 Crash in WebCore::TextEncoding::decode below XSSFilter::init
6 https://bugs.webkit.org/show_bug.cgi?id=53837
8 Test that we can successfully execute a JavaScript URL when it isn't
11 * http/tests/security/xssAuditor/non-block-javascript-url-frame-expected.txt: Added.
12 * http/tests/security/xssAuditor/non-block-javascript-url-frame.html: Added.
14 2011-02-04 Maciej Stachowiak <mjs@apple.com>
16 Reviewed by Adam Barth.
18 Skip a new test that uses EventSender
19 https://bugs.webkit.org/show_bug.cgi?id=53841
21 * platform/mac-wk2/Skipped:
23 2011-02-04 Martin Robinson <mrobinson@igalia.com>
25 Reviewed by Adam Barth.
27 [GTK] plugins/plugin-document-back-forward.html fails
28 https://bugs.webkit.org/show_bug.cgi?id=53833
30 * platform/gtk/Skipped: Unskip test which is now passing.
32 2011-02-04 Carlos Garcia Campos <cgarcia@igalia.com>
34 Reviewed by Martin Robinson.
36 Update expected results reflecting the change to search icon rendering.
38 * platform/gtk/fast/css/input-search-padding-expected.checksum:
39 * platform/gtk/fast/css/input-search-padding-expected.png:
40 * platform/gtk/fast/css/input-search-padding-expected.txt:
41 * platform/gtk/fast/forms/search-styled-expected.checksum:
42 * platform/gtk/fast/forms/search-styled-expected.png:
43 * platform/gtk/fast/forms/search-styled-expected.txt:
44 * platform/gtk/fast/forms/search-vertical-alignment-expected.checksum:
45 * platform/gtk/fast/forms/search-vertical-alignment-expected.png:
46 * platform/gtk/fast/forms/search-zoomed-expected.checksum:
47 * platform/gtk/fast/forms/search-zoomed-expected.png:
48 * platform/gtk/fast/forms/search-zoomed-expected.txt:
49 * platform/gtk/fast/forms/searchfield-heights-expected.checksum:
50 * platform/gtk/fast/forms/searchfield-heights-expected.png:
51 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
53 2011-02-04 Hironori Bono <hbono@chromium.org>
55 Reviewed by Adam Barth.
57 [chromium] JPEG corruption
58 https://bugs.webkit.org/show_bug.cgi?id=53250
60 This change adds a new script test that we can render a CMYK JPEG with a
61 color profile correctly, i.e. we can render it without color corruption.
63 * fast/images/cmyk-jpeg-with-color-profile-expected.txt: Added.
64 * fast/images/cmyk-jpeg-with-color-profile.html: Added.
65 * fast/images/resources/cmyk-jpeg.jpg: Added.
66 * fast/images/script-tests/cmyk-jpeg-with-color-profile.js: Added.
69 2011-02-04 Martin Robinson <mrobinson@igalia.com>
71 Update pixel results for the fast/forms directory in preparation for landing
72 fixes to input type=search icon sizing. Also add some missing results. These
73 results are out of date because of changes to font hinting some time ago.
75 * platform/gtk/fast/forms/
76 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
77 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png: Added.
78 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
79 * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
80 * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.png: Added.
81 * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt: Added.
82 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
83 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png: Added.
84 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
85 * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
86 * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
87 * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
88 * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
89 * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
90 * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
92 2011-02-04 Adam Barth <abarth@webkit.org>
94 [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since introduction in r77706
95 https://bugs.webkit.org/show_bug.cgi?id=53831
97 Stop dumping the child frames because that's not needed for this test
98 and cause extra output on Windows.
100 * plugins/plugin-document-back-forward.html:
102 2011-02-04 Adam Barth <abarth@webkit.org>
104 [GTK] plugins/plugin-document-back-forward.html fails
105 https://bugs.webkit.org/show_bug.cgi?id=53833
107 Add plugins/plugin-document-back-forward.html to skipped list while we
108 investigate the issue.
110 * platform/gtk/Skipped:
112 2011-02-04 Matthew Delaney <mdelaney@apple.com>
114 Reviewed by Dan Bernstein.
116 Move canvas layout test expectations into more appropriate locations
117 https://bugs.webkit.org/show_bug.cgi?id=53145
119 * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt: Removed.
121 * platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt: Removed.
122 * platform/mac/canvas: Added.
123 * platform/mac/canvas/philip: Added.
124 * platform/mac/canvas/philip/tests: Added.
125 * platform/mac/canvas/philip/tests/2d.drawImage.broken-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt.
127 * platform/mac/canvas/philip/tests/type.prototype-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt.
129 2011-02-04 Jessie Berlin <jberlin@apple.com>
131 [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since
132 introduction in r77706.
133 https://bugs.webkit.org/show_bug.cgi?id=53831
135 Unreviewed. Add expected (failing?) results to get the Windows 7 Release Test bots green.
137 * platform/win/plugins/plugin-document-back-forward-expected.txt: Added.
139 2011-02-04 Martin Robinson <mrobinson@igalia.com>
141 Unskip some tests which should now be passing.
143 * platform/gtk/Skipped: Unskip tests.
145 2011-02-04 Martin Robinson <mrobinson@igalia.com>
147 Reviewed by Xan Lopez.
149 [GTK] WebKitWebFrame can return a stale frame name when calling webkit_web_frame_get_name
150 https://bugs.webkit.org/show_bug.cgi?id=53797
152 * platform/gtk/Skipped: Unskip a test which is now passing.
154 2011-02-04 Martin Robinson <mrobinson@igalia.com>
156 Rebaseline a few tests after r77665 and add a GTK-specific baseline
159 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
160 * platform/gtk/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
161 * platform/gtk/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
162 * platform/gtk/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
163 * platform/gtk/fast/ruby/nested-ruby-expected.txt:
164 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt:
165 * platform/gtk/media/video-frame-accurate-seek-expected.txt: Added.
167 2011-02-04 Jessie Berlin <jberlin@apple.com>
169 [Windows 7 Release Tests] 5 ruby tests failing on Windows after r77665
170 https://bugs.webkit.org/show_bug.cgi?id=53820
172 Unreviewed. Landing expected results that are probably correct (given that the change in
173 77665 was to make the default ruby text size smaller by default).
175 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
176 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
177 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
178 * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
179 * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
180 * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
181 * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
182 * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
183 * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
184 * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
185 * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
186 * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
187 * platform/win/fast/ruby/nested-ruby-expected.checksum:
188 * platform/win/fast/ruby/nested-ruby-expected.png:
189 * platform/win/fast/ruby/nested-ruby-expected.txt:
191 2011-02-04 Martin Robinson <mrobinson@igalia.com>
193 Reviewed by Gustavo Noronha Silva.
195 [GTK] fast/events/pagehide-timeout.html fails
196 https://bugs.webkit.org/show_bug.cgi?id=53771
198 * platform/gtk/Skipped: Unskip a test which is now passing.
200 2011-02-04 Adam Barth <abarth@webkit.org>
202 Reviewed by Eric Seidel.
204 PluginDocuments don't create widgets for plugins on back/forward
205 https://bugs.webkit.org/show_bug.cgi?id=53474
207 Test that plugin loads when in a plugin document on back-forward.
209 * plugins/plugin-document-back-forward-expected.txt: Added.
210 * plugins/plugin-document-back-forward.html: Added.
212 2011-02-04 Charlie Reis <creis@chromium.org>
214 Reviewed by Mihai Parparita.
216 Crash in WebCore::HistoryController::itemsAreClones
217 https://bugs.webkit.org/show_bug.cgi?id=52819
219 Tests that navigating back and forward between hash items works.
221 * fast/history/history-back-forward-within-subframe-hash.html: Added.
222 * fast/history/history-back-forward-within-subframe-hash-expected.txt: Added.
224 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
226 [Chromium] Add expectations for the test, added in r77690.
228 * platform/chromium-win/media/video-frame-accurate-seek-expected.checksum: Added.
229 * platform/chromium-win/media/video-frame-accurate-seek-expected.png: Added.
230 * platform/chromium-win/media/video-frame-accurate-seek-expected.txt: Added.
231 * platform/chromium/test_expectations.txt:
233 2011-02-04 Carol Szabo <carol.szabo@nokia.com>
235 Reviewed by David Hyatt.
239 CSS 2.1 failure: content-*
240 https://bugs.webkit.org/show_bug.cgi?id=52126
242 * fast/css/counters/content-021-expected.txt: Added.
243 * fast/css/counters/content-021.html: Added.
244 This is a copy of the test with the same name from the
245 official css test suite, adapted for DumpRenderTree.
247 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
249 [Chromium] Removed Chromium-specific baselines that are no longer necessary.
251 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
252 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
253 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
254 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
255 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
256 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Removed.
258 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
260 Update Leopard pixel results for fast/box-shadow.
262 * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.checksum:
263 * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.png:
264 * platform/mac-leopard/fast/box-shadow/inset-expected.checksum:
265 * platform/mac-leopard/fast/box-shadow/inset-expected.png:
267 2011-02-04 Jer Noble <jer.noble@apple.com>
269 Reviewed by Eric Carlson.
271 Frame accurate seeking isn't always accurate
272 https://bugs.webkit.org/show_bug.cgi?id=52697
274 New pixel test that seeks to specific currentTimes and records the rendered frame.
276 * media/content/test-25fps.mp4: Added.
277 * media/content/test-25fps.ogv: Added.
278 * media/video-frame-accurate-seek-expected.txt: Added.
279 * media/video-frame-accurate-seek.html: Added.
280 * platform/mac/media/video-frame-accurate-seek-expected.checksum: Added.
281 * platform/mac/media/video-frame-accurate-seek-expected.png: Added.
283 2011-02-04 Jeremy Orlow <jorlow@chromium.org>
285 Reviewed by Nate Chapin.
287 Second IndexedDB events overhaul patch
288 https://bugs.webkit.org/show_bug.cgi?id=53813
290 * storage/indexeddb/request-event-propagation-expected.txt: Added.
291 * storage/indexeddb/request-event-propagation.html: Added.
293 2011-02-04 Jeremy Orlow <jorlow@chromium.org>
295 Reviewed by Nate Chapin.
297 First step towards event propogation within IndexedDB
298 https://bugs.webkit.org/show_bug.cgi?id=53795
300 This is the first step towards implementing
301 http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
302 within IndexedDB. I've created a method that knows how
303 to capture and bubble (based on Node's dispatchGenericEvent).
304 I've then changed IDBRequest to use it.
306 The only functional change is that preventDefault now must
307 be called in error events to prevent the transaction from
308 being aborted. The tests reflect this change and there's one
309 specific test to look at this behavior.
311 * storage/indexeddb/cursor-index-delete-expected.txt:
312 * storage/indexeddb/cursor-index-delete.html:
313 * storage/indexeddb/database-quota-expected.txt:
314 * storage/indexeddb/database-quota.html:
315 * storage/indexeddb/duplicates-expected.txt:
316 * storage/indexeddb/duplicates.html:
317 * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
318 * storage/indexeddb/error-causes-abort-by-default.html: Added.
319 * storage/indexeddb/index-basics-expected.txt:
320 * storage/indexeddb/index-basics.html:
321 * storage/indexeddb/objectstore-autoincrement-expected.txt:
322 * storage/indexeddb/objectstore-autoincrement.html:
323 * storage/indexeddb/objectstore-basics-expected.txt:
324 * storage/indexeddb/objectstore-basics.html:
326 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
328 [Chromium] Remove Chromium-specific baselines that we no longer need.
330 * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.checksum: Removed.
331 * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.png: Removed.
332 * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
333 * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Removed.
334 * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.checksum: Removed.
335 * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Removed.
337 2011-02-04 Jeremy Orlow <jorlow@chromium.org>
339 Revert https://bugs.webkit.org/show_bug.cgi?id=53795
341 * storage/indexeddb/cursor-index-delete-expected.txt:
342 * storage/indexeddb/cursor-index-delete.html:
343 * storage/indexeddb/cursor-update-expected.txt:
344 * storage/indexeddb/cursor-update.html:
345 * storage/indexeddb/database-quota-expected.txt:
346 * storage/indexeddb/database-quota.html:
347 * storage/indexeddb/duplicates-expected.txt:
348 * storage/indexeddb/duplicates.html:
349 * storage/indexeddb/error-causes-abort-by-default-expected.txt: Removed.
350 * storage/indexeddb/error-causes-abort-by-default.html: Removed.
351 * storage/indexeddb/index-basics-expected.txt:
352 * storage/indexeddb/index-basics.html:
353 * storage/indexeddb/objectstore-autoincrement-expected.txt:
354 * storage/indexeddb/objectstore-autoincrement.html:
355 * storage/indexeddb/objectstore-basics-expected.txt:
356 * storage/indexeddb/objectstore-basics.html:
358 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
360 [Chromium] Marked test, added in r77680 as failing due to lighttpd.
362 * platform/chromium/test_expectations.txt: Marked.
364 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
366 Update Leopard baselines for fast/blockflow, this time correctly.
368 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
369 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
370 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
371 * platform/mac-leopard/fast/blockflow/fieldsets-expected.png:
372 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Removed.
373 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Removed.
374 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Removed.
375 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
376 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
377 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Removed.
378 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
379 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
380 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Removed.
382 2011-02-04 Dirk Pranke <dpranke@chromium.org>
384 Unreviewed, expectations change.
386 Merge in some GPU expectations that got dropped in r77666, get lint to pass.
388 * platform/chromium/test_expectations.txt:
390 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
392 Add Leopard-specific pixel results for fast/ruby.
394 * platform/mac-leopard/fast/ruby/nested-ruby-expected.checksum: Added.
395 * platform/mac-leopard/fast/ruby/nested-ruby-expected.png: Added.
396 * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Added.
397 * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
398 * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.checksum:
399 * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.png:
400 * platform/mac-leopard/fast/ruby/ruby-length-expected.checksum:
401 * platform/mac-leopard/fast/ruby/ruby-length-expected.png:
402 * platform/mac-leopard/fast/ruby/ruby-run-break-expected.checksum:
403 * platform/mac-leopard/fast/ruby/ruby-run-break-expected.png:
404 * platform/mac-leopard/fast/ruby/ruby-runs-expected.checksum:
405 * platform/mac-leopard/fast/ruby/ruby-runs-expected.png:
406 * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.checksum:
407 * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.png:
408 * platform/mac-leopard/fast/ruby/ruby-simple-expected.checksum:
409 * platform/mac-leopard/fast/ruby/ruby-simple-expected.png:
410 * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.checksum:
411 * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.png:
412 * platform/mac-leopard/fast/ruby/ruby-trailing-expected.checksum:
413 * platform/mac-leopard/fast/ruby/ruby-trailing-expected.png:
414 * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.checksum:
415 * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png:
416 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.checksum:
417 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png:
418 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.checksum:
419 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png:
420 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.checksum:
421 * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png:
422 * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
423 * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png:
424 * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
425 * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png:
426 * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.checksum:
427 * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png:
428 * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.checksum:
429 * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.png:
431 2011-02-04 Martin Galpin <martin@66laps.com>
433 Reviewed by David Levin.
435 CORS origin header not set on GET when a preflight request is required.
436 https://bugs.webkit.org/show_bug.cgi?id=50773
438 * http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt: Added.
439 * http/tests/xmlhttprequest/cross-origin-preflight-get.html: Added.
440 * http/tests/xmlhttprequest/resources/cross-origin-preflight-get.php: Added.
442 2011-02-04 Jeremy Orlow <jorlow@chromium.org>
444 Reviewed by Nate Chapin.
446 First step towards event propogation within IndexedDB
447 https://bugs.webkit.org/show_bug.cgi?id=53795
449 This is the first step towards implementing
450 http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
451 within IndexedDB. I've created a method that knows how
452 to capture and bubble (based on Node's dispatchGenericEvent).
453 I've then changed IDBRequest to use it.
455 The only functional change is that preventDefault now must
456 be called in error events to prevent the transaction from
457 being aborted. The tests reflect this change and there's one
458 specific test to look at this behavior.
460 * storage/indexeddb/cursor-index-delete-expected.txt:
461 * storage/indexeddb/cursor-index-delete.html:
462 * storage/indexeddb/database-quota-expected.txt:
463 * storage/indexeddb/database-quota.html:
464 * storage/indexeddb/duplicates-expected.txt:
465 * storage/indexeddb/duplicates.html:
466 * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
467 * storage/indexeddb/error-causes-abort-by-default.html: Added.
468 * storage/indexeddb/index-basics-expected.txt:
469 * storage/indexeddb/index-basics.html:
470 * storage/indexeddb/objectstore-autoincrement-expected.txt:
471 * storage/indexeddb/objectstore-autoincrement.html:
472 * storage/indexeddb/objectstore-basics-expected.txt:
473 * storage/indexeddb/objectstore-basics.html:
475 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
477 [Chromium] Updated Win and Linux baselines after r77665.
479 2011-02-04 Xiaomei Ji <xji@chromium.org>
483 Rebaseline chromium after r77654.
484 text-align attribute in <select> is ignored both in button text and drop-down
487 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
488 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
489 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt:
490 * platform/chromium-win/fast/text/international/bidi-menulist-expected.checksum:
491 * platform/chromium-win/fast/text/international/bidi-menulist-expected.png:
492 * platform/chromium-win/fast/text/international/bidi-menulist-expected.txt:
494 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
496 Add Leopard-specific pixel results for fast/blockflow.
498 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
499 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
500 * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
501 * platform/mac-leopard/fast/blockflow/block-level-images-expected.checksum: Added.
502 * platform/mac-leopard/fast/blockflow/block-level-images-expected.png: Added.
503 * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum: Added.
504 * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.png: Added.
505 * platform/mac-leopard/fast/blockflow/english-bt-text-expected.checksum: Added.
506 * platform/mac-leopard/fast/blockflow/english-bt-text-expected.png: Added.
507 * platform/mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Added.
508 * platform/mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
509 * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
510 * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Added.
511 * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum: Added.
512 * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.png: Added.
513 * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
514 * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.png: Added.
515 * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum: Added.
516 * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.png: Added.
517 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
518 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
519 * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
520 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
521 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
522 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
523 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
524 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
525 * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
526 * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
527 * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
528 * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
529 * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
530 * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum: Added.
531 * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.png: Added.
533 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
535 Remove platform-specific baselines, since we match platform/mac here.
537 * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
538 * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Removed.
539 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
540 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Removed.
541 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
542 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Removed.
543 * platform/chromium/test_expectations.txt:
545 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
547 [Chromium] Update mac expectations.
549 * platform/chromium/test_expectations.txt: Updated.
551 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
553 Reviewed by Csaba Osztrogonác.
555 [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
556 https://bugs.webkit.org/show_bug.cgi?id=53674
558 * platform/qt/Skipped:
560 2011-02-04 Mihai Parparita <mihaip@chromium.org>
562 Unreviewed GTK expectations update.
564 Unskip fast/history/timed-refresh-in-cached-frame.html, it should pass
565 with http://trac.webkit.org/changeset/77559.
567 * platform/gtk/Skipped:
569 2011-02-04 Dirk Pranke <dpranke@chromium.org>
571 Reviewed by Mihai Parparita.
573 merge test expectations for chromium, chromium-gpu. From
574 now on, we will track GPU-specific expectations with the
575 "GPU" modifier in the main file, rather than in a separate
576 file (and non-GPU-specific expectations with the "CPU"
579 https://bugs.webkit.org/show_bug.cgi?id=53562
581 * platform/chromium-gpu/test_expectations.txt: Removed.
582 * platform/chromium/test_expectations.txt:
584 2011-02-04 Dan Bernstein <mitz@apple.com>
586 Reviewed by Darin Adler and Dave Hyatt.
588 <rdar://problem/8902704> Make ruby text size 50% by default
589 https://bugs.webkit.org/show_bug.cgi?id=53723
591 * fast/text/emphasis-avoid-ruby-expected.checksum:
592 * fast/text/emphasis-avoid-ruby-expected.png:
593 * fast/text/emphasis-avoid-ruby-expected.txt:
594 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
595 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
596 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
597 * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
598 * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
599 * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
600 * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
601 * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
602 * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
603 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
604 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
605 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
606 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
607 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
608 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
609 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
610 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
611 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
612 * platform/mac/fast/ruby/nested-ruby-expected.checksum:
613 * platform/mac/fast/ruby/nested-ruby-expected.png:
614 * platform/mac/fast/ruby/nested-ruby-expected.txt:
615 * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
616 * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
617 * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
618 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum:
619 * platform/mac/fast/ruby/ruby-empty-rt-expected.png:
620 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt:
621 * platform/mac/fast/ruby/ruby-length-expected.checksum:
622 * platform/mac/fast/ruby/ruby-length-expected.png:
623 * platform/mac/fast/ruby/ruby-length-expected.txt:
624 * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
625 * platform/mac/fast/ruby/ruby-run-break-expected.png:
626 * platform/mac/fast/ruby/ruby-run-break-expected.txt:
627 * platform/mac/fast/ruby/ruby-runs-expected.checksum:
628 * platform/mac/fast/ruby/ruby-runs-expected.png:
629 * platform/mac/fast/ruby/ruby-runs-expected.txt:
630 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
631 * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
632 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
633 * platform/mac/fast/ruby/ruby-simple-expected.checksum:
634 * platform/mac/fast/ruby/ruby-simple-expected.png:
635 * platform/mac/fast/ruby/ruby-simple-expected.txt:
636 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum:
637 * platform/mac/fast/ruby/ruby-simple-rp-expected.png:
638 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
639 * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
640 * platform/mac/fast/ruby/ruby-trailing-expected.png:
641 * platform/mac/fast/ruby/ruby-trailing-expected.txt:
642 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
643 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
644 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
645 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
646 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
647 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
648 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
649 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
650 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
651 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
652 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
653 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
654 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
655 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
656 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
657 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
658 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
659 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
660 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
661 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
662 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
663 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum:
664 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png:
665 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt:
667 2011-02-04 Antti Koivisto <antti@apple.com>
669 Reviewed by Dimitri Glazkov.
671 https://bugs.webkit.org/show_bug.cgi?id=53610
672 Regression: adjacent sibling selector not working as expected
673 <rdar://problem/8960033>
675 https://bugs.webkit.org/show_bug.cgi?id=53574
676 REGRESSION (r76012): :last-child:after not working as expected
677 <rdar://problem/8948643>
679 * fast/selectors/style-sharing-adjacent-selector-expected.txt: Added.
680 * fast/selectors/style-sharing-adjacent-selector.html: Added.
681 * fast/selectors/style-sharing-last-child-expected.txt: Added.
682 * fast/selectors/style-sharing-last-child.html: Added.
684 2011-02-04 Robert Hogan <robert@webkit.org>
686 Reviewed by Darin Fisher.
688 Move chromium iframe shim code to cross-platform file.
689 https://bugs.webkit.org/show_bug.cgi?id=52594
691 * platform/qt/Skipped: Unskip plugins/iframe-shims.html
693 2011-02-04 Brady Eidson <beidson@apple.com>
695 Reviewed by Anders Carlsson.
697 <rdar://problem/8636239> and https://bugs.webkit.org/show_bug.cgi?id=53785
698 WebKit2: Pages with dynamically inserted iframes can add extraneous back/forward items.
700 * fast/loader/dynamic-iframe-extra-back-forward-item-expected.txt: Added.
701 * fast/loader/dynamic-iframe-extra-back-forward-item.html: Added.
703 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
705 Add platform/mac-leopard baselines for tests added in r77639. The text rendering is
706 different enough for them to be different from mac-snowleopard.
708 * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
709 * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: Added.
710 * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
711 * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.png: Added.
712 * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
713 * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: Added.
714 * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
715 * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
716 * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
717 * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
719 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
721 [Chromium] Add baselines for tests, added in r77644.
723 * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
724 * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.png: Added.
725 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
726 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
727 * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
728 * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.png: Added.
729 * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
731 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
733 [Chromium] Temporarily add tests added in r77639 as failing, because
734 we can't see the baselines for these tests (they are in platform/mac-snowleopard).
736 * platform/chromium/test_expectations.txt: Added.
738 2011-02-01 Jeremy Orlow <jorlow@chromium.org>
740 Reviewed by Nate Chapin.
742 Remove the timeout event from IndexedDB
743 https://bugs.webkit.org/show_bug.cgi?id=53521
745 * storage/indexeddb/tutorial.html:
747 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
749 [Chromium] Add baselines for tests, added in r77639.
751 * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
752 * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png: Added.
753 * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
754 * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.png: Added.
755 * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
756 * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png: Added.
757 * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
758 * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
759 * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
760 * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
761 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
762 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png: Added.
763 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
764 * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
765 * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.png: Added.
766 * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt: Added.
767 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
768 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png: Added.
769 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
770 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
771 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
772 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
773 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
774 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
775 * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
776 * platform/chromium/test_expectations.txt:
778 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
780 Reviewed by Kent Tamura.
782 REGRESSION(r76147): Slider thumb is not repainted when let go outside of the slider track.
783 https://bugs.webkit.org/show_bug.cgi?id=53691
785 * fast/repaint/slider-thumb-drag-release.html: Added.
786 * platform/mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
787 * platform/mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
788 * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
790 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
792 Update mac baselines. They pixel-rotted.
794 * platform/mac-leopard/fast/backgrounds/background-clip-text-expected.png:
795 * platform/mac-leopard/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
796 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
797 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
798 * platform/mac-leopard/fast/backgrounds/size/backgroundSize15-expected.png:
799 * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.checksum:
800 * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.png:
801 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
802 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
803 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
804 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
805 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum:
806 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
807 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
808 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
810 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
812 [Chromium] Tweak expectations for passing tests.
814 * platform/chromium/test_expectations.txt: More tweakage.
816 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
818 [Chromium] Remove more passing tests.
820 * platform/chromium/test_expectations.txt: Even more passages removed.
822 2011-02-04 Dimitri Glazkov <dglazkov@chromium.org>
824 [Chromium] Removed passing tests.
826 * platform/chromium/test_expectations.txt: Passages removed.
828 2011-02-04 Jessie Berlin <jberlin@apple.com>
830 [Windows 7 Release Tests] transitions/transition-end-event-multiple-04.html flakey
831 https://bugs.webkit.org/show_bug.cgi?id=53332
833 Unreviewed, attempt to get the Windows 7 Release bots uniformly green.
835 * platform/win/Skipped:
837 2011-02-04 Ilya Tikhonovsky <loislo@chromium.org>
841 Rebaseline. The problem was introduced at r77601.
843 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
844 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
845 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
846 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
847 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
848 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
849 * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
850 * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
852 2011-02-04 Ilya Tikhonovsky <loislo@chromium.org>
856 Rebaseline image for fast/box-shadow/shadow-tiling-artifact.html
857 The problem was introduced at r77601.
859 * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
860 * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
861 * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
862 * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
864 2011-02-04 Sergio Villar Senin <svillar@igalia.com>
868 New test expectations.
870 * platform/gtk/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
871 * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
872 * platform/gtk/svg/text/font-size-below-point-five-2-expected.txt: Added.
873 * platform/gtk/svg/text/font-size-below-point-five-expected.txt: Added.
874 * platform/gtk/svg/text/scaled-font-expected.txt: Added.
875 * platform/gtk/svg/text/small-fonts-2-expected.txt: Added.
876 * platform/gtk/svg/text/small-fonts-3-expected.txt: Added.
877 * platform/gtk/svg/text/small-fonts-expected.txt: Added.
878 * platform/gtk/svg/text/small-fonts-in-html5-expected.txt: Added.
880 2011-02-04 Andrey Kosyakov <caseq@chromium.org>
882 Reviewed by Pavel Feldman.
884 Web Inspector: support overriding user agent strings
885 https://bugs.webkit.org/show_bug.cgi?id=51485
887 * http/tests/inspector/extensions-useragent-expected.txt: Added.
888 * http/tests/inspector/extensions-useragent.html: Added.
890 2011-02-04 Sergio Villar Senin <svillar@igalia.com>
894 Skipping fast/events/pagehide-timeout.html that is failing on GTK
895 bots. See https://bugs.webkit.org/show_bug.cgi?id=53733
897 * platform/gtk/Skipped: skip fast/events/pagehide-timeout.html
899 2011-02-03 James Kozianski <koz@chromium.org>
901 Reviewed by Dimitri Glazkov.
903 Add navigator.registerProtocolHandler behind a flag.
904 https://bugs.webkit.org/show_bug.cgi?id=52609
906 * fast/dom/register-protocol-handler-expected.txt: Added.
907 * fast/dom/register-protocol-handler.html: Added.
909 2011-02-03 Simon Fraser <simon.fraser@apple.com>
911 Reviewed by Dan Bernstein.
913 REGRESSION: Artifacts on box-shadow corners in some cases
914 https://bugs.webkit.org/show_bug.cgi?id=53731
916 Test with translucent shadow on a box with various corner radii, to exercise the
919 * fast/box-shadow/shadow-tiling-artifact.html: Added.
920 * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
921 * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
922 * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
924 2011-02-03 Adam Barth <abarth@webkit.org>
926 Reviewed by Daniel Bates.
928 XSS Auditor severely affects loading performance after submitting a large form
929 https://bugs.webkit.org/show_bug.cgi?id=49845
931 The XSSFilter catches some more cases and has different console
932 messages than the XSSAuditor. We might want to improve these messages
935 * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
936 * http/tests/security/xssAuditor/base-href-expected.txt:
937 * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
938 * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
939 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
940 * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
941 * http/tests/security/xssAuditor/embed-tag-expected.txt:
942 * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
943 * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
944 * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
945 * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
946 * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
947 * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
948 * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
949 * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
950 * http/tests/security/xssAuditor/object-tag-expected.txt:
951 * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
952 * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
954 2011-02-03 Maciej Stachowiak <mjs@apple.com>
956 Reviewed by Daniel Bates.
958 Skip a test for WebKit2 that uses missing DRT API
959 https://bugs.webkit.org/show_bug.cgi?id=53748
961 * platform/mac-wk2/Skipped:
963 2011-02-03 Abhishek Arya <inferno@chromium.org>
965 Unreviewed, simple qt test baseline.
967 * platform/qt/fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
969 2011-02-02 MORITA Hajime <morrita@google.com>
971 Reviewed by Dimitri Glazkov.
973 Refactoring: <progress> should not use ShadowElement
974 https://bugs.webkit.org/show_bug.cgi?id=53583
976 Updated to catch the change on -webkit-progress-bar-value interpretation.
978 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
980 2011-02-03 Jia Pu <jpu@apple.com>
982 Reversion should not be marked as misspelled.
983 https://bugs.webkit.org/show_bug.cgi?id=53255
985 Rebaselined tests broken by https://bugs.webkit.org/show_bug.cgi?id=51389
987 * platform/mac/editing/spelling/autocorrection-contraction-expected.png:
988 * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
989 * platform/mac/editing/spelling/autocorrection-delete-expected.png:
990 * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
991 * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.png:
992 * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
993 * platform/mac/editing/spelling/autocorrection-removing-underline-expected.png:
994 * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
995 * platform/mac/editing/spelling/autocorrection-simple-expected.checksum:
996 * platform/mac/editing/spelling/autocorrection-simple-expected.png:
997 * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
998 * platform/mac/editing/spelling/autocorrection-simple.html:
999 * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png:
1000 * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
1002 2011-02-03 Abhishek Arya <inferno@chromium.org>
1004 Reviewed by James Robinson.
1006 Tests that we do not crash when overflowing the height of a root
1008 https://bugs.webkit.org/show_bug.cgi?id=53729
1010 * fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
1011 * fast/overflow/overflow-height-float-not-removed-crash.html: Added.
1013 2011-02-03 David Levin <levin@chromium.org>
1015 Reviewed by Adam Barth.
1017 worker-importScriptsOnError needs to allow for the console error to
1018 flush out before calling notifyDone.
1020 * http/tests/workers/worker-importScriptsOnError-expected.txt:
1021 * http/tests/workers/worker-importScriptsOnError.html:
1023 2011-02-03 David Levin <levin@chromium.org>
1025 Reviewed by Adam Barth.
1027 Worker.importScript() should clean errors for cross origin imports.
1028 https://bugs.webkit.org/show_bug.cgi?id=52871
1030 * http/tests/workers/resources/worker-importScripts-error.js: Added.
1031 * http/tests/workers/resources/worker-importScripts-throw.js: Added.
1032 * http/tests/workers/worker-importScriptsOnError.html: Added.
1034 2011-02-03 Mihai Parparita <mihaip@chromium.org>
1036 Reviewed by Alexey Proskuryakov.
1038 REGRESSION (r77355): Page cache layout tests crash
1039 https://bugs.webkit.org/show_bug.cgi?id=53648
1041 Add test that calls setTimeout during a pagehide event handler (the
1042 timeout should not fire while the document is in the page cache).
1044 Skipped for Chromium since it doesn't use the page cache.
1046 * fast/events/pagehide-timeout-expected.txt: Added.
1047 * fast/events/pagehide-timeout.html: Added.
1048 * fast/events/resources/pagehide-timeout-go-back.html: Added.
1049 * platform/chromium/test_expectations.txt:
1051 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1053 Added SL-specific result for the test and put back the original result that
1054 I've neglected to do in r77539.
1056 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
1057 * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
1059 2011-02-03 Justin Schuh <jschuh@chromium.org>
1061 Reviewed by Dirk Schulze.
1063 startAnimations should use a local, RefCounted Vector.
1064 https://bugs.webkit.org/show_bug.cgi?id=53458
1066 * svg/custom/use-animation-in-fill-expected.txt: Added.
1067 * svg/custom/use-animation-in-fill.html: Added.
1069 2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
1073 small text which is scaled to be large renders pixelated
1074 https://bugs.webkit.org/show_bug.cgi?id=12448
1076 * platform/qt/Skipped: Add failing tests until fix.
1077 - css3/zoom-coords.xhtml
1078 - svg/zoom/page/zoom-zoom-coords.xhtml
1080 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1082 Add a failure until I investigate its cause.
1084 * platform/chromium/test_expectations.txt: Added.
1086 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1088 Updated platform/mac-leopard baselines for fast/backgrounds after r77485.
1090 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1092 Move Leopard result to the right spot, put back the original result.
1094 * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
1095 Renamed from LayoutTests/platform/mac/svg/text/font-size-below-point-five-expected.txt.
1097 2011-02-03 Adam Roben <aroben@apple.com>
1099 Skip an SVG test that fails depending on what other tests came before it
1101 Running any other SVG test before this one causes it to fail. If we were to check in new
1102 failing results, it might start passing again if some more tests are added before it that
1103 make it the first test that is run for a particular invocation of DumpRenderTree. So the
1104 safest thing to do for now is to skip it. <http://webkit.org/b/35700> tracks this failure.
1106 * platform/win/Skipped: Added svg/W3C-SVG-1.1-SE/types-dom-01-b.svg.
1108 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1110 Updated platform/mac and platform/mac-leopard baselines for svg/ after r77485.
1112 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1114 [Chromium] Updated baselines that are specific to Leopard.
1116 * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
1117 * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt:
1118 * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
1119 * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.png:
1120 * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.txt:
1122 2011-02-03 Dan Bernstein <mitz@apple.com>
1124 Reviewed by Anders Carlsson.
1126 <rdar://problem/8948788> Text emphasis marks have wrong orientation for vertical text
1127 https://bugs.webkit.org/show_bug.cgi?id=53709
1129 * platform/mac/fast/text/emphasis-vertical-expected.checksum:
1130 * platform/mac/fast/text/emphasis-vertical-expected.png:
1132 2011-02-03 Martin Robinson <mrobinson@igalia.com>
1134 Fix one GTK+ skipped list entry that referred to the wrong test file.
1136 * platform/gtk/Skipped: Fix skipped list entry.
1138 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1140 [Chromium] Removed the checksum that is out of place.
1142 * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.checksum: Removed.
1144 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1146 [Chromium] Updated SVG baselines after r77485 for Mac and added expectations
1147 of failure while waiting for platform/mac pixel results to land.
1149 * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
1150 * platform/chromium-mac/svg/custom/stroked-pattern-expected.checksum: Added.
1151 * platform/chromium-mac/svg/custom/stroked-pattern-expected.png: Added.
1152 * platform/chromium/test_expectations.txt: Added fails.
1154 2011-02-03 Adam Roben <aroben@apple.com>
1156 Check in the results I really meant to commit in r77507
1158 A flub on the command-line meant that many of the results added in r77507 were identical to
1159 the Mac results, rather than matching what happens on Windows.
1161 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1162 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1163 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1164 * platform/win/svg/batik/masking/maskRegions-expected.checksum: Added.
1165 * platform/win/svg/batik/masking/maskRegions-expected.png: Added.
1166 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1167 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
1168 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
1169 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1170 * platform/win/svg/carto.net/scrollbar-expected.checksum:
1171 * platform/win/svg/carto.net/scrollbar-expected.png:
1172 * platform/win/svg/carto.net/scrollbar-expected.txt:
1173 * platform/win/svg/text/font-size-below-point-five-expected.checksum:
1174 * platform/win/svg/text/font-size-below-point-five-expected.png:
1175 * platform/win/svg/text/font-size-below-point-five-expected.txt:
1176 * platform/win/svg/text/text-align-06-b-expected.checksum:
1177 * platform/win/svg/text/text-align-06-b-expected.png:
1178 * platform/win/svg/text/text-align-06-b-expected.txt:
1180 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1182 [Chromium] Two more updated SVG baselines after r77485 for Linux.
1184 * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Added.
1185 * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
1187 2011-02-02 Levi Weintraub <leviw@chromium.org>
1189 Reviewed by Ryosuke Niwa.
1191 Moving cursor down in table cycles at the end of a row
1192 https://bugs.webkit.org/show_bug.cgi?id=50012
1194 Tests downward caret-navigation for tables at the end of a document.
1196 * editing/selection/move-by-line-cycles-in-table-expected.txt: Added.
1197 * editing/selection/move-by-line-cycles-in-table.html: Added.
1199 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1201 [Chromium] One more update SVG baselines after r77485 for Linux.
1203 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1205 [Chromium] Moved XP/Vista-specific baselines to their proper places.
1207 * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.checksum:
1208 * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.png:
1209 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.checksum:
1210 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
1211 * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
1212 * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png:
1213 * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.checksum:
1214 * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png:
1215 * platform/chromium-win/svg/batik/text/verticalText-expected.checksum: Removed.
1216 * platform/chromium-win/svg/batik/text/verticalText-expected.png: Removed.
1217 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
1218 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
1219 * platform/chromium-win/svg/text/text-fonts-01-t-expected.checksum: Removed.
1220 * platform/chromium-win/svg/text/text-fonts-01-t-expected.png: Removed.
1221 * platform/chromium-win/svg/text/text-intro-05-t-expected.checksum: Removed.
1222 * platform/chromium-win/svg/text/text-intro-05-t-expected.png: Removed.
1224 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1226 Update expectations after r77495.
1228 * fast/dom/Window/window-properties-expected.txt: Updated.
1230 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1232 [Chromium] Explicitly mark platform/chromium-linux as failing for other platforms.
1234 * platform/chromium/test_expectations.txt: Added expectation of failure.
1236 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1238 Update expectations after r77495.
1240 * fast/dom/Window/window-properties-performance-expected.txt: Updated.
1242 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1244 [Chromium] Add expectations for r77500.
1246 * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
1247 * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
1248 * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
1249 * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
1251 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1253 [Chromium] Update SVG baselines after r77485 for Linux.
1255 2011-02-03 Adam Roben <aroben@apple.com>
1257 Skip fast/canvas/set-colors.html on Windows
1259 It currently fails on some bots but not others. <http://webkit.org/b/53677> tracks the
1262 * platform/win/Skipped:
1264 2011-02-03 Adam Roben <aroben@apple.com>
1266 Update Windows results after r77485
1268 Windows used to match Mac on these tests, but now it doesn't. Presumably this is because
1269 r77485 increased the precision of ascent/descent calculations, making differences in
1270 Windows/Mac font metrics matter more.
1272 One test (svg/W3C-SVG-1.1-SE/types-dom-01-b.svg) is still failing, but it passes when run on
1273 its own, so warrants more investigation.
1275 * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
1276 * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
1277 * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1278 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
1279 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
1280 * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
1281 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
1282 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
1283 * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
1284 * platform/win/svg/carto.net/scrollbar-expected.checksum: Added.
1285 * platform/win/svg/carto.net/scrollbar-expected.png: Added.
1286 * platform/win/svg/carto.net/scrollbar-expected.txt: Added.
1287 * platform/win/svg/text/font-size-below-point-five-expected.checksum: Added.
1288 * platform/win/svg/text/font-size-below-point-five-expected.png: Added.
1289 * platform/win/svg/text/font-size-below-point-five-expected.txt: Added.
1290 * platform/win/svg/text/text-align-06-b-expected.checksum: Added.
1291 * platform/win/svg/text/text-align-06-b-expected.png: Added.
1292 * platform/win/svg/text/text-align-06-b-expected.txt: Added.
1293 * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
1294 * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
1295 * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
1297 2011-02-03 Nikolas Zimmermann <nzimmermann@rim.com>
1301 small text which is scaled to be large renders pixelated
1302 https://bugs.webkit.org/show_bug.cgi?id=12448
1304 First chunk of mac SVG pixel test updates after r77485.
1306 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
1307 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
1308 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
1309 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1310 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1311 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1312 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1313 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1314 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1315 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1316 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1317 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1318 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1319 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1320 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1321 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1322 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1323 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1324 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1325 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1326 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1327 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1328 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1329 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1330 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1331 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1332 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1333 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1334 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1335 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1336 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1337 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1338 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
1339 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
1340 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1341 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
1342 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
1343 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
1344 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
1345 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
1346 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
1347 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
1348 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
1349 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
1350 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
1351 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
1352 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
1353 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
1354 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
1355 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
1356 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1357 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1358 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1359 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1360 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1361 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1362 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1363 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1364 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1365 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1366 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1367 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
1368 * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
1369 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1370 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
1371 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
1372 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
1373 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1374 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
1376 2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
1378 Unreviewed. Update Qt specific expected results after r77495.
1380 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1381 * platform/qt/fast/dom/Window/window-properties-performance-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-performance-expected.txt.
1383 2011-02-02 Evan Martin <evan@chromium.org>
1385 Reviewed by Tony Chang.
1387 [chromium] complex joining characters positioned in wrong place
1388 https://bugs.webkit.org/show_bug.cgi?id=53637
1390 Add a test that includes some characters that exhibited the problem.
1391 Unfortunately it's purely a rendering issue, so it is a pixel test.
1393 * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.checksum: Added.
1394 * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Added.
1395 * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt: Added.
1396 * platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html: Added.
1398 2011-02-03 Ryosuke Niwa <rniwa@webkit.org>
1400 Unreviewed; remove the line I intended to remove.
1402 * platform/chromium/test_expectations.txt:
1404 2011-02-03 Ryosuke Niwa <rniwa@webkit.org>
1406 Unreviewed Chromium test expectation update for
1407 http://src.chromium.org/viewvc/chrome?view=rev&revision=73469
1409 * platform/chromium/test_expectations.txt:
1411 2011-02-02 Dimitri Glazkov <dglazkov@chromium.org>
1413 Reviewed by Kent Tamura.
1415 REGRESSION(r76147): Slider thumb position is not updated when value attribute is changed.
1416 https://bugs.webkit.org/show_bug.cgi?id=53634
1418 * fast/dom/HTMLInputElement/input-slider-update.html: Added.
1419 * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
1420 * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
1421 * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
1423 2011-02-03 Dimitri Glazkov <dglazkov@chromium.org>
1425 [Chromium] Update SVG baselines after r77485 for Windows.
1427 2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
1429 Unreviewed, rebaseline Qt svg tests after r77485.
1431 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
1432 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
1433 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
1434 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
1435 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1436 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
1437 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
1438 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1439 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
1440 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.checksum:
1441 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
1442 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
1443 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
1444 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
1445 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
1446 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
1447 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
1448 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
1449 * platform/qt/svg/custom/stroke-width-large-expected.checksum:
1450 * platform/qt/svg/custom/stroke-width-large-expected.png:
1451 * platform/qt/svg/custom/stroke-width-large-expected.txt:
1452 * platform/qt/svg/custom/text-rotated-gradient-expected.checksum:
1453 * platform/qt/svg/custom/text-rotated-gradient-expected.png:
1454 * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
1455 * platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum:
1456 * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
1457 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
1458 * platform/qt/svg/text/lengthAdjust-text-metrics-expected.checksum: Added.
1459 * platform/qt/svg/text/lengthAdjust-text-metrics-expected.png: Added.
1460 * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
1461 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
1462 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
1463 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
1464 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
1465 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
1466 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
1467 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
1468 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
1469 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
1470 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
1471 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
1472 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
1473 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
1474 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
1475 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
1476 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
1477 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
1478 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
1479 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
1480 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
1481 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
1482 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
1483 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
1484 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
1485 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
1486 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
1487 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
1488 * platform/qt/svg/text/select-x-list-1-expected.checksum:
1489 * platform/qt/svg/text/select-x-list-1-expected.png:
1490 * platform/qt/svg/text/select-x-list-1-expected.txt:
1491 * platform/qt/svg/text/select-x-list-2-expected.checksum:
1492 * platform/qt/svg/text/select-x-list-2-expected.png:
1493 * platform/qt/svg/text/select-x-list-2-expected.txt:
1494 * platform/qt/svg/text/select-x-list-3-expected.checksum:
1495 * platform/qt/svg/text/select-x-list-3-expected.png:
1496 * platform/qt/svg/text/select-x-list-3-expected.txt:
1497 * platform/qt/svg/text/select-x-list-4-expected.checksum:
1498 * platform/qt/svg/text/select-x-list-4-expected.png:
1499 * platform/qt/svg/text/select-x-list-4-expected.txt:
1500 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum:
1501 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
1502 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
1503 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum:
1504 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
1505 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
1506 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum:
1507 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
1508 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
1509 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum:
1510 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
1511 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
1512 * platform/qt/svg/text/selection-doubleclick-expected.checksum:
1513 * platform/qt/svg/text/selection-doubleclick-expected.png:
1514 * platform/qt/svg/text/selection-doubleclick-expected.txt:
1515 * platform/qt/svg/text/selection-tripleclick-expected.checksum:
1516 * platform/qt/svg/text/selection-tripleclick-expected.png:
1517 * platform/qt/svg/text/selection-tripleclick-expected.txt:
1518 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.checksum:
1519 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
1520 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
1521 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Added.
1522 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
1523 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
1524 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
1525 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1526 * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
1528 2011-01-27 Philippe Normand <pnormand@igalia.com>
1530 Reviewed by Martin Robinson.
1532 [GTK] LayoutTests/media/audio-mpeg4-supported.html fails
1533 https://bugs.webkit.org/show_bug.cgi?id=53125
1535 * platform/gtk/Skipped: Unskip fixed test.
1537 2011-02-03 Philippe Normand <pnormand@igalia.com>
1539 Unreviewed, skipping 2 more websocket tests on GTK, see bug 53683.
1541 * platform/gtk/Skipped: skip http/tests/websocket/tests/simple.html
1542 and http/tests/websocket/tests/cross-origin.html
1544 2011-02-03 Simon Fraser <simon.fraser@apple.com>
1546 Reviewed by Sam Weinig.
1548 ShadowBlur radius for CSS shadows is slightly too big
1549 https://bugs.webkit.org/show_bug.cgi?id=53660
1551 Updated pixel results.
1553 * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
1554 * platform/mac/compositing/shadows/shadow-drawing-expected.png:
1555 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
1556 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
1557 * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
1558 * platform/mac/fast/box-shadow/basic-shadows-expected.png:
1559 * platform/mac/fast/box-shadow/box-shadow-radius-expected.checksum:
1560 * platform/mac/fast/box-shadow/box-shadow-radius-expected.png:
1561 * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
1562 * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png:
1563 * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum:
1564 * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
1565 * platform/mac/fast/box-shadow/inset-expected.checksum:
1566 * platform/mac/fast/box-shadow/inset-expected.png:
1567 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
1568 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
1569 * platform/mac/fast/css/shadow-multiple-expected.checksum:
1570 * platform/mac/fast/css/shadow-multiple-expected.png:
1571 * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
1572 * platform/mac/fast/repaint/box-shadow-h-expected.png:
1573 * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
1574 * platform/mac/fast/repaint/box-shadow-v-expected.png:
1575 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
1576 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
1577 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
1578 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
1579 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
1580 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
1581 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
1582 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
1583 * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
1584 * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
1585 * platform/mac/fast/transforms/shadows-expected.checksum:
1586 * platform/mac/fast/transforms/shadows-expected.png:
1587 * platform/mac/svg/css/composite-shadow-text-expected.checksum:
1588 * platform/mac/svg/css/composite-shadow-text-expected.png:
1590 2011-02-03 Philippe Normand <pnormand@igalia.com>
1592 Unreviewed, rebaseline GTK svg tests after r77485.
1594 * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
1595 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
1596 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
1597 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
1598 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
1599 * platform/gtk/svg/css/composite-shadow-text-expected.txt:
1600 * platform/gtk/svg/css/group-with-shadow-expected.txt:
1601 * platform/gtk/svg/css/shadow-changes-expected.txt:
1602 * platform/gtk/svg/css/text-gradient-shadow-expected.txt:
1603 * platform/gtk/svg/custom/stroke-width-large-expected.txt:
1604 * platform/gtk/svg/custom/text-rotated-gradient-expected.txt:
1605 * platform/gtk/svg/custom/text-rotation-expected.txt:
1606 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
1607 * platform/gtk/svg/hixie/text/001-expected.txt:
1608 * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
1609 * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
1610 * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
1611 * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
1612 * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
1613 * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
1614 * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
1615 * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
1616 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
1617 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
1618 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
1619 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
1620 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
1621 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
1622 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
1623 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
1624 * platform/gtk/svg/text/select-x-list-1-expected.txt:
1625 * platform/gtk/svg/text/select-x-list-2-expected.txt:
1626 * platform/gtk/svg/text/select-x-list-3-expected.txt:
1627 * platform/gtk/svg/text/select-x-list-4-expected.txt:
1628 * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
1629 * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
1630 * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
1631 * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
1632 * platform/gtk/svg/text/selection-doubleclick-expected.txt:
1633 * platform/gtk/svg/text/selection-tripleclick-expected.txt:
1634 * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
1635 * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
1637 2011-02-01 Pavel Podivilov <podivilov@chromium.org>
1639 Reviewed by Pavel Feldman.
1641 Web Inspector: introduce new api for managing JavaScript breakpoints.
1642 https://bugs.webkit.org/show_bug.cgi?id=53235
1644 * inspector/report-protocol-errors.html:
1646 2011-02-03 Philippe Normand <pnormand@igalia.com>
1648 Unreviewed, skip flaky websocket tests on GTK
1649 https://bugs.webkit.org/show_bug.cgi?id=53683
1651 * platform/gtk/Skipped:
1653 2011-02-03 Alexander Pavlov <apavlov@chromium.org>
1655 Unreviewed, fix build after r77478.
1657 * inspector/styles-source-lines-inline.html: Roll back inadvertent function rename.
1659 2011-02-03 Philippe Normand <pnormand@igalia.com>
1661 Unreviewed, skip flaky test
1662 fast/frames/sandboxed-iframe-scripting.html on GTK
1663 https://bugs.webkit.org/show_bug.cgi?id=53680
1665 * platform/gtk/Skipped:
1667 2011-02-03 Nikolas Zimmermann <nzimmermann@rim.com>
1669 Reviewed by Dirk Schulze.
1671 small text which is scaled to be large renders pixelated
1672 https://bugs.webkit.org/show_bug.cgi?id=12448
1674 Update SVG test results after fixing small font size support. Land new mac/mac-leopard baseline, as text looks slightly different
1675 in each testcase, as the font-size used for on-screen rendering has changed, this results in hinting differences, inter-glyph
1676 space changes, etc. This commit only includes the textual result changes, the pixel test baseline will land in chunks in follow-up commits.
1678 To those who have to rebaseline their platforms: Some of the svg/text pixel test results may look questionable on first sight,
1679 - svg/text/select-* tests:
1680 These tests render a certain string 'Foobar' and query the metrics using SVG Text DOM API (getExtentOfChar(firstChar) and getExtentOfChar(lastChar)).
1681 A red rectangle is drawn, to represent the size of the string, which gives precise results using floating-point accurancy.
1682 Using eventSender, a selection is simulated, by clicking the first char, holding down, and moving towards the last character.
1683 The blue selection rect which is drawn, should in theory be equal to the red rectangle.
1684 In practice it is not, as the selection rect is aligned to integer boundaries (see floor calls in Font::selectionRect...).
1685 Since we switched to use floating-point precision metrics, the actual drawn selection may exceed the red rectangle up to 1px.
1687 - svg/text/selection-(doubleclick|tripleclick).svg:
1688 These tests use DRTs dumpSelectionRect() which draws a red rectangle, highlighting the SelectionController::bounds() obtained through RenderView.
1689 In theory this red rectangle, should be equal to the drawn blue selection rect. Again it isn't, as the bounds() methods uses selectionRectForRepaint()
1690 of RenderText, which returns an enclosingIntRect of the actual selection. The drawn selection starts at y=0.93 in the first testcase, the selectionRectForRepaint()
1691 call returns an IntRect, which starts at y=0. That explains why the red rectangle starts slightly higher as it should be. Again this is no problem, the repaint
1692 rect may be 1px larger, if it would be smaller, we had a problem. The only way to fix this, would be to pass around FloatRect as repaint rects, but that's not worth it.
1694 - css3/zoom-coords.* / svg/zoom/page/zoom-zoom-coords*:
1695 These tests have different expectations now, as we're using the floatAscent/floatDesent/floatHeight FontMetrics methods instead of
1696 the integer variants ascent/descent/height - hopefully we'll see consistent results across platforms for these tests now, if not please comment in the bug report.
1698 * css3/zoom-coords-expected.txt:
1699 * css3/zoom-coords.xhtml:
1700 * platform/mac-leopard/Skipped:
1701 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
1702 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
1703 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
1704 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
1705 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
1706 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
1707 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
1708 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
1709 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
1710 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
1711 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
1712 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
1713 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
1714 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
1715 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
1716 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
1717 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
1718 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
1719 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
1720 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
1721 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
1722 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
1723 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
1724 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
1725 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
1726 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
1727 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
1728 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
1729 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
1730 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
1731 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
1732 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
1733 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
1734 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
1735 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
1736 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
1737 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
1738 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
1739 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
1740 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
1741 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
1742 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
1743 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
1744 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
1745 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
1746 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
1747 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
1748 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
1749 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
1750 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt:
1751 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
1752 * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
1753 * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
1754 * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
1755 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
1756 * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
1757 * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
1758 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
1759 * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
1760 * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
1761 * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
1762 * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
1763 * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
1764 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
1765 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
1766 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
1767 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
1768 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
1769 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
1770 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
1771 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
1772 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
1773 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
1774 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
1775 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
1776 * platform/mac-leopard/svg/custom/stroke-width-large-expected.checksum: Added.
1777 * platform/mac-leopard/svg/custom/stroke-width-large-expected.png: Added.
1778 * platform/mac-leopard/svg/custom/stroke-width-large-expected.txt: Added.
1779 * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
1780 * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
1781 * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
1782 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
1783 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
1784 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
1785 * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
1786 * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png: Added.
1787 * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt: Added.
1788 * platform/mac-leopard/svg/hixie/viewbox: Added.
1789 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio: Added.
1790 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
1791 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
1792 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
1793 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
1794 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
1795 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
1796 * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.checksum: Added.
1797 * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.png: Added.
1798 * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.txt: Added.
1799 * platform/mac-leopard/svg/text/scaled-font-expected.checksum: Added.
1800 * platform/mac-leopard/svg/text/scaled-font-expected.png: Added.
1801 * platform/mac-leopard/svg/text/scaled-font-expected.txt: Added.
1802 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added.
1803 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
1804 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
1805 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added.
1806 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
1807 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
1808 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added.
1809 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
1810 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
1811 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added.
1812 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
1813 * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
1814 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added.
1815 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
1816 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
1817 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added.
1818 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
1819 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
1820 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added.
1821 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
1822 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
1823 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added.
1824 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
1825 * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
1826 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added.
1827 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
1828 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
1829 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added.
1830 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
1831 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
1832 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added.
1833 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
1834 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
1835 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
1836 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
1837 * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
1838 * platform/mac-leopard/svg/text/select-x-list-3-expected.checksum: Added.
1839 * platform/mac-leopard/svg/text/select-x-list-3-expected.png: Added.
1840 * platform/mac-leopard/svg/text/select-x-list-3-expected.txt: Added.
1841 * platform/mac-leopard/svg/text/small-fonts-2-expected.checksum: Added.
1842 * platform/mac-leopard/svg/text/small-fonts-2-expected.png: Added.
1843 * platform/mac-leopard/svg/text/small-fonts-2-expected.txt: Added.
1844 * platform/mac-leopard/svg/text/small-fonts-3-expected.checksum: Added.
1845 * platform/mac-leopard/svg/text/small-fonts-3-expected.png: Added.
1846 * platform/mac-leopard/svg/text/small-fonts-3-expected.txt: Added.
1847 * platform/mac-leopard/svg/text/small-fonts-expected.checksum: Added.
1848 * platform/mac-leopard/svg/text/small-fonts-expected.png: Added.
1849 * platform/mac-leopard/svg/text/small-fonts-expected.txt: Added.
1850 * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.checksum: Added.
1851 * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.png: Added.
1852 * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.txt: Added.
1853 * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt:
1854 * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
1855 * platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
1856 * platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
1857 * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
1858 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
1859 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
1860 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
1861 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
1862 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
1863 * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
1864 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
1865 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
1866 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
1867 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
1868 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
1869 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
1870 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
1871 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
1872 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
1873 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
1874 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
1875 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1876 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1877 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1878 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1879 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1880 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1881 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1882 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1883 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1884 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1885 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1886 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1887 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1888 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1889 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1890 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1891 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1892 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1893 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1894 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1895 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1896 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1897 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
1898 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1899 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1900 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1901 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1902 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1903 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
1904 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1905 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1906 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1907 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1908 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1909 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1910 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1911 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1912 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1913 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1914 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1915 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1916 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1917 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1918 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1919 * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
1920 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1921 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1922 * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
1923 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1924 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1925 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1926 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1927 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1928 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
1929 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
1930 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1931 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
1932 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
1933 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
1934 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1935 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1936 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1937 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1938 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1939 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1940 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1941 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1942 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1943 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1944 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1945 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1946 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1947 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1948 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1949 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1950 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1951 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1952 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1953 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1954 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1955 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1956 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1957 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1958 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
1959 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
1960 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
1961 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1962 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1963 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1964 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1965 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1966 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1967 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1968 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1969 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1970 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1971 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1972 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1973 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1974 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1975 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1976 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1977 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
1978 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1979 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1980 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1981 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
1982 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1983 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
1984 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1985 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1986 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1987 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1988 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1989 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1990 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1991 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1992 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1993 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1994 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1995 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1996 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1997 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
1998 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
1999 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2000 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
2001 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
2002 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2003 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2004 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2005 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2006 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
2007 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2008 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2009 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2010 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2011 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2012 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2013 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2014 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2015 * platform/mac/svg/batik/text/smallFonts-expected.txt:
2016 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2017 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
2018 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
2019 * platform/mac/svg/batik/text/textDecoration-expected.txt:
2020 * platform/mac/svg/batik/text/textDecoration2-expected.txt:
2021 * platform/mac/svg/batik/text/textEffect-expected.txt:
2022 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2023 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2024 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2025 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2026 * platform/mac/svg/batik/text/textLayout-expected.txt:
2027 * platform/mac/svg/batik/text/textLayout2-expected.txt:
2028 * platform/mac/svg/batik/text/textLength-expected.txt:
2029 * platform/mac/svg/batik/text/textOnPath-expected.txt:
2030 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
2031 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
2032 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
2033 * platform/mac/svg/batik/text/textPCDATA-expected.txt:
2034 * platform/mac/svg/batik/text/textPosition-expected.txt:
2035 * platform/mac/svg/batik/text/textPosition2-expected.txt:
2036 * platform/mac/svg/batik/text/textProperties-expected.txt:
2037 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2038 * platform/mac/svg/batik/text/textStyles-expected.txt:
2039 * platform/mac/svg/batik/text/verticalText-expected.txt:
2040 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
2041 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
2042 * platform/mac/svg/carto.net/button-expected.txt:
2043 * platform/mac/svg/carto.net/colourpicker-expected.txt:
2044 * platform/mac/svg/carto.net/combobox-expected.txt:
2045 * platform/mac/svg/carto.net/scrollbar-expected.txt:
2046 * platform/mac/svg/carto.net/selectionlist-expected.txt:
2047 * platform/mac/svg/carto.net/slider-expected.txt:
2048 * platform/mac/svg/carto.net/tabgroup-expected.txt:
2049 * platform/mac/svg/carto.net/textbox-expected.txt:
2050 * platform/mac/svg/carto.net/window-expected.txt:
2051 * platform/mac/svg/css/group-with-shadow-expected.txt:
2052 * platform/mac/svg/css/shadow-changes-expected.txt:
2053 * platform/mac/svg/css/text-shadow-multiple-expected.txt:
2054 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
2055 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
2056 * platform/mac/svg/custom/altglyph-expected.txt:
2057 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
2058 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
2059 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
2060 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
2061 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
2062 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
2063 * platform/mac/svg/custom/font-face-simple-expected.txt:
2064 * platform/mac/svg/custom/getTransformToElement-expected.txt:
2065 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
2066 * platform/mac/svg/custom/image-small-width-height-expected.txt:
2067 * platform/mac/svg/custom/invalid-css-expected.txt:
2068 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2069 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
2070 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2071 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
2072 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2073 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
2074 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
2075 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
2076 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
2077 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
2078 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2079 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
2080 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
2081 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
2082 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
2083 * platform/mac/svg/custom/pattern-rotate-expected.txt:
2084 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2085 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2086 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
2087 * platform/mac/svg/custom/stroke-width-large-expected.txt:
2088 * platform/mac/svg/custom/stroked-pattern-expected.txt:
2089 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
2090 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
2091 * platform/mac/svg/custom/text-clip-expected.txt:
2092 * platform/mac/svg/custom/text-ctm-expected.txt:
2093 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
2094 * platform/mac/svg/custom/text-filter-expected.txt:
2095 * platform/mac/svg/custom/text-hit-test-expected.txt:
2096 * platform/mac/svg/custom/text-letter-spacing-expected.txt:
2097 * platform/mac/svg/custom/text-rotated-gradient-expected.txt:
2098 * platform/mac/svg/custom/text-rotation-expected.txt:
2099 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
2100 * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
2101 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
2102 * platform/mac/svg/custom/tref-update-expected.txt:
2103 * platform/mac/svg/custom/use-detach-expected.txt:
2104 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
2105 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
2106 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
2107 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
2108 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
2109 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
2110 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
2111 * platform/mac/svg/custom/use-on-g-expected.txt:
2112 * platform/mac/svg/custom/use-on-rect-expected.txt:
2113 * platform/mac/svg/custom/use-on-symbol-expected.txt:
2114 * platform/mac/svg/custom/use-on-text-expected.txt:
2115 * platform/mac/svg/custom/use-on-use-expected.txt:
2116 * platform/mac/svg/custom/use-recursion-1-expected.txt:
2117 * platform/mac/svg/custom/use-recursion-2-expected.txt:
2118 * platform/mac/svg/custom/use-recursion-3-expected.txt:
2119 * platform/mac/svg/custom/use-recursion-4-expected.txt:
2120 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2121 * platform/mac/svg/custom/use-transform-expected.txt:
2122 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
2123 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
2124 * platform/mac/svg/hixie/perf/003-expected.txt:
2125 * platform/mac/svg/hixie/perf/004-expected.txt:
2126 * platform/mac/svg/hixie/perf/005-expected.txt:
2127 * platform/mac/svg/hixie/perf/006-expected.txt:
2128 * platform/mac/svg/hixie/text/003-expected.txt:
2129 * platform/mac/svg/hixie/text/003a-expected.txt:
2130 * platform/mac/svg/hixie/text/003b-expected.txt:
2131 * platform/mac/svg/hixie/viewbox/002-expected.txt:
2132 * platform/mac/svg/hixie/viewbox/003-expected.txt:
2133 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2134 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2135 * platform/mac/svg/text/font-size-below-point-five-2-expected.checksum: Added.
2136 * platform/mac/svg/text/font-size-below-point-five-2-expected.png: Added.
2137 * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Added.
2138 * platform/mac/svg/text/font-size-below-point-five-expected.checksum: Added.
2139 * platform/mac/svg/text/font-size-below-point-five-expected.png: Added.
2140 * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
2141 * platform/mac/svg/text/kerning-expected.txt:
2142 * platform/mac/svg/text/multichar-glyph-expected.txt:
2143 * platform/mac/svg/text/scaled-font-expected.checksum: Added.
2144 * platform/mac/svg/text/scaled-font-expected.png: Added.
2145 * platform/mac/svg/text/scaled-font-expected.txt: Added.
2146 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
2147 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2148 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
2149 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
2150 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
2151 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
2152 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
2153 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
2154 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
2155 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
2156 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
2157 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2158 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
2159 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
2160 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
2161 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2162 * platform/mac/svg/text/select-x-list-1-expected.txt:
2163 * platform/mac/svg/text/select-x-list-2-expected.txt:
2164 * platform/mac/svg/text/select-x-list-3-expected.txt:
2165 * platform/mac/svg/text/select-x-list-4-expected.txt:
2166 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
2167 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
2168 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
2169 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
2170 * platform/mac/svg/text/selection-doubleclick-expected.txt:
2171 * platform/mac/svg/text/selection-tripleclick-expected.txt:
2172 * platform/mac/svg/text/small-fonts-2-expected.checksum: Added.
2173 * platform/mac/svg/text/small-fonts-2-expected.png: Added.
2174 * platform/mac/svg/text/small-fonts-2-expected.txt: Added.
2175 * platform/mac/svg/text/small-fonts-3-expected.checksum: Added.
2176 * platform/mac/svg/text/small-fonts-3-expected.png: Added.
2177 * platform/mac/svg/text/small-fonts-3-expected.txt: Added.
2178 * platform/mac/svg/text/small-fonts-expected.checksum: Added.
2179 * platform/mac/svg/text/small-fonts-expected.png: Added.
2180 * platform/mac/svg/text/small-fonts-expected.txt: Added.
2181 * platform/mac/svg/text/small-fonts-in-html5-expected.checksum: Added.
2182 * platform/mac/svg/text/small-fonts-in-html5-expected.png: Added.
2183 * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Added.
2184 * platform/mac/svg/text/text-align-01-b-expected.txt:
2185 * platform/mac/svg/text/text-align-02-b-expected.txt:
2186 * platform/mac/svg/text/text-align-03-b-expected.txt:
2187 * platform/mac/svg/text/text-align-04-b-expected.txt:
2188 * platform/mac/svg/text/text-align-05-b-expected.txt:
2189 * platform/mac/svg/text/text-align-06-b-expected.txt:
2190 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
2191 * platform/mac/svg/text/text-deco-01-b-expected.txt:
2192 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
2193 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
2194 * platform/mac/svg/text/text-intro-05-t-expected.txt:
2195 * platform/mac/svg/text/text-path-01-b-expected.txt:
2196 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
2197 * platform/mac/svg/text/text-text-01-b-expected.txt:
2198 * platform/mac/svg/text/text-text-03-b-expected.txt:
2199 * platform/mac/svg/text/text-text-04-t-expected.txt:
2200 * platform/mac/svg/text/text-text-05-t-expected.txt:
2201 * platform/mac/svg/text/text-text-06-t-expected.txt:
2202 * platform/mac/svg/text/text-text-07-t-expected.txt:
2203 * platform/mac/svg/text/text-text-08-b-expected.txt:
2204 * platform/mac/svg/text/text-tref-01-b-expected.txt:
2205 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
2206 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
2207 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
2208 * platform/mac/svg/text/text-ws-01-t-expected.txt:
2209 * platform/mac/svg/text/text-ws-02-t-expected.txt:
2210 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
2211 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
2212 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2213 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2214 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
2215 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
2216 * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
2217 * svg/custom/glyph-setting-d-attribute-expected.txt:
2218 * svg/custom/glyph-transformation-with-hkern-expected.txt:
2219 * svg/text/font-size-below-point-five-2.svg: Added.
2220 * svg/text/font-size-below-point-five.svg: Added.
2221 * svg/text/lengthAdjust-text-metrics-expected.txt:
2222 * svg/text/scaled-font.svg: Added.
2223 * svg/text/script-tests/lengthAdjust-text-metrics.js:
2224 * svg/text/small-fonts-2.svg: Added.
2225 * svg/text/small-fonts-3.svg: Added.
2226 * svg/text/small-fonts-in-html5.html: Added.
2227 * svg/text/small-fonts.svg: Added.
2228 * svg/zoom/page/zoom-zoom-coords-expected.txt:
2229 * svg/zoom/page/zoom-zoom-coords.xhtml:
2231 2011-02-03 Ilya Tikhonovsky <loislo@chromium.org>
2235 BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
2236 It is failing since r77459 by Sam Weinig.
2238 * platform/chromium/test_expectations.txt:
2240 2011-02-03 Adam Roben <aroben@apple.com>
2242 Skip a new showModalDialog test on Windows
2244 showModalDialog support is now covered by <http://webkit.org/b/53675>.
2246 I also sorted some sputnik tests that fail when showModalDialog is unsupported, and filed a
2247 new bug (<http://webkit.org/b/53676>) about those failures, since it seems like those tests
2248 should pass even when showModalDialog is unsupported.
2250 * platform/win/Skipped:
2252 2011-02-03 Adam Roben <aroben@apple.com>
2254 Check in expected failure results for an RTL <select> test
2256 The failure is covered by <http://webkit.org/b/53443>.
2258 * platform/win/fast/text/international/bidi-menulist-expected.txt: Added.
2260 2011-02-03 Adam Roben <aroben@apple.com>
2262 Add Windows results for test added in r77153
2264 * platform/win/fast/text/international/text-combine-image-test-expected.checksum: Added.
2265 * platform/win/fast/text/international/text-combine-image-test-expected.png: Added.
2266 * platform/win/fast/text/international/text-combine-image-test-expected.txt: Added.
2268 2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
2272 [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
2273 https://bugs.webkit.org/show_bug.cgi?id=53674
2275 * platform/qt/Skipped: media/controls-without-preload.html added until fix.
2277 2011-02-01 Alexander Pavlov <apavlov@chromium.org>
2279 Reviewed by Pavel Feldman.
2281 Web Inspector: Remove the *2 suffix from the CSS style-related protocol methods
2282 https://bugs.webkit.org/show_bug.cgi?id=53492
2284 * inspector/styles-iframe.html:
2285 * inspector/styles-new-API.html:
2286 * inspector/styles-source-lines-inline.html:
2287 * inspector/styles-source-lines.html:
2288 * inspector/styles-source-offsets.html:
2290 2011-02-03 Philippe Normand <pnormand@igalia.com>
2292 Unreviewed, skip flaky test
2293 fast/files/workers/worker-read-blob-async.html on GTK
2294 https://bugs.webkit.org/show_bug.cgi?id=53673
2296 * platform/gtk/Skipped:
2298 2011-02-03 Csaba Osztrogonác <ossy@webkit.org>
2302 [Qt] fast/dynamic/unicode-bidi.html fails
2303 https://bugs.webkit.org/show_bug.cgi?id=53456
2305 Add Qt specific expected files.
2307 * platform/qt/fast/dynamic/unicode-bidi-expected.checksum: Added.
2308 * platform/qt/fast/dynamic/unicode-bidi-expected.png: Added.
2309 * platform/qt/fast/dynamic/unicode-bidi-expected.txt: Copied from LayoutTests/fast/dynamic/unicode-bidi-expected.txt.
2310 * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
2311 * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
2312 * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Copied from LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt.
2314 2011-02-03 Philippe Normand <pnormand@igalia.com>
2316 Unreviewed, GTK baselines for 2 new tests added in r77267 and r77153.
2318 * platform/gtk/fast/dom/34176-expected.txt: Added.
2319 * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: Added.
2321 2011-02-03 Philippe Normand <pnormand@igalia.com>
2323 Unreviewed, skip failing test
2324 fast/history/timed-refresh-in-cached-frame.html on GTK
2325 https://bugs.webkit.org/show_bug.cgi?id=53667
2327 * platform/gtk/Skipped:
2329 2011-02-03 Maciej Stachowiak <mjs@apple.com>
2331 Reviewed by Ryosuke Niwa.
2333 Skip some tests that fail in WebKit2 due to missing DRT functionality
2334 https://bugs.webkit.org/show_bug.cgi?id=53666
2336 * platform/mac-wk2/Skipped:
2338 2011-02-03 Adam Barth <abarth@webkit.org>
2340 Reviewed by Daniel Bates.
2342 Teach XSSFilter about data URLs
2343 https://bugs.webkit.org/show_bug.cgi?id=53662
2345 Tests that the XSS filter doesn't block script in data URLs.
2347 * http/tests/security/xssAuditor/data-urls-work-expected.txt: Added.
2348 * http/tests/security/xssAuditor/data-urls-work.html: Added.
2350 2011-02-02 Chris Evans <cevans@chromium.org>
2352 Reviewed by Darin Fisher.
2354 window.find() can fail when switching case sensitivity
2355 https://bugs.webkit.org/show_bug.cgi?id=53654
2357 The test coverage for this area is very poor, so I took the liberty
2358 of adding a more general test than is needed.
2360 * fast/text/find-window.html: Added.
2361 * fast/text/find-window-expected.txt: Added.
2363 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2365 Rebaseline two tests after import of editing test results for GTK+.
2366 Also remove a platform-specific baseline for a test which is now passing.
2368 * platform/gtk/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2369 * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
2370 * platform/gtk/fast/dom/52776-expected.txt:
2372 2011-02-02 Dan Bernstein <mitz@apple.com>
2374 Reviewed by Sam Weinig.
2376 <rdar://problem/8380506> REGRESSION (r61921): RTL text in <b> tag doesn't display in WebKit under certain conditions
2377 https://bugs.webkit.org/show_bug.cgi?id=44942
2379 * fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
2380 * fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
2381 * fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Added.
2382 * fast/text/bidi-embedding-pop-and-push-same-2.html: Added.
2384 2011-02-02 Kenneth Russell <kbr@google.com>
2386 Reviewed by Mihai Parparita.
2388 gl-teximage.html failing on some WebKit bots
2389 https://bugs.webkit.org/show_bug.cgi?id=53633
2391 * fast/canvas/webgl/gl-teximage.html:
2392 - Synced with upstream test; detect when running in DRT and
2393 avoid printing the specific pixel value when the test will pass.
2394 * fast/canvas/webgl/resources/red-indexed.png:
2395 - Stripped gamma and other colorspace information.
2397 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2399 Unskip the last batch of editing tests needing GTK+ results.
2401 * platform/gtk/Skipped: Unskip last batch of tests.
2403 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2405 Add one more set of missing editing layout test results for GTK.
2407 * platform/gtk/Skipped: Unskip more editing tests.
2409 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2411 Continue importing new editing layout test results for GTK.
2413 * platform/gtk/Skipped: Unskip more editing tests.
2415 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2417 Begin importing missing editing directory test results.
2419 * platform/gtk/Skipped: Unskip tests with results and classify failures.
2421 2011-02-02 Michael Saboff <msaboff@apple.com>
2423 Reviewed by Gavin Barraclough.
2425 Improper backtrack of nested non-capturing greedy paren to prior paren
2426 https://bugs.webkit.org/show_bug.cgi?id=53261
2428 New tests to validate change.
2430 * fast/regex/parentheses-expected.txt:
2431 * fast/regex/script-tests/parentheses.js:
2433 2011-02-02 Dirk Pranke <dpranke@chromium.org>
2435 Reviewed by Mihai Parparita.
2437 new-run-webkit-tests: hardcode the directories to scan for tests
2438 for GPU bots instead of SKIPping them. See bug 53562 for some
2439 context, but we will now hard-code the list of directories to
2440 use by default instead of skipping over directories in the
2441 expectations file. We do this so that we will be able to merge
2442 the expectations files without getting conflicting SKIP
2443 directives. Note that this change will reduce the # of tests
2444 being run on the Mac GPU bots, because we're accidentally
2445 including some today.
2447 https://bugs.webkit.org/show_bug.cgi?id=53631
2449 * platform/chromium-gpu/test_expectations.txt:
2451 2011-02-02 Jian Li <jianli@chromium.org>
2453 Reviewed by Kenneth Russell.
2455 [V8] Accessing DataView with index of -1 returns 0, doesn't throw
2456 https://bugs.webkit.org/show_bug.cgi?id=53559
2458 * fast/canvas/webgl/data-view-test-expected.txt:
2459 * fast/canvas/webgl/data-view-test.html:
2461 2011-02-02 Zhenyao Mo <zmo@google.com>
2463 Reviewed by Kenneth Russell.
2465 bufferData and bufferSubData should generate INVALID_VALUE with negative input
2466 https://bugs.webkit.org/show_bug.cgi?id=53626
2468 * fast/canvas/webgl/buffer-data-array-buffer-expected.txt:
2469 * fast/canvas/webgl/buffer-data-array-buffer.html:
2471 2011-02-02 Cris Neckar <cdn@chromium.org>
2473 Reviewed by James Robinson.
2475 Tests for crash when a domwindow is removed within a device orientation event.
2476 https://bugs.webkit.org/show_bug.cgi?id=53623
2478 * fast/events/device-orientation-crash-expected.txt: Added.
2479 * fast/events/device-orientation-crash.html: Added.
2481 2011-02-02 Zhenyao Mo <zmo@google.com>
2483 Reviewed by Kenneth Russell.
2485 A deleted object should never been bound again
2486 https://bugs.webkit.org/show_bug.cgi?id=53604
2488 * fast/canvas/webgl/object-deletion-behaviour-expected.txt:
2489 * fast/canvas/webgl/object-deletion-behaviour.html: Add test cases for object binding and deletion.
2491 2011-02-02 Kenneth Russell <kbr@google.com>
2493 Reviewed by James Robinson.
2495 Rename Typed Array subset to subarray
2496 https://bugs.webkit.org/show_bug.cgi?id=53618
2498 * fast/canvas/webgl/array-setters.html:
2499 * fast/canvas/webgl/array-unit-tests-expected.txt:
2500 * fast/canvas/webgl/array-unit-tests.html:
2501 * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
2502 * fast/canvas/webgl/draw-elements-out-of-bounds.html:
2503 * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
2504 * fast/canvas/webgl/webgl-array-invalid-ranges.html:
2506 2011-02-02 Dimitri Glazkov <dglazkov@chromium.org>
2508 Added GPU fails from bots.
2510 * platform/chromium-gpu/test_expectations.txt: Added.
2512 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2514 Unskip a test that just needs platform-specific results. Re-classify
2515 two other failures with more pertinent information.
2517 * platform/gtk/Skipped: Organize the skipped list a bit. Unskip a test.
2518 Remove obsolete comments.
2519 * platform/gtk/editing/inserting/5994480-2-expected.txt: Added.
2521 2011-02-01 Andrey Kosyakov <caseq@chromium.org>
2523 Reviewed by Pavel Feldman.
2525 Web Inspector: add test for OPTIONS requests caused by CORS preflight checking to appear in Network panel
2526 https://bugs.webkit.org/show_bug.cgi?id=53501
2528 * http/tests/inspector/network-preflight-options-expected.txt: Added.
2529 * http/tests/inspector/network-preflight-options.html: Added.
2530 * http/tests/inspector/resources/cors-target.php: Added.
2532 2011-02-02 Martin Robinson <mrobinson@igalia.com>
2534 Skip another test that uses modal dialogs.
2536 * platform/gtk/Skipped: Skip modal dialog test and update bug in the skipped list.
2538 2011-02-02 Yury Semikhatsky <yurys@chromium.org>
2540 Unreviewed. Removed some custom Chromium test expectations.
2542 * platform/chromium/test_expectations.txt:
2544 2011-02-02 Hans Wennborg <hans@chromium.org>
2546 Reviewed by Jeremy Orlow.
2548 IndexedDB: Implement support for cursor updates
2549 https://bugs.webkit.org/show_bug.cgi?id=53421
2551 Layout test for cursor updates.
2553 * storage/indexeddb/cursor-update-expected.txt: Added.
2554 * storage/indexeddb/cursor-update.html: Added.
2556 2011-02-01 James Robinson <jamesr@chromium.org>
2558 Reviewed by Adam Barth.
2560 [v8] Increase V8 native->js recursion limit to match document.write() recursion limit
2561 https://bugs.webkit.org/show_bug.cgi?id=53566
2563 Unskip test that we now pass.
2565 * platform/chromium/test_expectations.txt:
2567 2011-02-01 Dirk Pranke <dpranke@chromium.org>
2569 Unreviewed, expectations change.
2571 fast/css/box-shadow.html was removed in r77101 but there was
2572 still a reference to it in the expectations file.
2574 * platform/chromium/test_expectations.txt:
2576 2011-02-01 Mihai Parparita <mihaip@chromium.org>
2578 Reviewed by James Robinson.
2580 Async event handlers should not fire within a modal dialog
2581 https://bugs.webkit.org/show_bug.cgi?id=53202
2583 Add tests for a scroll event triggered right before a modal dialog is
2586 * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
2587 * fast/events/scroll-event-during-modal-dialog.html: Added.
2589 2011-02-01 Kent Tamura <tkent@chromium.org>
2591 Reviewed by Tony Chang.
2593 [Chromium] Roll Chromium revision for the WebKitWeightWatcher change
2594 https://bugs.webkit.org/show_bug.cgi?id=53563
2596 * platform/chromium/test_expectations.txt:
2597 fast/css/font-weight-1.html is expected to fail.
2599 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2601 Marking test, added in r77333 as skipped, because it is
2602 reaching V8 recursion limits faster than those on Document.
2604 * platform/chromium/test_expectations.txt: See above.
2606 2011-01-25 Martin Robinson <mrobinson@igalia.com>
2608 Reviewed by Gustavo Noronha Silva.
2610 [GTK] Two tests crash after r76555
2611 https://bugs.webkit.org/show_bug.cgi?id=53057
2613 * platform/gtk/Skipped: Unskip tests which are no longer crashing.
2615 2011-02-01 chris reiss <christopher.reiss@nokia.com>
2617 Reviewed by Adam Barth.
2619 Self-replicating code makes Safari hang and eventually crash
2620 https://bugs.webkit.org/show_bug.cgi?id=15123
2622 * fast/dom/Document/document-close-iframe-load-expected.txt: Added.
2623 * fast/dom/Document/document-close-iframe-load.html: Added.
2624 * fast/dom/Document/document-close-nested-iframe-load-expected.txt: Added.
2625 * fast/dom/Document/document-close-nested-iframe-load.html: Added.
2626 * fast/dom/Document/document-write-recursion-expected.txt: Added.
2627 * fast/dom/Document/document-write-recursion.html: Added.
2629 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2631 Updated text expectations to avoid conflict.
2633 * platform/chromium/test_expectations.txt: Tweaked.
2635 2011-02-01 Johnny Ding <jnd@chromium.org>
2637 Reviewed by Darin Adler.
2639 Don't set user gesture in HTMLAnchorElement's click handler because the click handler can be triggered by untrusted event.
2640 https://bugs.webkit.org/show_bug.cgi?id=53424
2642 * fast/events/popup-blocked-from-untrusted-click-event-on-anchor-expected.txt: Added.
2643 * fast/events/popup-blocked-from-untrusted-click-event-on-anchor.html: Added.
2645 2011-02-01 Zhenyao Mo <zmo@google.com>
2647 Unreviewed, test expectations update.
2649 * platform/chromium/test_expectations.txt:
2651 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2653 Updated baselines after switching input-derived parts of HTMLMediaElement
2655 https://bugs.webkit.org/show_bug.cgi?id=53314
2657 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Updated.
2658 * platform/chromium-linux/media/video-zoom-controls-expected.png: Updated.
2659 * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Updated.
2660 * platform/chromium-mac/media/video-zoom-controls-expected.png: Updated.
2661 * platform/chromium-mac/media/video-zoom-controls-expected.txt: Updated.
2662 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Updated.
2663 * platform/chromium-win/media/video-zoom-controls-expected.png: Updated.
2664 * platform/chromium-win/media/video-zoom-controls-expected.txt: Updated.
2665 * platform/chromium/test_expectations.txt: Expectation of failure removed.
2667 2011-02-01 Abhishek Arya <inferno@chromium.org>
2671 Test not crashing on chromium, was crashing earlier because of
2672 some build issues. Also, rebaselining chromium mac since it matches
2673 rest of chromium and is not same as mac leopard.
2674 https://bugs.webkit.org/show_bug.cgi?id=53516
2676 * platform/chromium-mac/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
2677 * platform/chromium/test_expectations.txt:
2679 2011-02-01 Darin Adler <darin@apple.com>
2681 Reviewed by Chris Fleizach.
2683 REGRESSION: Removing focus from area element causes unwanted scrolling
2684 https://bugs.webkit.org/show_bug.cgi?id=50169
2686 * fast/images/imagemap-scroll-expected.txt: Added.
2687 * fast/images/imagemap-scroll.html: Added.
2689 2011-02-01 Zhenyao Mo <zmo@google.com>
2691 Reviewed by Kenneth Russell.
2693 getUniform should support SAMPLER_2D or SAMPLER_CUBE
2694 https://bugs.webkit.org/show_bug.cgi?id=52190
2696 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
2697 * fast/canvas/webgl/gl-object-get-calls.html: Test getUniform with sampler2D and samplerCube uniforms.
2698 * fast/canvas/webgl/resources/noopUniformShader.vert: Added.
2699 * fast/canvas/webgl/resources/samplerUniformShader.frag: Added.
2701 2011-02-01 Chris Fleizach <cfleizach@apple.com>
2703 Reviewed by Darin Adler.
2705 AX: AXPosition of AXScrollArea is wrong
2706 https://bugs.webkit.org/show_bug.cgi?id=53511
2708 * platform/mac/accessibility/webkit-scrollarea-position-expected.txt: Added.
2709 * platform/mac/accessibility/webkit-scrollarea-position.html: Added.
2711 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2713 Added yet another expectations of flakiness.
2714 https://bugs.webkit.org/show_bug.cgi?id=53527
2716 * platform/chromium/test_expectations.txt: Flakiness abound.
2718 2011-02-01 Abhishek Arya <inferno@chromium.org>
2722 Rebaseline my test for QT, Leopard from r77262 due
2723 to minor comment error differences.
2725 * platform/mac-leopard/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
2726 * platform/qt/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
2728 2011-02-01 Xiaomei Ji <xji@chromium.org>
2732 Rebaseline after r77267.
2734 * platform/chromium-linux/fast/dom/34176-expected.checksum: Added.
2735 * platform/chromium-linux/fast/dom/34176-expected.png: Added.
2736 * platform/chromium-mac/fast/dom/34176-expected.checksum: Added.
2737 * platform/chromium-mac/fast/dom/34176-expected.png: Added.
2738 * platform/chromium-win/fast/dom/34176-expected.checksum: Added.
2739 * platform/chromium-win/fast/dom/34176-expected.png: Added.
2740 * platform/chromium-win/fast/dom/34176-expected.txt: Added.
2741 * platform/win/fast/dom/34176-expected.txt: Added.
2743 2011-02-01 Xiaomei Ji <xji@chromium.org>
2747 * fast/dom/34176.html: Removed properties svn:executable and svn:mime-type.
2749 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2751 Remove expectations of failure for passing tests.
2753 * platform/chromium/test_expectations.txt: Fewer fails.
2755 2011-02-01 Carol Szabo <carol.szabo@nokia.com>
2757 Reviewed by David Hyatt.
2759 layoutTestController.counterValueForElementById does not return the correct value
2760 https://bugs.webkit.org/show_bug.cgi?id=53037
2762 * fast/css/counters/deep-before-expected.txt: Added.
2763 * fast/css/counters/deep-before.html: Added.
2764 This tests whether DumpRenderTree properly retrieves counters and
2765 whether counters are properly set when the before pseudo element's
2766 renderer is not a direct child of the generating element's renderer.
2768 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2770 Added more flakiness expectations from bots.
2772 * platform/chromium/test_expectations.txt: Another one bites or doesn't bite the dust.
2774 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2776 https://bugs.webkit.org/show_bug.cgi?id=53516
2777 Test introduced in r77262 is crashing.
2779 * platform/chromium/test_expectations.txt: Added expectation to crash
2780 while the fix is worked on.
2782 2011-02-01 Xiaomei Ji <xji@chromium.org>
2784 Reviewed by David Hyatt.
2786 Fix a text rendering problem when enclosing block is RTL and text runs
2787 are in different directionality.
2788 https://bugs.webkit.org/show_bug.cgi?id=34176
2790 The problem happens in the following example scenario (ABC represents
2792 <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
2794 The line consists of 3 text runs -- TextRun1 TextRun2 TextRun3. In which
2795 TextRun1 and TextRun2's bidi level are 2, and TextRun3's bidi level is 1.
2796 TextRun2 and TextRun3's least common ancestor is not a sibling of TextRun1.
2798 The visual bidi run order of the text runs is TextRun3 TextRun1 TextRun2.
2800 Inside RenderBlock::constructLine(), when RenderBlock::createLineBoxes()
2801 creates InlineFlowBox for TextRun2, it should check an InlineFlowBox for
2802 the run's render object's ancestor (not only its parent) has already
2803 been constructed or has something following it on the line, in which
2804 case, create a new box for TextRun2 instead of sharing the same box with
2807 In other words, the following 2 div should render the same results
2808 (ABC represents Hebrew characters).
2809 <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
2810 <div dir=rtl>this is a <span>Test <span>ABC</span></span></div>
2812 * fast/dom/34176.html: Added.
2813 * platform/mac/fast/dom/34176-expected.checksum: Added.
2814 * platform/mac/fast/dom/34176-expected.png: Added.
2815 * platform/mac/fast/dom/34176-expected.txt: Added.
2817 2011-02-01 Mihai Parparita <mihaip@chromium.org>
2819 Unreviewed. Include actual values in fast/canvas/webgl/gl-teximage.html
2820 (removed by r77129) in the case of failure.
2822 * fast/canvas/webgl/gl-teximage.html:
2824 2011-01-31 Abhishek Arya <inferno@chromium.org>
2826 Reviewed by Dan Bernstein.
2828 Tests that a removed svg style element is not accessed again in document's
2829 style recalc code and does not result in crash.
2830 https://bugs.webkit.org/show_bug.cgi?id=53441
2832 * fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
2833 * fast/css/stylesheet-candidate-nodes-crash.xhtml: Added.
2835 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2837 More flakiness updates.
2839 * platform/chromium/test_expectations.txt: Moar flakiness recorded.
2841 2011-02-01 Dimitri Glazkov <dglazkov@chromium.org>
2843 Updated flaky test expectations according to build bot results.
2845 * platform/chromium/test_expectations.txt: Flakiness recorded.
2847 2011-02-01 Csaba Osztrogonác <ossy@webkit.org>
2851 fast/loader/onload-policy-ignore-for-frame.html fails on Qt bot
2852 https://bugs.webkit.org/show_bug.cgi?id=53490
2854 Add Qt specific expected result.
2856 * platform/qt/fast/loader/onload-policy-ignore-for-frame-expected.txt: Copied from LayoutTests/fast/loader/onload-policy-ignore-for-frame-expected.txt.
2858 2011-02-01 Yury Semikhatsky <yurys@chromium.org>
2860 Unreviewed. Rollout r77230 which caused many layout tests
2861 crashes on Chromium Debug bots.
2863 Async event handlers should not fire within a modal dialog
2864 https://bugs.webkit.org/show_bug.cgi?id=53202
2866 * fast/events/scroll-event-during-modal-dialog-expected.txt: Removed.
2867 * fast/events/scroll-event-during-modal-dialog.html: Removed.
2869 2011-02-01 Mihai Parparita <mihaip@chromium.org>
2871 Reviewed by James Robinson.
2873 Async event handlers should not fire within a modal dialog
2874 https://bugs.webkit.org/show_bug.cgi?id=53202
2876 Add tests for a scroll event triggered right before a modal dialog is
2879 * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
2880 * fast/events/scroll-event-during-modal-dialog.html: Added.
2882 2011-02-01 Kent Tamura <tkent@chromium.org>
2884 Reviewed by Dan Bernstein.
2886 REGRESSION (r65062): Safari loops forever under WebCore::plainTextToMallocAllocatedBuffer()
2887 https://bugs.webkit.org/show_bug.cgi?id=53272
2889 * fast/dom/inner-text-first-letter.html:
2890 - Add a new test case reproducing the bug.
2891 - Remove unnecessary text output.
2892 * fast/dom/inner-text-first-letter-expected.txt:
2894 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
2896 Unreviewed Chromium test expectation updates.
2898 Removed media/controls-strict.html and svg/custom/clip-path-referencing-use2.svg (Mac)
2899 since it has been passing since r77171 and r77172-r77173 respectively.
2901 Also removed http/tests/media/reload-after-dialog.html because it has been passing for a while.
2903 * platform/chromium/test_expectations.txt:
2905 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
2907 Unreviewed Chromium GPU test expectation update.
2909 * platform/chromium-gpu/test_expectations.txt:
2911 2011-01-31 Emil A Eklund <eae@chromium.org>
2913 Reviewed by Darin Adler.
2915 Setting "selected" attribute to false should have no effect in single line <select>
2916 https://bugs.webkit.org/show_bug.cgi?id=52436
2918 Add test for changing the selection in a one-line select element using\
2919 the option.selected property.
2921 * fast/dom/HTMLSelectElement/selected-false-expected.txt: Added.
2922 * fast/dom/HTMLSelectElement/selected-false.html: Added.
2924 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
2926 Unreviewed Chromium rebaselines for r77173.
2928 * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.checksum:
2929 * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.png:
2930 * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum:
2931 * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
2932 * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum:
2933 * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
2935 2011-01-31 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2937 Reviewed by David Hyatt.
2939 Add background-clip to background shorthand
2940 https://bugs.webkit.org/show_bug.cgi?id=52080
2942 Added test cases to check whether webkitMaskClip is correctly set when
2943 declared as a shorthand.
2945 * fast/backgrounds/multiple-backgrounds-computed-style-expected.txt:
2946 * fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js:
2948 Added test cases to check whether background-clip is set correctly when
2949 declared as a shorthand.
2951 * fast/css/background-clip-text-expected.txt:
2952 * fast/css/script-tests/background-clip-text.js:
2955 2011-01-31 Dan Bernstein <mitz@apple.com>
2957 Reviewed by Adele Peterson.
2959 Inter-ideograph justification should apply to hiragana and katakana as well
2960 https://bugs.webkit.org/show_bug.cgi?id=53464
2962 * platform/mac/fast/text/justify-ideograph-complex-expected.checksum:
2963 * platform/mac/fast/text/justify-ideograph-complex-expected.png:
2964 * platform/mac/fast/text/justify-ideograph-simple-expected.checksum:
2965 * platform/mac/fast/text/justify-ideograph-simple-expected.png:
2966 * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
2967 * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
2969 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
2971 Unreviewed Chromium test expectation update.
2973 * platform/chromium/test_expectations.txt:
2975 2011-01-31 Oliver Hunt <oliver@apple.com>
2977 Reviewed by Sam Weinig.
2979 Bogus callframe during stack unwinding
2980 https://bugs.webkit.org/show_bug.cgi?id=53454
2984 * fast/js/invalid-callframe-during-unwind-expected.txt: Added.
2985 * fast/js/invalid-callframe-during-unwind.html: Added.
2986 * fast/js/script-tests/invalid-callframe-during-unwind.js: Added.
2989 2011-01-31 Scott Cameron <sccameron@rim.com>
2991 Reviewed by Daniel Bates.
2993 update run-webkit-httpd to be able to launch Apache2.2 in a MSYS environment
2994 https://bugs.webkit.org/show_bug.cgi?id=50036
2996 This will add an Apache2.2 configuration file and modifies scripts to allow
2997 running an httpd server in an MSYS environment.
2999 The default Apache2.2 installation path has been preserved and PHP5 modules disabled
3000 in order to allow for simple installation/execution. Simply install the latest
3001 Apache2.2 version with OpenSSL from http://httpd.apache.org/download.cgi#apache22 to
3002 be able to execute run-webkit-httpd.
3005 * http/conf/apache2-msys-httpd.conf: Added.
3007 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
3009 Unreviewed Chromium Mac rebaselines for r77153; also rebaseline Kusa-Makura-background-canvas.html
3011 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
3012 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
3013 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
3014 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Added.
3015 * platform/chromium/test_expectations.txt:
3017 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
3019 Unreviewed Chromium test expectation update.
3021 * platform/chromium/test_expectations.txt:
3023 2011-01-31 Alejandro G. Castro <alex@igalia.com>
3025 Unreviewed added new expected results for GTK+.
3027 * platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt: Added.
3028 * platform/gtk/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
3029 * platform/gtk/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
3030 * platform/gtk/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
3031 * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
3032 * platform/gtk/fast/repaint/select-option-background-color-expected.txt: Added.
3034 2011-01-31 Chang Shu <chang.shu@nokia.com>
3036 Reviewed by Ryosuke Niwa.
3038 Convert the test case to dumpAsText test so the expected result is cross-platform.
3039 https://bugs.webkit.org/show_bug.cgi?id=53437
3041 * editing/deleting/5168598-expected.txt: Added.
3042 * editing/deleting/5168598.html:
3043 * platform/chromium-linux/editing/deleting/5168598-expected.checksum: Removed.
3044 * platform/chromium-linux/editing/deleting/5168598-expected.png: Removed.
3045 * platform/chromium-win/editing/deleting/5168598-expected.checksum: Removed.
3046 * platform/chromium-win/editing/deleting/5168598-expected.png: Removed.
3047 * platform/chromium-win/editing/deleting/5168598-expected.txt: Removed.
3048 * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Removed.
3049 * platform/mac-leopard/editing/deleting/5168598-expected.png: Removed.
3050 * platform/mac/editing/deleting/5168598-expected.checksum: Removed.
3051 * platform/mac/editing/deleting/5168598-expected.png: Removed.
3052 * platform/mac/editing/deleting/5168598-expected.txt: Removed.
3053 * platform/qt/editing/deleting/5168598-expected.checksum: Removed.
3054 * platform/qt/editing/deleting/5168598-expected.png: Removed.
3055 * platform/qt/editing/deleting/5168598-expected.txt: Removed.
3057 2011-01-31 takano takumi <takano@apple.com>
3059 Reviewed by Dave Hyatt.
3061 Implement text-combine rendering code
3062 https://bugs.webkit.org/show_bug.cgi?id=50621
3064 * fast/text/international/text-combine-image-test.html: Added.
3065 * platform/mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
3066 * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
3067 * platform/mac/fast/text/international/text-combine-image-test-expected.txt: Added.
3069 2011-01-31 Jessie Berlin <jberlin@apple.com>
3071 [Windows 7 Release Tests] fast/forms/select-writing-direction-natural.html failing since r77046
3072 https://bugs.webkit.org/show_bug.cgi?id=53443
3074 Checking in failing expected results for Windows to get the bots green. Ureviewed.
3076 * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
3078 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
3080 Another unreviewed Chromium test expectation update.
3082 * platform/chromium/test_expectations.txt:
3084 2011-01-31 Ryosuke Niwa <rniwa@webkit.org>
3086 Unreviewed Chromium test expectation update.
3088 * platform/chromium/test_expectations.txt:
3090 2011-01-31 Tony Chang <tony@chromium.org>
3092 Unreviewed, update chromium mac layout test results after r77138.
3093 fast/blockflow/Kusa-Makura-background-canvas.html and fast/multicol/vertical-rl/float-paginate-complex.html
3094 match upstream text results now.
3096 * platform/chromium/test_expectations.txt:
3098 2011-01-31 Abhishek Arya <inferno@chromium.org>
3100 Reviewed by Dimitri Glazkov.
3102 Tests that we do not crash when destructing textarea renderer when its
3103 node is already removed from document.
3104 https://bugs.webkit.org/show_bug.cgi?id=53429
3106 * fast/forms/textarea-node-removed-from-document-crash-expected.txt: Added.
3107 * fast/forms/textarea-node-removed-from-document-crash.html: Added.
3109 2011-01-31 Dan Bernstein <mitz@apple.com>
3111 Remove expected results in mac-wk2 and win that are equal to the mac results after r77138.
3113 * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
3114 * platform/mac-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
3115 * platform/mac-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
3116 * platform/win/fast/block/basic/truncation-rtl-expected.txt: Removed.
3117 * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
3118 * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
3120 2011-01-31 Cris Neckar <cdn@chromium.org>
3122 Reviewed by Eric Seidel.
3124 Tests for crash when cloning elements that reference counter nodes.
3125 https://bugs.webkit.org/show_bug.cgi?id=53344
3127 * http/tests/css/counter-crash-expected.txt: Added.
3128 * http/tests/css/counter-crash.html: Added.
3129 * http/tests/css/resources/counter-crash-frame-src.html: Added.
3131 2011-01-27 Abhishek Arya <inferno@chromium.org>
3133 Reviewed by Dave Hyatt.
3135 Tests that we do not crash when adding a child in a table
3136 where the before child is not a table section.
3137 https://bugs.webkit.org/show_bug.cgi?id=53276
3139 * fast/table/before-child-non-table-section-add-table-crash-expected.txt: Added.
3140 * fast/table/before-child-non-table-section-add-table-crash.html: Added.
3142 2011-01-31 Tony Chang <tony@chromium.org>
3144 Reviewed by Eric Seidel.
3146 mac DRT should report RTL scroll offset relative to top right corner
3147 https://bugs.webkit.org/show_bug.cgi?id=53324
3149 Remove scroll offsets since these are at the origin.
3151 * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
3152 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
3153 * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
3154 * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
3156 2011-01-31 Yury Semikhatsky <yurys@chromium.org>
3158 Unreviewed. Mark some tests as having wrong image results on Mac.
3160 * platform/chromium/test_expectations.txt:
3162 2011-01-31 Mads Ager <ager@chromium.org>
3164 Reviewed by Pavel Feldman.
3166 [V8] Update V8 specific layout test expectations
3167 https://bugs.webkit.org/show_bug.cgi?id=53423
3169 Error formatting has changed in V8. Updating chromium specific
3170 layout test expectations accordingly.
3172 * platform/chromium-mac/fast/js/array-every-expected.txt:
3173 * platform/chromium-mac/fast/js/instance-of-immediates-expected.txt:
3174 * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
3175 * platform/chromium-mac/storage/transaction-error-callback-expected.txt:
3176 * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
3177 * platform/chromium-win/fast/js/array-every-expected.txt:
3178 * platform/chromium-win/fast/js/instance-of-immediates-expected.txt:
3179 * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt:
3180 * platform/chromium-win/storage/transaction-error-callback-expected.txt:
3181 * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
3183 2011-01-31 Alejandro G. Castro <alex@igalia.com>
3185 Unreviewed skipped favicon-as-image.html test, it is flaky and it
3186 was unskipped after r76555.
3188 * platform/gtk/Skipped:
3190 2011-01-31 Simon Fraser <simon.fraser@apple.com>
3192 Update a pixel resuls after r77101.
3194 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
3195 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
3197 2011-01-31 Yury Semikhatsky <yurys@chromium.org>
3199 Unreviewed. Update Chromium test expectations.
3201 * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
3202 * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
3203 * platform/chromium-mac/fast/transforms/shadows-expected.checksum:
3204 * platform/chromium-mac/fast/transforms/shadows-expected.png:
3206 2011-01-31 Kenneth Russell <kbr@google.com>
3208 Unreviewed, test and expectations update. Stop reporting the precise
3209 pixel value for tests that are supposed to be within a certain range.
3210 Remove now-unneeded Chromium expectations.
3212 * fast/canvas/webgl/gl-teximage-expected.txt:
3213 * fast/canvas/webgl/gl-teximage.html:
3214 * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
3215 * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
3216 * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
3218 2011-01-31 Yury Semikhatsky <yurys@chromium.org>
3220 Unreviewed. Update Chromium test expectations.
3222 * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Added.
3223 * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
3224 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Added.
3225 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
3226 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Added.
3227 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
3228 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
3229 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Added.
3230 * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
3231 * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
3232 * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum:
3233 * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
3234 * platform/chromium-mac/fast/repaint/box-shadow-v-expected.checksum: Added.
3235 * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png: Added.
3236 * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
3237 * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
3238 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Removed.
3239 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
3240 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Removed.
3241 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
3242 * platform/chromium-mac/fast/transforms/shadows-expected.checksum: Added.
3243 * platform/chromium-mac/fast/transforms/shadows-expected.png: Added.
3245 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3247 Reviewed by Xan Lopez.
3249 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
3250 https://bugs.webkit.org/show_bug.cgi?id=53379
3252 Unskip tests that pass again.
3254 * platform/gtk/Skipped:
3256 2011-01-31 Yury Semikhatsky <yurys@chromium.org>
3258 Unreviewed. Update Chromium test expectations after r77108
3260 * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Added.
3261 * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Added.
3262 * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Added.
3264 2011-01-31 Yury Semikhatsky <yurys@chromium.org>
3266 Unreviewed. Update Chromium test expectations after r77101
3268 * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
3269 * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png: Added.
3270 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
3271 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
3272 * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.checksum: Added.
3273 * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: Added.
3274 * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.txt: Added.
3275 * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
3276 * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png: Added.
3277 * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
3278 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
3279 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
3280 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
3281 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
3282 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
3283 * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
3285 2011-01-30 Kenichi Ishibashi <bashi@google.com>
3287 Reviewed by Kent Tamura.
3289 Dangling form associated elements should not be registered on the document
3290 https://bugs.webkit.org/show_bug.cgi?id=53223
3292 Adds a test that ensures dangling form associated elements are not
3293 registered on the document.
3295 * fast/forms/dangling-form-element-crash-expected.txt: Added.
3296 * fast/forms/dangling-form-element-crash.html: Added.
3298 2011-01-30 Simon Fraser <simon.fraser@apple.com>
3300 Reviewed by Sam Weinig.
3302 Enhance ShadowBlur to render inset box shadows
3303 https://bugs.webkit.org/show_bug.cgi?id=51567
3305 New test for inset shadow radius, and pixel results updated on tests
3306 whose results are affected by using ShadowBlur rather than CG.
3308 * fast/box-shadow/inset-box-shadow-radius.html: Added.
3309 * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
3310 * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
3311 * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
3312 * platform/mac/fast/box-shadow/inset-expected.checksum:
3313 * platform/mac/fast/box-shadow/inset-expected.png:
3314 * platform/mac/fast/css/shadow-multiple-expected.checksum:
3315 * platform/mac/fast/css/shadow-multiple-expected.png:
3317 2011-01-28 Kenneth Russell <kbr@google.com>
3319 Reviewed by Chris Marrin.
3321 WebGL shows PNG Textures with indexed colors too dark
3322 https://bugs.webkit.org/show_bug.cgi?id=47477
3324 Added test case for upload of indexed PNG images to
3325 gl-teximage.html in the Khronos WebGL conformance tests.
3326 Synchronized this test with the Khronos repository.
3328 * fast/canvas/webgl/gl-teximage-expected.txt:
3329 * fast/canvas/webgl/gl-teximage.html:
3330 * fast/canvas/webgl/resources/red-indexed.png: Added.
3332 2011-01-23 MORITA Hajime <morrita@google.com>
3334 Reviewed by Eric Seidel.
3336 REGRESSION: Inset shadow with too large border radius misses rounded corner.
3337 https://bugs.webkit.org/show_bug.cgi?id=52800
3339 * fast/box-shadow/inset-with-extraordinary-radii-and-border.html: Added.
3340 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
3341 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
3342 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
3344 2011-01-30 Simon Fraser <simon.fraser@apple.com>
3346 Reviewed by Dan Bernstein.
3348 -webkit-box-shadow causes awful scroll/resize/redraw performance
3349 https://bugs.webkit.org/show_bug.cgi?id=22102
3351 Update pixel results for slightly different shadow rendering, and change
3352 in appearane of shadows on transformed elements.
3354 * fast/box-shadow/box-shadow-transformed.html: Added.
3355 * platform/gtk/fast/css/box-shadow-expected.checksum: Removed.
3356 * platform/gtk/fast/css/box-shadow-expected.png: Removed.
3357 * platform/gtk/fast/css/box-shadow-expected.txt: Removed.
3358 * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
3359 * platform/mac/compositing/shadows/shadow-drawing-expected.png:
3360 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum:
3361 * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
3362 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
3363 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
3364 * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
3365 * platform/mac/fast/box-shadow/basic-shadows-expected.png:
3366 * platform/mac/fast/box-shadow/box-shadow-radius-expected.checksum: Added.
3367 * platform/mac/fast/box-shadow/box-shadow-radius-expected.png: Added.
3368 * platform/mac/fast/box-shadow/box-shadow-radius-expected.txt: Added.
3369 * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
3370 * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
3371 * platform/mac/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
3372 * platform/mac/fast/css/box-shadow-expected.checksum: Removed.
3373 * platform/mac/fast/css/box-shadow-expected.png: Removed.
3374 * platform/mac/fast/css/box-shadow-expected.txt: Removed.
3375 * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
3376 * platform/mac/fast/repaint/box-shadow-h-expected.png:
3377 * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
3378 * platform/mac/fast/repaint/box-shadow-v-expected.png:
3379 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
3380 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
3381 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
3382 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
3383 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
3384 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
3385 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
3386 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
3387 * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
3388 * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
3389 * platform/mac/fast/transforms/shadows-expected.checksum:
3390 * platform/mac/fast/transforms/shadows-expected.png:
3392 2011-01-29 Simon Fraser <simon.fraser@apple.com>
3394 Reviewed by Dan Bernstein.
3396 CSS3 gradients with em-based stops fail to repaint when font size changes
3397 https://bugs.webkit.org/show_bug.cgi?id=51845
3399 Test repaint of a gradient with 'em' stops when the font size changes.
3401 * fast/repaint/gradients-em-stops-repaint.html: Added.
3402 * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
3403 * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
3404 * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
3406 2011-01-29 Maciej Stachowiak <mjs@apple.com>
3408 Unreviewed fix for last commit.
3410 Remove stray slash in previous commit.
3412 * platform/mac-wk2/Skipped:
3414 2011-01-29 Maciej Stachowiak <mjs@apple.com>
3416 Reviewed by Daniel Bates.
3418 Skip a test that uses unimplemented DRT API
3419 https://bugs.webkit.org/show_bug.cgi?id=53381
3421 * platform/mac-wk2/Skipped:
3423 2011-01-29 Gustavo Noronha Silva <gns@gnome.org>
3425 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
3426 https://bugs.webkit.org/show_bug.cgi?id=53379
3428 Skip tests failing likely by the usage of a newer version of soup.
3430 * platform/gtk/Skipped:
3432 2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
3434 Unreviewed Chromium rebaselines.
3436 * platform/chromium-linux/fast/block/positioning/001-expected.checksum: Added.
3437 * platform/chromium-linux/fast/block/positioning/001-expected.png: Added.
3438 * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
3439 * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
3440 * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
3441 * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
3442 * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
3443 * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
3444 * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
3445 * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
3446 * platform/chromium-win/svg/custom/missing-xlink-expected.txt:
3447 * platform/chromium/test_expectations.txt:
3449 2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
3451 Unreviewed Chromium test expectation update; removed http/tests/appcache/online-whitelist.html
3452 from the test expectation, because it has been passing on Chromium Windows.
3454 * platform/chromium/test_expectations.txt:
3456 2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
3458 Unreviewed Chromium test expectation update.
3460 * platform/chromium/test_expectations.txt:
3462 2011-01-29 Ryosuke Niwa <rniwa@webkit.org>
3464 Unreviewed rebaselines and test expectation updates for Chromium Linux.
3466 * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
3467 * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
3468 * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
3469 * platform/chromium/test_expectations.txt:
3471 2011-01-28 Johnny Ding <jnd@chromium.org>
3473 Reviewed by Adam Barth.
3475 Gesture API, disallow popup bypass with using iframe src.
3476 https://bugs.webkit.org/show_bug.cgi?id=53244
3478 * fast/events/popup-blocked-from-iframe-src-expected.txt: Added.
3479 * fast/events/popup-blocked-from-iframe-src.html: Added.
3481 2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
3483 Unreviewed; removed Chromium test expectations for tests that have been steadily passing.
3485 In particular, many ietestcenter tests have been passing since V8 is updated to
3486 version 3.0.12 in Chromium r72940.
3488 * platform/chromium/test_expectations.txt:
3490 2011-01-28 Dan Bernstein <mitz@apple.com>
3492 Rubber-stamped by Maciej Stachowiak.
3494 Updated test results after r76983.
3496 * platform/mac-leopard/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
3497 * platform/mac-leopard/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
3498 * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum:
3499 * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
3500 * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
3501 * platform/mac/fast/text/international/bidi-menulist-expected.checksum:
3502 * platform/mac/fast/text/international/bidi-menulist-expected.png:
3503 * platform/mac/fast/text/international/bidi-menulist-expected.txt:
3505 2011-01-28 Maciej Stachowiak <mjs@apple.com>
3507 Reviewed by Darin Adler.
3509 WebKitTestRunner needs layoutTestController.setPOSIXLocale
3510 https://bugs.webkit.org/show_bug.cgi?id=42682
3512 * platform/mac-wk2/Skipped:
3514 2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
3516 Unreviewed; Fixed Chromium test expectation.
3518 * platform/chromium/test_expectations.txt:
3520 2011-01-28 Jessie Berlin <jberlin@apple.com>
3522 [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since
3523 introduction in r76826.
3524 https://bugs.webkit.org/show_bug.cgi?id=53327
3526 Add the pixel-test results missing from http://trac.webkit.org/changeset/76976. Unreviewed.
3528 * platform/win/fast/repaint/select-option-background-color-expected.checksum: Added.
3529 * platform/win/fast/repaint/select-option-background-color-expected.png: Added.
3531 2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
3533 Unreviewed Chromium test expectation update.
3535 * platform/chromium/test_expectations.txt:
3537 2011-01-28 Tony Chang <tony@chromium.org>
3539 Unreviewed, a chromium win/linux rebaseline. The mac result was
3540 rebaselined in r76735.
3542 * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum:
3543 * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png:
3544 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum:
3545 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
3546 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt:
3547 * platform/chromium/test_expectations.txt:
3549 2011-01-28 Justin Schuh <jschuh@chromium.org>
3551 Reviewed by Eric Seidel.
3553 We should hold RefPtrs to SVG font faces
3554 https://bugs.webkit.org/show_bug.cgi?id=53270
3556 * svg/custom/use-multiple-on-nested-disallowed-font-expected.txt: Added.
3557 * svg/custom/use-multiple-on-nested-disallowed-font.html: Added.
3559 2011-01-28 Zhenyao Mo <zmo@google.com>
3561 Reviewed by Kenneth Russell.
3563 uniformN*v should generate INVALID_VALUE of the array size is not a multiple of N
3564 https://bugs.webkit.org/show_bug.cgi?id=53306
3566 * fast/canvas/webgl/gl-uniform-arrays-expected.txt:
3567 * fast/canvas/webgl/gl-uniform-arrays.html:
3568 * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt:
3569 * fast/canvas/webgl/gl-uniformmatrix4fv.html:
3571 2011-01-28 Tom Sepez <tsepez@chromium.org>
3573 Reviewed by Eric Seidel.
3575 NULL pointer crash in TextIterator::handleTextBox()
3576 https://bugs.webkit.org/show_bug.cgi?id=53267
3578 * fast/css/rtl-nth-child-first-letter-crash-expected.txt: Added.
3579 * fast/css/rtl-nth-child-first-letter-crash.html: Added.
3581 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3583 Skip webkitAudioPannerNode from the test. It's not yet implemented across
3584 all ports/platforms.
3586 * fast/dom/script-tests/prototype-inheritance.js: Skipped webkitAudioPannerNode.
3588 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3590 [Chromium] Added expectations for a passing test.
3592 * platform/chromium-mac/fast/dom/isindex-002-expected.checksum: Added.
3593 * platform/chromium-mac/fast/dom/isindex-002-expected.png: Added.
3594 * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Removed.
3595 * platform/chromium/test_expectations.txt:
3597 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3599 Updated Chromium baselines for a bug that was fixed.
3600 https://bugs.webkit.org/show_bug.cgi?id=45527
3602 * platform/chromium-linux/fast/dom/replaceChild-expected.checksum:
3603 * platform/chromium-linux/fast/dom/replaceChild-expected.png:
3604 * platform/chromium-mac/fast/dom/replaceChild-expected.checksum: Added.
3605 * platform/chromium-mac/fast/dom/replaceChild-expected.png: Added.
3606 * platform/chromium-win/fast/dom/replaceChild-expected.checksum:
3607 * platform/chromium-win/fast/dom/replaceChild-expected.png:
3608 * platform/chromium/test_expectations.txt: Removed expectation of failure.
3610 2011-01-28 Jessie Berlin <jberlin@apple.com>
3612 [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since introduction in r76826
3613 https://bugs.webkit.org/show_bug.cgi?id=53327
3615 Unreviewed, adding Windows-specific results to get the Windows 7 Release Test bot green.
3617 * platform/win/fast/repaint/select-option-background-color-expected.txt: Added.
3619 2011-01-28 Ryosuke Niwa <rniwa@webkit.org>
3621 Unreviewed Chromium rebaselines.
3623 Check in the same result as fast/dom/window-domurl-crash-expected.txt because Windows port
3624 intentionally added a failing result in http://trac.webkit.org/changeset/76953.
3626 The Windows port's bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=53310.
3628 * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Added.
3630 2011-01-28 Adam Roben <aroben@apple.com>
3632 Unskip compositing-related tests that are now fixed
3634 Fixes <http://webkit.org/b/53302> [Windows 7 Release Tests] changesets 76853, 76856, and
3635 76858 broke ~36 animations, compositing, and transitions tests
3637 Reviewed by Sam Weinig.
3639 * platform/win/Skipped:
3641 2011-01-28 Jessie Berlin <jberlin@apple.com>
3643 [Windows 7 Release Tests] fast/text/justify-ideograph-complex/simple/vertical.html failing since introduction in r76743.
3644 https://bugs.webkit.org/show_bug.cgi?id=53321
3646 Unreviewed, checking in failing expected results to get the Windows 7 Release Tests bots green.
3648 * platform/win/fast/text/justify-ideograph-complex-expected.txt: Added.
3649 * platform/win/fast/text/justify-ideograph-simple-expected.txt: Added.
3650 * platform/win/fast/text/justify-ideograph-vertical-expected.txt: Added.
3652 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3654 Remove now-passing test from expectations.
3656 * platform/chromium/test_expectations.txt: Expectation of failure removed.
3658 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3660 Update expectations for prototype-inheritance to match platform/mac.
3662 * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Updated.
3664 2011-01-28 Enrica Casucci <enrica@apple.com>
3666 Reviewed by Adam Roben.
3668 Some drag and drop tests fail since r76824
3669 https://bugs.webkit.org/show_bug.cgi?id=53304
3671 Removing platform-specific tests after fixing the cause of the failure.
3673 * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Removed.
3674 * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Removed.
3675 * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Removed.
3676 * platform/win/fast/events/ondrop-text-html-expected.txt: Removed.
3678 2011-01-28 Jessie Berlin <jberlin@apple.com>
3680 Remove the Windows-specific failing results for media/audio-data-url.html, since it appears
3681 to be passing on the bots now. Unreviewed.
3682 https://bugs.webkit.org/show_bug.cgi?id=51518
3684 * platform/win/media/audio-data-url-expected.txt: Removed.
3686 2011-01-28 Chang Shu <chang.shu@nokia.com>
3688 Reviewed by Andreas Kling.
3690 Unskipp auth.html after fix.
3691 https://bugs.webkit.org/show_bug.cgi?id=36688
3693 * platform/qt/Skipped:
3695 2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
3697 Added newly-failing tests to expectations, will be fixing them shortly.
3698 https://bugs.webkit.org/show_bug.cgi?id=53314
3700 * platform/chromium/test_expectations.txt: Added.
3702 2011-01-28 Jessie Berlin <jberlin@apple.com>
3704 Adding tests broken on Windows 7 Release in 76853,76856,76858 to the Skipped list to get the
3705 Windows 7 Release Bot green. Unreviewed.
3706 https://bugs.webkit.org/show_bug.cgi?id=53302
3708 * platform/win/Skipped:
3710 2011-01-28 Dan Bernstein <mitz@apple.com>
3712 Reviewed by Anders Carlsson.
3714 Changing unicode-bidi doesn’t force layout
3715 https://bugs.webkit.org/show_bug.cgi?id=53311
3717 * fast/dynamic/unicode-bidi-expected.checksum: Added.
3718 * fast/dynamic/unicode-bidi-expected.png: Added.
3719 * fast/dynamic/unicode-bidi-expected.txt: Added.
3720 * fast/dynamic/unicode-bidi.html: Added.
3722 2011-01-28 Jessie Berlin <jberlin@apple.com>
3724 Add Windows expected (failing) results to get the bots green. Unreviewed.
3725 https://bugs.webkit.org/show_bug.cgi?id=53310
3727 * platform/win/fast/dom/window-domurl-crash-expected.txt: Added.
3729 2011-01-28 Jessie Berlin <jberlin@apple.com>
3731 Check in Windows-specific expected results to get the bots green. Unreviewed.
3732 https://bugs.webkit.org/show_bug.cgi?id=53307
3734 * platform/win/fast/multicol: Added.
3735 * platform/win/fast/multicol/vertical-rl: Added.
3736 * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
3737 * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
3739 2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com>
3741 Unreviewed, rolling out r76942.
3742 http://trac.webkit.org/changeset/76942
3743 https://bugs.webkit.org/show_bug.cgi?id=53301
3745 Unskipped tests keep failing on GTK release bots (Requested by
3746 svillar on #webkit).
3748 * platform/gtk/Skipped:
3750 2011-01-28 Jessie Berlin <jberlin@apple.com>
3752 Add Windows expected (failing) results to get the bots green. Unreviewed.
3753 https://bugs.webkit.org/show_bug.cgi?id=53304
3755 * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
3756 * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Added.
3757 * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Added.
3758 * platform/win/fast/events/ondrop-text-html-expected.txt: Added.
3760 2011-01-27 Zhenyao Mo <zmo@google.com>
3762 Reviewed by Kenneth Russell.
3764 Remove _LENGTH enumerants
3765 https://bugs.webkit.org/show_bug.cgi?id=53259
3767 * fast/canvas/webgl/constants.html:
3768 * fast/canvas/webgl/gl-getshadersource-expected.txt:
3769 * fast/canvas/webgl/gl-getshadersource.html:
3770 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
3771 * fast/canvas/webgl/gl-object-get-calls.html:
3773 2011-01-28 Sergio Villar Senin <svillar@igalia.com>
3777 Unskipped some tests. They're not failing anymore.
3779 * platform/gtk/Skipped:
3781 2011-01-27 Pavel Podivilov <podivilov@chromium.org>
3783 Reviewed by Yury Semikhatsky.
3785 Web Inspector: fix debugger-scripts.html (broken by r76587).
3786 https://bugs.webkit.org/show_bug.cgi?id=53112
3788 * inspector/debugger-scripts-expected.txt:
3789 * inspector/debugger-scripts.html:
3790 * platform/chromium/test_expectations.txt:
3792 2011-01-28 Sergio Villar Senin <svillar@igalia.com>
3796 Adding media/video-controls-rendering.html to the Skipped list of tests.
3798 * platform/gtk/Skipped:
3800 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
3802 Unreviewed Chromium test expectation update.
3804 * platform/chromium/test_expectations.txt: More media test crashes due to crbug.com/71087.
3806 2011-01-27 Maciej Stachowiak <mjs@apple.com>
3808 Reviewed by Adam Barth.
3810 Skip some tests that fail due to missing DRT API
3811 https://bugs.webkit.org/show_bug.cgi?id=53283
3813 * platform/mac-wk2/Skipped:
3815 2011-01-27 Abhishek Arya <inferno@chromium.org>
3817 Reviewed by Dan Bernstein.
3819 Tests that we do not crash when calculating the first line box
3820 baseline for the table.
3821 https://bugs.webkit.org/show_bug.cgi?id=53265
3823 * fast/table/recalc-section-first-body-crash-main-expected.txt: Added.
3824 * fast/table/recalc-section-first-body-crash-main.html: Added.
3825 * fast/table/resources/recalc-section-first-body-crash.html: Added.
3827 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
3829 Unreviewed, rolling out r76839.
3830 http://trac.webkit.org/changeset/76839
3831 https://bugs.webkit.org/show_bug.cgi?id=49744
3835 * editing/selection/caret-painting-after-paste-undo-rtl.html: Removed.
3836 * editing/selection/caret-painting-after-paste-undo.html: Removed.
3837 * platform/mac/editing/deleting/5408255-expected.png:
3838 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Removed.
3839 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Removed.
3840 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Removed.
3841 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Removed.
3842 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Removed.
3843 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Removed.
3845 2011-01-27 Maciej Stachowiak <mjs@apple.com>
3847 Reviewed by Darin Adler.
3849 execCommand("Paste") doesn't work in WebKitTestRunner
3850 https://bugs.webkit.org/show_bug.cgi?id=52785
3852 Unskip paste tests, except the ones that still fail.
3854 * platform/mac-wk2/Skipped:
3856 2011-01-27 Emil A Eklund <eae@chromium.org>
3858 Reviewed by Darin Adler.
3860 contentEditable formatBlock crashes on divs with contenteditable="false"
3861 https://bugs.webkit.org/show_bug.cgi?id=53263
3863 Add test for executing a formatBlock command on a selection containing an
3864 element with contenteditable=false.
3866 * editing/execCommand/format-block-contenteditable-false-expected.txt: Added.
3867 * editing/execCommand/format-block-contenteditable-false.html: Added.
3869 2011-01-27 Kenneth Russell <kbr@google.com>
3871 Reviewed by James Robinson.
3873 Rename Typed Array slice() to subset()
3874 https://bugs.webkit.org/show_bug.cgi?id=53273
3876 * fast/canvas/webgl/array-setters.html:
3877 * fast/canvas/webgl/array-unit-tests-expected.txt:
3878 * fast/canvas/webgl/array-unit-tests.html:
3879 * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
3880 * fast/canvas/webgl/draw-elements-out-of-bounds.html:
3881 * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
3882 * fast/canvas/webgl/webgl-array-invalid-ranges.html:
3884 2011-01-27 Leo Yang <leo.yang@torchmobile.com.cn>
3886 Reviewed by Dirk Schulze.
3888 SVG Use Cycle is not detected
3889 https://bugs.webkit.org/show_bug.cgi?id=52544
3891 Test for indirect <use> recursion. This test passes if
3894 * svg/custom/recursive-use2-expected.txt: Added.
3895 * svg/custom/recursive-use2.svg: Added.
3897 2011-01-27 Zhenyao Mo <zmo@google.com>
3899 Reviewed by Kenneth Russell.
3901 texSubImage2D's format/type needs to match the internalformat/type from the previous texImage2D call
3902 https://bugs.webkit.org/show_bug.cgi?id=53054
3904 * fast/canvas/webgl/tex-sub-image-2d-bad-args-expected.txt: Added.
3905 * fast/canvas/webgl/tex-sub-image-2d-bad-args.html: Added.
3907 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
3909 Unreviewed rebaselines for Chromium Mac and Windows.
3911 [chromium] fast/repaint/select-option-background-color.html fails on Windows and Mac
3912 https://bugs.webkit.org/show_bug.cgi?id=53260
3914 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum: Added.
3915 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.png: Added.
3916 * platform/chromium-win/fast/repaint/select-option-background-color-expected.checksum: Added.
3917 * platform/chromium-win/fast/repaint/select-option-background-color-expected.png: Added.
3918 * platform/chromium-win/fast/repaint/select-option-background-color-expected.txt: Added.
3919 * platform/chromium/test_expectations.txt:
3921 2011-01-27 Dirk Schulze <krit@webkit.org>
3923 Unreviewed rebaseline.
3925 SVG animation of Paths with segments of different coordinate modes on begin and end
3926 https://bugs.webkit.org/show_bug.cgi?id=52984
3928 Rebaseline for SL. HTML were created by make-script-test-wrappers now.
3929 Skip added tests on WebKit2 because of missing eventSender.
3931 * platform/mac-wk2/Skipped:
3932 * svg/animations/animate-path-nested-transforms-expected.txt:
3933 * svg/animations/animate-text-nested-transforms-expected.txt:
3935 2011-01-27 Mihai Parparita <mihaip@chromium.org>
3937 Unreviewed Chromium rebaseline for fast/text/text-letter-spacing.html
3938 with changes matching the mac ones done by r76739.
3940 * platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
3941 * platform/chromium/test_expectations.txt:
3943 2011-01-25 Levi Weintraub <leviw@chromium.org>
3945 Reviewed by Darin Adler.
3947 Updating the expected result for 5408255 and adding tests for caret positioning at the
3948 beginning and end of RenderBoxes.
3950 Undo moves caret to invalid position
3951 https://bugs.webkit.org/show_bug.cgi?id=49744
3953 * editing/selection/caret-painting-after-paste-undo-rtl.html: Added.
3954 * editing/selection/caret-painting-after-paste-undo.html: Added.
3955 * platform/mac/editing/deleting/5408255-expected.png:
3956 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Added.
3957 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Added.
3958 * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Added.
3959 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Added.
3960 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Added.
3961 * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Added.
3963 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
3965 Unreviewed Chromium rebaseline and text expectation update.
3967 * platform/chromium-linux/fast/repaint/select-option-background-color-expected.checksum: Added.
3968 * platform/chromium-linux/fast/repaint/select-option-background-color-expected.png: Added.
3969 * platform/chromium-linux/fast/repaint/select-option-background-color-expected.txt: Added.
3970 * platform/chromium/test_expectations.txt:
3972 2011-01-27 Mihai Parparita <mihaip@chromium.org>
3974 Unreviewed rebaseline of fast/inline/continuation-outlines-with-layers.html
3977 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
3978 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
3979 * platform/chromium/test_expectations.txt:
3981 2011-01-27 Dirk Schulze <krit@webkit.org>
3983 Reviewed by Nikolas Zimmermann.
3985 SVG animation of Paths with segments of different coordinate modes on begin and end
3986 https://bugs.webkit.org/show_bug.cgi?id=52984
3988 Added tests to check the correct behavior on path animations, where the coordinate modes
3989 of the start path differs from the one on the end path.
3991 * svg/animations/animate-path-animation-Cc-Ss-expected.txt: Added.
3992 * svg/animations/animate-path-animation-Cc-Ss.html: Added.
3993 * svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt: Added.
3994 * svg/animations/animate-path-animation-Ll-Vv-Hh.html: Added.
3995 * svg/animations/animate-path-animation-Qq-Tt-expected.txt: Added.
3996 * svg/animations/animate-path-animation-Qq-Tt.html: Added.
3997 * svg/animations/animate-path-animation-cC-sS-inverse-expected.txt: Added.
3998 * svg/animations/animate-path-animation-cC-sS-inverse.html: Added.
3999 * svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt: Added.
4000 * svg/animations/animate-path-animation-lL-vV-hH-inverse.html: Added.
4001 * svg/animations/animate-path-animation-qQ-tT-inverse-expected.txt: Added.
4002 * svg/animations/animate-path-animation-qQ-tT-inverse.html: Added.
4003 * svg/animations/animate-path-nested-transforms.html: Cleanup.
4004 * svg/animations/animate-text-nested-transforms.html: Cleanup.
4005 * svg/animations/resources/SVGAnimationTestCase.js:
4006 (shouldBeCloseEnough): For debug output of values with tolerance level.
4009 * svg/animations/script-tests/animate-path-animation-Cc-Ss.js: Added.
4015 * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js: Added.
4021 * svg/animations/script-tests/animate-path-animation-Qq-Tt.js: Added.
4027 * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js: Added.
4033 * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js: Added.
4039 * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js: Added.
4046 2011-01-27 Cris Neckar <cdn@chromium.org>
4048 Reviewed by Dimitri Glazkov.
4050 Test for crash when accessing a keyframe's style rule.
4051 https://bugs.webkit.org/show_bug.cgi?id=52320
4053 * fast/css/css-keyframe-style-crash-expected.txt: Added.
4054 * fast/css/css-keyframe-style-crash.html: Added.
4056 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
4058 Unreviewed Chromium text expectation update.
4060 * platform/chromium/test_expectations.txt: Apparently, video-size.html crashes on Linux due to crbug.com/71087.
4062 2011-01-27 Rob Buis <rwlbuis@gmail.com>
4064 Reviewed by Kent Tamura.
4067 Color changes to option elements in a select multiple aren't drawn immediately
4068 https://bugs.webkit.org/show_bug.cgi?id=49790
4070 * fast/repaint/select-option-background-color.html: Added.
4071 * platform/mac/fast/repaint/select-option-background-color-expected.checksum: Added.
4072 * platform/mac/fast/repaint/select-option-background-color-expected.png: Added.
4073 * platform/mac/fast/repaint/select-option-background-color-expected.txt: Added.
4075 2011-01-27 David Grogan <dgrogan@google.com>
4077 Reviewed by Jeremy Orlow.
4079 initial support for close() in indexeddb backend
4080 https://bugs.webkit.org/show_bug.cgi?id=53150
4082 * storage/indexeddb/transaction-after-close-expected.txt: Added.
4083 * storage/indexeddb/transaction-after-close.html: Added.
4085 2011-01-27 Dirk Schulze <krit@webkit.org>
4087 Reviewed by Nikolas Zimmermann.
4089 SVG animation doesn't support calcMode discrete for number and color values.
4090 https://bugs.webkit.org/show_bug.cgi?id=53189
4092 Test for correct behavior on animating numbers and colors with calcMode discrete.
4094 * svg/animations/animate-color-calcMode-discrete-expected.txt: Added.
4095 * svg/animations/animate-color-calcMode-discrete.html: Added.
4096 * svg/animations/animate-number-calcMode-discrete-expected.txt: Added.
4097 * svg/animations/animate-number-calcMode-discrete.html: Added.
4098 * svg/animations/script-tests/animate-color-calcMode-discrete.js: Added.
4102 * svg/animations/script-tests/animate-number-calcMode-discrete.js: Added.
4107 2011-01-27 Ryosuke Niwa <rniwa@webkit.org>
4109 Unreviewed Chromium test expectation update for video tests.
4111 * platform/chromium/test_expectations.txt:
4113 2011-01-27 Charlie Reis <creis@chromium.org>
4115 Reviewed by Mihai Parparita.
4117 back-during-onload-hung-page.php causes Chromium WebKit bot to fail
4118 https://bugs.webkit.org/show_bug.cgi?id=53220
4120 Reduces the timeout on a script that shouldn't finish during a test.
4121 This avoids problems in one of the Chromium WebKit builders.
4123 * http/tests/history/resources/back-during-onload-hung-page.php: Reduce timeout.
4125 2011-01-26 Zhenyao Mo <zmo@google.com>
4127 Reviewed by Kenneth Russell.
4129 shaderSource needs to preserve original source
4130 https://bugs.webkit.org/show_bug.cgi?id=52833
4132 * fast/canvas/webgl/gl-getshadersource-expected.txt: Added.
4133 * fast/canvas/webgl/gl-getshadersource.html: Added.
4135 2011-01-27 Philippe Normand <pnormand@igalia.com>
4137 Unreviewed, skip flaky test, needs further investigation on the failure.
4139 [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky
4140 https://bugs.webkit.org/show_bug.cgi?id=53247
4142 * platform/gtk/Skipped:
4144 2011-01-27 Jessie Berlin <jberlin@apple.com>
4146 fast/text/international/bidi-mirror-he-ar.html now passed on Windows in WebKit2.
4149 * platform/win-wk2/Skipped:
4151 2011-01-27 Maciej Stachowiak <mjs@apple.com>
4155 Fix mistake in my previous commit; I accidentally copied the old mac results instead
4156 of the new mac results for this test.
4158 * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
4160 2011-01-27 Philippe Normand <pnormand@igalia.com>
4162 Unreviewed, rebaseline of the favicon-as-image test from the build