1 2012-05-22 Joshua Bell <jsbell@chromium.org>
3 [Chromium] platform/chromium/.../visibility-simple-*-layer.html fails intermittently on Windows bots.
7 * platform/chromium/test_expectations.txt:
9 2012-05-22 Vitaly Buka <vitalybuka@chromium.org>
11 LayoutTest for iframe printing.
12 https://bugs.webkit.org/show_bug.cgi?id=85118
14 Reviewed by Darin Adler, Eric Seidel.
16 * printing/iframe-print-expected.txt: Added.
17 * printing/iframe-print.html: Added.
18 * printing/resources/iframe-subframe-vertical-rl.html: Added.
19 * printing/resources/iframe-subframe.html: Added.
21 2012-05-22 Rafael Brandao <rafael.lobo@openbossa.org>
23 [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher
24 https://bugs.webkit.org/show_bug.cgi?id=40362
26 Reviewed by Noam Rosenthal.
28 * platform/qt/Skipped: Unskip test after fix.
30 2012-05-22 Emil A Eklund <eae@chromium.org>
32 REGRESSION (r117815) fast/css/zoom-in-length-round-trip.html fails on Mac bots
33 https://bugs.webkit.org/show_bug.cgi?id=87145
35 Reviewed by Levi Weintraub.
37 Fix zoom-in-length-round-trip to support subpixel support turned on or off.
39 * fast/css/zoom-in-length-round-trip.html:
41 2012-05-22 Joshua Bell <jsbell@chromium.org>
43 IndexedDB: Support Array-type key paths
44 https://bugs.webkit.org/show_bug.cgi?id=84207
46 Reviewed by Tony Chang.
48 * storage/indexeddb/keypath-arrays-expected.txt: Added.
49 * storage/indexeddb/keypath-arrays.html: Added.
50 * storage/indexeddb/keypath-basics-expected.txt:
51 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
52 * storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
54 * storage/indexeddb/objectStore-required-arguments-expected.txt:
55 * storage/indexeddb/resources/keypath-arrays.js: Added.
56 (test.request.onsuccess):
58 (openSuccess.request.onsuccess):
60 (testKeyPaths.checkStore.request.onsuccess):
61 (testKeyPaths.checkStore):
62 (testKeyPaths.checkIndex.request.onsuccess):
63 (testKeyPaths.checkIndex):
65 * storage/indexeddb/resources/keypath-basics.js:
67 2012-05-22 Abhishek Arya <inferno@chromium.org>
69 Assertion failure (toRenderBox() called on a RenderInline) beneath RenderBlock::blockBeforeWithinSelectionRoot()
70 https://bugs.webkit.org/show_bug.cgi?id=86500
72 Reviewed by Ojan Vafai.
74 * fast/block/line-layout/selection-highlight-crash-expected.txt: Added.
75 * fast/block/line-layout/selection-highlight-crash.html: Added.
77 2012-05-22 Joshua Bell <jsbell@chromium.org>
79 [Chromium] jquery/attributes.html SLOW -> TIMEOUT
83 * platform/chromium/test_expectations.txt:
85 2012-05-22 Brady Eidson <beidson@apple.com>
87 https://bugs.webkit.org/show_bug.cgi?id=87145
88 REGRESSION (r117815) fast/css/zoom-in-length-round-trip.html fails on Mac bots
90 * platform/mac/Skipped: Skipping until Levi Weintraub can explore the regression.
92 2012-05-22 Rob Buis <rbuis@rim.com>
94 ASSERTs in RenderInline::layout()
95 https://bugs.webkit.org/show_bug.cgi?id=63365
97 Reviewed by Nikolas Zimmermann.
99 Test text content element children inside elements.
101 * svg/custom/disallowed-text-content-rendering-expected.txt: Added.
102 * svg/custom/disallowed-text-content-rendering.svg: Added.
104 2012-05-22 Takashi Sakamoto <tasak@google.com>
106 Implement DOM_KEY_LOCATION_LEFT and RIGHT of KeyboardEvent's location property
107 https://bugs.webkit.org/show_bug.cgi?id=86694
109 Reviewed by Alexey Proskuryakov.
111 * fast/events/keydown-leftright-keys-expected.txt: Added.
112 * fast/events/keydown-leftright-keys.html: Added.
114 2012-05-22 Christophe Dumez <christophe.dumez@intel.com>
116 [EFL] EFL's DRT needs to print information about received Web Intents
117 https://bugs.webkit.org/show_bug.cgi?id=86864
119 Reviewed by Adam Barth.
121 Unskip a few Web Intents tests that are passing now that the
122 functionality is enabled by default on EFL port.
124 * platform/efl/test_expectations.txt:
126 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com>
128 [EFL] Gardening of flaky media tests
129 https://bugs.webkit.org/show_bug.cgi?id=87138
131 Unreviewed gardening.
133 * platform/efl/test_expectations.txt:
135 2012-05-22 Christophe Dumez <christophe.dumez@intel.com>
137 Intent::create() throws is service is "url://a url"
138 https://bugs.webkit.org/show_bug.cgi?id=86873
140 Reviewed by Adam Barth.
142 Remove checks in webintents/web-intents-obj-constructor.html which are
143 valid for Google URL but fail with KURL.
145 * webintents/web-intents-obj-constructor-expected.txt:
146 * webintents/web-intents-obj-constructor.html:
148 2012-05-22 Vsevolod Vlasov <vsevik@chromium.org>
150 Web Inspector: JavaScriptSourceFrame should be based on JavaScriptSource not UISourceCode.
151 https://bugs.webkit.org/show_bug.cgi?id=87135
153 Reviewed by Pavel Feldman.
155 * http/tests/inspector/debugger-test.js:
156 (initialize_DebuggerTest):
157 * inspector/debugger/script-formatter-breakpoints.html:
158 * inspector/debugger/script-formatter-console.html:
159 * inspector/debugger/source-frame-count.html:
161 2012-05-22 Julien Chaffraix <jchaffraix@webkit.org>
163 Centralize and clean-up table column iteration
164 https://bugs.webkit.org/show_bug.cgi?id=87051
166 Reviewed by Eric Seidel.
168 Those tests just validate and enforce what we were already doing that were
169 not covered by any existing tests.
171 * fast/table/caption-between-column-and-column-group-expected.html: Added.
172 * fast/table/caption-between-column-and-column-group.html: Added.
173 * fast/table/caption-between-column-group-and-column-expected.html: Added.
174 * fast/table/caption-between-column-group-and-column.html: Added.
175 * fast/table/caption-between-columns-expected.html: Added.
176 * fast/table/caption-between-columns.html: Added.
178 2012-05-22 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
180 [EFL] Add support to enable/disable DOM paste
181 https://bugs.webkit.org/show_bug.cgi?id=85040
183 Reviewed by Gustavo Noronha Silva.
185 Unskip a few clipboard related tests which are now passing.
187 * platform/efl/test_expectations.txt:
189 2012-05-22 Joshua Bell <jsbell@chromium.org>
191 [Chromium] Skip asserting test in win debug following subpixel layout changes.
192 https://bugs.webkit.org/show_bug.cgi?id=87137
194 Unreviewed gardening.
196 * platform/chromium/test_expectations.txt:
198 2012-05-22 Zan Dobersek <zandobersek@gmail.com>
200 [Gtk][LayoutTests] Repaint the complete WebKitWebView before dumping pixel results
201 https://bugs.webkit.org/show_bug.cgi?id=86284
203 Unreviewed, removing test expectations for tests that should pass now
204 that the web view is repainted before dumping pixel results.
206 * platform/gtk/test_expectations.txt:
208 2012-05-22 Brady Eidson <beidson@apple.com>
210 https://bugs.webkit.org/show_bug.cgi?id=87136
211 REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots.
213 * platform/mac/Skipped: Skipping tests until Kenneth Russel can take a look.
215 2012-05-22 Mihnea Ovidenie <mihnea@adobe.com>
217 [CSSRegions] Add region styling support for color property
218 https://bugs.webkit.org/show_bug.cgi?id=85633
220 Reviewed by David Hyatt.
222 Added region-style-color.html and its associated ref test for testing the color in region style rules.
223 Modified region-style-image-background-color/region-style-inline-background-color since background color
224 can be styled for inline/replaced elements.
226 * fast/regions/region-style-color-expected.html: Added.
227 * fast/regions/region-style-color.html: Added.
228 * fast/regions/region-style-image-background-color.html:
229 * fast/regions/region-style-inline-background-color-expected.html:
230 * fast/regions/region-style-inline-background-color.html:
232 2012-05-22 Dominic Mazzoni <dmazzoni@google.com>
234 Chromium AX: Crash when menulist adds selected option via document.write
235 https://bugs.webkit.org/show_bug.cgi?id=87028
237 Reviewed by Chris Fleizach.
239 * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt: Added.
240 * platform/chromium/accessibility/add-to-menu-list-crashes.html: Added.
242 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com>
244 Crash in WebCore::SVGTextLayoutAttributesBuilder::fillCharacterDataMap
245 https://bugs.webkit.org/show_bug.cgi?id=86781
247 Reviewed by Rob Buis.
249 * svg/custom/bug86781-expected.txt: Added.
250 * svg/custom/bug86781.html: Added.
252 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com>
254 Not reviewed. Re-add expected results for three tests that were missing.
256 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
257 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
258 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
260 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com>
262 Crash in WebCore::RenderSVGContainer::paint
263 https://bugs.webkit.org/show_bug.cgi?id=86392
265 Reviewed by Rob Buis.
267 * svg/custom/bug86392-expected.txt: Added.
268 * svg/custom/bug86392.html: Added.
269 * svg/custom/marker-zero-length-linecaps-expected.svg: Added.
270 * svg/custom/marker-zero-length-linecaps.svg: Added.
272 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com>
274 [EFL] Gardening of failing tests and new passes
275 https://bugs.webkit.org/show_bug.cgi?id=87122
277 Unreviewed gardening.
279 * platform/efl/test_expectations.txt:
281 2012-05-22 Pavel Feldman <pfeldman@chromium.org>
283 Web Inspector: [regression] dynamically created script tab is bound to the document resource.
284 https://bugs.webkit.org/show_bug.cgi?id=87119
286 Reviewed by Vsevolod Vlasov.
288 * inspector/debugger/dynamic-script-tag-expected.txt: Added.
289 * inspector/debugger/dynamic-script-tag.html: Added.
291 2012-05-22 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
293 [EFL][DRT] Gardening of fast/spatial-navigation tests.
294 https://bugs.webkit.org/show_bug.cgi?id=87112
296 Unreviewed gardening. Unskipped some fast/spatial-navigation tests after r117218.
298 * platform/efl/Skipped:
299 * platform/efl/test_expectations.txt:
301 2012-05-22 Ilya Tikhonovsky <loislo@chromium.org>
303 Web Inspector: HeapSnapshot: speed-up calculateRetainedSize functon.
304 https://bugs.webkit.org/show_bug.cgi?id=87124
306 I found that in all dominators related functions we use nodeOrdinals.
307 At the moment we divide nodeIndex to nodeFieldCount and this operation too expensive for these simple algorithms.
309 Reviewed by Yury Semikhatsky.
311 Covered by existing tests.
313 * inspector/profiler/heap-snapshot.html:
315 2012-05-22 Christophe Dumez <christophe.dumez@intel.com>
317 [EFL] Test expectations need updating
318 https://bugs.webkit.org/show_bug.cgi?id=87115
320 Unreviewed EFL gardening. Update expectations for 2 test cases which
321 are failing after r117932.
323 * platform/efl/test_expectations.txt:
325 2012-05-22 Alexander Pavlov <apavlov@chromium.org>
327 Web Inspector: [Styles] Odd synthetic shorthands may appear in the style
328 https://bugs.webkit.org/show_bug.cgi?id=87081
330 Reviewed by Vsevolod Vlasov.
332 * inspector/elements/elements-panel-styles-expected.txt:
333 * inspector/elements/resources/elements-panel-styles.css:
336 2012-05-22 Hayato Ito <hayato@chromium.org>
338 Fix crashes when a mouse points a <svg> element in shadow DOM subtree.
339 https://bugs.webkit.org/show_bug.cgi?id=86795
341 Reviewed by Nikolas Zimmermann.
343 * fast/dom/shadow/shadow-dom-event-dispatching.html:
345 2012-05-22 Andreas Kling <kling@webkit.org>
347 DOM Attr objects pointing to "style" attribute should force reification when read.
348 <http://webkit.org/b/87076>
350 Reviewed by Antti Koivisto.
352 * fast/dom/attr-style-too-lazy-expected.txt: Added.
353 * fast/dom/attr-style-too-lazy.html: Added.
355 2012-05-22 Dominik Röttsches <dominik.rottsches@intel.com>
357 [EFL][DRT] Structure test_expectations.txt into meaningful sections
358 https://bugs.webkit.org/show_bug.cgi?id=86628
360 Unreviewed, EFL gardening.
362 Organizing test_expectations.txt into categories.
364 * platform/efl/test_expectations.txt:
366 2012-05-22 Andreas Kling <kling@webkit.org>
368 Add a layout test for attribute selector invalidation triggering recursive style recalc.
369 <http://webkit.org/b/21346>
371 Reviewed by Antti Koivisto.
373 Bug 21346 was already fixed somewhere in the semirecent past, so here's the provided
374 test case as form of a layout test to make sure we don't regress this again.
376 * fast/css/attribute-selector-recursive-update-on-setAttribute-expected.txt: Added.
377 * fast/css/attribute-selector-recursive-update-on-setAttribute.html: Added.
379 2012-05-22 Ilya Tikhonovsky <loislo@chromium.org>
381 Web Inspector: HeapProfiler: upstream retainedSize calculation.
382 https://bugs.webkit.org/show_bug.cgi?id=87107
384 This patch upstreams V8::HeapSnapshotGenerator::CalculateRetainedSizes function to front-end.
385 After that we will be able to drop retainedSize field from the snapshot serialized data.
386 See meta-bug https://bugs.webkit.org/show_bug.cgi?id=87089
388 Reviewed by Yury Semikhatsky.
390 * inspector/profiler/heap-snapshot-expected.txt:
391 * inspector/profiler/heap-snapshot.html:
393 2012-05-22 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
395 NRWT results.html page should show a count of the number of tests in each category
396 https://bugs.webkit.org/show_bug.cgi?id=64215
398 Reviewed by Ojan Vafai.
400 * fast/harness/resources/results-test.js:
401 * fast/harness/results-expected.txt:
402 * fast/harness/results.html:
403 * platform/chromium-win/fast/harness/results-expected.txt: Removed.
405 2012-05-22 Christophe Dumez <christophe.dumez@intel.com>
407 [EFL] Remaining duplicated test in Skipped and test_expectations.txt after r117932
408 https://bugs.webkit.org/show_bug.cgi?id=87103
410 Unreviewed EFL gardening. Remove from Skipped file a test that is
411 already in test_expectations.txt to make the style script happy.
413 * platform/efl/Skipped:
415 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com>
417 [EFL] Add missing test baselines
418 https://bugs.webkit.org/show_bug.cgi?id=87110
420 Unreviewed gardening.
422 * platform/efl/css1/font_properties/font-expected.txt: Added.
423 * platform/efl/css1/text_properties/line_height-expected.txt: Added.
424 * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: Added.
425 * platform/efl/http/tests/misc/acid2-expected.png:
426 * platform/efl/http/tests/misc/acid2-expected.txt: Added.
427 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
428 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Added.
429 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
430 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Added.
431 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
432 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Added.
433 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
434 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Added.
435 * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
436 * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
437 * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added.
438 * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added.
439 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
440 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
441 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
443 2012-05-22 Zan Dobersek <zandobersek@gmail.com>
445 Unreviewed GTK gardening.
447 Add a failing test expectation for a CSS test modified in r117815
448 (subpixel layout changes) and a GTK-specific baseline for a test
449 introduced in r117803.
451 * platform/gtk/accessibility/disabled-controls-not-focusable-expected.txt: Added.
452 * platform/gtk/test_expectations.txt:
454 2012-05-22 Li Yin <li.yin@intel.com>
456 [WebSocket] WebSocket object should fire a simple event named error when it is required to fail the websocket connection.
457 https://bugs.webkit.org/show_bug.cgi?id=86958
459 Spec:http://dev.w3.org/html5/websockets/#feedback-from-the-protocol
460 If the user agent was required to fail the websocket connection or the
461 WebSocket connection is closed with prejudice, fire a simple event
462 named error at the WebSocket object.
464 Reviewed by Kent Tamura.
466 * http/tests/websocket/tests/hybi/close-expected.txt:
467 * http/tests/websocket/tests/hybi/close.html:
469 2012-05-22 Kent Tamura <tkent@chromium.org>
471 [Chromium] Remove an entry for css3/filters/custom/filter-repaint-custom-rotated.html
472 https://bugs.webkit.org/show_bug.cgi?id=85868
474 The failure was fixed by ENABLE_SUBPIXEL_LAYOUT.
476 * platform/chromium/test_expectations.txt:
478 2012-05-22 Szilard Ledan <szledan@inf.u-szeged.hu>
480 [Qt] Unskipped a test and updated its expectation.
481 https://bugs.webkit.org/show_bug.cgi?id=87099
483 Reviewed by Csaba Osztrogonác.
485 * css1/units/rounding-expected.txt:
486 * platform/qt/Skipped:
488 2012-05-22 Emil A Eklund <eae@chromium.org>
490 Unreviewed chromium windows rebaselines.
492 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed.
493 * platform/chromium-win-xp/css2.1/20110323: Added.
494 * platform/chromium-win-xp/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
495 * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed.
496 * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
497 * platform/chromium-win-xp/tables/mozilla/bugs/bug131020-expected.png: Added.
498 * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Added.
499 * platform/chromium-win-xp/tables/mozilla/bugs/bug59354-expected.png: Removed.
501 2012-05-22 Szilard Ledan <szledan@inf.u-szeged.hu>
503 [Qt] Gardening. Skip failing tests after r117815.
504 https://bugs.webkit.org/show_bug.cgi?id=87099
506 Reviewed by Csaba Osztrogonác.
508 * platform/qt/Skipped:
510 2012-05-22 János Badics <jbadics@inf.u-szeged.hu>
512 [Qt] dumpAsText() output of Qt-DRT differs from other DRTs
513 https://bugs.webkit.org/show_bug.cgi?id=69718
515 Gardening, add Qt specific expected file for svg/custom/bug86119.html
516 introduced in r117792, because it lacks a trailing whitespace on Qt platform.
518 Reviewed by Csaba Osztrogonác.
520 * platform/qt/svg/custom/bug86119-expected.txt: Added.
522 2012-05-22 Christophe Dumez <christophe.dumez@intel.com>
524 [EFL] Style issue due to tests duplicated in Skipped in test_expectations.txt
525 https://bugs.webkit.org/show_bug.cgi?id=87093
527 Unreviewed EFL gardening. Remove from Skipped file tests that are
528 already in test_expectations.txt to make the style script happy.
530 * platform/efl/Skipped:
532 2012-05-22 Emil A Eklund <eae@chromium.org>
534 Mark two tests as skipped while we figure out why they are failing.
536 * platform/chromium/test_expectations.txt:
538 2012-05-22 Kentaro Hara <haraken@chromium.org>
540 REGRESSION r110315: Event handler throws TypeError for an input element with name="arguments"
541 https://bugs.webkit.org/show_bug.cgi?id=86991
543 Reviewed by Ojan Vafai.
545 The added test checks whether an event handler is successfully invoked
546 for an input element with name="arguments".
548 * fast/forms/form-input-named-arguments-expected.txt: Added.
549 * fast/forms/form-input-named-arguments.html: Added.
551 2012-05-22 Emil A Eklund <eae@chromium.org>
553 Chromium linux and mac rebaselines.
555 * css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
556 * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint: Removed.
557 * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
558 * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
559 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
560 * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed.
561 * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint: Removed.
562 * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
563 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: Added.
564 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: Added.
565 * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
566 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
567 * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint: Removed.
568 * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
569 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
570 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
571 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug215629-expected.png:
572 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
573 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
574 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
575 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
576 * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint: Removed.
577 * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
578 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
579 * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint: Removed.
580 * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
581 * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
582 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
583 * platform/chromium-mac/tables/mozilla/bugs/bug106816-expected.png:
584 * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.png:
585 * platform/chromium-mac/tables/mozilla/bugs/bug139524-2-expected.png:
586 * platform/chromium-mac/tables/mozilla/bugs/bug159108-expected.png:
587 * platform/chromium-mac/tables/mozilla/bugs/bug215629-expected.png:
588 * platform/chromium-mac/tables/mozilla/bugs/bug46480-1-expected.png:
589 * platform/chromium-mac/tables/mozilla/bugs/bug46480-2-expected.png:
590 * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png:
591 * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
592 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
593 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
594 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
595 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
596 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
597 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
598 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
599 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
600 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
601 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
602 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
603 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
604 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
605 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
606 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
607 * platform/chromium-win-vista/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
608 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-32-expected.txt: Added.
609 * platform/chromium-win-vista/editing/inserting: Added.
610 * platform/chromium-win-vista/editing/inserting/4959067-expected.txt: Added.
611 * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint: Removed.
612 * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
613 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
614 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Removed.
615 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Removed.
616 * platform/chromium-win-xp/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
617 * platform/chromium-win-xp/editing/inserting: Added.
618 * platform/chromium-win-xp/editing/inserting/4959067-expected.txt: Added.
619 * platform/chromium-win-xp/svg/zoom: Added.
620 * platform/chromium-win-xp/svg/zoom/page: Added.
621 * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
622 * platform/chromium-win-xp/tables/mozilla/bugs/bug59354-expected.png: Added.
623 * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt:
624 * platform/chromium-win/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
625 * platform/chromium-win/css3/selectors3/html/css3-modsel-32-expected.txt:
626 * platform/chromium-win/editing/inserting/4959067-expected.txt:
627 * platform/chromium-win/fast/dom/Document: Removed.
628 * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
629 * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
630 * platform/chromium-win/tables/mozilla/bugs/bug106816-expected.png:
631 * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
632 * platform/chromium-win/tables/mozilla/bugs/bug139524-2-expected.png:
633 * platform/chromium-win/tables/mozilla/bugs/bug159108-expected.png:
634 * platform/chromium-win/tables/mozilla/bugs/bug215629-expected.png:
635 * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.png:
636 * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.txt:
637 * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
638 * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png:
639 * platform/chromium-win/tables/mozilla/bugs/bug46480-2-expected.png:
640 * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png:
641 * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
642 * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.png:
643 * platform/chromium-win/tables/mozilla/marvin/x_table_align_center-expected.png:
644 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
645 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
646 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
647 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
648 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
649 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
650 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
651 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
652 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
653 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
654 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
655 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
656 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
657 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
658 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
659 * platform/chromium-win/transforms/2d/zoom-menulist-expected.txt:
660 * platform/chromium-win/transforms/svg-vs-css-expected.png:
661 * platform/chromium/fast/dom/Document: Added.
662 * platform/chromium/fast/dom/Document/CaretRangeFromPoint: Added.
663 * platform/chromium/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
664 * platform/chromium/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
665 * platform/chromium/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
666 * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed.
667 * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: Removed.
668 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
669 * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
670 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
671 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
672 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed.
673 * platform/efl/transforms/svg-vs-css-expected.txt: Removed.
674 * platform/gtk/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed.
675 * platform/gtk/tables/mozilla/bugs/bug215629-expected.txt: Removed.
676 * platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
677 * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Removed.
678 * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
679 * platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed.
680 * platform/gtk/transforms/svg-vs-css-expected.txt: Removed.
681 * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Removed.
682 * tables/mozilla/bugs/bug215629-expected.txt: Added.
683 * tables/mozilla/bugs/bug43854-2-expected.txt: Added.
684 * tables/mozilla/bugs/bug83786-expected.txt: Added.
685 * tables/mozilla/marvin/x_table_align_center-expected.txt: Added.
686 * tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
687 * transforms/svg-vs-css-expected.txt: Added.
689 2012-05-22 Emil A Eklund <eae@chromium.org>
691 Unreviewed rebaseline of fast/loader/recursive-before-unload-crash.html
693 * platform/chromium/fast/loader/recursive-before-unload-crash-expected.txt: Added.
695 2012-05-22 Emil A Eklund <eae@chromium.org>
697 Even more unreviewed chromium test expectation updates.
699 * platform/chromium-linux-x86/platform/chromium/compositing/filters: Removed.
700 * platform/chromium-linux-x86/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
701 * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters: Removed.
702 * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
704 2012-05-22 Kenneth Russell <kbr@google.com>
706 Must set/reset pixel unpack alignment to 1 during texSubImage2D
707 https://bugs.webkit.org/show_bug.cgi?id=86877
709 Reviewed by James Robinson.
711 Incorporated several tests from WebGL conformance suite at Khronos
712 as layout tests, verifying upload to all packed pixel formats.
714 There were difficulties incorporating the video-related variants
715 of these tests; Bug 87042 has been filed to track their addition.
717 * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
719 (generateTest.runOneIteration):
720 (generateTest.runTest):
722 * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
724 (generateTest.runOneIteration):
725 (generateTest.runTest):
727 * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-image.js: Added.
729 (generateTest.runOneIteration):
730 (generateTest.runTestOnImage):
731 (generateTest.runTest.newImage.onload):
732 (generateTest.runTest):
733 (generateTest.runTest2.newImage.onload):
734 (generateTest.runTest2):
735 (generateTest.runTest3):
737 * fast/canvas/webgl/resources/webgl-test-utils.js:
739 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt.
740 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt.
741 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
742 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt.
743 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
744 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt.
745 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
746 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html: Added.
747 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt:
748 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt.
749 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
750 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt.
751 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
752 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt.
753 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
754 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html:
755 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt:
756 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
757 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
758 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
759 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
760 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
761 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
762 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html:
764 2012-05-21 Emil A Eklund <eae@chromium.org>
766 Unreviewed table rebaselines for chromium.
768 * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
769 * platform/chromium-mac/tables/mozilla/bugs/bug33137-expected.png:
770 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
771 * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
772 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Added.
773 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
774 * platform/chromium-win/tables/mozilla/bugs/bug19061-1-expected.png:
775 * platform/chromium-win/tables/mozilla/bugs/bug19061-2-expected.png:
776 * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png:
777 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png:
778 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
779 * platform/chromium-win/tables/mozilla/bugs/bug33137-expected.png:
780 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
781 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
782 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
784 2012-05-21 Emil A Eklund <eae@chromium.org>
786 Unreviewed chromium test expectation updates.
788 * platform/chromium-linux-x86/fast/html: Added.
789 * platform/chromium-linux-x86/fast/html/details-writing-mode-expected.txt: Added.
790 * platform/chromium-win-xp/fast/html: Added.
791 * platform/chromium-win-xp/fast/html/details-writing-mode-expected.png: Added.
793 2012-05-21 Levi Weintraub <leviw@chromium.org>
795 Unreviewed. Even more test expectations being updated post-r117815.
797 * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.png: Removed.
798 * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
799 * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.png: Removed.
800 * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
801 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
802 * platform/chromium/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
803 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
805 2012-05-21 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
807 Avoid using window.internals when internals is enough after r117771
808 https://bugs.webkit.org/show_bug.cgi?id=87059
810 Reviewed by Darin Adler.
812 Revision r117771 introduced a style change in the layout tests that was not
813 intended. This patch amends this by using "window.internals" only when checking
814 for the internals object. Once we know internals is there, we use directly.
816 This conforms to the style used for layoutTestController in the affected tests.
818 * editing/deleting/delete-ligature-003.html:
819 * editing/deleting/paragraph-in-preserveNewline.html:
820 * editing/deleting/whitespace-pre-1.html:
821 * editing/execCommand/script-tests/query-command-state.js:
823 * editing/execCommand/script-tests/query-text-alignment.js:
825 * editing/execCommand/script-tests/toggle-compound-styles.js:
826 * editing/selection/5195166-1.html:
827 * editing/selection/5354455-1.html:
828 * editing/selection/caret-mode-paragraph-keys-navigation.html:
829 * editing/selection/collapse-selection-in-bidi.html:
830 * editing/selection/context-menu-text-selection.html:
831 * editing/selection/directionality-after-undo-replace.html:
832 * editing/selection/extend-after-mouse-selection.html:
833 * editing/selection/extend-selection-after-double-click.html:
834 * editing/selection/move-by-word-visually-crash-test-1.html:
835 * editing/selection/move-by-word-visually-crash-test-2.html:
836 * editing/selection/move-by-word-visually-crash-test-3.html:
837 * editing/selection/move-by-word-visually-crash-test-4.html:
838 * editing/selection/move-by-word-visually-crash-test-5.html:
839 * editing/selection/move-by-word-visually-crash-test-css-generated-content.html:
840 * editing/selection/move-by-word-visually-crash-test-textarea.html:
841 * editing/selection/move-by-word-visually-inline-block-positioned-element.html:
842 * editing/selection/move-by-word-visually-mac.html:
843 * editing/selection/move-by-word-visually-multi-line.html:
844 * editing/selection/move-by-word-visually-multi-space.html:
845 * editing/selection/move-by-word-visually-null-box.html:
846 * editing/selection/move-by-word-visually-single-space-inline-element.html:
847 * editing/selection/move-by-word-visually-single-space-one-element.html:
848 * editing/selection/move-by-word-visually-textarea.html:
849 * editing/selection/move-by-word-visually-wrong-left-right.html:
850 * editing/selection/programmatic-selection-on-mac-is-directionless.html:
851 * editing/selection/rtl-move-selection-right-left.html:
852 * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
853 * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
854 * editing/selection/script-tests/shift-click.js:
856 * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
857 * editing/style/iframe-onload-crash-mac.html:
858 * editing/style/iframe-onload-crash-unix.html:
859 * editing/style/iframe-onload-crash-win.html:
860 * fast/events/backspace-navigates-back.html:
861 * fast/forms/selection-direction.html:
863 2012-05-21 Levi Weintraub <leviw@chromium.org>
865 Unreviewed gardening. Updating more tests post r117815.
867 * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
868 * platform/chromium-linux/css1/formatting_model/inline_elements-expected.txt: Added.
869 * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt: Added.
870 * platform/chromium-linux/fast/borders/bidi-009a-expected.txt: Added.
871 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
872 * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
873 * platform/chromium-linux/fast/forms/007-expected.txt: Added.
874 * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
875 * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
876 * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
877 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
878 * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
879 * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
880 * platform/chromium-win-vista/css1/formatting_model/inline_elements-expected.png: Added.
881 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
882 * platform/chromium-win-xp/css1: Added.
883 * platform/chromium-win-xp/css1/formatting_model: Added.
884 * platform/chromium-win-xp/css1/formatting_model/inline_elements-expected.png: Added.
885 * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
886 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
888 2012-05-21 Levi Weintraub <leviw@chromium.org>
890 Unreviewed Gardening. More updates after r117815.
892 * platform/chromium-linux-x86/svg/zoom/page: Added.
893 * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
894 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
895 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
896 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
897 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
898 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
899 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
900 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
901 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
902 * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
903 * platform/chromium-mac/tables/mozilla_expected_failures/core/standards1-expected.png:
904 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
905 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
906 * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Removed.
907 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/standards1-expected.png: Removed.
908 * platform/chromium/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
909 * platform/chromium/svg/custom/viewBox-hit-expected.txt: Added.
911 2012-05-21 Levi Weintraub <leviw@chromium.org>
913 Unreviewed. Marking svg/animations/animate-path-animation-qQ-tT-inverse.html and
914 svg/animations/svgnumberoptionalnumber-animation-4.html as timing out.
916 * platform/chromium/test_expectations.txt:
918 2012-05-21 Emil A Eklund <eae@chromium.org>
920 Unreviewed cleanup of chromium test_expectations file.
922 * platform/chromium/test_expectations.txt:
924 2012-05-21 Levi Weintraub <leviw@chromium.org>
926 Unreviewed gardening. Yet more rebaselining from r117815.
928 * platform/chromium-mac-leopard/platform/chromium/media/video-scales-in-media-document-expected.txt: Removed.
929 * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
930 * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
931 * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
933 2012-05-21 Levi Weintraub <leviw@chromium.org>
935 Unreviewed gardening. Even more rebaselining from r117815.
937 * css1/formatting_model/inline_elements-expected.txt: Added.
938 * css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
939 * css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added.
940 * css2.1/t1508-c527-font-09-b-expected.txt: Added.
941 * fast/backgrounds/background-position-parsing-expected.txt: Added.
942 * fast/block/positioning/047-expected.txt: Added.
943 * fast/borders/bidi-009a-expected.png: Added.
944 * fast/borders/bidi-009a-expected.txt: Added.
945 * fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
946 * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
947 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
948 * fast/flexbox/flex-hang-expected.txt: Replaced.
949 * fast/forms/007-expected.txt: Added.
950 * fast/forms/button-default-title-expected.txt: Added.
951 * fast/html/details-marker-style-expected.txt: Added.
952 * fast/html/details-writing-mode-expected.txt: Added.
953 * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Replaced.
954 * fast/invalid/missing-end-tag-expected.txt: Added.
955 * fast/line-grid/line-align-left-edges-expected.txt: Added.
956 * fast/parser/style-script-head-test-expected.txt: Added.
957 * fast/table/max-width-integer-overflow-expected.png: Added.
958 * fast/table/max-width-integer-overflow-expected.txt: Added.
959 * fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Replaced.
960 * fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Replaced.
961 * platform/chromium-linux-x86/fast/dom/Document: Added.
962 * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint: Added.
963 * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
964 * platform/chromium-linux-x86/fast/forms/basic-selects-expected.txt: Removed.
965 * platform/chromium-linux-x86/fast/html: Removed.
966 * platform/chromium-linux-x86/fast/html/details-marker-style-expected.txt: Removed.
967 * platform/chromium-linux-x86/fast/inline: Removed.
968 * platform/chromium-linux-x86/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
969 * platform/chromium-linux-x86/fast/parser: Added.
970 * platform/chromium-linux-x86/fast/parser/style-script-head-test-expected.png: Added.
971 * platform/chromium-linux-x86/fast/table: Removed.
972 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Removed.
973 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.txt: Removed.
974 * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
975 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
976 * platform/chromium-linux/fast/dom/Document: Added.
977 * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint: Added.
978 * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
979 * platform/chromium-linux/fast/flexbox/flex-hang-expected.txt: Added.
980 * platform/chromium-linux/fast/gradients/radial-centered-expected.txt: Removed.
981 * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
982 * platform/chromium-linux/fast/parser/style-script-head-test-expected.png: Added.
983 * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt: Added.
984 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Removed.
985 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt: Removed.
986 * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
987 * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
988 * platform/chromium-mac-leopard/css1/basic/inheritance-expected.png:
989 * platform/chromium-mac-leopard/css1/box_properties/acid_test-expected.png:
990 * platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.png:
991 * platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.png:
992 * platform/chromium-mac-leopard/css1/box_properties/margin_right-expected.png:
993 * platform/chromium-mac-leopard/css1/box_properties/padding_right-expected.png:
994 * platform/chromium-mac-leopard/css1/box_properties/width-expected.png:
995 * platform/chromium-mac-leopard/css1/color_and_background/background_attachment-expected.png:
996 * platform/chromium-mac-leopard/css1/font_properties/font_size-expected.png:
997 * platform/chromium-mac-leopard/css1/font_properties/font_weight-expected.png:
998 * platform/chromium-mac-leopard/css1/formatting_model/floating_elements-expected.png:
999 * platform/chromium-mac-leopard/css1/formatting_model/horizontal_formatting-expected.png:
1000 * platform/chromium-mac-leopard/css1/formatting_model/inline_elements-expected.png:
1001 * platform/chromium-mac-leopard/css1/formatting_model/replaced_elements-expected.png:
1002 * platform/chromium-mac-leopard/css1/formatting_model/vertical_formatting-expected.png:
1003 * platform/chromium-mac-leopard/css1/text_properties/text_indent-expected.png:
1004 * platform/chromium-mac-leopard/css1/units/length_units-expected.png:
1005 * platform/chromium-mac-leopard/css1/units/percentage_units-expected.png:
1006 * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png:
1007 * platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1008 * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-008-expected.png:
1009 * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-008-expected.png:
1010 * platform/chromium-mac-leopard/css2.1/t040302-c61-phys-len-00-b-expected.png:
1011 * platform/chromium-mac-leopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
1012 * platform/chromium-mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
1013 * platform/chromium-mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
1014 * platform/chromium-mac-leopard/css2.1/t09-c5526c-display-00-e-expected.png:
1015 * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
1016 * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
1017 * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
1018 * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
1019 * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
1020 * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
1021 * platform/chromium-mac-leopard/css2.1/t1205-c565-list-pos-00-b-expected.png:
1022 * platform/chromium-mac-leopard/css2.1/t1506-c525-font-wt-00-b-expected.png:
1023 * platform/chromium-mac-leopard/css2.1/t1508-c527-font-09-b-expected.png:
1024 * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png:
1025 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-25-expected.png:
1026 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-70-expected.png:
1027 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-25-expected.png:
1028 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-70-expected.png:
1029 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-25-expected.png:
1030 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-70-expected.png:
1031 * platform/chromium-mac-leopard/editing/inserting/editing-empty-divs-expected.png:
1032 * platform/chromium-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
1033 * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
1034 * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
1035 * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
1036 * platform/chromium-mac-leopard/editing/selection/4397952-expected.png:
1037 * platform/chromium-mac-leopard/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
1038 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
1039 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
1040 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
1041 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
1042 * platform/chromium-mac-leopard/editing/selection/select-text-overflow-ellipsis-expected.png:
1043 * platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png:
1044 * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
1045 * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
1046 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
1047 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
1048 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
1049 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
1050 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
1051 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
1052 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
1053 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
1054 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
1055 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
1056 * platform/chromium-mac-leopard/fast/backgrounds/background-inherit-color-bug-expected.png:
1057 * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png:
1058 * platform/chromium-mac-leopard/fast/block/basic/001-expected.png:
1059 * platform/chromium-mac-leopard/fast/block/basic/011-expected.png:
1060 * platform/chromium-mac-leopard/fast/block/basic/015-expected.png:
1061 * platform/chromium-mac-leopard/fast/block/basic/016-expected.png:
1062 * platform/chromium-mac-leopard/fast/block/basic/019-expected.png:
1063 * platform/chromium-mac-leopard/fast/block/float/002-expected.png:
1064 * platform/chromium-mac-leopard/fast/block/float/013-expected.png:
1065 * platform/chromium-mac-leopard/fast/block/float/centered-float-avoidance-complexity-expected.png:
1066 * platform/chromium-mac-leopard/fast/block/float/float-avoidance-expected.png:
1067 * platform/chromium-mac-leopard/fast/block/float/nopaint-after-layer-destruction2-expected.png:
1068 * platform/chromium-mac-leopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
1069 * platform/chromium-mac-leopard/fast/block/margin-collapse/100-expected.png:
1070 * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
1071 * platform/chromium-mac-leopard/fast/block/positioning/047-expected.png:
1072 * platform/chromium-mac-leopard/fast/block/positioning/051-expected.png:
1073 * platform/chromium-mac-leopard/fast/borders/bidi-009a-expected.png:
1074 * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
1075 * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png:
1076 * platform/chromium-mac-leopard/fast/borders/rtl-border-01-expected.png:
1077 * platform/chromium-mac-leopard/fast/borders/rtl-border-02-expected.png:
1078 * platform/chromium-mac-leopard/fast/borders/rtl-border-03-expected.png:
1079 * platform/chromium-mac-leopard/fast/box-sizing/box-sizing-expected.png:
1080 * platform/chromium-mac-leopard/fast/css-generated-content/011-expected.png:
1081 * platform/chromium-mac-leopard/fast/css-generated-content/013-expected.png:
1082 * platform/chromium-mac-leopard/fast/css-generated-content/014-expected.png:
1083 * platform/chromium-mac-leopard/fast/css-generated-content/015-expected.png:
1084 * platform/chromium-mac-leopard/fast/css-generated-content/inline-display-types-expected.png:
1085 * platform/chromium-mac-leopard/fast/css/004-expected.png:
1086 * platform/chromium-mac-leopard/fast/css/005-expected.png:
1087 * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
1088 * platform/chromium-mac-leopard/fast/css/bidi-override-in-anonymous-block-expected.png:
1089 * platform/chromium-mac-leopard/fast/css/css1_forward_compatible_parsing-expected.png:
1090 * platform/chromium-mac-leopard/fast/css/empty-pseudo-class-expected.png:
1091 * platform/chromium-mac-leopard/fast/css/ex-after-font-variant-expected.png:
1092 * platform/chromium-mac-leopard/fast/css/fieldset-display-row-expected.png:
1093 * platform/chromium-mac-leopard/fast/css/first-child-pseudo-class-expected.png:
1094 * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-expected.png:
1095 * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
1096 * platform/chromium-mac-leopard/fast/css/first-of-type-pseudo-class-expected.png:
1097 * platform/chromium-mac-leopard/fast/css/h1-in-section-elements-expected.png:
1098 * platform/chromium-mac-leopard/fast/css/hsl-color-expected.png:
1099 * platform/chromium-mac-leopard/fast/css/inline-properties-important-expected.png:
1100 * platform/chromium-mac-leopard/fast/css/invalid-percentage-property-expected.png:
1101 * platform/chromium-mac-leopard/fast/css/last-child-pseudo-class-expected.png:
1102 * platform/chromium-mac-leopard/fast/css/last-of-type-pseudo-class-expected.png:
1103 * platform/chromium-mac-leopard/fast/css/non-standard-checkbox-size-expected.png:
1104 * platform/chromium-mac-leopard/fast/css/only-child-pseudo-class-expected.png:
1105 * platform/chromium-mac-leopard/fast/css/only-of-type-pseudo-class-expected.png:
1106 * platform/chromium-mac-leopard/fast/css/text-align-expected.png:
1107 * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png:
1108 * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-expected.png:
1109 * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png:
1110 * platform/chromium-mac-leopard/fast/css/text-overflow-input-expected.png:
1111 * platform/chromium-mac-leopard/fast/css/transform-default-parameter-expected.png:
1112 * platform/chromium-mac-leopard/fast/css/word-space-extra-expected.png:
1113 * platform/chromium-mac-leopard/fast/dom/Document: Added.
1114 * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint: Added.
1115 * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
1116 * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
1117 * platform/chromium-mac-leopard/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
1118 * platform/chromium-mac-leopard/fast/dynamic/012-expected.png:
1119 * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
1120 * platform/chromium-mac-leopard/fast/events/pointer-events-2-expected.png:
1121 * platform/chromium-mac-leopard/fast/forms/001-expected.png:
1122 * platform/chromium-mac-leopard/fast/forms/006-expected.png:
1123 * platform/chromium-mac-leopard/fast/forms/007-expected.png:
1124 * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.png:
1125 * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
1126 * platform/chromium-mac-leopard/fast/forms/basic-textareas-quirks-expected.png:
1127 * platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png:
1128 * platform/chromium-mac-leopard/fast/forms/button-default-title-expected.png:
1129 * platform/chromium-mac-leopard/fast/forms/button-positioned-expected.png:
1130 * platform/chromium-mac-leopard/fast/forms/button-table-styles-expected.png:
1131 * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
1132 * platform/chromium-mac-leopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
1133 * platform/chromium-mac-leopard/fast/forms/fieldset-with-float-expected.png:
1134 * platform/chromium-mac-leopard/fast/forms/file/file-input-direction-expected.png:
1135 * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.png:
1136 * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.txt:
1137 * platform/chromium-mac-leopard/fast/forms/file/file-input-pressed-state-expected.png:
1138 * platform/chromium-mac-leopard/fast/forms/file/input-file-re-render-expected.png:
1139 * platform/chromium-mac-leopard/fast/forms/float-before-fieldset-expected.png:
1140 * platform/chromium-mac-leopard/fast/forms/form-element-geometry-expected.png:
1141 * platform/chromium-mac-leopard/fast/forms/formmove-expected.png:
1142 * platform/chromium-mac-leopard/fast/forms/formmove2-expected.png:
1143 * platform/chromium-mac-leopard/fast/forms/indeterminate-expected.png:
1144 * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
1145 * platform/chromium-mac-leopard/fast/forms/input-value-expected.png:
1146 * platform/chromium-mac-leopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
1147 * platform/chromium-mac-leopard/fast/forms/listbox-bidi-align-expected.png:
1148 * platform/chromium-mac-leopard/fast/forms/listbox-hit-test-zoomed-expected.png:
1149 * platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.png:
1150 * platform/chromium-mac-leopard/fast/forms/range/input-appearance-range-expected.png:
1151 * platform/chromium-mac-leopard/fast/forms/search-vertical-alignment-expected.png:
1152 * platform/chromium-mac-leopard/fast/gradients/generated-gradients-expected.png:
1153 * platform/chromium-mac-leopard/fast/gradients/radial-centered-expected.png:
1154 * platform/chromium-mac-leopard/fast/html/details-add-child-1-expected.png:
1155 * platform/chromium-mac-leopard/fast/html/details-add-child-2-expected.png:
1156 * platform/chromium-mac-leopard/fast/html/details-add-details-child-1-expected.png:
1157 * platform/chromium-mac-leopard/fast/html/details-add-details-child-2-expected.png:
1158 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png:
1159 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png:
1160 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png:
1161 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png:
1162 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png:
1163 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png:
1164 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png:
1165 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png:
1166 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png:
1167 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png:
1168 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png:
1169 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png:
1170 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png:
1171 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png:
1172 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png:
1173 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png:
1174 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png:
1175 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png:
1176 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png:
1177 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png:
1178 * platform/chromium-mac-leopard/fast/html/details-add-summary-child-1-expected.png:
1179 * platform/chromium-mac-leopard/fast/html/details-add-summary-child-2-expected.png:
1180 * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.png: Added.
1181 * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.txt: Removed.
1182 * platform/chromium-mac-leopard/fast/html/details-nested-1-expected.png:
1183 * platform/chromium-mac-leopard/fast/html/details-nested-2-expected.png:
1184 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png:
1185 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png:
1186 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png:
1187 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
1188 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
1189 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png:
1190 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
1191 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png:
1192 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
1193 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png:
1194 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png:
1195 * platform/chromium-mac-leopard/fast/html/details-position-expected.png:
1196 * platform/chromium-mac-leopard/fast/html/details-remove-child-1-expected.png:
1197 * platform/chromium-mac-leopard/fast/html/details-remove-child-2-expected.png:
1198 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png:
1199 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png:
1200 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png:
1201 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png:
1202 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png:
1203 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png:
1204 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png:
1205 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png:
1206 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png:
1207 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png:
1208 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png:
1209 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png:
1210 * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-1-expected.png:
1211 * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-2-expected.png:
1212 * platform/chromium-mac-leopard/fast/html/details-replace-summary-child-expected.png:
1213 * platform/chromium-mac-leopard/fast/html/details-replace-text-expected.png:
1214 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png:
1215 * platform/chromium-mac-leopard/fast/inline/continuation-outlines-expected.png:
1216 * platform/chromium-mac-leopard/fast/inline/inline-borders-with-bidi-override-expected.png:
1217 * platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png:
1218 * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png:
1219 * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png:
1220 * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png:
1221 * platform/chromium-mac-leopard/fast/inline/positionedLifetime-expected.png:
1222 * platform/chromium-mac-leopard/fast/inline/vertical-align-text-bottom-expected.png:
1223 * platform/chromium-mac-leopard/fast/invalid/010-expected.png:
1224 * platform/chromium-mac-leopard/fast/invalid/014-expected.png:
1225 * platform/chromium-mac-leopard/fast/invalid/junk-data-expected.png:
1226 * platform/chromium-mac-leopard/fast/invalid/missing-end-tag-expected.png:
1227 * platform/chromium-mac-leopard/fast/invalid/missing-end-tag-expected.txt: Removed.
1228 * platform/chromium-mac-leopard/fast/invalid/nestedh3s-expected.png:
1229 * platform/chromium-mac-leopard/fast/invalid/residual-style-expected.png:
1230 * platform/chromium-mac-leopard/fast/parser/style-script-head-test-expected.png: Added.
1231 * platform/chromium-mac-leopard/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
1232 * platform/chromium-mac-leopard/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added.
1233 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
1234 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
1235 * platform/chromium-mac-snowleopard/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
1236 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle: Removed.
1237 * platform/chromium-mac-snowleopard/fast/dom/Document: Added.
1238 * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint: Added.
1239 * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
1240 * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.txt: Removed.
1241 * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.txt: Removed.
1242 * platform/chromium-mac-snowleopard/fast/html/details-marker-style-expected.txt: Removed.
1243 * platform/chromium-mac/css1/basic/inheritance-expected.png:
1244 * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
1245 * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
1246 * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
1247 * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
1248 * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
1249 * platform/chromium-mac/css1/box_properties/width-expected.png:
1250 * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
1251 * platform/chromium-mac/css1/font_properties/font_size-expected.png:
1252 * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
1253 * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
1254 * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
1255 * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
1256 * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
1257 * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
1258 * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
1259 * platform/chromium-mac/css1/units/length_units-expected.png:
1260 * platform/chromium-mac/css1/units/percentage_units-expected.png:
1261 * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png:
1262 * platform/chromium-mac/css2.1/20110323/floating-replaced-height-008-expected.png:
1263 * platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-008-expected.png:
1264 * platform/chromium-mac/css2.1/20110323/inline-replaced-height-008-expected.png:
1265 * platform/chromium-mac/css2.1/t040302-c61-phys-len-00-b-expected.png:
1266 * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
1267 * platform/chromium-mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
1268 * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
1269 * platform/chromium-mac/css2.1/t09-c5526c-display-00-e-expected.png:
1270 * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
1271 * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
1272 * platform/chromium-mac/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
1273 * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
1274 * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
1275 * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
1276 * platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
1277 * platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png:
1278 * platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png:
1279 * platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png:
1280 * platform/chromium-mac/css3/selectors3/html/css3-modsel-25-expected.png:
1281 * platform/chromium-mac/css3/selectors3/html/css3-modsel-70-expected.png:
1282 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-25-expected.png:
1283 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-70-expected.png:
1284 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-25-expected.png:
1285 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-70-expected.png:
1286 * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
1287 * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
1288 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
1289 * platform/chromium-mac/editing/selection/3690703-expected.png:
1290 * platform/chromium-mac/editing/selection/3690719-expected.png:
1291 * platform/chromium-mac/editing/selection/4397952-expected.png:
1292 * platform/chromium-mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
1293 * platform/chromium-mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
1294 * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
1295 * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
1296 * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
1297 * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
1298 * platform/chromium-mac/editing/selection/select-text-overflow-ellipsis-expected.png:
1299 * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
1300 * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
1301 * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
1302 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
1303 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
1304 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
1305 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
1306 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
1307 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
1308 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
1309 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
1310 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
1311 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
1312 * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.png:
1313 * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
1314 * platform/chromium-mac/fast/block/basic/001-expected.png:
1315 * platform/chromium-mac/fast/block/basic/011-expected.png:
1316 * platform/chromium-mac/fast/block/basic/015-expected.png:
1317 * platform/chromium-mac/fast/block/basic/016-expected.png:
1318 * platform/chromium-mac/fast/block/basic/019-expected.png:
1319 * platform/chromium-mac/fast/block/float/002-expected.png:
1320 * platform/chromium-mac/fast/block/float/013-expected.png:
1321 * platform/chromium-mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
1322 * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
1323 * platform/chromium-mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
1324 * platform/chromium-mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
1325 * platform/chromium-mac/fast/block/margin-collapse/100-expected.png:
1326 * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
1327 * platform/chromium-mac/fast/block/positioning/047-expected.png:
1328 * platform/chromium-mac/fast/block/positioning/051-expected.png:
1329 * platform/chromium-mac/fast/borders/bidi-009a-expected.png:
1330 * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png:
1331 * platform/chromium-mac/fast/borders/rtl-border-01-expected.png:
1332 * platform/chromium-mac/fast/borders/rtl-border-02-expected.png:
1333 * platform/chromium-mac/fast/borders/rtl-border-03-expected.png:
1334 * platform/chromium-mac/fast/box-sizing/box-sizing-expected.png:
1335 * platform/chromium-mac/fast/css-generated-content/011-expected.png:
1336 * platform/chromium-mac/fast/css-generated-content/013-expected.png:
1337 * platform/chromium-mac/fast/css-generated-content/014-expected.png:
1338 * platform/chromium-mac/fast/css-generated-content/015-expected.png:
1339 * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.png:
1340 * platform/chromium-mac/fast/css/004-expected.png:
1341 * platform/chromium-mac/fast/css/005-expected.png:
1342 * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png:
1343 * platform/chromium-mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
1344 * platform/chromium-mac/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Added.
1345 * platform/chromium-mac/fast/css/css1_forward_compatible_parsing-expected.png:
1346 * platform/chromium-mac/fast/css/empty-pseudo-class-expected.png:
1347 * platform/chromium-mac/fast/css/ex-after-font-variant-expected.png:
1348 * platform/chromium-mac/fast/css/fieldset-display-row-expected.png:
1349 * platform/chromium-mac/fast/css/first-child-pseudo-class-expected.png:
1350 * platform/chromium-mac/fast/css/first-line-text-decoration-expected.png:
1351 * platform/chromium-mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
1352 * platform/chromium-mac/fast/css/first-of-type-pseudo-class-expected.png:
1353 * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png:
1354 * platform/chromium-mac/fast/css/hsl-color-expected.png:
1355 * platform/chromium-mac/fast/css/inline-properties-important-expected.png:
1356 * platform/chromium-mac/fast/css/invalid-percentage-property-expected.png:
1357 * platform/chromium-mac/fast/css/last-child-pseudo-class-expected.png:
1358 * platform/chromium-mac/fast/css/last-of-type-pseudo-class-expected.png:
1359 * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.png:
1360 * platform/chromium-mac/fast/css/only-child-pseudo-class-expected.png:
1361 * platform/chromium-mac/fast/css/only-of-type-pseudo-class-expected.png:
1362 * platform/chromium-mac/fast/css/text-align-expected.png:
1363 * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
1364 * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
1365 * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
1366 * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
1367 * platform/chromium-mac/fast/css/transform-default-parameter-expected.png:
1368 * platform/chromium-mac/fast/css/word-space-extra-expected.png:
1369 * platform/chromium-mac/fast/dom/Document: Added.
1370 * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint: Added.
1371 * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
1372 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
1373 * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
1374 * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
1375 * platform/chromium-mac/fast/dynamic/012-expected.png:
1376 * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
1377 * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
1378 * platform/chromium-mac/fast/flexbox/flex-hang-expected.png:
1379 * platform/chromium-mac/fast/flexbox/flex-hang-expected.txt: Removed.
1380 * platform/chromium-mac/fast/forms/001-expected.png:
1381 * platform/chromium-mac/fast/forms/006-expected.png:
1382 * platform/chromium-mac/fast/forms/007-expected.png:
1383 * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
1384 * platform/chromium-mac/fast/forms/basic-inputs-expected.png:
1385 * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
1386 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
1387 * platform/chromium-mac/fast/forms/button-default-title-expected.png:
1388 * platform/chromium-mac/fast/forms/button-positioned-expected.png:
1389 * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
1390 * platform/chromium-mac/fast/forms/fieldset-align-expected.png:
1391 * platform/chromium-mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
1392 * platform/chromium-mac/fast/forms/fieldset-with-float-expected.png:
1393 * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
1394 * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
1395 * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
1396 * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
1397 * platform/chromium-mac/fast/forms/float-before-fieldset-expected.png:
1398 * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
1399 * platform/chromium-mac/fast/forms/formmove-expected.png:
1400 * platform/chromium-mac/fast/forms/formmove2-expected.png:
1401 * platform/chromium-mac/fast/forms/indeterminate-expected.png:
1402 * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
1403 * platform/chromium-mac/fast/forms/input-value-expected.png:
1404 * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
1405 * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png:
1406 * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
1407 * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png:
1408 * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.png:
1409 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
1410 * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
1411 * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
1412 * platform/chromium-mac/fast/gradients/radial-centered-expected.txt: Added.
1413 * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
1414 * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
1415 * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
1416 * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
1417 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
1418 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
1419 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
1420 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
1421 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
1422 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
1423 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
1424 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
1425 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
1426 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
1427 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
1428 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
1429 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
1430 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
1431 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
1432 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
1433 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
1434 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
1435 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
1436 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
1437 * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
1438 * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
1439 * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
1440 * platform/chromium-mac/fast/html/details-nested-1-expected.png:
1441 * platform/chromium-mac/fast/html/details-nested-2-expected.png:
1442 * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
1443 * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
1444 * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
1445 * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
1446 * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
1447 * platform/chromium-mac/fast/html/details-open1-expected.png:
1448 * platform/chromium-mac/fast/html/details-open2-expected.png:
1449 * platform/chromium-mac/fast/html/details-open3-expected.png:
1450 * platform/chromium-mac/fast/html/details-open4-expected.png:
1451 * platform/chromium-mac/fast/html/details-open5-expected.png:
1452 * platform/chromium-mac/fast/html/details-open6-expected.png:
1453 * platform/chromium-mac/fast/html/details-position-expected.png:
1454 * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
1455 * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
1456 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
1457 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
1458 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
1459 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
1460 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
1461 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
1462 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
1463 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
1464 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
1465 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
1466 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
1467 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
1468 * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
1469 * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
1470 * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
1471 * platform/chromium-mac/fast/html/details-replace-text-expected.png:
1472 * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
1473 * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
1474 * platform/chromium-mac/fast/inline/inline-borders-with-bidi-override-expected.png:
1475 * platform/chromium-mac/fast/inline/inline-box-background-expected.png:
1476 * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
1477 * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
1478 * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
1479 * platform/chromium-mac/fast/inline/positionedLifetime-expected.png:
1480 * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
1481 * platform/chromium-mac/fast/invalid/010-expected.png:
1482 * platform/chromium-mac/fast/invalid/014-expected.png:
1483 * platform/chromium-mac/fast/invalid/junk-data-expected.png:
1484 * platform/chromium-mac/fast/invalid/missing-end-tag-expected.png:
1485 * platform/chromium-mac/fast/invalid/nestedh3s-expected.png:
1486 * platform/chromium-mac/fast/invalid/residual-style-expected.png:
1487 * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Removed.
1488 * platform/chromium-mac/fast/parser/style-script-head-test-expected.txt: Removed.
1489 * platform/chromium-mac/fast/table/max-width-integer-overflow-expected.txt: Removed.
1490 * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
1491 * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
1492 * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
1493 * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
1494 * platform/chromium-win-vista/css1/formatting_model: Added.
1495 * platform/chromium-win-vista/css1/formatting_model/horizontal_formatting-expected.png: Added.
1496 * platform/chromium-win-vista/css1/units: Added.
1497 * platform/chromium-win-vista/css1/units/percentage_units-expected.png: Added.
1498 * platform/chromium-win-vista/fast/css-generated-content: Removed.
1499 * platform/chromium-win-vista/fast/dom/Document: Added.
1500 * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint: Added.
1501 * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
1502 * platform/chromium-win-vista/fast/forms/basic-selects-expected.txt: Removed.
1503 * platform/chromium-win-vista/fast/html: Removed.
1504 * platform/chromium-win-vista/fast/html/details-marker-style-expected.txt: Removed.
1505 * platform/chromium-win-vista/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
1506 * platform/chromium-win-vista/fast/parser: Added.
1507 * platform/chromium-win-vista/fast/parser/style-script-head-test-expected.png: Added.
1508 * platform/chromium-win-vista/fast/table/max-width-integer-overflow-expected.txt: Removed.
1509 * platform/chromium-win-xp/fast/css-generated-content: Removed.
1510 * platform/chromium-win-xp/fast/forms/basic-selects-expected.txt: Removed.
1511 * platform/chromium-win-xp/fast/gradients: Removed.
1512 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.txt: Removed.
1513 * platform/chromium-win-xp/fast/html: Removed.
1514 * platform/chromium-win-xp/fast/html/details-marker-style-expected.txt: Removed.
1515 * platform/chromium-win-xp/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
1516 * platform/chromium-win-xp/fast/parser: Added.
1517 * platform/chromium-win-xp/fast/parser/style-script-head-test-expected.png: Added.
1518 * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Removed.
1519 * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.txt: Removed.
1520 * platform/chromium-win/css1/basic/inheritance-expected.png:
1521 * platform/chromium-win/css1/box_properties/acid_test-expected.png:
1522 * platform/chromium-win/css1/box_properties/clear_float-expected.png:
1523 * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png:
1524 * platform/chromium-win/css1/box_properties/margin_right-expected.png:
1525 * platform/chromium-win/css1/box_properties/padding_right-expected.png:
1526 * platform/chromium-win/css1/box_properties/width-expected.png:
1527 * platform/chromium-win/css1/color_and_background/background_attachment-expected.png:
1528 * platform/chromium-win/css1/font_properties/font_size-expected.png:
1529 * platform/chromium-win/css1/font_properties/font_weight-expected.png:
1530 * platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
1531 * platform/chromium-win/css1/formatting_model/horizontal_formatting-expected.png:
1532 * platform/chromium-win/css1/formatting_model/inline_elements-expected.png:
1533 * platform/chromium-win/css1/formatting_model/inline_elements-expected.txt:
1534 * platform/chromium-win/css1/formatting_model/replaced_elements-expected.png:
1535 * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.png:
1536 * platform/chromium-win/css1/text_properties/text_indent-expected.png:
1537 * platform/chromium-win/css1/units/percentage_units-expected.png:
1538 * platform/chromium-win/css1/units/rounding-expected.txt: Removed.
1539 * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png:
1540 * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-008-expected.png:
1541 * platform/chromium-win/css2.1/20110323/inline-replaced-height-008-expected.png:
1542 * platform/chromium-win/css2.1/t040302-c61-phys-len-00-b-expected.png:
1543 * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
1544 * platform/chromium-win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
1545 * platform/chromium-win/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
1546 * platform/chromium-win/css2.1/t09-c5526c-display-00-e-expected.png:
1547 * platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
1548 * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
1549 * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1550 * platform/chromium-win/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
1551 * platform/chromium-win/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
1552 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
1553 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
1554 * platform/chromium-win/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
1555 * platform/chromium-win/css2.1/t1205-c565-list-pos-00-b-expected.png:
1556 * platform/chromium-win/css2.1/t1506-c525-font-wt-00-b-expected.png:
1557 * platform/chromium-win/css2.1/t1508-c527-font-09-b-expected.png:
1558 * platform/chromium-win/css2.1/t1508-c527-font-09-b-expected.txt:
1559 * platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.png:
1560 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png:
1561 * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
1562 * platform/chromium-win/editing/selection/3690703-2-expected.png:
1563 * platform/chromium-win/editing/selection/3690703-2-expected.txt:
1564 * platform/chromium-win/editing/selection/3690703-expected.png:
1565 * platform/chromium-win/editing/selection/3690703-expected.txt:
1566 * platform/chromium-win/editing/selection/3690719-expected.png:
1567 * platform/chromium-win/editing/selection/3690719-expected.txt:
1568 * platform/chromium-win/editing/selection/select-text-overflow-ellipsis-expected.png:
1569 * platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.png:
1570 * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
1571 * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
1572 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1573 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
1574 * platform/chromium-win/fast/block/basic/001-expected.png:
1575 * platform/chromium-win/fast/block/basic/011-expected.png:
1576 * platform/chromium-win/fast/block/basic/015-expected.png:
1577 * platform/chromium-win/fast/block/basic/016-expected.png:
1578 * platform/chromium-win/fast/block/basic/019-expected.png:
1579 * platform/chromium-win/fast/block/float/002-expected.png:
1580 * platform/chromium-win/fast/block/float/013-expected.png:
1581 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.png:
1582 * platform/chromium-win/fast/block/float/nopaint-after-layer-destruction2-expected.png:
1583 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
1584 * platform/chromium-win/fast/block/margin-collapse/100-expected.png:
1585 * platform/chromium-win/fast/block/margin-collapse/103-expected.png:
1586 * platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
1587 * platform/chromium-win/fast/block/positioning/047-expected.png:
1588 * platform/chromium-win/fast/block/positioning/047-expected.txt:
1589 * platform/chromium-win/fast/block/positioning/051-expected.png:
1590 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
1591 * platform/chromium-win/fast/borders/bidi-009a-expected.txt:
1592 * platform/chromium-win/fast/borders/border-antialiasing-expected.png:
1593 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1594 * platform/chromium-win/fast/borders/rtl-border-01-expected.png:
1595 * platform/chromium-win/fast/borders/rtl-border-02-expected.png:
1596 * platform/chromium-win/fast/borders/rtl-border-03-expected.png:
1597 * platform/chromium-win/fast/box-sizing/box-sizing-expected.png:
1598 * platform/chromium-win/fast/css-generated-content/011-expected.png:
1599 * platform/chromium-win/fast/css-generated-content/013-expected.png:
1600 * platform/chromium-win/fast/css-generated-content/014-expected.png:
1601 * platform/chromium-win/fast/css-generated-content/015-expected.png:
1602 * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.png:
1603 * platform/chromium-win/fast/css/004-expected.png:
1604 * platform/chromium-win/fast/css/005-expected.png:
1605 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
1606 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.png:
1607 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.png:
1608 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
1609 * platform/chromium-win/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
1610 * platform/chromium-win/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Removed.
1611 * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Added.
1612 * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
1613 * platform/chromium-win/fast/css/css1_forward_compatible_parsing-expected.png:
1614 * platform/chromium-win/fast/css/empty-pseudo-class-expected.png:
1615 * platform/chromium-win/fast/css/fieldset-display-row-expected.png:
1616 * platform/chromium-win/fast/css/first-child-pseudo-class-expected.png:
1617 * platform/chromium-win/fast/css/first-line-text-decoration-expected.png:
1618 * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
1619 * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.png:
1620 * platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Removed.
1621 * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
1622 * platform/chromium-win/fast/css/hsl-color-expected.png:
1623 * platform/chromium-win/fast/css/inline-properties-important-expected.png:
1624 * platform/chromium-win/fast/css/invalid-percentage-property-expected.png:
1625 * platform/chromium-win/fast/css/last-child-pseudo-class-expected.png:
1626 * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.png:
1627 * platform/chromium-win/fast/css/only-child-pseudo-class-expected.png:
1628 * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.png:
1629 * platform/chromium-win/fast/css/text-align-expected.png:
1630 * platform/chromium-win/fast/css/text-overflow-input-expected.png:
1631 * platform/chromium-win/fast/css/transform-default-parameter-expected.png:
1632 * platform/chromium-win/fast/css/word-space-extra-expected.png:
1633 * platform/chromium-win/fast/dom/Document/CaretRangeFromPoint: Removed.
1634 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
1635 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
1636 * platform/chromium-win/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Removed.
1637 * platform/chromium-win/fast/dynamic/012-expected.png:
1638 * platform/chromium-win/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
1639 * platform/chromium-win/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
1640 * platform/chromium-win/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed.
1641 * platform/chromium-win/fast/events/document-elementFromPoint-expected.txt: Removed.
1642 * platform/chromium-win/fast/events/pointer-events-2-expected.png:
1643 * platform/chromium-win/fast/flexbox/flex-hang-expected.png:
1644 * platform/chromium-win/fast/flexbox/flex-hang-expected.txt: Added.
1645 * platform/chromium-win/fast/forms/001-expected.txt:
1646 * platform/chromium-win/fast/forms/006-expected.png:
1647 * platform/chromium-win/fast/forms/007-expected.png:
1648 * platform/chromium-win/fast/forms/007-expected.txt:
1649 * platform/chromium-win/fast/forms/basic-buttons-expected.png:
1650 * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
1651 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1652 * platform/chromium-win/fast/forms/basic-selects-expected.txt:
1653 * platform/chromium-win/fast/forms/box-shadow-override-expected.png:
1654 * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
1655 * platform/chromium-win/fast/forms/button-default-title-expected.png:
1656 * platform/chromium-win/fast/forms/button-default-title-expected.txt:
1657 * platform/chromium-win/fast/forms/fieldset-align-expected.png:
1658 * platform/chromium-win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
1659 * platform/chromium-win/fast/forms/fieldset-with-float-expected.png:
1660 * platform/chromium-win/fast/forms/float-before-fieldset-expected.png:
1661 * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
1662 * platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
1663 * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
1664 * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
1665 * platform/chromium-win/fast/forms/listbox-bidi-align-expected.png:
1666 * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.png:
1667 * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
1668 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
1669 * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
1670 * platform/chromium-win/fast/gradients/radial-centered-expected.png:
1671 * platform/chromium-win/fast/gradients/radial-centered-expected.txt:
1672 * platform/chromium-win/fast/html/details-add-child-1-expected.png:
1673 * platform/chromium-win/fast/html/details-add-child-2-expected.png:
1674 * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
1675 * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
1676 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
1677 * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
1678 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
1679 * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
1680 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
1681 * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
1682 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
1683 * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
1684 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
1685 * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
1686 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
1687 * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
1688 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
1689 * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
1690 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
1691 * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
1692 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
1693 * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
1694 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
1695 * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
1696 * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
1697 * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
1698 * platform/chromium-win/fast/html/details-marker-style-expected.png:
1699 * platform/chromium-win/fast/html/details-marker-style-expected.txt:
1700 * platform/chromium-win/fast/html/details-nested-1-expected.png:
1701 * platform/chromium-win/fast/html/details-nested-2-expected.png:
1702 * platform/chromium-win/fast/html/details-no-summary1-expected.png:
1703 * platform/chromium-win/fast/html/details-no-summary2-expected.png:
1704 * platform/chromium-win/fast/html/details-no-summary3-expected.png:
1705 * platform/chromium-win/fast/html/details-no-summary4-expected.png:
1706 * platform/chromium-win/fast/html/details-open-javascript-expected.png:
1707 * platform/chromium-win/fast/html/details-open1-expected.png:
1708 * platform/chromium-win/fast/html/details-open2-expected.png:
1709 * platform/chromium-win/fast/html/details-open3-expected.png:
1710 * platform/chromium-win/fast/html/details-open4-expected.png:
1711 * platform/chromium-win/fast/html/details-open5-expected.png:
1712 * platform/chromium-win/fast/html/details-open6-expected.png:
1713 * platform/chromium-win/fast/html/details-position-expected.png:
1714 * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
1715 * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
1716 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
1717 * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
1718 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
1719 * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
1720 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
1721 * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
1722 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
1723 * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
1724 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
1725 * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
1726 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
1727 * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
1728 * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
1729 * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
1730 * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
1731 * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
1732 * platform/chromium-win/fast/html/details-replace-text-expected.png:
1733 * platform/chromium-win/fast/html/details-replace-text-expected.txt:
1734 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
1735 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
1736 * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
1737 * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
1738 * platform/chromium-win/fast/inline/continuation-outlines-expected.png:
1739 * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.png:
1740 * platform/chromium-win/fast/inline/inline-box-background-expected.png:
1741 * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.png:
1742 * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.png:
1743 * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.png:
1744 * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
1745 * platform/chromium-win/fast/invalid/010-expected.png:
1746 * platform/chromium-win/fast/invalid/014-expected.png:
1747 * platform/chromium-win/fast/invalid/014-expected.txt:
1748 * platform/chromium-win/fast/invalid/junk-data-expected.png:
1749 * platform/chromium-win/fast/invalid/missing-end-tag-expected.png:
1750 * platform/chromium-win/fast/invalid/nestedh3s-expected.png:
1751 * platform/chromium-win/fast/invalid/residual-style-expected.png:
1752 * platform/chromium-win/fast/invalid/residual-style-expected.txt:
1753 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png:
1754 * platform/chromium-win/fast/parser/style-script-head-test-expected.png: Added.
1755 * platform/chromium-win/fast/parser/style-script-head-test-expected.txt: Added.
1756 * platform/chromium-win/fast/table/max-width-integer-overflow-expected.txt: Removed.
1757 * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
1758 * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
1759 * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1760 * platform/chromium/css1: Added.
1761 * platform/chromium/css1/units: Added.
1762 * platform/chromium/css1/units/rounding-expected.txt: Added.
1763 * platform/chromium/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
1764 * platform/chromium/fast/block: Added.
1765 * platform/chromium/fast/block/positioning: Added.
1766 * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
1767 * platform/chromium/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
1768 * platform/chromium/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
1769 * platform/chromium/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Added.
1770 * platform/chromium/fast/css/getComputedStyle: Added.
1771 * platform/chromium/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
1772 * platform/chromium/fast/dom/HTMLProgressElement: Added.
1773 * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
1774 * platform/chromium/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Added.
1775 * platform/chromium/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
1776 * platform/chromium/fast/events/document-elementFromPoint-expected.txt: Added.
1777 * platform/chromium/fast/flexbox: Added.
1778 * platform/chromium/fast/flexbox/flex-hang-expected.txt: Added.
1779 * platform/chromium/fast/line-grid: Added.
1780 * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Added.
1781 * platform/chromium/fast/parser/style-script-head-test-expected.txt: Added.
1782 * platform/chromium/fast/table/max-width-integer-overflow-expected.txt: Added.
1783 * platform/chromium/fast/transforms: Added.
1784 * platform/chromium/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
1785 * platform/chromium/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
1786 * platform/chromium/test_expectations.txt:
1787 * platform/efl/css1/formatting_model/inline_elements-expected.txt: Removed.
1788 * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
1789 * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
1790 * platform/efl/css2.1/t1508-c527-font-09-b-expected.txt: Removed.
1791 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt: Removed.
1792 * platform/efl/fast/block/positioning/047-expected.txt: Removed.
1793 * platform/efl/fast/borders/bidi-009a-expected.png: Removed.
1794 * platform/efl/fast/borders/bidi-009a-expected.txt: Removed.
1795 * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: Removed.
1796 * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
1797 * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
1798 * platform/efl/fast/flexbox/flex-hang-expected.txt: Removed.
1799 * platform/efl/fast/forms/007-expected.txt: Removed.
1800 * platform/efl/fast/forms/button-default-title-expected.txt: Removed.
1801 * platform/efl/fast/html/details-marker-style-expected.txt: Removed.
1802 * platform/efl/fast/html/details-writing-mode-expected.txt: Removed.
1803 * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
1804 * platform/efl/fast/invalid/missing-end-tag-expected.txt: Removed.
1805 * platform/efl/fast/line-grid/line-align-left-edges-expected.txt: Removed.
1806 * platform/efl/fast/parser/style-script-head-test-expected.txt: Removed.
1807 * platform/efl/fast/table/max-width-integer-overflow-expected.png: Removed.
1808 * platform/efl/fast/table/max-width-integer-overflow-expected.txt: Removed.
1809 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
1810 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
1811 * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
1812 * platform/gtk/css1/formatting_model/inline_elements-expected.txt: Removed.
1813 * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
1814 * platform/gtk/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
1815 * platform/gtk/css2.1/t1508-c527-font-09-b-expected.txt: Removed.
1816 * platform/gtk/fast/backgrounds/background-position-parsing-expected.txt: Removed.
1817 * platform/gtk/fast/block/positioning/047-expected.txt: Removed.
1818 * platform/gtk/fast/borders/bidi-009a-expected.png: Removed.
1819 * platform/gtk/fast/borders/bidi-009a-expected.txt: Removed.
1820 * platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
1821 * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt: Removed.
1822 * platform/gtk/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
1823 * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
1824 * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed.
1825 * platform/gtk/fast/flexbox/flex-hang-expected.txt: Removed.
1826 * platform/gtk/fast/forms/007-expected.txt: Removed.
1827 * platform/gtk/fast/forms/button-default-title-expected.txt: Removed.
1828 * platform/gtk/fast/html/details-marker-style-expected.txt: Removed.
1829 * platform/gtk/fast/html/details-writing-mode-expected.txt: Removed.
1830 * platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
1831 * platform/gtk/fast/invalid/missing-end-tag-expected.txt: Removed.
1832 * platform/gtk/fast/line-grid/line-align-left-edges-expected.txt: Removed.
1833 * platform/gtk/fast/parser/style-script-head-test-expected.txt: Removed.
1834 * platform/gtk/fast/table/max-width-integer-overflow-expected.png: Removed.
1835 * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Removed.
1836 * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
1837 * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
1838 * platform/mac-snowleopard/fast/forms/basic-selects-expected.txt: Removed.
1839 * platform/mac/fast/flexbox/flex-hang-expected.txt: Removed.
1840 * platform/mac/fast/html/details-marker-style-expected.txt: Removed.
1841 * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
1842 * platform/mac/fast/parser/style-script-head-test-expected.txt: Removed.
1843 * platform/mac/fast/table/max-width-integer-overflow-expected.txt: Removed.
1844 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
1845 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
1846 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
1847 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt: Removed.
1848 * platform/qt/fast/flexbox/flex-hang-expected.txt: Added.
1849 * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Removed.
1850 * platform/qt/fast/parser/style-script-head-test-expected.txt: Removed.
1851 * platform/qt/fast/table/max-width-integer-overflow-expected.txt: Removed.
1852 * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
1853 * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
1854 * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed.
1856 2012-05-21 Emil A Eklund <eae@chromium.org>
1858 Unreviewed chromium rebaseline for compositing, zoom and border changes.
1860 * platform/chromium-linux-x86/svg/zoom/page: Removed.
1861 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1862 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1863 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1864 * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters: Added.
1865 * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added.
1866 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1867 * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
1868 * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
1869 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1870 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
1871 * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
1872 * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
1873 * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
1875 2012-05-21 Emil A Eklund <eae@chromium.org>
1877 Rebaselined chromium mac 10.5 and 10.6 tests for subpixel change in r117815.
1878 Non-chromium-mac changes are due to expectations optimization.
1880 * fast/borders/border-image-side-reduction-expected.txt: Added.
1881 * fast/multicol/column-count-with-rules-expected.txt: Added.
1882 * fast/multicol/column-rules-expected.txt: Added.
1883 * fast/multicol/column-rules-stacking-expected.txt: Added.
1884 * fast/multicol/columns-shorthand-parsing-expected.txt: Added.
1885 * fast/multicol/max-height-columns-block-expected.txt: Added.
1886 * fast/reflections/opacity-reflection-transform-expected.txt: Added.
1887 * fast/table/008-expected.txt: Added.
1888 * fast/text/international/bidi-listbox-expected.txt: Added.
1889 * fast/transforms/transformed-document-element-expected.txt: Added.
1890 * http/tests/misc/iframe404-expected.txt: Added.
1891 * platform/chromium-mac-leopard/fast/borders/border-image-side-reduction-expected.png: Removed.
1892 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed.
1893 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed.
1894 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
1895 * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
1896 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed.
1897 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
1898 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
1899 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
1900 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed.
1901 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
1902 * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Removed.
1903 * platform/chromium-mac-leopard/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Removed.
1904 * platform/chromium-mac-leopard/fast/multicol/vertical-lr/float-multicol-expected.png: Removed.
1905 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Removed.
1906 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/float-multicol-expected.png: Removed.
1907 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
1908 * platform/chromium-mac-leopard/fast/regions/floats-basic-in-variable-width-regions-expected.png: Added.
1909 * platform/chromium-mac-leopard/fast/regions/render-region-renderer-expected.png: Added.
1910 * platform/chromium-mac-leopard/fast/repaint/delete-into-nested-block-expected.png: Added.
1911 * platform/chromium-mac-leopard/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
1912 * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.txt: Removed.
1913 * platform/chromium-mac-leopard/platform/chromium/media/video-scales-in-media-document-expected.txt: Added.
1914 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Removed.
1915 * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed.
1916 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed.
1917 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
1918 * platform/chromium-mac-snowleopard/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
1919 * platform/chromium-mac-snowleopard/fast/selectors/unqualified-hover-strict-expected.png:
1920 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed.
1921 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10633-expected.png:
1922 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
1923 * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
1924 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
1925 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
1926 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
1927 * platform/chromium-mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
1928 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png:
1929 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Removed.
1930 * platform/chromium-mac/fast/table/multiple-captions-display-expected.png:
1931 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed.
1932 * platform/chromium-mac/tables/mozilla/bugs/bug10633-expected.txt: Removed.
1933 * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png:
1934 * platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png:
1935 * platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png:
1936 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
1937 * platform/chromium-win-vista/fast/multicol/vertical-rl: Removed.
1938 * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
1939 * platform/chromium-win-vista/http/tests/misc/iframe404-expected.png: Removed.
1940 * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Removed.
1941 * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed.
1942 * platform/chromium/test_expectations.txt:
1943 * platform/efl/fast/borders/border-image-side-reduction-expected.txt: Removed.
1944 * platform/efl/fast/multicol/column-count-with-rules-expected.txt: Removed.
1945 * platform/efl/fast/multicol/column-rules-expected.txt: Removed.
1946 * platform/efl/fast/multicol/column-rules-stacking-expected.txt: Removed.
1947 * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt: Removed.
1948 * platform/efl/fast/multicol/max-height-columns-block-expected.txt: Removed.
1949 * platform/efl/fast/reflections/opacity-reflection-transform-expected.txt: Removed.
1950 * platform/efl/fast/table/008-expected.txt: Removed.
1951 * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
1952 * platform/efl/fast/transforms/transformed-document-element-expected.txt: Removed.
1953 * platform/efl/http/tests/misc/iframe404-expected.txt: Removed.
1954 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
1955 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
1956 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
1957 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
1958 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
1959 * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
1960 * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
1961 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
1962 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
1963 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Removed.
1964 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
1965 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
1966 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
1967 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
1968 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Removed.
1969 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Removed.
1970 * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed.
1971 * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Removed.
1972 * platform/gtk/fast/multicol/column-count-with-rules-expected.txt: Removed.
1973 * platform/gtk/fast/multicol/column-rules-expected.txt: Removed.
1974 * platform/gtk/fast/multicol/column-rules-stacking-expected.txt: Removed.
1975 * platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt: Removed.
1976 * platform/gtk/fast/multicol/max-height-columns-block-expected.txt: Removed.
1977 * platform/gtk/fast/reflections/opacity-reflection-transform-expected.txt: Removed.
1978 * platform/gtk/fast/table/008-expected.txt: Removed.
1979 * platform/gtk/fast/text/international/bidi-listbox-expected.txt: Removed.
1980 * platform/gtk/fast/transforms/transformed-document-element-expected.txt: Removed.
1981 * platform/gtk/http/tests/misc/iframe404-expected.txt: Removed.
1982 * platform/gtk/tables/mozilla/bugs/bug10633-expected.txt: Removed.
1983 * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
1984 * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
1985 * platform/gtk/tables/mozilla/bugs/bug113424-expected.txt: Removed.
1986 * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt: Removed.
1987 * platform/gtk/tables/mozilla/bugs/bug26553-expected.png: Removed.
1988 * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt: Removed.
1989 * platform/gtk/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
1990 * platform/gtk/tables/mozilla/bugs/bug42187-expected.txt: Removed.
1991 * platform/gtk/tables/mozilla/bugs/bug55527-expected.txt: Removed.
1992 * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
1993 * platform/gtk/tables/mozilla/bugs/bug69187-expected.txt: Removed.
1994 * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
1995 * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
1996 * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Removed.
1997 * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Removed.
1998 * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed.
1999 * platform/mac/fast/table/008-expected.txt: Removed.
2000 * platform/qt/fast/table/008-expected.txt: Removed.
2001 * tables/mozilla/bugs/bug10633-expected.txt: Added.
2002 * tables/mozilla/bugs/bug113235-1-expected.txt: Added.
2003 * tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2004 * tables/mozilla/bugs/bug113424-expected.txt: Added.
2005 * tables/mozilla/bugs/bug13118-expected.txt: Added.
2006 * tables/mozilla/bugs/bug26553-expected.png: Added.
2007 * tables/mozilla/bugs/bug26553-expected.txt: Added.
2008 * tables/mozilla/bugs/bug2886-2-expected.txt: Added.
2009 * tables/mozilla/bugs/bug42187-expected.txt: Added.
2010 * tables/mozilla/bugs/bug55527-expected.txt: Added.
2011 * tables/mozilla/bugs/bug67915-1-expected.txt: Added.
2012 * tables/mozilla/bugs/bug69187-expected.txt: Added.
2013 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
2014 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Added.
2015 * tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Added.
2016 * tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Added.
2017 * tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Added.
2019 2012-05-21 Tony Chang <tony@chromium.org>
2021 auto margins on flexbox should allocate space in the flex direction
2022 https://bugs.webkit.org/show_bug.cgi?id=83086
2024 Reviewed by Ojan Vafai.
2026 * css3/flexbox/flex-algorithm-with-margins-expected.txt:
2027 * css3/flexbox/flex-algorithm-with-margins.html: Added safe centering test case.
2028 * css3/flexbox/flex-flow-auto-margins-expected.txt: Added.
2029 * css3/flexbox/flex-flow-auto-margins.html: Added.
2030 * css3/flexbox/flex-pack.html: Fixed old results.
2032 2012-05-21 Abhishek Arya <inferno@chromium.org>
2034 Unreviewed. Rebaseline for r117865.
2036 * platform/chromium-mac/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added.
2038 2012-05-21 Levi Weintraub <leviw@chromium.org>
2040 Unreviewed. Updating more Chromium test expectations following r117815.
2042 * ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
2043 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2044 * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added.
2045 * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added.
2046 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2047 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
2048 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
2049 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
2050 * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
2051 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
2052 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
2053 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
2054 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
2055 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
2056 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
2057 * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
2058 * platform/chromium-mac-leopard/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
2059 * platform/chromium-mac-leopard/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
2060 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
2061 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
2062 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.txt: Removed.
2063 * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
2064 * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added.
2065 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2066 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
2067 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added.
2068 * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
2069 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2070 * platform/chromium-win-vista/compositing/overflow: Added.
2071 * platform/chromium-win-vista/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2072 * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added.
2073 * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2074 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
2075 * platform/chromium-win-vista/tables/mozilla/marvin: Added.
2076 * platform/chromium-win-vista/tables/mozilla/marvin/tables_align_center-expected.png: Added.
2077 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Added.
2078 * platform/chromium-win-xp/compositing/overflow: Added.
2079 * platform/chromium-win-xp/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2080 * platform/chromium-win-xp/tables/mozilla/bugs/bug2479-4-expected.png:
2081 * platform/chromium-win-xp/tables/mozilla/marvin: Added.
2082 * platform/chromium-win-xp/tables/mozilla/marvin/tables_align_center-expected.png: Added.
2083 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt:
2084 * platform/chromium-win/plugins/embed-attributes-style-expected.txt:
2085 * platform/chromium-win/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
2086 * platform/chromium-win/svg/custom/use-font-face-crash-expected.png:
2087 * platform/chromium-win/svg/custom/viewBox-hit-expected.png:
2088 * platform/chromium-win/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
2089 * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
2090 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2091 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
2092 * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
2093 * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
2094 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
2095 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
2096 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
2097 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
2098 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
2099 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
2100 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2101 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
2102 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2103 * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
2104 * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.png:
2105 * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.png:
2106 * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.png:
2107 * platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.png:
2108 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
2109 * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
2110 * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
2111 * platform/chromium-win/tables/mozilla/bugs/bug17130-1-expected.png:
2112 * platform/chromium-win/tables/mozilla/bugs/bug17130-2-expected.png:
2113 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png:
2114 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
2115 * platform/chromium-win/tables/mozilla/bugs/bug2479-1-expected.png:
2116 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png:
2117 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
2118 * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.png:
2119 * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
2120 * platform/chromium-win/tables/mozilla/bugs/bug3309-1-expected.png:
2121 * platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
2122 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
2123 * platform/chromium-win/tables/mozilla/bugs/bug5538-expected.png:
2124 * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png:
2125 * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
2126 * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png:
2127 * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png:
2128 * platform/chromium-win/tables/mozilla/bugs/bug8032-1-expected.png:
2129 * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.png:
2130 * platform/chromium-win/tables/mozilla/bugs/bug9271-1-expected.png:
2131 * platform/chromium-win/tables/mozilla/bugs/bug9271-2-expected.png:
2132 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
2133 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
2134 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2135 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.txt:
2136 * platform/chromium-win/tables/mozilla/core/margins-expected.png:
2137 * platform/chromium-win/tables/mozilla/core/margins-expected.txt:
2138 * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.png:
2139 * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2140 * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png:
2141 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
2142 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
2143 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
2144 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png:
2145 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
2146 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
2147 * platform/chromium-win/tables/mozilla/marvin/tables_align_center-expected.png:
2148 * platform/chromium-win/tables/mozilla/other/test3-expected.png:
2149 * platform/chromium-win/tables/mozilla/other/test6-expected.png:
2150 * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.png:
2151 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
2152 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2153 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2154 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
2155 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2156 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
2157 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
2158 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
2159 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2160 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
2161 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
2162 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
2163 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
2164 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
2165 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
2166 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
2167 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
2168 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
2169 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
2170 * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed.
2171 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2172 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
2173 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Removed.
2174 * platform/gtk/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
2175 * platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed.
2176 * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2177 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
2178 * platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Removed.
2179 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed.
2180 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
2182 2012-05-21 Christophe Dumez <christophe.dumez@intel.com>
2184 [EFL] EFL's DumpRenderTree does not print didReceiveTitle messages
2185 https://bugs.webkit.org/show_bug.cgi?id=85971
2187 Reviewed by Antonio Gomes.
2189 Unskip http/tests/loading/redirect-with-no-location-crash.html now
2190 that EFL's DumpRenderTree prints out the expected didReceiveTitle
2193 * platform/efl/Skipped:
2195 2012-05-21 Emil A Eklund <eae@chromium.org>
2197 Remove platform specific ref-test expectations for chromium as ref-tests appears not to support platform specific results.
2199 * platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html: Removed.
2200 * platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Removed.
2201 * platform/chromium/fast/regions/render-region-renderer-expected.html: Removed.
2202 * platform/chromium/test_expectations.txt:
2204 2012-05-21 Emil A Eklund <eae@chromium.org>
2206 Unreviewed chromium svg rebaselines and test expectation updates post r117815.
2208 * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
2209 * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
2210 * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
2211 * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2212 * platform/chromium-mac-leopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
2213 * platform/chromium-mac-leopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
2214 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
2215 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2216 * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
2217 * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2218 * platform/chromium-mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
2219 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
2220 * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
2221 * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
2222 * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
2223 * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
2224 * platform/chromium-win-xp/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
2225 * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
2226 * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
2227 * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
2228 * platform/chromium/test_expectations.txt:
2230 2012-05-21 Abhishek Arya <inferno@chromium.org>
2232 Unreviewed. Rebaseline for r117865.
2234 * platform/chromium-linux/fast/runin/runin-between-list-marker-and-before-content-expected.png: Removed.
2235 * platform/chromium-win/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added.
2237 2012-05-21 Emil A Eklund <eae@chromium.org>
2239 Unreviewed chromium mac rebaseline for svg zoom tests.
2241 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: Removed.
2242 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: Removed.
2243 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
2244 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
2245 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
2247 2012-05-21 Emil A Eklund <eae@chromium.org>
2249 Unreviewed chromium linux and windows rebaselines.
2251 * fast/borders/border-image-side-reduction-expected.png: Added.
2252 * platform/chromium-linux-x86/platform: Added.
2253 * platform/chromium-linux-x86/platform/chromium: Added.
2254 * platform/chromium-linux-x86/platform/chromium/compositing: Added.
2255 * platform/chromium-linux-x86/platform/chromium/compositing/filters: Added.
2256 * platform/chromium-linux-x86/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added.
2257 * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
2258 * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
2259 * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
2260 * platform/chromium-mac-leopard/fast/borders/border-image-side-reduction-expected.png: Added.
2261 * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
2262 * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
2263 * platform/efl/fast/borders/border-image-side-reduction-expected.png: Removed.
2264 * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Removed.
2266 2012-05-21 Emil A Eklund <eae@chromium.org>
2268 Unreviewed rebaselines for chromium mac and windows.
2270 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.txt: Added.
2271 * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Added.
2272 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/standards1-expected.png: Added.
2273 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2274 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2275 * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
2276 * platform/chromium-win/tables/mozilla_expected_failures/core/standards1-expected.png:
2278 2012-05-21 Abhishek Arya <inferno@chromium.org>
2280 Unreviewed. Rebaseline for r117865.
2282 * platform/chromium-linux/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added.
2284 2012-05-21 Emil A Eklund <eae@chromium.org>
2286 Chromium linux rebaselines post sub-pixel switch.
2288 * platform/chromium-linux/fast/borders/bidi-012-expected.txt: Added.
2289 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.txt: Added.
2290 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.txt: Added.
2291 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
2292 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
2294 2012-05-21 Anders Carlsson <andersca@apple.com>
2296 Flash player buttons do not work when page is zoomed in
2297 https://bugs.webkit.org/show_bug.cgi?id=87056
2298 <rdar://problem/11491501>
2300 Reviewed by Oliver Hunt.
2302 * platform/mac-wk2/plugins/mouse-events-scaled-iframe-expected.txt: Added.
2303 * platform/mac-wk2/plugins/mouse-events-scaled-iframe.html: Added.
2305 2012-05-21 Abhishek Arya <inferno@chromium.org>
2307 Regression(r117482): Run-in crashes relating to generated content and inline line box clearing.
2308 https://bugs.webkit.org/show_bug.cgi?id=86879
2310 Reviewed by Julien Chaffraix.
2312 These tests need to show dump render tree to show the correct location of run-in placement. All
2313 renderings match IE and Opera.
2315 * fast/lists/parent-box-not-box-crash-expected.txt: Rebaselined, since now run-in functions correctly
2316 by being the first child before list marker.
2317 * fast/runin/generated-content-crash-expected.png: Added.
2318 * fast/runin/generated-content-crash-expected.txt: Added.
2319 * fast/runin/generated-content-crash.html: Added.
2320 * fast/runin/move-run-in-original-position-crash-expected.png: Added.
2321 * fast/runin/move-run-in-original-position-crash-expected.txt: Added.
2322 * fast/runin/move-run-in-original-position-crash.html: Added.
2323 * fast/runin/runin-between-list-marker-and-before-content-expected.png:
2324 * fast/runin/runin-between-list-marker-and-before-content-expected.txt: Rebaselined, since now run-in
2325 functions correctly by being the first child before list marker.
2327 2012-05-21 Levi Weintraub <leviw@chromium.org>
2329 Unreviewed. Yet more updated test expectations following r117815.
2331 * css2.1/t090501-c414-flt-03-b-g-expected.txt: Added.
2332 * fast/borders/bidi-012-expected.txt: Added.
2333 * fast/css/css2-system-fonts-expected.txt: Added.
2334 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2335 * fast/multicol/column-break-with-balancing-expected.txt: Added.
2336 * fast/multicol/float-multicol-expected.txt: Added.
2337 * fast/multicol/layers-in-multicol-expected.txt: Added.
2338 * fast/multicol/overflow-across-columns-percent-height-expected.txt: Added.
2339 * fast/multicol/scrolling-overflow-expected.txt: Added.
2340 * fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
2341 * fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
2342 * fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
2343 * fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
2344 * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
2345 * fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
2346 * fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
2347 * fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
2348 * fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
2349 * fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
2350 * fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
2351 * fast/multicol/span/span-margin-collapsing-expected.txt: Added.
2352 * fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
2353 * fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
2354 * fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
2355 * fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
2356 * fast/repaint/line-flow-with-floats-1-expected.txt: Added.
2357 * fast/repaint/line-flow-with-floats-10-expected.txt: Added.
2358 * fast/repaint/line-flow-with-floats-2-expected.txt: Added.
2359 * fast/repaint/line-flow-with-floats-3-expected.txt: Added.
2360 * fast/repaint/line-flow-with-floats-4-expected.txt: Added.
2361 * fast/repaint/line-flow-with-floats-5-expected.txt: Added.
2362 * fast/repaint/line-flow-with-floats-6-expected.txt: Added.
2363 * fast/repaint/line-flow-with-floats-7-expected.txt: Added.
2364 * fast/repaint/line-flow-with-floats-8-expected.txt: Added.
2365 * fast/repaint/line-flow-with-floats-9-expected.txt: Added.
2366 * fast/ruby/ruby-inline-table-expected.txt: Added.
2367 * fast/selectors/032-expected.txt: Added.
2368 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
2369 * fast/table/009-expected.txt: Added.
2370 * fast/table/014-expected.txt: Added.
2371 * fast/table/041-expected.txt: Added.
2372 * fast/table/nested-percent-height-table-expected.txt: Added.
2373 * fast/table/percent-heights-expected.txt: Added.
2374 * fast/text/basic/012-expected.txt: Added.
2375 * fast/text/basic/generic-family-reset-expected.txt: Added.
2376 * fast/text/line-breaks-expected.txt: Added.
2377 * fast/transforms/bounding-rect-zoom-expected.txt: Added.
2378 * fast/writing-mode/fieldsets-expected.txt: Added.
2379 * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Removed.
2380 * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.txt: Removed.
2381 * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png:
2382 * platform/chromium-mac-leopard/fast/multicol/column-break-with-balancing-expected.png:
2383 * platform/chromium-mac-leopard/fast/multicol/column-count-with-rules-expected.png:
2384 * platform/chromium-mac-leopard/fast/multicol/column-rules-expected.png:
2385 * platform/chromium-mac-leopard/fast/multicol/column-rules-stacking-expected.png:
2386 * platform/chromium-mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png:
2387 * platform/chromium-mac-leopard/fast/multicol/float-multicol-expected.png:
2388 * platform/chromium-mac-leopard/fast/multicol/float-paginate-complex-expected.png:
2389 * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png:
2390 * platform/chromium-mac-leopard/fast/multicol/max-height-columns-block-expected.png:
2391 * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
2392 * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-expected.png:
2393 * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-expected.txt: Added.
2394 * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-percent-height-expected.png:
2395 * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.png:
2396 * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.txt: Added.
2397 * platform/chromium-mac-leopard/fast/multicol/positive-leading-expected.png:
2398 * platform/chromium-mac-leopard/fast/multicol/scrolling-overflow-expected.png:
2399 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
2400 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.png:
2401 * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png:
2402 * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
2403 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
2404 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2405 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2406 * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2407 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
2408 * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png:
2409 * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.png:
2410 * platform/chromium-mac-leopard/fast/multicol/table-vertical-align-expected.png:
2411 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
2412 * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
2413 * platform/chromium-mac-leopard/fast/overflow/clip-rects-fixed-ancestor-expected.png:
2414 * platform/chromium-mac-leopard/fast/overflow/overflow_hidden-expected.png:
2415 * platform/chromium-mac-leopard/fast/overflow/overflow_hidden-expected.txt: Added.
2416 * platform/chromium-mac-leopard/fast/parser/xhtml-alternate-entities-expected.png:
2417 * platform/chromium-mac-leopard/fast/parser/xhtml-alternate-entities-expected.txt:
2418 * platform/chromium-mac-leopard/fast/reflections/opacity-reflection-transform-expected.png:
2419 * platform/chromium-mac-leopard/fast/regions/bottom-overflow-out-of-first-region-expected.png:
2420 * platform/chromium-mac-leopard/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
2421 * platform/chromium-mac-leopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
2422 * platform/chromium-mac-leopard/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
2423 * platform/chromium-mac-leopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
2424 * platform/chromium-mac-leopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
2425 * platform/chromium-mac-leopard/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
2426 * platform/chromium-mac-leopard/fast/regions/top-overflow-out-of-second-region-expected.png:
2427 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png:
2428 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png:
2429 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png:
2430 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png:
2431 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png:
2432 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png:
2433 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png:
2434 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png:
2435 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png:
2436 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png:
2437 * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
2438 * platform/chromium-mac-leopard/fast/ruby/ruby-inline-table-expected.png:
2439 * platform/chromium-mac-leopard/fast/selectors/032-expected.png:
2440 * platform/chromium-mac-leopard/fast/selectors/166-expected.png:
2441 * platform/chromium-mac-leopard/fast/selectors/unqualified-hover-quirks-expected.png:
2442 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
2443 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png:
2444 * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
2445 * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
2446 * platform/chromium-mac-leopard/fast/table/009-expected.png:
2447 * platform/chromium-mac-leopard/fast/table/014-expected.png:
2448 * platform/chromium-mac-leopard/fast/table/041-expected.png:
2449 * platform/chromium-mac-leopard/fast/table/absolute-table-at-bottom-expected.png:
2450 * platform/chromium-mac-leopard/fast/table/border-collapsing/004-expected.png:
2451 * platform/chromium-mac-leopard/fast/table/border-collapsing/004-vertical-expected.png:
2452 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
2453 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
2454 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
2455 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
2456 * platform/chromium-mac-leopard/fast/table/nested-percent-height-table-expected.png:
2457 * platform/chromium-mac-leopard/fast/table/percent-heights-expected.png:
2458 * platform/chromium-mac-leopard/fast/text/basic/012-expected.png:
2459 * platform/chromium-mac-leopard/fast/text/basic/013-expected.png:
2460 * platform/chromium-mac-leopard/fast/text/basic/generic-family-reset-expected.png:
2461 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
2462 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
2463 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
2464 * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png:
2465 * platform/chromium-mac-leopard/fast/text/line-breaks-expected.png:
2466 * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png:
2467 * platform/chromium-mac-leopard/fast/text/whitespace/024-expected.png:
2468 * platform/chromium-mac-leopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
2469 * platform/chromium-mac-leopard/fast/transforms/bounding-rect-zoom-expected.png:
2470 * platform/chromium-mac-leopard/fast/transforms/transformed-document-element-expected.png:
2471 * platform/chromium-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.png:
2472 * platform/chromium-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.txt: Added.
2473 * platform/chromium-mac-leopard/fast/writing-mode/fieldsets-expected.png:
2474 * platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.png:
2475 * platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.txt:
2476 * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.png:
2477 * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.txt: Added.
2478 * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png:
2479 * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
2480 * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
2481 * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-2-expected.png:
2482 * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png:
2483 * platform/chromium-mac-leopard/svg/text/small-fonts-in-html5-expected.png:
2484 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Added.
2485 * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
2486 * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
2487 * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
2488 * platform/chromium-mac/css1/font_properties/font-expected.txt: Added.
2489 * platform/chromium-mac/fast/css/percentage-non-integer-expected.png:
2490 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png:
2491 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png:
2492 * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
2493 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
2494 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
2495 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
2496 * platform/chromium-mac/fast/lists/ordered-list-with-no-ol-tag-expected.png:
2497 * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png:
2498 * platform/chromium-mac/fast/multicol/column-count-with-rules-expected.png:
2499 * platform/chromium-mac/fast/multicol/column-rules-expected.png:
2500 * platform/chromium-mac/fast/multicol/column-rules-stacking-expected.png:
2501 * platform/chromium-mac/fast/multicol/columns-shorthand-parsing-expected.png:
2502 * platform/chromium-mac/fast/multicol/float-multicol-expected.png:
2503 * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png:
2504 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png:
2505 * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.png:
2506 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
2507 * platform/chromium-mac/fast/multicol/overflow-across-columns-expected.png:
2508 * platform/chromium-mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
2509 * platform/chromium-mac/fast/multicol/overflow-unsplittable-expected.png:
2510 * platform/chromium-mac/fast/multicol/positive-leading-expected.png:
2511 * platform/chromium-mac/fast/multicol/scrolling-overflow-expected.png:
2512 * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
2513 * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
2514 * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
2515 * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
2516 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
2517 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2518 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2519 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2520 * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
2521 * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
2522 * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png:
2523 * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
2524 * platform/chromium-mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
2525 * platform/chromium-mac/fast/multicol/vertical-lr/float-multicol-expected.png:
2526 * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:
2527 * platform/chromium-mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
2528 * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png:
2529 * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
2530 * platform/chromium-mac/fast/overflow/clip-rects-fixed-ancestor-expected.png:
2531 * platform/chromium-mac/fast/overflow/overflow_hidden-expected.png:
2532 * platform/chromium-mac/fast/parser/xhtml-alternate-entities-expected.png:
2533 * platform/chromium-mac/fast/reflections/opacity-reflection-transform-expected.png:
2534 * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png:
2535 * platform/chromium-mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
2536 * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
2537 * platform/chromium-mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
2538 * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
2539 * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
2540 * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
2541 * platform/chromium-mac/fast/regions/top-overflow-out-of-second-region-expected.png:
2542 * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
2543 * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
2544 * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
2545 * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
2546 * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
2547 * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
2548 * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
2549 * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
2550 * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
2551 * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
2552 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png:
2553 * platform/chromium-mac/fast/ruby/ruby-inline-table-expected.png:
2554 * platform/chromium-mac/fast/selectors/032-expected.png:
2555 * platform/chromium-mac/fast/selectors/166-expected.png:
2556 * platform/chromium-mac/fast/selectors/unqualified-hover-quirks-expected.png:
2557 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
2558 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
2559 * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
2560 * platform/chromium-mac/fast/table/009-expected.png:
2561 * platform/chromium-mac/fast/table/014-expected.png:
2562 * platform/chromium-mac/fast/table/041-expected.png:
2563 * platform/chromium-mac/fast/table/absolute-table-at-bottom-expected.png:
2564 * platform/chromium-mac/fast/table/border-collapsing/004-expected.png:
2565 * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
2566 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
2567 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
2568 * platform/chromium-mac/fast/table/nested-percent-height-table-expected.png:
2569 * platform/chromium-mac/fast/table/percent-heights-expected.png:
2570 * platform/chromium-mac/fast/text/basic/012-expected.png:
2571 * platform/chromium-mac/fast/text/basic/013-expected.png:
2572 * platform/chromium-mac/fast/text/basic/generic-family-reset-expected.png:
2573 * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
2574 * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
2575 * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
2576 * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png:
2577 * platform/chromium-mac/fast/text/line-breaks-expected.png:
2578 * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
2579 * platform/chromium-mac/fast/text/whitespace/024-expected.png:
2580 * platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.png:
2581 * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
2582 * platform/chromium-mac/fast/xsl/xslt-extra-content-at-end-expected.png:
2583 * platform/chromium-mac/http/tests/misc/iframe404-expected.png:
2584 * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png:
2585 * platform/chromium-mac/media/audio-repaint-expected.png:
2586 * platform/chromium-win-vista/compositing/reflections: Removed.
2587 * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png:
2588 * platform/chromium-win-vista/css1/font_properties: Added.
2589 * platform/chromium-win-vista/css1/font_properties/font-expected.txt: Added.
2590 * platform/chromium-win-vista/css1/text_properties/vertical_align-expected.png: Added.
2591 * platform/chromium-win-vista/fast/images: Removed.
2592 * platform/chromium-win-vista/fast/multicol: Added.
2593 * platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
2594 * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
2595 * platform/chromium-win-vista/fast/ruby: Removed.
2596 * platform/chromium-win-vista/fast/text/basic: Removed.
2597 * platform/chromium-win-vista/fast/writing-mode/broken-ideographic-font-expected.txt: Added.
2598 * platform/chromium-win-vista/http/tests/misc/iframe404-expected.png: Added.
2599 * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Added.
2600 * platform/chromium-win-xp/compositing/reflections: Removed.
2601 * platform/chromium-win-xp/compositing/shadows: Removed.
2602 * platform/chromium-win-xp/fast/css/css2-system-fonts-expected.txt:
2603 * platform/chromium-win-xp/fast/images: Removed.
2604 * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
2605 * platform/chromium-win-xp/fast/text/international/thai-line-breaks-expected.png:
2606 * platform/chromium-win-xp/fast/text/line-breaks-expected.png:
2607 * platform/chromium-win-xp/fast/text/line-breaks-expected.txt:
2608 * platform/chromium-win-xp/fast/writing-mode/broken-ideographic-font-expected.txt: Added.
2609 * platform/chromium-win/compositing/direct-image-compositing-expected.png:
2610 * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png:
2611 * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
2612 * platform/chromium-win/css1/font_properties/font-expected.txt:
2613 * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
2614 * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
2615 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
2616 * platform/chromium-win/fast/borders/bidi-012-expected.txt:
2617 * platform/chromium-win/fast/css/continuationCrash-expected.txt:
2618 * platform/chromium-win/fast/css/css2-system-fonts-expected.txt:
2619 * platform/chromium-win/fast/css/hsla-color-expected.png:
2620 * platform/chromium-win/fast/css/percentage-non-integer-expected.png:
2621 * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
2622 * platform/chromium-win/fast/css/rgb-float-expected.png:
2623 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
2624 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
2625 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
2626 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
2627 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
2628 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt:
2629 * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
2630 * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
2631 * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
2632 * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
2633 * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
2634 * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
2635 * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
2636 * platform/chromium-win/fast/lists/ordered-list-with-no-ol-tag-expected.png:
2637 * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png:
2638 * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.txt:
2639 * platform/chromium-win/fast/multicol/column-count-with-rules-expected.png:
2640 * platform/chromium-win/fast/multicol/column-rules-expected.png:
2641 * platform/chromium-win/fast/multicol/column-rules-stacking-expected.png:
2642 * platform/chromium-win/fast/multicol/columns-shorthand-parsing-expected.png:
2643 * platform/chromium-win/fast/multicol/float-multicol-expected.png:
2644 * platform/chromium-win/fast/multicol/float-paginate-complex-expected.png:
2645 * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
2646 * platform/chromium-win/fast/multicol/max-height-columns-block-expected.png:
2647 * platform/chromium-win/fast/multicol/nested-columns-expected.png:
2648 * platform/chromium-win/fast/multicol/overflow-across-columns-expected.png:
2649 * platform/chromium-win/fast/multicol/overflow-across-columns-percent-height-expected.png:
2650 * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png:
2651 * platform/chromium-win/fast/multicol/positive-leading-expected.png:
2652 * platform/chromium-win/fast/multicol/scrolling-overflow-expected.png:
2653 * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
2654 * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.png:
2655 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png:
2656 * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
2657 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
2658 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2659 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2660 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2661 * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
2662 * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png:
2663 * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.png:
2664 * platform/chromium-win/fast/multicol/table-vertical-align-expected.png:
2665 * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
2666 * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png:
2667 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
2668 * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
2669 * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png:
2670 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
2671 * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.png:
2672 * platform/chromium-win/fast/overflow/overflow_hidden-expected.png:
2673 * platform/chromium-win/fast/parser/xhtml-alternate-entities-expected.png:
2674 * platform/chromium-win/fast/reflections/opacity-reflection-transform-expected.png:
2675 * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png:
2676 * platform/chromium-win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
2677 * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
2678 * platform/chromium-win/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
2679 * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
2680 * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:
2681 * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
2682 * platform/chromium-win/fast/regions/top-overflow-out-of-second-region-expected.png:
2683 * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
2684 * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
2685 * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png:
2686 * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
2687 * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
2688 * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
2689 * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
2690 * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
2691 * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png:
2692 * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
2693 * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
2694 * platform/chromium-win/fast/ruby/ruby-inline-table-expected.png:
2695 * platform/chromium-win/fast/selectors/032-expected.png:
2696 * platform/chromium-win/fast/selectors/166-expected.png:
2697 * platform/chromium-win/fast/selectors/unqualified-hover-quirks-expected.png:
2698 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
2699 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
2700 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
2701 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
2702 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
2703 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
2704 * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
2705 * platform/chromium-win/fast/table/009-expected.png:
2706 * platform/chromium-win/fast/table/014-expected.png:
2707 * platform/chromium-win/fast/table/041-expected.png:
2708 * platform/chromium-win/fast/table/absolute-table-at-bottom-expected.png:
2709 * platform/chromium-win/fast/table/border-collapsing/004-expected.png:
2710 * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
2711 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
2712 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
2713 * platform/chromium-win/fast/table/nested-percent-height-table-expected.png:
2714 * platform/chromium-win/fast/table/percent-heights-expected.png:
2715 * platform/chromium-win/fast/text/basic/012-expected.png:
2716 * platform/chromium-win/fast/text/basic/013-expected.png:
2717 * platform/chromium-win/fast/text/basic/generic-family-reset-expected.png:
2718 * platform/chromium-win/fast/text/international/bidi-LDB-2-CSS-expected.png:
2719 * platform/chromium-win/fast/text/international/bidi-LDB-2-HTML-expected.png:
2720 * platform/chromium-win/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
2721 * platform/chromium-win/fast/text/international/thai-line-breaks-expected.png:
2722 * platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt:
2723 * platform/chromium-win/fast/text/line-breaks-expected.png:
2724 * platform/chromium-win/fast/text/line-breaks-expected.txt:
2725 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png:
2726 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
2727 * platform/chromium-win/fast/text/whitespace/024-expected.png:
2728 * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.png:
2729 * platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
2730 * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.png: Added.
2731 * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.txt: Added.
2732 * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
2733 * platform/chromium-win/fast/xsl/xslt-extra-content-at-end-expected.png:
2734 * platform/chromium-win/http/tests/misc/iframe404-expected.png:
2735 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png:
2736 * platform/chromium-win/media/audio-repaint-expected.png:
2737 * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
2738 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
2739 * platform/chromium-win/svg/text/small-fonts-in-html5-expected.png:
2740 * platform/chromium/test_expectations.txt:
2741 * platform/efl/css1/font_properties/font-expected.txt: Removed.
2742 * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
2743 * platform/efl/fast/borders/bidi-012-expected.txt: Removed.
2744 * platform/efl/fast/css/css2-system-fonts-expected.txt: Removed.
2745 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt: Removed.
2746 * platform/efl/fast/multicol/column-break-with-balancing-expected.txt: Removed.
2747 * platform/efl/fast/multicol/float-multicol-expected.txt: Removed.
2748 * platform/efl/fast/multicol/layers-in-multicol-expected.txt: Removed.
2749 * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed.
2750 * platform/efl/fast/multicol/scrolling-overflow-expected.txt: Removed.
2751 * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Removed.
2752 * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed.
2753 * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed.
2754 * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
2755 * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
2756 * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed.
2757 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
2758 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
2759 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
2760 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed.
2761 * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
2762 * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: Removed.
2763 * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed.
2764 * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.txt: Removed.
2765 * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
2766 * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.txt: Removed.
2767 * platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt: Removed.
2768 * platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt: Removed.
2769 * platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt: Removed.
2770 * platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt: Removed.
2771 * platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt: Removed.
2772 * platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt: Removed.
2773 * platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt: Removed.
2774 * platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt: Removed.
2775 * platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt: Removed.
2776 * platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt: Removed.
2777 * platform/efl/fast/ruby/ruby-inline-table-expected.txt: Removed.
2778 * platform/efl/fast/selectors/032-expected.txt: Removed.
2779 * platform/efl/fast/selectors/unqualified-hover-quirks-expected.txt: Removed.
2780 * platform/efl/fast/table/009-expected.txt: Removed.
2781 * platform/efl/fast/table/014-expected.txt: Removed.
2782 * platform/efl/fast/table/041-expected.txt: Removed.
2783 * platform/efl/fast/table/nested-percent-height-table-expected.txt: Removed.
2784 * platform/efl/fast/table/percent-heights-expected.txt: Removed.
2785 * platform/efl/fast/text/basic/012-expected.txt: Removed.
2786 * platform/efl/fast/text/basic/generic-family-reset-expected.txt: Removed.
2787 * platform/efl/fast/text/line-breaks-expected.txt: Removed.
2788 * platform/efl/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
2789 * platform/efl/fast/writing-mode/fieldsets-expected.txt: Removed.
2790 * platform/gtk/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
2791 * platform/gtk/fast/borders/bidi-012-expected.txt: Removed.
2792 * platform/gtk/fast/css/css2-system-fonts-expected.txt: Removed.
2793 * platform/gtk/fast/lists/ordered-list-with-no-ol-tag-expected.txt: Removed.
2794 * platform/gtk/fast/multicol/column-break-with-balancing-expected.txt: Removed.
2795 * platform/gtk/fast/multicol/float-multicol-expected.txt: Removed.
2796 * platform/gtk/fast/multicol/layers-in-multicol-expected.txt: Removed.
2797 * platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed.
2798 * platform/gtk/fast/multicol/scrolling-overflow-expected.txt: Removed.
2799 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Removed.
2800 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed.
2801 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed.
2802 * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
2803 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
2804 * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed.
2805 * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
2806 * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
2807 * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
2808 * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed.
2809 * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
2810 * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Removed.
2811 * platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed.
2812 * platform/gtk/fast/multicol/vertical-lr/float-multicol-expected.txt: Removed.
2813 * platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
2814 * platform/gtk/fast/multicol/vertical-rl/float-multicol-expected.txt: Removed.
2815 * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt: Removed.
2816 * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt: Removed.
2817 * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt: Removed.
2818 * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt: Removed.
2819 * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt: Removed.
2820 * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt: Removed.
2821 * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt: Removed.
2822 * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt: Removed.
2823 * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt: Removed.
2824 * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt: Removed.
2825 * platform/gtk/fast/ruby/ruby-inline-table-expected.txt: Removed.
2826 * platform/gtk/fast/selectors/032-expected.txt: Removed.
2827 * platform/gtk/fast/selectors/unqualified-hover-quirks-expected.txt: Removed.
2828 * platform/gtk/fast/table/009-expected.txt: Removed.
2829 * platform/gtk/fast/table/014-expected.txt: Removed.
2830 * platform/gtk/fast/table/041-expected.txt: Removed.
2831 * platform/gtk/fast/table/nested-percent-height-table-expected.txt: Removed.
2832 * platform/gtk/fast/table/percent-heights-expected.txt: Removed.
2833 * platform/gtk/fast/text/basic/012-expected.txt: Removed.
2834 * platform/gtk/fast/text/basic/generic-family-reset-expected.txt: Removed.
2835 * platform/gtk/fast/text/line-breaks-expected.txt: Removed.
2836 * platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
2837 * platform/gtk/fast/writing-mode/fieldsets-expected.txt: Removed.
2838 * platform/mac-snowleopard/css1/font_properties/font-expected.txt: Removed.
2839 * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed.
2841 2012-05-15 Gavin Barraclough <barraclough@apple.com>
2843 Add support for private names
2844 https://bugs.webkit.org/show_bug.cgi?id=86509
2846 Reviewed by Oliver Hunt.
2848 The spec isn't final, but we can start adding support to allow property maps
2849 to contain keys that aren't identifiers.
2851 * fast/js/names-expected.txt: Added.
2852 * fast/js/names.html: Added.
2853 * fast/js/script-tests/names.js: Added.
2856 2012-05-21 Emil A Eklund <eae@chromium.org>
2858 Fix bug in paintNinePieceImage exposed by subpixel change
2859 https://bugs.webkit.org/show_bug.cgi?id=87060
2861 Reviewed by Levi Weintraub.
2863 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png: Removed.
2864 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
2865 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2866 * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
2868 2012-05-21 Levi Weintraub <leviw@chromium.org>
2870 Unreviewed. More rebaselines following r117815.
2872 * fast/lists/008-expected.txt: Added.
2873 * fast/lists/008-vertical-expected.txt: Added.
2874 * fast/media/mq-relative-constraints-08-expected.txt: Added.
2875 * fast/overflow/infiniteRecursionGuard-expected.txt: Added.
2876 * fast/overflow/overflow-rtl-expected.txt: Added.
2877 * fast/overflow/overflow-rtl-vertical-expected.txt: Added.
2878 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
2879 * fast/table/multiple-captions-display-expected.png: Added.
2880 * fast/table/table-hspace-align-center-expected.txt: Added.
2881 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Added.
2882 * platform/chromium-linux-x86/http/tests/navigation: Removed.
2883 * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
2884 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2885 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2886 * platform/chromium-mac-leopard/fast/layers/video-layer-expected.png:
2887 * platform/chromium-mac-leopard/fast/lists/008-expected.png:
2888 * platform/chromium-mac-leopard/fast/overflow/infiniteRecursionGuard-expected.png:
2889 * platform/chromium-mac-leopard/fast/overflow/scrollRevealButton-expected.png:
2890 * platform/chromium-mac-leopard/fast/parser/bad-xml-slash-expected.png:
2891 * platform/chromium-mac-leopard/fast/repaint/control-clip-expected.png: Added.
2892 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
2893 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
2894 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
2895 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png:
2896 * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
2897 * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
2898 * platform/chromium-mac-leopard/fast/selectors/unqualified-hover-strict-expected.png: Added.
2899 * platform/chromium-mac-leopard/fast/table/table-hspace-align-center-expected.png:
2900 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png:
2901 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png:
2902 * platform/chromium-mac-leopard/fast/text/international/vertical-text-glyph-test-expected.png: Added.
2903 * platform/chromium-mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
2904 * platform/chromium-mac-leopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
2905 * platform/chromium-mac-leopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
2906 * platform/chromium-mac-leopard/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added.
2907 * platform/chromium-mac-leopard/fast/writing-mode/vertical-baseline-alignment-expected.txt: Added.
2908 * platform/chromium-mac-leopard/fast/writing-mode/vertical-font-fallback-expected.txt: Added.
2909 * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
2910 * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
2911 * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
2912 * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added.
2913 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2914 * platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png:
2915 * platform/chromium-mac-snowleopard/fast/multicol/span/clone-flexbox-expected.txt: Removed.
2916 * platform/chromium-mac-snowleopard/fast/replaced/table-percent-height-expected.txt: Removed.
2917 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2918 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
2919 * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png:
2920 * platform/chromium-mac/fast/layers/video-layer-expected.png:
2921 * platform/chromium-mac/fast/lists/008-expected.png:
2922 * platform/chromium-mac/fast/lists/008-vertical-expected.png:
2923 * platform/chromium-mac/fast/overflow/infiniteRecursionGuard-expected.png:
2924 * platform/chromium-mac/fast/overflow/overflow-update-transform-expected.png:
2925 * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
2926 * platform/chromium-mac/fast/parser/bad-xml-slash-expected.png:
2927 * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
2928 * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
2929 * platform/chromium-mac/fast/replaced/table-percent-height-expected.txt: Added.
2930 * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
2931 * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
2932 * platform/chromium-mac/fast/selectors/unqualified-hover-strict-expected.png:
2933 * platform/chromium-mac/fast/selectors/unqualified-hover-strict-expected.txt: Added.
2934 * platform/chromium-mac/fast/table/multiple-captions-display-expected.png:
2935 * platform/chromium-mac/fast/table/table-hspace-align-center-expected.png:
2936 * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png:
2937 * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png:
2938 * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
2939 * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
2940 * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
2941 * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Added.
2942 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
2943 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
2944 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
2945 * platform/chromium-mac/media/controls-after-reload-expected.png:
2946 * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
2947 * platform/chromium-mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2948 * platform/chromium-win-vista/http/tests/navigation: Removed.
2949 * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
2950 * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
2951 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png:
2952 * platform/chromium-win/fast/forms/search-rtl-expected.png:
2953 * platform/chromium-win/fast/multicol/break-properties-expected.txt: Removed.
2954 * platform/chromium-win/fast/multicol/span/clone-flexbox-expected.txt: Removed.
2955 * platform/chromium-win/fast/multicol/span/clone-summary-expected.txt: Removed.
2956 * platform/chromium-win/fast/multicol/vertical-lr/break-properties-expected.txt: Removed.
2957 * platform/chromium-win/fast/multicol/vertical-rl/break-properties-expected.txt: Removed.
2958 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png:
2959 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
2960 * platform/chromium/fast/multicol/break-properties-expected.txt: Added.
2961 * platform/chromium/fast/multicol/span: Added.
2962 * platform/chromium/fast/multicol/span/clone-flexbox-expected.txt: Added.
2963 * platform/chromium/fast/multicol/span/clone-summary-expected.txt: Added.
2964 * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt: Added.
2965 * platform/chromium/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
2966 * platform/chromium/test_expectations.txt:
2967 * platform/efl/fast/lists/008-expected.txt: Removed.
2968 * platform/efl/fast/lists/008-vertical-expected.txt: Removed.
2969 * platform/efl/fast/media/mq-relative-constraints-08-expected.txt: Removed.
2970 * platform/efl/fast/overflow/infiniteRecursionGuard-expected.txt: Removed.
2971 * platform/efl/fast/overflow/overflow-rtl-expected.txt: Removed.
2972 * platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt: Removed.
2973 * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
2974 * platform/efl/fast/table/multiple-captions-display-expected.png: Removed.
2975 * platform/efl/fast/table/table-hspace-align-center-expected.txt: Removed.
2976 * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Removed.
2977 * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
2978 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed.
2979 * platform/gtk/fast/lists/008-expected.txt: Removed.
2980 * platform/gtk/fast/lists/008-vertical-expected.txt: Removed.
2981 * platform/gtk/fast/media/mq-relative-constraints-08-expected.txt: Removed.
2982 * platform/gtk/fast/overflow/infiniteRecursionGuard-expected.txt: Removed.
2983 * platform/gtk/fast/overflow/overflow-rtl-expected.txt: Removed.
2984 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Removed.
2985 * platform/gtk/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
2986 * platform/gtk/fast/table/multiple-captions-display-expected.png: Removed.
2987 * platform/gtk/fast/table/table-hspace-align-center-expected.txt: Removed.
2988 * platform/gtk/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Removed.
2989 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
2990 * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed.
2991 * svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
2992 * svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added.
2994 2012-05-21 Levi Weintraub <leviw@chromium.org>
2996 Unreviewed test expectation updates following r117815.
2998 * platform/chromium-linux-x86/svg/zoom: Added.
2999 * platform/chromium-linux-x86/svg/zoom/page: Added.
3000 * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
3001 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
3002 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
3003 * platform/chromium-mac-leopard/media/controls-strict-expected.png:
3004 * platform/chromium-mac-leopard/media/controls-styling-expected.png:
3005 * platform/chromium-mac-leopard/media/controls-without-preload-expected.png:
3006 * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
3007 * platform/chromium-mac-leopard/media/video-controls-rendering-expected.png:
3008 * platform/chromium-mac-leopard/media/video-display-toggle-expected.png:
3009 * platform/chromium-mac-leopard/media/video-no-audio-expected.png:
3010 * platform/chromium-mac-leopard/media/video-playing-and-pause-expected.png:
3011 * platform/chromium-mac-leopard/media/video-volume-slider-expected.png:
3012 * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
3013 * platform/chromium-mac-leopard/svg/custom/bug45331-expected.png:
3014 * platform/chromium-mac-leopard/svg/custom/bug45331-expected.txt: Added.
3015 * platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png:
3016 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
3017 * platform/chromium-mac-leopard/svg/custom/junk-data-expected.png:
3018 * platform/chromium-mac-leopard/svg/custom/junk-data-expected.txt: Removed.
3019 * platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.png:
3020 * platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.txt: Removed.
3021 * platform/chromium-mac-leopard/svg/custom/object-sizing-expected.png:
3022 * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.png:
3023 * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.txt: Removed.
3024 * platform/chromium-mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png:
3025 * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3026 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png:
3027 * platform/chromium-mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.png:
3028 * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.png:
3029 * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt: Removed.
3030 * platform/chromium-mac-leopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3031 * platform/chromium-mac-leopard/svg/hixie/error/012-expected.png:
3032 * platform/chromium-mac-leopard/svg/wicd/rightsizing-grid-expected.png:
3033 * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png:
3034 * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image2-expected.png:
3035 * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png:
3036 * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
3037 * platform/chromium-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
3038 * platform/chromium-mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
3039 * platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
3040 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
3041 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
3042 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
3043 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
3044 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
3045 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3046 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10269-2-expected.png:
3047 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10296-1-expected.png:
3048 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1055-1-expected.png:
3049 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug106816-expected.png:
3050 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11384s-expected.png:
3051 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug126742-expected.png:
3052 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug131020-expected.png:
3053 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
3054 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug139524-2-expected.png:
3055 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug159108-expected.png:
3056 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17130-1-expected.png:
3057 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17130-2-expected.png:
3058 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
3059 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug19061-1-expected.png:
3060 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug19061-2-expected.png:
3061 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
3062 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-1-expected.png:
3063 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
3064 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png:
3065 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
3066 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3309-1-expected.png:
3067 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3309-2-expected.png:
3068 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug33137-expected.png:
3069 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3977-expected.png:
3070 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png:
3071 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
3072 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46480-1-expected.png:
3073 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46480-2-expected.png:
3074 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug52505-expected.png:
3075 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug52506-expected.png:
3076 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5538-expected.png:
3077 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
3078 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6304-expected.png:
3079 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7112-1-expected.png:
3080 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7112-2-expected.png:
3081 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8032-1-expected.png:
3082 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8381-expected.png:
3083 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug9271-1-expected.png:
3084 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug9271-2-expected.png:
3085 * platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
3086 * platform/chromium-mac-leopard/tables/mozilla/core/margins-expected.png:
3087 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_index-expected.png:
3088 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3089 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png:
3090 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
3091 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
3092 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
3093 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png:
3094 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
3095 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3096 * platform/chromium-mac-leopard/tables/mozilla/other/test3-expected.png:
3097 * platform/chromium-mac-leopard/tables/mozilla/other/test6-expected.png:
3098 * platform/chromium-mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png:
3099 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
3100 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
3101 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
3102 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
3103 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
3104 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
3105 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
3106 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
3107 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
3108 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
3109 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
3110 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
3111 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
3112 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
3113 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
3114 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png:
3115 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.png:
3116 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
3117 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
3118 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
3119 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
3120 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
3121 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
3122 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
3123 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
3124 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
3125 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
3126 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
3127 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
3128 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
3129 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
3130 * platform/chromium-mac/media/controls-layout-direction-expected.png:
3131 * platform/chromium-mac/media/controls-strict-expected.png:
3132 * platform/chromium-mac/media/controls-styling-expected.png:
3133 * platform/chromium-mac/media/controls-without-preload-expected.png:
3134 * platform/chromium-mac/media/media-controls-clone-expected.png:
3135 * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
3136 * platform/chromium-mac/media/video-controls-rendering-expected.png:
3137 * platform/chromium-mac/media/video-display-toggle-expected.png:
3138 * platform/chromium-mac/media/video-no-audio-expected.png:
3139 * platform/chromium-mac/media/video-playing-and-pause-expected.png:
3140 * platform/chromium-mac/media/video-volume-slider-expected.png:
3141 * platform/chromium-mac/media/video-volume-slider-expected.txt:
3142 * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
3143 * platform/chromium-mac/svg/custom/bug45331-expected.png:
3144 * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
3145 * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
3146 * platform/chromium-mac/svg/custom/junk-data-expected.png:
3147 * platform/chromium-mac/svg/custom/missing-xlink-expected.png:
3148 * platform/chromium-mac/svg/custom/object-sizing-expected.png:
3149 * platform/chromium-mac/svg/custom/path-bad-data-expected.png:
3150 * platform/chromium-mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
3151 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3152 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
3153 * platform/chromium-mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
3154 * platform/chromium-mac/svg/custom/use-font-face-crash-expected.png:
3155 * platform/chromium-mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3156 * platform/chromium-mac/svg/hixie/error/012-expected.png:
3157 * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
3158 * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.png:
3159 * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png:
3160 * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
3161 * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
3162 * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
3163 * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
3164 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
3165 * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
3166 * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
3167 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
3168 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
3169 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
3170 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
3171 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3172 * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
3173 * platform/chromium-mac/tables/mozilla/bugs/bug10269-2-expected.png:
3174 * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png:
3175 * platform/chromium-mac/tables/mozilla/bugs/bug1055-1-expected.png:
3176 * platform/chromium-mac/tables/mozilla/bugs/bug11384s-expected.png:
3177 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
3178 * platform/chromium-mac/tables/mozilla/bugs/bug17130-1-expected.png:
3179 * platform/chromium-mac/tables/mozilla/bugs/bug17130-2-expected.png:
3180 * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
3181 * platform/chromium-mac/tables/mozilla/bugs/bug19061-1-expected.png:
3182 * platform/chromium-mac/tables/mozilla/bugs/bug19061-2-expected.png:
3183 * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
3184 * platform/chromium-mac/tables/mozilla/bugs/bug2479-1-expected.png:
3185 * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
3186 * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
3187 * platform/chromium-mac/tables/mozilla/bugs/bug3309-1-expected.png:
3188 * platform/chromium-mac/tables/mozilla/bugs/bug3309-2-expected.png:
3189 * platform/chromium-mac/tables/mozilla/bugs/bug3977-expected.png:
3190 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png:
3191 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
3192 * platform/chromium-mac/tables/mozilla/bugs/bug5538-expected.png:
3193 * platform/chromium-mac/tables/mozilla/bugs/bug6304-expected.png:
3194 * platform/chromium-mac/tables/mozilla/bugs/bug7112-1-expected.png:
3195 * platform/chromium-mac/tables/mozilla/bugs/bug7112-2-expected.png:
3196 * platform/chromium-mac/tables/mozilla/bugs/bug8032-1-expected.png:
3197 * platform/chromium-mac/tables/mozilla/bugs/bug8381-expected.png:
3198 * platform/chromium-mac/tables/mozilla/bugs/bug9271-1-expected.png:
3199 * platform/chromium-mac/tables/mozilla/bugs/bug9271-2-expected.png:
3200 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
3201 * platform/chromium-mac/tables/mozilla/core/margins-expected.png:
3202 * platform/chromium-mac/tables/mozilla/marvin/backgr_index-expected.png:
3203 * platform/chromium-mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3204 * platform/chromium-mac/tables/mozilla/marvin/backgr_position-table-expected.png:
3205 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
3206 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
3207 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
3208 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
3209 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
3210 * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3211 * platform/chromium-mac/tables/mozilla/other/test3-expected.png:
3212 * platform/chromium-mac/tables/mozilla/other/test6-expected.png:
3213 * platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.png:
3214 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
3215 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
3216 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
3217 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
3218 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
3219 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
3220 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
3221 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
3222 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
3223 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
3224 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
3225 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
3226 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
3227 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
3228 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
3229 * platform/chromium-win-vista/svg/custom/bug45331-expected.txt: Added.
3230 * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
3231 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
3232 * platform/chromium-win-xp/svg/custom/bug45331-expected.txt: Added.
3233 * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png:
3234 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
3235 * platform/chromium-win/media/video-volume-slider-expected.png:
3236 * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
3237 * platform/chromium-win/svg/custom/bug45331-expected.png:
3238 * platform/chromium-win/svg/custom/image-parent-translation-expected.png:
3239 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
3240 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
3241 * platform/chromium-win/svg/custom/junk-data-expected.png:
3242 * platform/chromium-win/svg/custom/missing-xlink-expected.png:
3243 * platform/chromium-win/svg/custom/object-sizing-expected.png:
3244 * platform/chromium-win/svg/custom/path-bad-data-expected.png:
3245 * platform/chromium-win/svg/custom/rootmost-svg-xy-attrs-expected.png:
3246 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3247 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
3248 * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.png:
3249 * platform/chromium-win/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3250 * platform/chromium-win/svg/hixie/error/012-expected.png:
3251 * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
3252 * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.png:
3253 * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png:
3254 * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
3255 * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
3256 * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
3257 * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
3258 * platform/chromium/svg/as-image: Added.
3259 * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.
3260 * platform/chromium/svg/custom/fractional-rects-expected.txt: Added.
3261 * platform/chromium/svg/custom/js-update-container-expected.txt: Added.
3262 * platform/efl/svg/zoom/page/zoom-background-images-expected.txt: Removed.
3263 * platform/efl/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed.
3264 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
3265 * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed.
3266 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
3267 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
3268 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
3269 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
3270 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
3271 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
3272 * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
3273 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Removed.
3274 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
3275 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
3276 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
3277 * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
3278 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
3279 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
3280 * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
3281 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
3282 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
3283 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
3284 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
3285 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
3286 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
3287 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
3288 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
3289 * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
3290 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Removed.
3291 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Removed.
3292 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Removed.
3293 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed.
3294 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed.
3295 * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed.
3296 * platform/gtk/svg/zoom/page/zoom-background-images-expected.txt: Removed.
3297 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed.
3298 * platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
3299 * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed.
3300 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
3301 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
3302 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
3303 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
3304 * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
3305 * platform/gtk/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
3306 * platform/gtk/tables/mozilla/bugs/bug106816-expected.txt: Removed.
3307 * platform/gtk/tables/mozilla/bugs/bug126742-expected.txt: Removed.
3308 * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt: Removed.
3309 * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
3310 * platform/gtk/tables/mozilla/bugs/bug159108-expected.txt: Removed.
3311 * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
3312 * platform/gtk/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
3313 * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
3314 * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
3315 * platform/gtk/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
3316 * platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
3317 * platform/gtk/tables/mozilla/bugs/bug33137-expected.txt: Removed.
3318 * platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
3319 * platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
3320 * platform/gtk/tables/mozilla/bugs/bug5538-expected.txt: Removed.
3321 * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
3322 * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
3323 * platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
3324 * platform/gtk/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
3325 * platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Removed.
3326 * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Removed.
3327 * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Removed.
3328 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed.
3329 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed.
3330 * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed.
3331 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Removed.
3332 * platform/mac-snowleopard/svg/zoom/text: Removed.
3333 * platform/mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Removed.
3334 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
3335 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed.
3336 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
3337 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
3338 * platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
3339 * svg/zoom/page/zoom-background-images-expected.txt: Added.
3340 * svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added.
3341 * svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
3342 * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
3343 * svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
3344 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
3345 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
3346 * svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
3347 * svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
3348 * svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
3349 * tables/mozilla/bugs/bug1055-1-expected.txt: Added.
3350 * tables/mozilla/bugs/bug106816-expected.txt: Added.
3351 * tables/mozilla/bugs/bug126742-expected.txt: Added.
3352 * tables/mozilla/bugs/bug131020-expected.txt: Added.
3353 * tables/mozilla/bugs/bug139524-2-expected.txt: Added.
3354 * tables/mozilla/bugs/bug159108-expected.txt: Added.
3355 * tables/mozilla/bugs/bug17130-1-expected.txt: Added.
3356 * tables/mozilla/bugs/bug17130-2-expected.txt: Added.
3357 * tables/mozilla/bugs/bug19061-1-expected.txt: Added.
3358 * tables/mozilla/bugs/bug19061-2-expected.txt: Added.
3359 * tables/mozilla/bugs/bug3309-1-expected.txt: Added.
3360 * tables/mozilla/bugs/bug3309-2-expected.txt: Added.
3361 * tables/mozilla/bugs/bug33137-expected.txt: Added.
3362 * tables/mozilla/bugs/bug46480-1-expected.txt: Added.
3363 * tables/mozilla/bugs/bug46480-2-expected.txt: Added.
3364 * tables/mozilla/bugs/bug5538-expected.txt: Added.
3365 * tables/mozilla/bugs/bug7112-1-expected.txt: Added.
3366 * tables/mozilla/bugs/bug7112-2-expected.txt: Added.
3367 * tables/mozilla/bugs/bug8032-1-expected.txt: Added.
3368 * tables/mozilla/marvin/backgr_index-expected.txt: Added.
3369 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Added.
3370 * tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Added.
3371 * tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Added.
3372 * tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Added.
3373 * tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added.
3374 * tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Added.
3376 2012-05-21 Joshua Bell <jsbell@chromium.org>
3378 Unreviewed gardening. Updating Skipped file names following bulk move in r117816.
3380 * platform/mac-lion/Skipped:
3381 * platform/mac-wk2/Skipped:
3382 * platform/mac/Skipped:
3383 * platform/qt-mac/Skipped:
3384 * platform/win-wk2/Skipped:
3385 * platform/wk2/Skipped:
3387 2012-05-21 Levi Weintraub <leviw@chromium.org>
3389 Unreviewed gardening. Updating Chromium-Windows expectations following r117815. Optimizebaselines also caused
3390 a number of efl/gtk test expectations to be coalesced.
3392 * css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
3393 * fast/compact/001-expected.txt: Added.
3394 * fast/css/acid2-expected.txt: Added.
3395 * fast/css/acid2-pixel-expected.txt: Added.
3396 * fast/css/font-size-negative-expected.txt: Added.
3397 * fast/css/line-height-negative-expected.txt: Added.
3398 * fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
3399 * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
3400 * fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
3401 * fast/flexbox/011-expected.txt: Added.
3402 * fast/inline-block/002-expected.txt: Added.
3403 * fast/inline/002-expected.txt: Added.
3404 * fast/lists/003-expected.txt: Added.
3405 * fast/lists/003-vertical-expected.txt: Added.
3406 * fast/overflow/007-expected.txt: Added.
3407 * fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added.
3408 * fast/repaint/transform-translate-expected.txt: Added.
3409 * fast/replaced/007-expected.txt: Added.
3410 * fast/table/035-expected.txt: Added.
3411 * fast/table/035-vertical-expected.txt: Added.
3412 * fast/table/table-display-types-strict-expected.txt: Added.
3413 * fast/table/tableInsideCaption-expected.txt: Added.
3414 * fast/transforms/transforms-with-zoom-expected.txt: Added.
3415 * platform/chromium-mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
3416 * platform/chromium-win-vista/css1: Added.
3417 * platform/chromium-win-vista/css1/text_properties: Added.
3418 * platform/chromium-win-vista/css1/text_properties/line_height-expected.txt: Added.
3419 * platform/chromium-win-vista/fast/compact: Added.
3420 * platform/chromium-win-vista/fast/compact/001-expected.png: Added.
3421 * platform/chromium-win-vista/fast/dom/HTMLMeterElement: Added.
3422 * platform/chromium-win-vista/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
3423 * platform/chromium-win-vista/fast/dom/HTMLProgressElement: Added.
3424 * platform/chromium-win-vista/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
3425 * platform/chromium-win-vista/fast/inline-block/002-expected.png: Added.
3426 * platform/chromium-win-vista/fast/inline/002-expected.png: Added.
3427 * platform/chromium-win-vista/fast/table/tableInsideCaption-expected.png: Added.
3428 * platform/chromium-win-vista/fast/text/whitespace: Added.
3429 * platform/chromium-win-vista/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
3430 * platform/chromium-win-vista/http/tests/misc/acid2-expected.txt: Added.
3431 * platform/chromium-win-vista/http/tests/misc/acid2-pixel-expected.png:
3432 * platform/chromium-win-xp/fast/compact: Added.
3433 * platform/chromium-win-xp/fast/compact/001-expected.png: Added.
3434 * platform/chromium-win-xp/fast/dom/HTMLMeterElement: Added.
3435 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
3436 * platform/chromium-win-xp/fast/dom/HTMLProgressElement: Added.
3437 * platform/chromium-win-xp/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
3438 * platform/chromium-win-xp/fast/forms/search-styled-expected.png:
3439 * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
3440 * platform/chromium-win-xp/fast/inline-block/002-expected.png: Added.
3441 * platform/chromium-win-xp/fast/inline/002-expected.png: Added.
3442 * platform/chromium-win-xp/fast/table/tableInsideCaption-expected.png: Added.
3443 * platform/chromium-win-xp/fast/text/atsui-negative-spacing-features-expected.png:
3444 * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.png:
3445 * platform/chromium-win-xp/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
3446 * platform/chromium-win/css1/text_properties/line_height-expected.txt:
3447 * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
3448 * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
3449 * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
3450 * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt:
3451 * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.png:
3452 * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt:
3453 * platform/chromium-win/fast/compact/001-expected.png:
3454 * platform/chromium-win/fast/compact/001-expected.txt:
3455 * platform/chromium-win/fast/css/acid2-expected.txt:
3456 * platform/chromium-win/fast/css/acid2-pixel-expected.png:
3457 * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
3458 * platform/chromium-win/fast/css/font-size-negative-expected.png:
3459 * platform/chromium-win/fast/css/font-size-negative-expected.txt:
3460 * platform/chromium-win/fast/css/input-search-padding-expected.png:
3461 * platform/chromium-win/fast/css/input-search-padding-expected.txt:
3462 * platform/chromium-win/fast/css/line-height-negative-expected.png:
3463 * platform/chromium-win/fast/css/line-height-negative-expected.txt:
3464 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
3465 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
3466 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
3467 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
3468 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
3469 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
3470 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
3471 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
3472 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
3473 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
3474 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
3475 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
3476 * platform/chromium-win/fast/flexbox/011-expected.png:
3477 * platform/chromium-win/fast/flexbox/011-expected.txt:
3478 * platform/chromium-win/fast/forms/placeholder-position-expected.png:
3479 * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
3480 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
3481 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
3482 * platform/chromium-win/fast/forms/search-styled-expected.png:
3483 * platform/chromium-win/fast/forms/search-styled-expected.txt:
3484 * platform/chromium-win/fast/inline-block/002-expected.png:
3485 * platform/chromium-win/fast/inline-block/002-expected.txt:
3486 * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
3487 * platform/chromium-win/fast/inline/002-expected.png:
3488 * platform/chromium-win/fast/inline/002-expected.txt:
3489 * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
3490 * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
3491 * platform/chromium-win/fast/lists/003-expected.txt:
3492 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
3493 * platform/chromium-win/fast/multicol/client-rects-expected.txt:
3494 * platform/chromium-win/fast/overflow/007-expected.png:
3495 * platform/chromium-win/fast/overflow/007-expected.txt:
3496 * platform/chromium-win/fast/parser/entity-comment-in-style-expected.txt:
3497 * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3498 * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
3499 * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
3500 * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.txt:
3501 * platform/chromium-win/fast/repaint/transform-absolute-child-expected.png:
3502 * platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png:
3503 * platform/chromium-win/fast/repaint/transform-translate-expected.png:
3504 * platform/chromium-win/fast/repaint/transform-translate-expected.txt:
3505 * platform/chromium-win/fast/replaced/007-expected.txt:
3506 * platform/chromium-win/fast/table/035-expected.png:
3507 * platform/chromium-win/fast/table/035-expected.txt:
3508 * platform/chromium-win/fast/table/035-vertical-expected.png:
3509 * platform/chromium-win/fast/table/035-vertical-expected.txt:
3510 * platform/chromium-win/fast/table/040-expected.txt:
3511 * platform/chromium-win/fast/table/040-vertical-expected.txt:
3512 * platform/chromium-win/fast/table/frame-and-rules-expected.txt:
3513 * platform/chromium-win/fast/table/overflowHidden-expected.txt:
3514 * platform/chromium-win/fast/table/table-display-types-strict-expected.png:
3515 * platform/chromium-win/fast/table/table-display-types-strict-expected.txt:
3516 * platform/chromium-win/fast/table/tableInsideCaption-expected.png:
3517 * platform/chromium-win/fast/table/tableInsideCaption-expected.txt:
3518 * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png:
3519 * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt:
3520 * platform/chromium-win/fast/text/atsui-spacing-features-expected.png:
3521 * platform/chromium-win/fast/text/atsui-spacing-features-expected.txt:
3522 * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
3523 * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
3524 * platform/chromium-win/fast/transforms/transforms-with-zoom-expected.txt:
3525 * platform/chromium-win/http/tests/misc/acid2-expected.txt:
3526 * platform/chromium-win/http/tests/misc/acid2-pixel-expected.png:
3527 * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
3528 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
3529 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
3530 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
3531 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
3532 * platform/chromium-win/media/video-zoom-controls-expected.png:
3533 * platform/chromium-win/media/video-zoom-controls-expected.txt:
3534 * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
3535 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
3536 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
3537 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
3538 * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.png:
3539 * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
3540 * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
3541 * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
3542 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
3543 * platform/chromium/fast/inline: Removed.
3544 * platform/chromium/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Removed.
3545 * platform/efl/css1/text_properties/line_height-expected.txt: Removed.
3546 * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed.
3547 * platform/efl/fast/compact/001-expected.txt: Removed.
3548 * platform/efl/fast/css/acid2-expected.txt: Removed.
3549 * platform/efl/fast/css/acid2-pixel-expected.txt: Removed.
3550 * platform/efl/fast/css/font-size-negative-expected.txt: Removed.
3551 * platform/efl/fast/css/line-height-negative-expected.txt: Removed.
3552 * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed.
3553 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed.
3554 * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
3555 * platform/efl/fast/flexbox/011-expected.txt: Removed.
3556 * platform/efl/fast/inline-block/002-expected.txt: Removed.
3557 * platform/efl/fast/inline/002-expected.txt: Removed.
3558 * platform/efl/fast/lists/003-expected.txt: Removed.
3559 * platform/efl/fast/lists/003-vertical-expected.txt: Removed.
3560 * platform/efl/fast/overflow/007-expected.txt: Removed.
3561 * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Removed.
3562 * platform/efl/fast/repaint/transform-translate-expected.txt: Removed.
3563 * platform/efl/fast/replaced/007-expected.txt: Removed.
3564 * platform/efl/fast/table/035-expected.txt: Removed.
3565 * platform/efl/fast/table/035-vertical-expected.txt: Removed.
3566 * platform/efl/fast/table/table-display-types-strict-expected.txt: Removed.
3567 * platform/efl/fast/table/tableInsideCaption-expected.txt: Removed.
3568 * platform/efl/fast/transforms/transforms-with-zoom-expected.txt: Removed.
3569 * platform/efl/http/tests/misc/acid2-expected.txt: Removed.
3570 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Removed.
3571 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Removed.
3572 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Removed.
3573 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Removed.
3574 * platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed.
3575 * platform/gtk/fast/compact/001-expected.txt: Removed.
3576 * platform/gtk/fast/css/acid2-expected.txt: Removed.
3577 * platform/gtk/fast/css/acid2-pixel-expected.txt: Removed.
3578 * platform/gtk/fast/css/font-size-negative-expected.txt: Removed.
3579 * platform/gtk/fast/css/line-height-negative-expected.txt: Removed.
3580 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed.
3581 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed.
3582 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
3583 * platform/gtk/fast/flexbox/011-expected.txt: Removed.
3584 * platform/gtk/fast/inline-block/002-expected.txt: Removed.
3585 * platform/gtk/fast/inline/002-expected.txt: Removed.
3586 * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
3587 * platform/gtk/fast/lists/003-expected.txt: Removed.
3588 * platform/gtk/fast/lists/003-vertical-expected.txt: Removed.
3589 * platform/gtk/fast/overflow/007-expected.txt: Removed.
3590 * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Removed.
3591 * platform/gtk/fast/repaint/transform-translate-expected.txt: Removed.
3592 * platform/gtk/fast/replaced/007-expected.txt: Removed.
3593 * platform/gtk/fast/table/035-expected.txt: Removed.
3594 * platform/gtk/fast/table/035-vertical-expected.txt: Removed.
3595 * platform/gtk/fast/table/table-display-types-strict-expected.txt: Removed.
3596 * platform/gtk/fast/table/tableInsideCaption-expected.txt: Removed.
3597 * platform/gtk/fast/transforms/transforms-with-zoom-expected.txt: Removed.
3598 * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Removed.
3599 * platform/qt/fast/css/font-size-negative-expected.txt: Removed.
3600 * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
3602 2012-05-21 Mike West <mkwst@chromium.org>
3604 Blocking `setTimeout` and `setInterval` evaluation with CSP should include a stack trace in the console warning.
3605 https://bugs.webkit.org/show_bug.cgi?id=86943
3607 Reviewed by Adam Barth.
3609 * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval-expected.txt: Added.
3610 * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html: Added.
3611 * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout-expected.txt: Added.
3612 * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html: Added.
3614 2012-05-21 Levi Weintraub <leviw@chromium.org>
3616 Unreviewed gardening. Updating expectations after r117815.
3618 * platform/chromium-linux-x86/fast/regions: Added.
3619 * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added.
3620 * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added.
3622 2012-05-21 Oliver Hunt <oliver@apple.com>
3624 Add new test results for mac
3626 * platform/mac/css2.1/20110323/inline-table-001-expected.txt: Added.
3627 * platform/mac/css2.1/20110323/inline-table-002a-expected.txt: Added.
3628 * platform/mac/css2.1/20110323/inline-table-003-expected.txt: Added.
3629 * platform/mac/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
3630 * platform/mac/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
3631 * platform/mac/fast/forms/select-empty-option-height-expected.txt: Added.
3632 * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
3633 * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
3635 2012-05-21 Emil A Eklund <eae@chromium.org>
3637 Unreviewed chromium linux and windows rebaselines for sub-pixel flag change commited as r117815.
3639 * platform/chromium-linux/compositing/direct-image-compositing-expected.png:
3640 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
3641 * platform/chromium-linux/compositing/reflections/nested-reflection-transformed-expected.png:
3642 * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
3643 * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
3644 * platform/chromium-linux/css1/basic/inheritance-expected.png:
3645 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
3646 * platform/chromium-linux/css1/box_properties/clear_float-expected.png:
3647 * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
3648 * platform/chromium-linux/css1/box_properties/margin_right-expected.png:
3649 * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
3650 * platform/chromium-linux/css1/box_properties/width-expected.png:
3651 * platform/chromium-linux/css1/color_and_background/background_attachment-expected.png:
3652 * platform/chromium-linux/css1/font_properties/font-expected.txt:
3653 * platform/chromium-linux/css1/font_properties/font_size-expected.png:
3654 * platform/chromium-linux/css1/font_properties/font_weight-expected.png:
3655 * platform/chromium-linux/css1/formatting_model/floating_elements-expected.png:
3656 * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.png:
3657 * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png:
3658 * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.png:
3659 * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.png:
3660 * platform/chromium-linux/css1/text_properties/text_indent-expected.png:
3661 * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
3662 * platform/chromium-linux/css1/units/percentage_units-expected.png:
3663 * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
3664 * platform/chromium-linux/css2.1/20110323/floating-replaced-height-008-expected.png:
3665 * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-008-expected.png:
3666 * platform/chromium-linux/css2.1/20110323/inline-replaced-height-008-expected.png:
3667 * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
3668 * platform/chromium-linux/css2.1/t040302-c61-phys-len-00-b-expected.png:
3669 * platform/chromium-linux/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
3670 * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
3671 * platform/chromium-linux/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
3672 * platform/chromium-linux/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
3673 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
3674 * platform/chromium-linux/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
3675 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
3676 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
3677 * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
3678 * platform/chromium-linux/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
3679 * platform/chromium-linux/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
3680 * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
3681 * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
3682 * platform/chromium-linux/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
3683 * platform/chromium-linux/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
3684 * platform/chromium-linux/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
3685 * platform/chromium-linux/css2.1/t1205-c565-list-pos-00-b-expected.png:
3686 * platform/chromium-linux/css2.1/t1506-c525-font-wt-00-b-expected.png:
3687 * platform/chromium-linux/css2.1/t1508-c527-font-09-b-expected.png:
3688 * platform/chromium-linux/css2.1/t1508-c527-font-09-b-expected.txt:
3689 * platform/chromium-linux/css2.1/t1602-c43-center-00-d-ag-expected.png:
3690 * platform/chromium-linux/css3/filters/huge-region-expected.png: Added.
3691 * platform/chromium-linux/css3/selectors3/html/css3-modsel-32-expected.txt: Added.
3692 * platform/chromium-linux/editing/inserting/4959067-expected.txt: Added.
3693 * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png:
3694 * platform/chromium-linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
3695 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
3696 * platform/chromium-linux/editing/selection/3690703-2-expected.txt:
3697 * platform/chromium-linux/editing/selection/3690703-expected.png:
3698 * platform/chromium-linux/editing/selection/3690703-expected.txt:
3699 * platform/chromium-linux/editing/selection/3690719-expected.png:
3700 * platform/chromium-linux/editing/selection/3690719-expected.txt:
3701 * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png:
3702 * platform/chromium-linux/editing/selection/select-text-overflow-ellipsis-expected.png:
3703 * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.png:
3704 * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png:
3705 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
3706 * platform/chromium-linux/fast/block/basic/001-expected.png:
3707 * platform/chromium-linux/fast/block/basic/011-expected.png:
3708 * platform/chromium-linux/fast/block/basic/015-expected.png:
3709 * platform/chromium-linux/fast/block/basic/016-expected.png:
3710 * platform/chromium-linux/fast/block/basic/019-expected.png:
3711 * platform/chromium-linux/fast/block/float/002-expected.png:
3712 * platform/chromium-linux/fast/block/float/013-expected.png:
3713 * platform/chromium-linux/fast/block/float/avoiding-float-centered-expected.png:
3714 * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png:
3715 * platform/chromium-linux/fast/block/float/nopaint-after-layer-destruction2-expected.png:
3716 * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt:
3717 * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
3718 * platform/chromium-linux/fast/block/margin-collapse/100-expected.png:
3719 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
3720 * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
3721 * platform/chromium-linux/fast/block/positioning/047-expected.png:
3722 * platform/chromium-linux/fast/block/positioning/047-expected.txt:
3723 * platform/chromium-linux/fast/block/positioning/051-expected.png:
3724 * platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
3725 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
3726 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
3727 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
3728 * platform/chromium-linux/fast/borders/rtl-border-01-expected.png:
3729 * platform/chromium-linux/fast/borders/rtl-border-02-expected.png:
3730 * platform/chromium-linux/fast/borders/rtl-border-03-expected.png:
3731 * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png:
3732 * platform/chromium-linux/fast/compact/001-expected.png:
3733 * platform/chromium-linux/fast/css-generated-content/011-expected.png:
3734 * platform/chromium-linux/fast/css-generated-content/013-expected.png:
3735 * platform/chromium-linux/fast/css-generated-content/014-expected.png:
3736 * platform/chromium-linux/fast/css-generated-content/015-expected.png:
3737 * platform/chromium-linux/fast/css-generated-content/inline-display-types-expected.png:
3738 * platform/chromium-linux/fast/css/004-expected.png:
3739 * platform/chromium-linux/fast/css/005-expected.png:
3740 * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
3741 * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png:
3742 * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png:
3743 * platform/chromium-linux/fast/css/continuationCrash-expected.txt:
3744 * platform/chromium-linux/fast/css/css1_forward_compatible_parsing-expected.png:
3745 * platform/chromium-linux/fast/css/css2-system-fonts-expected.txt:
3746 * platform/chromium-linux/fast/css/empty-pseudo-class-expected.png:
3747 * platform/chromium-linux/fast/css/fieldset-display-row-expected.png:
3748 * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png:
3749 * platform/chromium-linux/fast/css/first-line-text-decoration-expected.png:
3750 * platform/chromium-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
3751 * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png:
3752 * platform/chromium-linux/fast/css/font-size-negative-expected.png:
3753 * platform/chromium-linux/fast/css/h1-in-section-elements-expected.png:
3754 * platform/chromium-linux/fast/css/hsl-color-expected.png:
3755 * platform/chromium-linux/fast/css/hsla-color-expected.png:
3756 * platform/chromium-linux/fast/css/inline-properties-important-expected.png:
3757 * platform/chromium-linux/fast/css/input-search-padding-expected.png:
3758 * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
3759 * platform/chromium-linux/fast/css/invalid-percentage-property-expected.png:
3760 * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png:
3761 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
3762 * platform/chromium-linux/fast/css/line-height-negative-expected.png:
3763 * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png:
3764 * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png:
3765 * platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
3766 * platform/chromium-linux/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
3767 * platform/chromium-linux/fast/css/rgb-float-expected.png:
3768 * platform/chromium-linux/fast/css/text-align-expected.png:
3769 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
3770 * platform/chromium-linux/fast/css/text-overflow-input-expected.png:
3771 * platform/chromium-linux/fast/css/transform-default-parameter-expected.png:
3772 * platform/chromium-linux/fast/css/word-space-extra-expected.png:
3773 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
3774 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
3775 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
3776 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
3777 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
3778 * platform/chromium-linux/fast/dynamic/012-expected.png:
3779 * platform/chromium-linux/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
3780 * platform/chromium-linux/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
3781 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
3782 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
3783 * platform/chromium-linux/fast/events/pointer-events-2-expected.png:
3784 * platform/chromium-linux/fast/flexbox/011-expected.png:
3785 * platform/chromium-linux/fast/flexbox/flex-hang-expected.png:
3786 * platform/chromium-linux/fast/forms/001-expected.txt:
3787 * platform/chromium-linux/fast/forms/006-expected.png:
3788 * platform/chromium-linux/fast/forms/007-expected.png:
3789 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
3790 * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
3791 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
3792 * platform/chromium-linux/fast/forms/basic-selects-expected.txt:
3793 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
3794 * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
3795 * platform/chromium-linux/fast/forms/button-default-title-expected.png:
3796 * platform/chromium-linux/fast/forms/button-default-title-expected.txt:
3797 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
3798 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
3799 * platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
3800 * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
3801 * platform/chromium-linux/fast/forms/fieldset-align-expected.png:
3802 * platform/chromium-linux/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
3803 * platform/chromium-linux/fast/forms/fieldset-with-float-expected.png:
3804 * platform/chromium-linux/fast/forms/float-before-fieldset-expected.png:
3805 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
3806 * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
3807 * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
3808 * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
3809 * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
3810 * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png:
3811 * platform/chromium-linux/fast/forms/preserveFormDuringResidualStyle-expected.png:
3812 * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
3813 * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.png:
3814 * platform/chromium-linux/fast/forms/search-rtl-expected.png:
3815 * platform/chromium-linux/fast/forms/search-styled-expected.png:
3816 * platform/chromium-linux/fast/forms/search-styled-expected.txt:
3817 * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
3818 * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
3819 * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
3820 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
3821 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
3822 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
3823 * platform/chromium-linux/fast/gradients/radial-centered-expected.txt:
3824 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
3825 * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
3826 * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
3827 * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
3828 * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
3829 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
3830 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
3831 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
3832 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
3833 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
3834 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
3835 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
3836 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
3837 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
3838 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
3839 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
3840 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
3841 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
3842 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
3843 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
3844 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
3845 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
3846 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
3847 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
3848 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
3849 * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
3850 * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
3851 * platform/chromium-linux/fast/html/details-marker-style-expected.png:
3852 * platform/chromium-linux/fast/html/details-marker-style-expected.txt:
3853 * platform/chromium-linux/fast/html/details-nested-1-expected.png:
3854 * platform/chromium-linux/fast/html/details-nested-2-expected.png:
3855 * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
3856 * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
3857 * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
3858 * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
3859 * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
3860 * platform/chromium-linux/fast/html/details-open1-expected.png:
3861 * platform/chromium-linux/fast/html/details-open2-expected.png:
3862 * platform/chromium-linux/fast/html/details-open3-expected.png:
3863 * platform/chromium-linux/fast/html/details-open4-expected.png:
3864 * platform/chromium-linux/fast/html/details-open5-expected.png:
3865 * platform/chromium-linux/fast/html/details-open6-expected.png:
3866 * platform/chromium-linux/fast/html/details-position-expected.png:
3867 * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
3868 * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
3869 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
3870 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
3871 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
3872 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
3873 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
3874 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
3875 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
3876 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
3877 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
3878 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
3879 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
3880 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
3881 * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
3882 * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
3883 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
3884 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
3885 * platform/chromium-linux/fast/html/details-replace-text-expected.png:
3886 * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
3887 * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
3888 * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
3889 * platform/chromium-linux/fast/inline-block/002-expected.png:
3890 * platform/chromium-linux/fast/inline/002-expected.png:
3891 * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
3892 * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
3893 * platform/chromium-linux/fast/inline/continuation-outlines-expected.png:
3894 * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png:
3895 * platform/chromium-linux/fast/inline/inline-box-background-expected.png:
3896 * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.png:
3897 * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.png:
3898 * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.png:
3899 * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
3900 * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
3901 * platform/chromium-linux/fast/invalid/010-expected.png:
3902 * platform/chromium-linux/fast/invalid/014-expected.png:
3903 * platform/chromium-linux/fast/invalid/014-expected.txt:
3904 * platform/chromium-linux/fast/invalid/junk-data-expected.png:
3905 * platform/chromium-linux/fast/invalid/missing-end-tag-expected.png:
3906 * platform/chromium-linux/fast/invalid/nestedh3s-expected.png:
3907 * platform/chromium-linux/fast/invalid/residual-style-expected.png:
3908 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
3909 * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png:
3910 * platform/chromium-linux/fast/lists/ordered-list-with-no-ol-tag-expected.png:
3911 * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png:
3912 * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.txt:
3913 * platform/chromium-linux/fast/multicol/column-count-with-rules-expected.png:
3914 * platform/chromium-linux/fast/multicol/column-rules-expected.png:
3915 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
3916 * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.png:
3917 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
3918 * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png:
3919 * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png:
3920 * platform/chromium-linux/fast/multicol/max-height-columns-block-expected.png:
3921 * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
3922 * platform/chromium-linux/fast/multicol/overflow-across-columns-expected.png:
3923 * platform/chromium-linux/fast/multicol/overflow-across-columns-percent-height-expected.png:
3924 * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png:
3925 * platform/chromium-linux/fast/multicol/positive-leading-expected.png:
3926 * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png:
3927 * platform/chromium-linux/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
3928 * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.png:
3929 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png:
3930 * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
3931 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
3932 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
3933 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
3934 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png:
3935 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
3936 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
3937 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png:
3938 * platform/chromium-linux/fast/multicol/table-vertical-align-expected.png:
3939 * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
3940 * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png:
3941 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
3942 * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
3943 * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
3944 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
3945 * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png:
3946 * platform/chromium-linux/fast/overflow/overflow_hidden-expected.png:
3947 * platform/chromium-linux/fast/parser/xhtml-alternate-entities-expected.png:
3948 * platform/chromium-linux/fast/reflections/opacity-reflection-transform-expected.png:
3949 * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png:
3950 * platform/chromium-linux/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
3951 * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
3952 * platform/chromium-linux/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
3953 * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
3954 * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
3955 * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
3956 * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
3957 * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
3958 * platform/chromium-linux/fast/regions/top-overflow-out-of-second-region-expected.png:
3959 * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3960 * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
3961 * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
3962 * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
3963 * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
3964 * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
3965 * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
3966 * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
3967 * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
3968 * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
3969 * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png:
3970 * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
3971 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
3972 * platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png:
3973 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
3974 * platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png:
3975 * platform/chromium-linux/fast/repaint/transform-translate-expected.png:
3976 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
3977 * platform/chromium-linux/fast/ruby/ruby-inline-table-expected.png:
3978 * platform/chromium-linux/fast/selectors/032-expected.png:
3979 * platform/chromium-linux/fast/selectors/166-expected.png:
3980 * platform/chromium-linux/fast/selectors/unqualified-hover-quirks-expected.png:
3981 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
3982 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
3983 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
3984 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
3985 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
3986 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
3987 * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png:
3988 * platform/chromium-linux/fast/table/009-expected.png:
3989 * platform/chromium-linux/fast/table/014-expected.png:
3990 * platform/chromium-linux/fast/table/035-expected.png:
3991 * platform/chromium-linux/fast/table/035-vertical-expected.png:
3992 * platform/chromium-linux/fast/table/041-expected.png:
3993 * platform/chromium-linux/fast/table/absolute-table-at-bottom-expected.png:
3994 * platform/chromium-linux/fast/table/border-collapsing/004-expected.png:
3995 * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
3996 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt:
3997 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png:
3998 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt:
3999 * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
4000 * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
4001 * platform/chromium-linux/fast/table/nested-percent-height-table-expected.png:
4002 * platform/chromium-linux/fast/table/percent-heights-expected.png:
4003 * platform/chromium-linux/fast/table/table-display-types-strict-expected.png:
4004 * platform/chromium-linux/fast/table/tableInsideCaption-expected.png:
4005 * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
4006 * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
4007 * platform/chromium-linux/fast/text/atsui-spacing-features-expected.txt:
4008 * platform/chromium-linux/fast/text/basic/012-expected.png:
4009 * platform/chromium-linux/fast/text/basic/013-expected.png:
4010 * platform/chromium-linux/fast/text/basic/generic-family-reset-expected.png:
4011 * platform/chromium-linux/fast/text/international/bidi-LDB-2-CSS-expected.png:
4012 * platform/chromium-linux/fast/text/international/bidi-LDB-2-HTML-expected.png:
4013 * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
4014 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
4015 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt:
4016 * platform/chromium-linux/fast/text/line-breaks-expected.png:
4017 * platform/chromium-linux/fast/text/line-breaks-expected.txt:
4018 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
4019 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
4020 * platform/chromium-linux/fast/text/whitespace/024-expected.png:
4021 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
4022 * platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.png:
4023 * platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
4024 * platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
4025 * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
4026 * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
4027 * platform/chromium-linux/fast/xsl/xslt-extra-content-at-end-expected.png:
4028 * platform/chromium-linux/http/tests/appcache/origin-quota-continued-download-expected.png: Added.
4029 * platform/chromium-linux/http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.png: Added.
4030 * platform/chromium-linux/http/tests/appcache/origin-quota-expected.png: Added.
4031 * platform/chromium-linux/http/tests/cache: Added.
4032 * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Added.
4033 * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Added.
4034 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
4035 * platform/chromium-linux/http/tests/misc/iframe404-expected.png:
4036 * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png:
4037 * platform/chromium-linux/media/audio-repaint-expected.png:
4038 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
4039 * platform/chromium-linux/media/video-volume-slider-expected.png:
4040 * platform/chromium-linux/media/video-zoom-controls-expected.png:
4041 * platform/chromium-linux/platform/qt: Added.
4042 * platform/chromium-linux/platform/qt/plugins: Added.
4043 * platform/chromium-linux/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added.
4044 * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
4045 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
4046 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
4047 * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
4048 * platform/chromium-linux/svg/custom/bug45331-expected.png:
4049 * platform/chromium-linux/svg/custom/image-parent-translation-expected.png:
4050 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
4051 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
4052 * platform/chromium-linux/svg/custom/junk-data-expected.png:
4053 * platform/chromium-linux/svg/custom/missing-xlink-expected.png:
4054 * platform/chromium-linux/svg/custom/object-sizing-expected.png:
4055 * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
4056 * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
4057 * platform/chromium-linux/svg/custom/path-bad-data-expected.png:
4058 * platform/chromium-linux/svg/custom/rootmost-svg-xy-attrs-expected.png:
4059 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
4060 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
4061 * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png:
4062 * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png:
4063 * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
4064 * platform/chromium-linux/svg/custom/use-font-face-crash-expected.png:
4065 * platform/chromium-linux/svg/custom/viewBox-hit-expected.png:
4066 * platform/chromium-linux/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
4067 * platform/chromium-linux/svg/hixie/error/012-expected.png:
4068 * platform/chromium-linux/svg/text/small-fonts-in-html5-expected.png:
4069 * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.png:
4070 * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
4071 * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
4072 * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.png:
4073 * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
4074 * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
4075 * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
4076 * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
4077 * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
4078 * platform/chromium-linux/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
4079 * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
4080 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
4081 * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
4082 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
4083 * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
4084 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
4085 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
4086 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
4087 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
4088 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
4089 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
4090 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
4091 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
4092 * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
4093 * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.png:
4094 * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.png:
4095 * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png:
4096 * platform/chromium-linux/tables/mozilla/bugs/bug106816-expected.png:
4097 * platform/chromium-linux/tables/mozilla/bugs/bug11384s-expected.png:
4098 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
4099 * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
4100 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
4101 * platform/chromium-linux/tables/mozilla/bugs/bug139524-2-expected.png:
4102 * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
4103 * platform/chromium-linux/tables/mozilla/bugs/bug159108-expected.png:
4104 * platform/chromium-linux/tables/mozilla/bugs/bug17130-1-expected.png:
4105 * platform/chromium-linux/tables/mozilla/bugs/bug17130-2-expected.png:
4106 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
4107 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
4108 * platform/chromium-linux/tables/mozilla/bugs/bug19061-1-expected.png:
4109 * platform/chromium-linux/tables/mozilla/bugs/bug19061-2-expected.png:
4110 * platform/chromium-linux/tables/mozilla/bugs/bug215629-expected.png:
4111 * platform/chromium-linux/tables/mozilla/bugs/bug24200-expected.png:
4112 * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png:
4113 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
4114 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
4115 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png:
4116 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
4117 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
4118 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
4119 * platform/chromium-linux/tables/mozilla/bugs/bug3309-1-expected.png:
4120 * platform/chromium-linux/tables/mozilla/bugs/bug33137-expected.png:
4121 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
4122 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.txt:
4123 * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
4124 * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
4125 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
4126 * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.png:
4127 * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png:
4128 * platform/chromium-linux/tables/mozilla/bugs/bug5538-expected.png:
4129 * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.png:
4130 * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png:
4131 * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
4132 * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.png:
4133 * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.png:
4134 * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
4135 * platform/chromium-linux/tables/mozilla/bugs/bug8032-1-expected.png:
4136 * platform/chromium-linux/tables/mozilla/bugs/bug83786-expected.png:
4137 * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.png:
4138 * platform/chromium-linux/tables/mozilla/bugs/bug9271-1-expected.png:
4139 * platform/chromium-linux/tables/mozilla/bugs/bug9271-2-expected.png:
4140 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
4141 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
4142 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
4143 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.txt:
4144 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
4145 * platform/chromium-linux/tables/mozilla/core/margins-expected.txt:
4146 * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.png:
4147 * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
4148 * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.png:
4149 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
4150 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
4151 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
4152 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.png:
4153 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
4154 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
4155 * platform/chromium-linux/tables/mozilla/marvin/tables_align_center-expected.png:
4156 * platform/chromium-linux/tables/mozilla/marvin/x_table_align_center-expected.png:
4157 * platform/chromium-linux/tables/mozilla/other/test3-expected.png:
4158 * platform/chromium-linux/tables/mozilla/other/test6-expected.png:
4159 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
4160 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
4161 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
4162 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
4163 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
4164 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
4165 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
4166 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
4167 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
4168 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
4169 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
4170 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
4171 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
4172 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
4173 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
4174 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
4175 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
4176 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
4177 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
4178 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
4179 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
4180 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
4181 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
4182 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
4183 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
4184 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
4185 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
4186 * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png:
4187 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
4188 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
4189 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
4190 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
4191 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
4192 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
4193 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
4194 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
4195 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
4196 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
4197 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
4198 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
4199 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
4200 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
4201 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
4202 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.txt:
4203 * platform/chromium-linux/transforms/svg-vs-css-expected.png:
4204 * platform/chromium-win/compositing/direct-image-compositing-expected.txt:
4205 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt:
4206 * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
4207 * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
4208 * platform/chromium-win/css1/basic/inheritance-expected.txt:
4209 * platform/chromium-win/css1/box_properties/acid_test-expected.txt:
4210 * platform/chromium-win/css1/box_properties/clear_float-expected.txt:
4211 * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.txt:
4212 * platform/chromium-win/css1/box_properties/margin-expected.txt:
4213 * platform/chromium-win/css1/box_properties/margin_bottom-expected.txt:
4214 * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
4215 * platform/chromium-win/css1/box_properties/margin_top-expected.txt:
4216 * platform/chromium-win/css1/box_properties/padding-expected.txt:
4217 * platform/chromium-win/css1/box_properties/padding_bottom-expected.txt:
4218 * platform/chromium-win/css1/box_properties/padding_left-expected.txt:
4219 * platform/chromium-win/css1/box_properties/padding_right-expected.txt:
4220 * platform/chromium-win/css1/box_properties/padding_top-expected.txt:
4221 * platform/chromium-win/css1/box_properties/width-expected.txt:
4222 * platform/chromium-win/css1/color_and_background/background_attachment-expected.txt:
4223 * platform/chromium-win/css1/font_properties/font_size-expected.txt:
4224 * platform/chromium-win/css1/font_properties/font_weight-expected.txt:
4225 * platform/chromium-win/css1/formatting_model/floating_elements-expected.txt:
4226 * platform/chromium-win/css1/formatting_model/horizontal_formatting-expected.txt:
4227 * platform/chromium-win/css1/formatting_model/inline_elements-expected.txt:
4228 * platform/chromium-win/css1/formatting_model/replaced_elements-expected.txt:
4229 * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.txt:
4230 * platform/chromium-win/css1/text_properties/line_height-expected.txt:
4231 * platform/chromium-win/css1/text_properties/text_indent-expected.txt:
4232 * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
4233 * platform/chromium-win/css1/units/percentage_units-expected.txt:
4234 * platform/chromium-win/css1/units/rounding-expected.txt: Added.
4235 * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt:
4236 * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.txt:
4237 * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
4238 * platform/chromium-win/css2.1/20110323/inline-replaced-height-008-expected.txt:
4239 * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
4240 * platform/chromium-win/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
4241 * platform/chromium-win/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
4242 * platform/chromium-win/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
4243 * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
4244 * platform/chromium-win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
4245 * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
4246 * platform/chromium-win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
4247 * platform/chromium-win/css2.1/t09-c5526c-display-00-e-expected.txt:
4248 * platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
4249 * platform/chromium-win/css2.1/t1002-c5523-width-02-b-g-expected.txt:
4250 * platform/chromium-win/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
4251 * platform/chromium-win/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
4252 * platform/chromium-win/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
4253 * platform/chromium-win/css2.1/t1205-c565-list-pos-00-b-expected.txt:
4254 * platform/chromium-win/css2.1/t1506-c525-font-wt-00-b-expected.txt:
4255 * platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.txt:
4256 * platform/chromium-win/css3/selectors3/html/css3-modsel-32-expected.txt:
4257 * platform/chromium-win/editing/inserting/4959067-expected.txt:
4258 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
4259 * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
4260 * platform/chromium-win/editing/selection/5354455-2-expected.txt:
4261 * platform/chromium-win/editing/selection/drag-start-event-client-x-y-expected.txt:
4262 * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt:
4263 * platform/chromium-win/editing/selection/select-text-overflow-ellipsis-expected.txt:
4264 * platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.txt:
4265 * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
4266 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
4267 * platform/chromium-win/fast/block/basic/001-expected.txt:
4268 * platform/chromium-win/fast/block/basic/011-expected.txt:
4269 * platform/chromium-win/fast/block/basic/014-expected.txt:
4270 * platform/chromium-win/fast/block/basic/015-expected.txt:
4271 * platform/chromium-win/fast/block/basic/016-expected.txt:
4272 * platform/chromium-win/fast/block/basic/019-expected.txt:
4273 * platform/chromium-win/fast/block/float/013-expected.txt:
4274 * platform/chromium-win/fast/block/float/016-expected.txt:
4275 * platform/chromium-win/fast/block/float/025-expected.txt:
4276 * platform/chromium-win/fast/block/float/026-expected.txt:
4277 * platform/chromium-win/fast/block/float/027-expected.txt:
4278 * platform/chromium-win/fast/block/float/028-expected.txt:
4279 * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt:
4280 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.txt:
4281 * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt:
4282 * platform/chromium-win/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
4283 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
4284 * platform/chromium-win/fast/block/margin-collapse/100-expected.txt:
4285 * platform/chromium-win/fast/block/positioning/051-expected.txt:
4286 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
4287 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
4288 * platform/chromium-win/fast/borders/bidi-002-expected.txt:
4289 * platform/chromium-win/fast/borders/bidi-009a-expected.txt:
4290 * platform/chromium-win/fast/borders/bidi-012-expected.txt:
4291 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
4292 * platform/chromium-win/fast/borders/rtl-border-01-expected.txt:
4293 * platform/chromium-win/fast/borders/rtl-border-02-expected.txt:
4294 * platform/chromium-win/fast/borders/rtl-border-03-expected.txt:
4295 * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
4296 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt:
4297 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt:
4298 * platform/chromium-win/fast/compact/001-expected.txt:
4299 * platform/chromium-win/fast/css-generated-content/011-expected.txt:
4300 * platform/chromium-win/fast/css-generated-content/012-expected.txt:
4301 * platform/chromium-win/fast/css-generated-content/013-expected.txt:
4302 * platform/chromium-win/fast/css-generated-content/014-expected.txt:
4303 * platform/chromium-win/fast/css-generated-content/015-expected.txt:
4304 * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.txt:
4305 * platform/chromium-win/fast/css/003-expected.txt:
4306 * platform/chromium-win/fast/css/004-expected.txt:
4307 * platform/chromium-win/fast/css/005-expected.txt:
4308 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
4309 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
4310 * platform/chromium-win/fast/css/acid2-expected.txt:
4311 * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
4312 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt:
4313 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
4314 * platform/chromium-win/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
4315 * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Added.
4316 * platform/chromium-win/fast/css/css1_forward_compatible_parsing-expected.txt:
4317 * platform/chromium-win/fast/css/empty-pseudo-class-expected.txt:
4318 * platform/chromium-win/fast/css/fieldset-display-row-expected.txt:
4319 * platform/chromium-win/fast/css/first-child-pseudo-class-expected.txt:
4320 * platform/chromium-win/fast/css/first-line-text-decoration-expected.txt:
4321 * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
4322 * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.txt:
4323 * platform/chromium-win/fast/css/font-size-negative-expected.txt:
4324 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
4325 * platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
4326 * platform/chromium-win/fast/css/h1-in-section-elements-expected.txt:
4327 * platform/chromium-win/fast/css/hsl-color-expected.txt:
4328 * platform/chromium-win/fast/css/hsla-color-expected.txt:
4329 * platform/chromium-win/fast/css/inline-properties-important-expected.txt:
4330 * platform/chromium-win/fast/css/invalid-percentage-property-expected.txt:
4331 * platform/chromium-win/fast/css/last-child-pseudo-class-expected.txt:
4332 * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.txt:
4333 * platform/chromium-win/fast/css/line-height-negative-expected.txt:
4334 * platform/chromium-win/fast/css/only-child-pseudo-class-expected.txt:
4335 * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.txt:
4336 * platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
4337 * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
4338 * platform/chromium-win/fast/css/rgb-float-expected.txt:
4339 * platform/chromium-win/fast/css/selector-set-attribute-expected.txt:
4340 * platform/chromium-win/fast/css/text-align-expected.txt:
4341 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
4342 * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
4343 * platform/chromium-win/fast/css/transform-default-parameter-expected.txt:
4344 * platform/chromium-win/fast/css/word-space-extra-expected.txt:
4345 * platform/chromium-win/fast/dom/Document: Added.
4346 * platform/chromium-win/fast/dom/Document/CaretRangeFromPoint: Added.
4347 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
4348 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
4349 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
4350 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
4351 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
4352 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
4353 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
4354 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
4355 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png:
4356 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
4357 * platform/chromium-win/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
4358 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
4359 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
4360 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt:
4361 * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt:
4362 * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt:
4363 * platform/chromium-win/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Added.
4364 * platform/chromium-win/fast/dynamic/012-expected.txt:
4365 * platform/chromium-win/fast/dynamic/anchor-lock-expected.txt:
4366 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
4367 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
4368 * platform/chromium-win/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
4369 * platform/chromium-win/fast/events/document-elementFromPoint-expected.txt: Added.
4370 * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
4371 * platform/chromium-win/fast/events/pointer-events-2-expected.txt:
4372 * platform/chromium-win/fast/flexbox/011-expected.txt:
4373 * platform/chromium-win/fast/forms/006-expected.txt:
4374 * platform/chromium-win/fast/forms/007-expected.txt:
4375 * platform/chromium-win/fast/forms/fieldset-align-expected.txt:
4376 * platform/chromium-win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
4377 * platform/chromium-win/fast/forms/fieldset-with-float-expected.txt:
4378 * platform/chromium-win/fast/forms/float-before-fieldset-expected.txt:
4379 * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
4380 * platform/chromium-win/fast/forms/minWidthPercent-expected.txt:
4381 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
4382 * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt:
4383 * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
4384 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
4385 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
4386 * platform/chromium-win/fast/forms/search-rtl-expected.txt:
4387 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
4388 * platform/chromium-win/fast/forms/textAreaLineHeight-expected.txt:
4389 * platform/chromium-win/fast/frames/onlyCommentInIFrame-expected.txt:
4390 * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.txt:
4391 * platform/chromium-win/fast/gradients/generated-gradients-expected.txt:
4392 * platform/chromium-win/fast/gradients/simple-gradients-expected.txt:
4393 * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
4394 * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
4395 * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
4396 * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
4397 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
4398 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
4399 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
4400 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
4401 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
4402 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
4403 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
4404 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
4405 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
4406 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
4407 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
4408 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
4409 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
4410 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
4411 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
4412 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
4413 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
4414 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
4415 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
4416 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
4417 * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
4418 * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
4419 * platform/chromium-win/fast/html/details-nested-1-expected.txt:
4420 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
4421 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
4422 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
4423 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
4424 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
4425 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
4426 * platform/chromium-win/fast/html/details-open1-expected.txt:
4427 * platform/chromium-win/fast/html/details-open2-expected.txt:
4428 * platform/chromium-win/fast/html/details-open3-expected.txt:
4429 * platform/chromium-win/fast/html/details-open4-expected.txt:
4430 * platform/chromium-win/fast/html/details-open5-expected.txt:
4431 * platform/chromium-win/fast/html/details-open6-expected.txt:
4432 * platform/chromium-win/fast/html/details-position-expected.txt:
4433 * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
4434 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
4435 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
4436 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
4437 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
4438 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
4439 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
4440 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
4441 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
4442 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
4443 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
4444 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
4445 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
4446 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
4447 * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
4448 * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
4449 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
4450 * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
4451 * platform/chromium-win/fast/inline-block/002-expected.txt:
4452 * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
4453 * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
4454 * platform/chromium-win/fast/inline/002-expected.txt:
4455 * platform/chromium-win/fast/inline/continuation-outlines-expected.txt:
4456 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
4457 * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.txt:
4458 * platform/chromium-win/fast/inline/inline-box-background-expected.txt:
4459 * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt:
4460 * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt:
4461 * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt:
4462 * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
4463 * platform/chromium-win/fast/inline/outline-continuations-expected.txt:
4464 * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
4465 * platform/chromium-win/fast/invalid/010-expected.txt:
4466 * platform/chromium-win/fast/invalid/junk-data-expected.txt:
4467 * platform/chromium-win/fast/invalid/missing-end-tag-expected.txt:
4468 * platform/chromium-win/fast/invalid/nestedh3s-expected.txt:
4469 * platform/chromium-win/fast/layers/video-layer-expected.txt:
4470 * platform/chromium-win/fast/lists/003-expected.txt:
4471 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
4472 * platform/chromium-win/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
4473 * platform/chromium-win/fast/multicol/break-properties-expected.txt: Added.
4474 * platform/chromium-win/fast/multicol/client-rects-expected.txt:
4475 * platform/chromium-win/fast/multicol/column-count-with-rules-expected.txt:
4476 * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
4477 * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt:
4478 * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
4479 * platform/chromium-win/fast/multicol/nested-columns-expected.txt:
4480 * platform/chromium-win/fast/multicol/overflow-across-columns-expected.txt:
4481 * platform/chromium-win/fast/multicol/overflow-across-columns-percent-height-expected.txt:
4482 * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.txt:
4483 * platform/chromium-win/fast/multicol/scrolling-overflow-expected.txt:
4484 * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
4485 * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
4486 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
4487 * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
4488 * platform/chromium-win/fast/multicol/span/clone-flexbox-expected.txt: Added.
4489 * platform/chromium-win/fast/multicol/span/clone-summary-expected.txt: Added.
4490 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
4491 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
4492 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
4493 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
4494 * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
4495 * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt:
4496 * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt:
4497 * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
4498 * platform/chromium-win/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
4499 * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
4500 * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.txt:
4501 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.txt:
4502 * platform/chromium-win/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
4503 * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
4504 * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.txt:
4505 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.txt:
4506 * platform/chromium-win/fast/overflow/007-expected.txt:
4507 * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
4508 * platform/chromium-win/fast/overflow/overflow_hidden-expected.txt:
4509 * platform/chromium-win/fast/parser/entity-comment-in-style-expected.txt:
4510 * platform/chromium-win/fast/parser/xhtml-alternate-entities-expected.txt:
4511 * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
4512 * platform/chromium-win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
4513 * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
4514 * platform/chromium-win/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
4515 * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
4516 * platform/chromium-win/fast/regions/region-style-rule-specificity-expected.html: Added.
4517 * platform/chromium-win/fast/regions/top-overflow-out-of-second-region-expected.txt:
4518 * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
4519 * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.txt:
4520 * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.txt:
4521 * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.txt:
4522 * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.txt:
4523 * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.txt:
4524 * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.txt:
4525 * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.txt:
4526 * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.txt:
4527 * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.txt:
4528 * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.txt:
4529 * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt:
4530 * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
4531 * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
4532 * platform/chromium-win/fast/repaint/transform-translate-expected.txt:
4533 * platform/chromium-win/fast/replaced/007-expected.txt:
4534 * platform/chromium-win/fast/replaced/table-percent-height-expected.txt:
4535 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
4536 * platform/chromium-win/fast/ruby/ruby-inline-table-expected.txt:
4537 * platform/chromium-win/fast/selectors/032-expected.txt:
4538 * platform/chromium-win/fast/selectors/166-expected.txt:
4539 * platform/chromium-win/fast/selectors/unqualified-hover-quirks-expected.txt:
4540 * platform/chromium-win/fast/table/008-expected.png:
4541 * platform/chromium-win/fast/table/009-expected.txt:
4542 * platform/chromium-win/fast/table/014-expected.txt:
4543 * platform/chromium-win/fast/table/035-expected.txt:
4544 * platform/chromium-win/fast/table/035-vertical-expected.txt:
4545 * platform/chromium-win/fast/table/040-expected.txt:
4546 * platform/chromium-win/fast/table/040-vertical-expected.txt:
4547 * platform/chromium-win/fast/table/041-expected.txt:
4548 * platform/chromium-win/fast/table/absolute-table-at-bottom-expected.txt:
4549 * platform/chromium-win/fast/table/border-collapsing/004-expected.txt:
4550 * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
4551 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
4552 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
4553 * platform/chromium-win/fast/table/nested-percent-height-table-expected.txt:
4554 * platform/chromium-win/fast/table/overflowHidden-expected.txt:
4555 * platform/chromium-win/fast/table/percent-heights-expected.txt:
4556 * platform/chromium-win/fast/table/table-display-types-strict-expected.txt:
4557 * platform/chromium-win/fast/table/tableInsideCaption-expected.txt:
4558 * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt:
4559 * platform/chromium-win/fast/text/basic/012-expected.txt:
4560 * platform/chromium-win/fast/text/basic/013-expected.txt:
4561 * platform/chromium-win/fast/text/basic/generic-family-reset-expected.txt:
4562 * platform/chromium-win/fast/text/international/bidi-LDB-2-CSS-expected.txt:
4563 * platform/chromium-win/fast/text/international/bidi-LDB-2-HTML-expected.txt:
4564 * platform/chromium-win/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
4565 * platform/chromium-win/fast/text/whitespace/024-expected.txt:
4566 * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
4567 * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt:
4568 * platform/chromium-win/fast/transforms/transforms-with-zoom-expected.txt:
4569 * platform/chromium-win/fast/viewport: Added.
4570 * platform/chromium-win/fast/viewport/viewport-126-expected.txt: Added.
4571 * platform/chromium-win/fast/viewport/viewport-127-expected.txt: Added.
4572 * platform/chromium-win/fast/viewport/viewport-65-expected.txt: Added.
4573 * platform/chromium-win/fast/viewport/viewport-82-expected.txt: Added.
4574 * platform/chromium-win/fast/viewport/viewport-84-expected.txt: Added.
4575 * platform/chromium-win/fast/viewport/viewport-87-expected.txt: Added.
4576 * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
4577 * platform/chromium-win/fast/xsl/xslt-extra-content-at-end-expected.txt:
4578 * platform/chromium-win/http/tests/misc/acid2-expected.txt:
4579 * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
4580 * platform/chromium-win/http/tests/misc/iframe404-expected.txt:
4581 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
4582 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
4583 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
4584 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
4585 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
4586 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
4587 * platform/chromium-win/media/audio-repaint-expected.txt:
4588 * platform/chromium-win/media/controls-after-reload-expected.txt:
4589 * platform/chromium-win/media/controls-strict-expected.txt:
4590 * platform/chromium-win/media/controls-styling-expected.txt:
4591 * platform/chromium-win/media/controls-without-preload-expected.txt:
4592 * platform/chromium-win/media/media-controls-clone-expected.txt:
4593 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
4594 * platform/chromium-win/media/video-controls-rendering-expected.txt:
4595 * platform/chromium-win/media/video-display-toggle-expected.txt:
4596 * platform/chromium-win/media/video-no-audio-expected.txt:
4597 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
4598 * platform/chromium-win/media/video-volume-slider-expected.txt:
4599 * platform/chromium-win/media/video-zoom-controls-expected.txt:
4600 * platform/chromium-win/plugins/embed-attributes-style-expected.txt:
4601 * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
4602 * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
4603 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
4604 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
4605 * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
4606 * platform/chromium-win/svg/custom/bug45331-expected.txt:
4607 * platform/chromium-win/svg/custom/dynamic-empty-path-expected.png:
4608 * platform/chromium-win/svg/custom/image-parent-translation-expected.txt:
4609 * platform/chromium-win/svg/custom/js-update-container-expected.png:
4610 * platform/chromium-win/svg/custom/junk-data-expected.txt:
4611 * platform/chromium-win/svg/custom/missing-xlink-expected.txt:
4612 * platform/chromium-win/svg/custom/object-sizing-expected.txt:
4613 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
4614 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
4615 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
4616 * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
4617 * platform/chromium-win/svg/custom/path-bad-data-expected.txt:
4618 * platform/chromium-win/svg/custom/rootmost-svg-xy-attrs-expected.txt:
4619 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
4620 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
4621 * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
4622 * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt:
4623 * platform/chromium-win/svg/hixie/error/012-expected.txt:
4624 * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
4625 * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
4626 * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
4627 * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
4628 * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
4629 * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
4630 * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.txt:
4631 * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.txt:
4632 * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
4633 * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.txt:
4634 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
4635 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
4636 * platform/chromium-win/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
4637 * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
4638 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
4639 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
4640 * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
4641 * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
4642 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
4643 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
4644 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
4645 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
4646 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
4647 * platform/chromium-win/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
4648 * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
4649 * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.txt:
4650 * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.txt:
4651 * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.txt:
4652 * platform/chromium-win/tables/mozilla/bugs/bug106816-expected.txt:
4653 * platform/chromium-win/tables/mozilla/bugs/bug113235-1-expected.txt:
4654 * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
4655 * platform/chromium-win/tables/mozilla/bugs/bug113424-expected.txt:
4656 * platform/chromium-win/tables/mozilla/bugs/bug11384q-expected.txt:
4657 * platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.txt:
4658 * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.txt:
4659 * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
4660 * platform/chromium-win/tables/mozilla/bugs/bug13118-expected.txt:
4661 * platform/chromium-win/tables/mozilla/bugs/bug139524-2-expected.txt:
4662 * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
4663 * platform/chromium-win/tables/mozilla/bugs/bug159108-expected.txt:
4664 * platform/chromium-win/tables/mozilla/bugs/bug17130-1-expected.txt:
4665 * platform/chromium-win/tables/mozilla/bugs/bug17130-2-expected.txt:
4666 * platform/chromium-win/tables/mozilla/bugs/bug17138-expected.txt:
4667 * platform/chromium-win/tables/mozilla/bugs/bug19061-1-expected.txt:
4668 * platform/chromium-win/tables/mozilla/bugs/bug19061-2-expected.txt:
4669 * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt:
4670 * platform/chromium-win/tables/mozilla/bugs/bug2479-1-expected.txt:
4671 * platform/chromium-win/tables/mozilla/bugs/bug26553-expected.txt:
4672 * platform/chromium-win/tables/mozilla/bugs/bug2886-2-expected.txt:
4673 * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
4674 * platform/chromium-win/tables/mozilla/bugs/bug3309-1-expected.txt:
4675 * platform/chromium-win/tables/mozilla/bugs/bug33137-expected.txt:
4676 * platform/chromium-win/tables/mozilla/bugs/bug42187-expected.txt:
4677 * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
4678 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
4679 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
4680 * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.txt:
4681 * platform/chromium-win/tables/mozilla/bugs/bug46480-2-expected.txt:
4682 * platform/chromium-win/tables/mozilla/bugs/bug5538-expected.txt:
4683 * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt:
4684 * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt:
4685 * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
4686 * platform/chromium-win/tables/mozilla/bugs/bug67915-1-expected.txt:
4687 * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.txt:
4688 * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.txt:
4689 * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.txt:
4690 * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.txt:
4691 * platform/chromium-win/tables/mozilla/bugs/bug8032-1-expected.txt:
4692 * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt:
4693 * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.txt:
4694 * platform/chromium-win/tables/mozilla/bugs/bug9271-1-expected.txt:
4695 * platform/chromium-win/tables/mozilla/bugs/bug9271-2-expected.txt:
4696 * platform/chromium-win/tables/mozilla/core/misc-expected.txt:
4697 * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt:
4698 * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
4699 * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt:
4700 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
4701 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
4702 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
4703 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt:
4704 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
4705 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
4706 * platform/chromium-win/tables/mozilla/marvin/tables_align_center-expected.txt:
4707 * platform/chromium-win/tables/mozilla/marvin/x_table_align_center-expected.txt:
4708 * platform/chromium-win/tables/mozilla/other/test3-expected.txt:
4709 * platform/chromium-win/tables/mozilla/other/test6-expected.txt:
4710 * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
4711 * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:
4712 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
4713 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
4714 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
4715 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
4716 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
4717 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
4718 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
4719 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
4720 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
4721 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
4722 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
4723 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
4724 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
4725 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
4726 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
4727 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
4728 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
4729 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
4730 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
4731 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
4732 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
4733 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
4734 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
4735 * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt:
4736 * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt:
4737 * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt:
4738 * platform/chromium-win/tables/mozilla_expected_failures/core/standards1-expected.txt:
4739 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
4740 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
4741 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
4742 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
4743 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
4744 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
4745 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
4746 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
4747 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
4748 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
4749 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
4750 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
4751 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
4752 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
4753 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
4754 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
4755 * platform/chromium-win/transforms/svg-vs-css-expected.txt:
4756 * platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Added.
4758 2012-05-21 Hugo Parente Lima <hugo.lima@openbossa.org>
4760 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
4761 https://bugs.webkit.org/show_bug.cgi?id=68309
4763 Reviewed by Alexis Menard.
4767 * platform/qt-5.0-wk2/Skipped:
4769 2012-05-21 Levi Weintraub <leviw@chromium.org>
4771 Unreviewed Chromium expectation update following sub-pixel r117815. This covers all updates
4772 in chromium and chromium-mac directories. Seperate patches coming for Linux and Windows.
4774 2012-05-21 Joshua Bell <jsbell@chromium.org>
4776 IndexedDB: Store key paths in IDBKeyPath type instead of String
4777 https://bugs.webkit.org/show_bug.cgi?id=85298
4779 Reviewed by Tony Chang, Kentaro Hara and James Robinson.
4781 * storage/indexeddb/keypath-basics-expected.txt:
4782 * storage/indexeddb/resources/keypath-basics.js:
4784 2012-05-21 Joshua Bell <jsbell@chromium.org>
4786 Move WebSQL tests in LayoutTests/storage to websql directory
4787 https://bugs.webkit.org/show_bug.cgi?id=86138
4789 Reviewed by Ryosuke Niwa.
4791 * fast/workers/storage/resources/database-worker-controller.js:
4793 * platform/chromium-mac/storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/statement-error-callback-expected.txt.
4794 * platform/chromium-mac/storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/transaction-callback-exception-crash-expected.txt.
4795 * platform/chromium-mac/storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-mac/storage/transaction-error-callback-expected.txt.
4796 * platform/chromium-win/storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/statement-error-callback-expected.txt.
4797 * platform/chromium-win/storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/transaction-callback-exception-crash-expected.txt.
4798 * platform/chromium-win/storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/platform/chromium-win/storage/transaction-error-callback-expected.txt.
4799 * platform/chromium/storage/websql/quota-tracking-expected.txt: Renamed from LayoutTests/platform/chromium/storage/quota-tracking-expected.txt.
4800 * platform/chromium/storage/websql/sql-error-codes-expected.txt: Renamed from LayoutTests/platform/chromium/storage/sql-error-codes-expected.txt.
4801 * platform/chromium/test_expectations.txt:
4802 * platform/gtk/test_expectations.txt:
4803 * storage/websql/change-version-expected.txt: Renamed from LayoutTests/storage/change-version-expected.txt.
4804 * storage/websql/change-version-handle-reuse-expected.txt: Renamed from LayoutTests/storage/change-version-handle-reuse-expected.txt.
4805 * storage/websql/change-version-handle-reuse.html: Renamed from LayoutTests/storage/change-version-handle-reuse.html.
4806 * storage/websql/change-version-handle-reuse.js: Renamed from LayoutTests/storage/change-version-handle-reuse.js.
4812 * storage/websql/change-version-no-crash-on-preflight-failure-expected.txt: Renamed from LayoutTests/storage/change-version-no-crash-on-preflight-failure-expected.txt.
4813 * storage/websql/change-version-no-crash-on-preflight-failure.html: Renamed from LayoutTests/storage/change-version-no-crash-on-preflight-failure.html.
4814 * storage/websql/change-version.html: Renamed from LayoutTests/storage/change-version.html.
4815 * storage/websql/close-during-stress-test-expected.txt: Renamed from LayoutTests/storage/close-during-stress-test-expected.txt.
4816 * storage/websql/close-during-stress-test.html: Renamed from LayoutTests/storage/close-during-stress-test.html.
4817 * storage/websql/database-lock-after-reload-expected.txt: Renamed from LayoutTests/storage/database-lock-after-reload-expected.txt.
4818 * storage/websql/database-lock-after-reload.html: Renamed from LayoutTests/storage/database-lock-after-reload.html.
4819 * storage/websql/empty-statement-expected.txt: Renamed from LayoutTests/storage/empty-statement-expected.txt.
4820 * storage/websql/empty-statement.html: Renamed from LayoutTests/storage/empty-statement.html.
4821 * storage/websql/execute-sql-args-expected.txt: Renamed from LayoutTests/storage/execute-sql-args-expected.txt.
4822 * storage/websql/execute-sql-args.html: Renamed from LayoutTests/storage/execute-sql-args.html.
4823 * storage/websql/execute-sql-args.js: Renamed from LayoutTests/storage/execute-sql-args.js.
4824 (throwOnToStringObject.toString):
4827 (runTransactionTest):
4828 (runTransactionTests):
4830 * storage/websql/executesql-accepts-only-one-statement-expected.txt: Renamed from LayoutTests/storage/executesql-accepts-only-one-statement-expected.txt.
4831 * storage/websql/executesql-accepts-only-one-statement.html: Renamed from LayoutTests/storage/executesql-accepts-only-one-statement.html.
4832 * storage/websql/hash-change-with-xhr-expected.txt: Renamed from LayoutTests/storage/hash-change-with-xhr-expected.txt.
4833 * storage/websql/hash-change-with-xhr.html: Renamed from LayoutTests/storage/hash-change-with-xhr.html.
4834 * storage/websql/hash-change-with-xhr.js: Renamed from LayoutTests/storage/hash-change-with-xhr.js.
4844 * storage/websql/multiple-databases-garbage-collection-expected.txt: Renamed from LayoutTests/storage/multiple-databases-garbage-collection-expected.txt.
4845 * storage/websql/multiple-databases-garbage-collection.html: Renamed from LayoutTests/storage/multiple-databases-garbage-collection.html.
4846 * storage/websql/multiple-databases-garbage-collection.js: Renamed from LayoutTests/storage/multiple-databases-garbage-collection.js.
4850 * storage/websql/multiple-transactions-expected.txt: Renamed from LayoutTests/storage/multiple-transactions-expected.txt.
4851 * storage/websql/multiple-transactions-on-different-handles-expected.txt: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles-expected.txt.
4852 * storage/websql/multiple-transactions-on-different-handles.html: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles.html.
4853 * storage/websql/multiple-transactions-on-different-handles.js: Renamed from LayoutTests/storage/multiple-transactions-on-different-handles.js.
4856 (statementSuccessCallback):
4857 (statementErrorCallback):
4860 * storage/websql/multiple-transactions.html: Renamed from LayoutTests/storage/multiple-transactions.html.
4861 * storage/websql/multiple-transactions.js: Renamed from LayoutTests/storage/multiple-transactions.js.
4865 * storage/websql/null-callbacks-expected.txt: Renamed from LayoutTests/storage/null-callbacks-expected.txt.
4866 * storage/websql/null-callbacks.html: Renamed from LayoutTests/storage/null-callbacks.html.
4867 * storage/websql/open-database-creation-callback-expected.txt: Renamed from LayoutTests/storage/open-database-creation-callback-expected.txt.
4868 * storage/websql/open-database-creation-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/open-database-creation-callback-isolated-world-expected.txt.
4869 * storage/websql/open-database-creation-callback-isolated-world.html: Renamed from LayoutTests/storage/open-database-creation-callback-isolated-world.html.
4870 * storage/websql/open-database-creation-callback.html: Renamed from LayoutTests/storage/open-database-creation-callback.html.
4871 * storage/websql/open-database-empty-version-expected.txt: Renamed from LayoutTests/storage/open-database-empty-version-expected.txt.
4872 * storage/websql/open-database-empty-version.html: Renamed from LayoutTests/storage/open-database-empty-version.html.
4873 * storage/websql/open-database-over-quota-expected.txt: Renamed from LayoutTests/storage/open-database-over-quota-expected.txt.
4874 * storage/websql/open-database-over-quota.html: Renamed from LayoutTests/storage/open-database-over-quota.html.
4875 * storage/websql/open-database-set-empty-version-expected.txt: Renamed from LayoutTests/storage/open-database-set-empty-version-expected.txt.
4876 * storage/websql/open-database-set-empty-version.html: Renamed from LayoutTests/storage/open-database-set-empty-version.html.
4877 * storage/websql/open-database-while-transaction-in-progress-expected.txt: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress-expected.txt.
4878 * storage/websql/open-database-while-transaction-in-progress.html: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress.html.
4879 * storage/websql/open-database-while-transaction-in-progress.js: Renamed from LayoutTests/storage/open-database-while-transaction-in-progress.js.
4881 (runTest.db1.transaction):
4883 * storage/websql/private-browsing-noread-nowrite-expected.txt: Renamed from LayoutTests/storage/private-browsing-noread-nowrite-expected.txt.
4884 * storage/websql/private-browsing-noread-nowrite.html: Renamed from LayoutTests/storage/private-browsing-noread-nowrite.html.
4885 * storage/websql/quota-tracking-expected.txt: Renamed from LayoutTests/storage/quota-tracking-expected.txt.
4886 * storage/websql/quota-tracking.html: Renamed from LayoutTests/storage/quota-tracking.html.
4887 * storage/websql/read-and-write-transactions-dont-run-together-expected.txt: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together-expected.txt.
4888 * storage/websql/read-and-write-transactions-dont-run-together.html: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together.html.
4889 * storage/websql/read-and-write-transactions-dont-run-together.js: Renamed from LayoutTests/storage/read-and-write-transactions-dont-run-together.js.
4894 * storage/websql/read-transactions-running-concurrently-expected.txt: Renamed from LayoutTests/storage/read-transactions-running-concurrently-expected.txt.
4895 * storage/websql/read-transactions-running-concurrently.html: Renamed from LayoutTests/storage/read-transactions-running-concurrently.html.
4896 * storage/websql/resources/database-common.js: Renamed from LayoutTests/storage/resources/database-common.js.
4897 (openDatabaseWithSuffix):
4901 * storage/websql/resources/database-lock-after-reload-2.html: Renamed from LayoutTests/storage/resources/database-lock-after-reload-2.html.
4902 * storage/websql/resources/stress-frame.html: Renamed from LayoutTests/storage/resources/stress-frame.html.
4903 * storage/websql/sql-data-types-expected.txt: Renamed from LayoutTests/storage/sql-data-types-expected.txt.
4904 * storage/websql/sql-data-types.html: Renamed from LayoutTests/storage/sql-data-types.html.
4905 * storage/websql/sql-data-types.js: Renamed from LayoutTests/storage/sql-data-types.js.
4906 (writeMessageToLog):
4908 (shouldBeSameTypeAndValue):
4910 (fetchDBValuesStmt):
4911 (insertTestValuesStmt):
4914 * storage/websql/sql-error-codes-expected.txt: Renamed from LayoutTests/storage/sql-error-codes-expected.txt.
4915 * storage/websql/sql-error-codes.html: Renamed from LayoutTests/storage/sql-error-codes.html.
4916 * storage/websql/sql-error-codes.js: Renamed from LayoutTests/storage/sql-error-codes.js.
4918 (transactionErrorCallback):
4919 (transactionSuccessCallback):
4921 (testTransactionThrowsException):
4922 (testTransactionFailureBecauseOfStatementFailure):
4923 (testInvalidStatement):
4924 (testIncorrectNumberOfBindParameters):
4925 (testBindParameterOfWrongType.badString.toString):
4926 (testBindParameterOfWrongType):
4927 (testQuotaExceeded):
4928 (testVersionMismatch.db.transaction):
4929 (testVersionMismatch):
4931 * storage/websql/statement-error-callback-expected.txt: Renamed from LayoutTests/storage/statement-error-callback-expected.txt.
4932 * storage/websql/statement-error-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/statement-error-callback-isolated-world-expected.txt.
4933 * storage/websql/statement-error-callback-isolated-world.html: Renamed from LayoutTests/storage/statement-error-callback-isolated-world.html.
4934 * storage/websql/statement-error-callback.html: Renamed from LayoutTests/storage/statement-error-callback.html.
4935 * storage/websql/statement-success-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/statement-success-callback-isolated-world-expected.txt.
4936 * storage/websql/statement-success-callback-isolated-world.html: Renamed from LayoutTests/storage/statement-success-callback-isolated-world.html.
4937 * storage/websql/success-callback-expected.txt: Renamed from LayoutTests/storage/success-callback-expected.txt.
4938 * storage/websql/success-callback.html: Renamed from LayoutTests/storage/success-callback.html.
4939 * storage/websql/test-authorizer-expected.txt: Renamed from LayoutTests/storage/test-authorizer-expected.txt.
4940 * storage/websql/test-authorizer.html: Renamed from LayoutTests/storage/test-authorizer.html.
4941 * storage/websql/test-authorizer.js: Renamed from LayoutTests/storage/test-authorizer.js.
4943 (logAndTerminateTest):
4945 (statementSuccessCallback):
4946 (statementErrorCallback):
4948 (createTableCallback):
4949 (createStatementsCallback):
4950 (otherStatementsCallback):
4951 (dropStatementsCallback):
4952 (testReadWriteMode):
4953 (testReadOnlyMode.db):
4956 * storage/websql/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/storage/transaction-callback-exception-crash-expected.txt.
4957 * storage/websql/transaction-callback-exception-crash.html: Renamed from LayoutTests/storage/transaction-callback-exception-crash.html.
4958 * storage/websql/transaction-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-callback-isolated-world-expected.txt.
4959 * storage/websql/transaction-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-callback-isolated-world.html.
4960 * storage/websql/transaction-error-callback-expected.txt: Renamed from LayoutTests/storage/transaction-error-callback-expected.txt.
4961 * storage/websql/transaction-error-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-error-callback-isolated-world-expected.txt.
4962 * storage/websql/transaction-error-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-error-callback-isolated-world.html.
4963 * storage/websql/transaction-error-callback.html: Renamed from LayoutTests/storage/transaction-error-callback.html.
4964 * storage/websql/transaction-success-callback-isolated-world-expected.txt: Renamed from LayoutTests/storage/transaction-success-callback-isolated-world-expected.txt.
4965 * storage/websql/transaction-success-callback-isolated-world.html: Renamed from LayoutTests/storage/transaction-success-callback-isolated-world.html.
4967 2012-05-21 Levi Weintraub <leviw@chromium.org> and Emil A Eklund <eae@chromium.org>
4969 Enable SUBPIXEL_LAYOUT feature flag on Chromium
4970 https://bugs.webkit.org/show_bug.cgi?id=85555
4972 Reviewed by Eric Seidel.
4974 Updating tests to handle sub-pixel layout, and updating chromium-linux expecations. Updated test
4975 expectations for Chromium Linux and Mac are ready, but the diff is too large for Buzgilla's tiny
4978 * css1/units/rounding.html:
4979 * fast/borders/border-radius-huge-assert.html:
4980 * fast/css/zoom-in-length-round-trip.html:
4981 * fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html:
4982 * fast/dom/Window/webkitConvertPoint.html:
4983 * fast/dom/elementFromPoint-relative-to-viewport.html:
4984 * fast/events/clientXY-in-zoom-and-scroll.html:
4985 * fast/events/document-elementFromPoint.html:
4986 * fast/events/offsetX-offsetY.html:
4987 * fast/multicol/break-properties.html:
4988 * fast/multicol/vertical-lr/break-properties.html:
4989 * fast/multicol/vertical-rl/break-properties.html:
4990 * fast/regions/region-style-rule-specificity.html:
4991 * fast/replaced/table-percent-height.html:
4993 2012-05-21 Anna Cavender <annacc@chromium.org>
4995 Only render text track cues if kind=captions or kind=subtitles.
4996 https://bugs.webkit.org/show_bug.cgi?id=83321
4998 Reviewed by Eric Carlson.
5000 * media/track/track-kind-expected.txt:
5001 * media/track/track-kind.html:
5004 2012-05-21 Peter Kasting <pkasting@google.com>
5006 [chromium] More accurate test expectations.
5007 http://code.google.com/p/chromium/issues/detail?id=89282
5008 https://bugs.webkit.org/show_bug.cgi?id=81145
5009 https://bugs.webkit.org/show_bug.cgi?id=82297
5011 Unreviewed, test expectations update.
5013 * platform/chromium/test_expectations.txt:
5015 2012-05-21 Joshua Bell <jsbell@chromium.org>
5017 IndexedDB: Index key paths that yield invalid keys should not fail an add/put
5018 https://bugs.webkit.org/show_bug.cgi?id=86122
5020 Reviewed by Tony Chang.
5022 * storage/indexeddb/index-basics-expected.txt:
5023 * storage/indexeddb/index-basics-workers-expected.txt:
5024 * storage/indexeddb/objectstore-basics-expected.txt:
5025 * storage/indexeddb/objectstore-basics-workers-expected.txt:
5026 * storage/indexeddb/resources/index-basics.js: Add checks that index key paths
5027 that evaluate to invalid keys do not fail puts/adds, just don't add index entries.
5037 * storage/indexeddb/resources/objectstore-basics.js: Remove precondition checks
5038 that would previously raise an exception if invalid keys were specified.
5040 (testPreConditions.request.onsuccess):
5041 (testPreConditions):
5043 2012-05-21 Joshua Bell <jsbell@chromium.org>
5045 LayoutTests: fast/js/resources/js-test-pre.js - shouldBeEqualToString fails on "
5046 https://bugs.webkit.org/show_bug.cgi?id=86931
5048 Implementations of shouldBeEqualToString() function were not correctly escaping
5049 double quote ('"') characters. Switch to using JSON.stringify() which does
5050 correct escaping, and updated one test that couldn't previously use the function.
5052 Reviewed by Ojan Vafai.
5054 * fast/js/resources/js-test-pre.js:
5055 (shouldBeEqualToString):
5056 * fast/js/resources/standalone-pre.js:
5057 (shouldBeEqualToString):
5058 * storage/indexeddb/cursor-advance-expected.txt:
5059 * storage/indexeddb/resources/cursor-advance.js:
5062 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
5064 [GTK] DRT support for layoutTestController.setSerializeHTTPLoads
5065 https://bugs.webkit.org/show_bug.cgi?id=86653
5067 Reviewed by Gustavo Noronha Silva.
5069 Unskip test cases which rely on LayoutTestController's setSerializeHTTPLoads
5072 * platform/gtk/fast/loader/file-protocol-fragment-expected.txt: Removed. The current
5073 result matches the base expectation, so removed the platform-specific results.
5074 * platform/gtk/test_expectations.txt:
5076 2012-05-21 Brady Eidson <beidson@apple.com>
5078 Checking in correct test results for https://bugs.webkit.org/show_bug.cgi?id=86119
5082 * svg/custom/bug86119-expected.txt:
5084 2012-05-21 Joshua Bell <jsbell@chromium.org>
5086 Unreviewed expectations update after r117702 - shared worker test is
5087 skipped in DRT, but run in Chromium: http://crbug.com/128959
5089 * storage/indexeddb/basics-shared-workers-expected.txt:
5091 2012-05-21 Pavel Feldman <pfeldman@chromium.org>
5093 Web Inspector: refactor revision history to not include resource itself.
5094 https://bugs.webkit.org/show_bug.cgi?id=87026
5096 Reviewed by Vsevolod Vlasov.
5098 * http/tests/inspector/network/network-request-revision-content.html:
5099 * inspector/styles/styles-history-expected.txt:
5100 * inspector/styles/styles-history.html:
5102 2012-05-21 Stephen Chenney <schenney@chromium.org>
5104 SVGAnimatedPropertyTearOff does not clear a self pointer on deletion
5105 https://bugs.webkit.org/show_bug.cgi?id=86119
5107 Reviewed by Nikolas Zimmermann.
5109 * svg/custom/bug86119.html: Added.
5110 * svg/custom/bug86119-expected.txt: Added.
5112 2012-05-21 Luke Macpherson <macpherson@chromium.org>
5114 Add additional test cases for CSS variables.
5115 https://bugs.webkit.org/show_bug.cgi?id=86987
5117 Reviewed by Dimitri Glazkov.
5119 * fast/css/variables/border-width-expected.html: Added.
5120 * fast/css/variables/border-width.html: Added.
5121 * fast/css/variables/transform-test-expected.html: Added.
5122 * fast/css/variables/transform-test.html: Added.
5124 2012-05-21 Stephen Chenney <schenney@chromium.org>
5126 [Chromium] REGRESSION: Assertion failure on svg/custom/acid3-test-77.html
5127 https://bugs.webkit.org/show_bug.cgi?id=86715
5129 Reviewed by Nikolas Zimmermann.
5131 * platform/chromium/test_expectations.txt: Removing expectation for acid3 test.
5133 2012-05-21 Ilya Tikhonovsky <loislo@chromium.org>
5135 Web Inspector: switch buildDominatedNodes function to front-end calculated _dominatorsTree
5136 https://bugs.webkit.org/show_bug.cgi?id=87022
5138 The new version is using _dominatorsTree array that was build at front-end.
5140 Reviewed by Yury Semikhatsky.
5142 * inspector/profiler/heap-snapshot-expected.txt:
5143 * inspector/profiler/heap-snapshot.html:
5145 2012-05-21 Ilya Tikhonovsky <loislo@chromium.org>
5147 Web Inspector: introduce a helper for HeapSnapshot post-processing tests.
5148 https://bugs.webkit.org/show_bug.cgi?id=87009
5151 var builder = new InspectorTest.HeapSnapshotBuilder();
5152 var debuggerNode = new InspectorTest.HeapNode("Debugger");
5153 builder.rootNode.linkNode(debuggerNode, InspectorTest.HeapEdge.Type.element);
5155 var windowNode = new InspectorTest.HeapNode("Window");
5156 builder.rootNode.linkNode(windowNode, InspectorTest.HeapEdge.Type.shortcut);
5158 debuggerNode.linkNode(windowNode, InspectorTest.HeapEdge.Type.property, "windowProperty");
5159 return builder.generateSnapshot();
5161 Reviewed by Yury Semikhatsky.
5163 * inspector/profiler/heap-snapshot-test.js:
5164 (initialize_HeapSnapshotTest):
5165 (initialize_HeapSnapshotTest.):
5166 * inspector/profiler/heap-snapshot.html:
5168 2012-05-21 Csaba Osztrogonác <ossy@webkit.org>
5170 [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled.
5171 https://bugs.webkit.org/show_bug.cgi?id=81042
5173 Unreviewed gardening. Move skipped tests (and add one more test) to wk2/Skipped
5174 list, because it isn't mac-wk2 specific bug, but general wk2 specific bug.
5176 * platform/mac-wk2/Skipped:
5177 * platform/wk2/Skipped:
5179 2012-05-21 Zan Dobersek <zandobersek@gmail.com>
5181 Unreviewed GTK gardening, add expectations for an SVG test for hit
5182 testing on strokes and a few more tests that fail because of repainting
5183 issues that fail intermittently.
5185 * platform/gtk/test_expectations.txt:
5187 2012-05-21 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
5189 Move setEditingBehavior() from layoutTestController to window.internals
5190 https://bugs.webkit.org/show_bug.cgi?id=42689
5192 Reviewed by Hajime Morita and Kenneth Rohde Christiansen.
5194 * editing/deleting/delete-ligature-003.html:
5195 * editing/deleting/paragraph-in-preserveNewline.html:
5196 * editing/deleting/whitespace-pre-1.html:
5197 * editing/execCommand/script-tests/query-command-state.js:
5199 * editing/execCommand/script-tests/query-text-alignment.js:
5201 * editing/execCommand/script-tests/toggle-compound-styles.js:
5202 * editing/selection/5195166-1.html:
5203 * editing/selection/5354455-1.html:
5204 * editing/selection/caret-mode-paragraph-keys-navigation.html:
5205 * editing/selection/collapse-selection-in-bidi.html:
5206 * editing/selection/context-menu-text-selection.html:
5207 * editing/selection/directionality-after-undo-replace.html:
5208 * editing/selection/extend-after-mouse-selection.html:
5209 * editing/selection/extend-selection-after-double-click.html:
5210 * editing/selection/move-by-word-visually-crash-test-1.html:
5211 * editing/selection/move-by-word-visually-crash-test-2.html:
5212 * editing/selection/move-by-word-visually-crash-test-3.html:
5213 * editing/selection/move-by-word-visually-crash-test-4.html:
5214 * editing/selection/move-by-word-visually-crash-test-5.html:
5215 * editing/selection/move-by-word-visually-crash-test-css-generated-content.html:
5216 * editing/selection/move-by-word-visually-crash-test-textarea.html:
5217 * editing/selection/move-by-word-visually-inline-block-positioned-element.html:
5218 * editing/selection/move-by-word-visually-mac.html:
5219 * editing/selection/move-by-word-visually-multi-line.html:
5220 * editing/selection/move-by-word-visually-multi-space.html:
5221 * editing/selection/move-by-word-visually-null-box.html:
5222 * editing/selection/move-by-word-visually-single-space-inline-element.html:
5223 * editing/selection/move-by-word-visually-single-space-one-element.html:
5224 * editing/selection/move-by-word-visually-textarea.html:
5225 * editing/selection/move-by-word-visually-wrong-left-right.html:
5226 * editing/selection/programmatic-selection-on-mac-is-directionless.html:
5227 * editing/selection/rtl-move-selection-right-left.html:
5228 * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
5229 * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
5230 * editing/selection/script-tests/shift-click.js:
5231 (runShiftClickTest):
5232 * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
5233 * editing/style/iframe-onload-crash-mac.html:
5234 * editing/style/iframe-onload-crash-unix.html:
5235 * editing/style/iframe-onload-crash-win.html:
5236 * fast/events/backspace-navigates-back.html:
5237 * fast/forms/selection-direction.html:
5238 * platform/gtk-wk2/Skipped: Add here tests that are still failing for GTK WK2 port.
5239 * platform/wk2/Skipped: Unskip!
5241 2012-05-21 Csaba Osztrogonác <ossy@webkit.org>
5243 [Qt] Unreviewed gardening after r112112.
5245 * platform/qt/Skipped:
5246 * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
5247 * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
5249 2012-05-21 Csaba Osztrogonác <ossy@webkit.org>
5251 [Qt] Unreviewed gardening.
5253 * platform/qt-5.0-wk1/Skipped: Skip failing tests because of bug86452.
5254 * platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Added.
5256 2012-05-21 Vsevolod Vlasov <vsevik@chromium.org>
5258 Web Inspector: Temporary UISourceCode should be replaced each time another inline script is added in RawSourceCode with pending request.
5259 https://bugs.webkit.org/show_bug.cgi?id=87003
5261 Reviewed by Pavel Feldman.
5263 * inspector/debugger/raw-source-code-expected.txt:
5264 * inspector/debugger/raw-source-code.html:
5266 2012-05-21 Pavel Feldman <pfeldman@chromium.org>
5268 inspector/styles/css-live-edit.html times out.
5269 https://bugs.webkit.org/show_bug.cgi?id=82409
5271 Not reviewed: test fix.
5273 * inspector/styles/css-live-edit.html:
5274 * platform/chromium/test_expectations.txt:
5276 2012-05-21 Csaba Osztrogonác <ossy@webkit.org>
5278 [Qt] Unreviewed gardening, unskip a now passing test.
5280 * platform/qt/Skipped:
5282 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
5284 [EFL] [DRT] Update EFL baselines after r116069
5285 https://bugs.webkit.org/show_bug.cgi?id=86963
5287 Unreviewed gardening, update results after r116069.
5289 * platform/efl/fast/block/float/016-expected.png:
5290 * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png: Added.
5291 * platform/efl/test_expectations.txt:
5293 2012-05-21 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
5295 [EFL] PlatformKeyboardEventEfl is missing ESC key handling.
5296 https://bugs.webkit.org/show_bug.cgi?id=86837
5298 Reviewed by Kenneth Rohde Christiansen.
5300 * platform/efl/Skipped: Unskipped fast/forms/input-search-press-escape-key.html.
5302 2012-05-18 Ilya Tikhonovsky <loislo@chromium.org>
5304 Web Inspector: upstream build dominators tree procedure from v8.
5305 https://bugs.webkit.org/show_bug.cgi?id=86640
5307 The idea is to reduce transfer size and move all the post-processing steps to the front-end.
5308 The JS implementation is ~1.5 times slower.
5310 Reviewed by Yury Semikhatsky.
5312 Covered by existing tests and performance tests.
5314 * inspector/profiler/heap-snapshot-expected.txt:
5315 * inspector/profiler/heap-snapshot-test.js:
5316 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
5317 * inspector/profiler/heap-snapshot.html:
5319 2012-05-21 Mike Lawther <mikelawther@chromium.org>
5321 Crash in -webkit-calc
5322 https://bugs.webkit.org/show_bug.cgi?id=86954
5324 Reviewed by Abhishek Arya.
5326 * css3/calc/transition-crash3-expected.txt: Added.
5327 * css3/calc/transition-crash3.html: Added.
5328 * css3/calc/transition-crash4-expected.txt: Added.
5329 * css3/calc/transition-crash4.html: Added.
5331 2012-05-21 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
5333 [EFL] [DRT] Update EFL baselines after r117412 and r117477
5334 https://bugs.webkit.org/show_bug.cgi?id=86968
5336 Unreviewed EFL gardening. Update results after r117412 and r117477.
5338 * platform/efl/fast/multicol/shadow-breaking-expected.png:
5339 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.png:
5340 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
5341 * platform/efl/test_expectations.txt:
5343 2012-05-20 Ryosuke Niwa <rniwa@webkit.org>
5345 Using createContextualFragment to insert a <script> does not cause the script to execute
5346 https://bugs.webkit.org/show_bug.cgi?id=12234
5348 Reviewed by Adam Barth.
5350 Added regressions tests to ensure createContextualFragment doesn't execute script elements
5351 immediately as they are parsed and it doesn't mark those script elements as already started.
5353 The behavior of innerHTML is tested elsewhere and this patch does not affect its behavior.
5355 * fast/dom/Range/create-contextual-fragment-script-not-ran-expected.txt: Added.
5356 * fast/dom/Range/create-contextual-fragment-script-not-ran.html: Added.
5357 * fast/dom/Range/create-contextual-fragment-script-unmark-already-started-expected.txt: Added.
5358 * fast/dom/Range/create-contextual-fragment-script-unmark-already-started.html: Added.
5360 2012-05-20 Keishi Hattori <keishi@webkit.org>
5362 [Chromium] Enable datalist for input type email
5363 https://bugs.webkit.org/show_bug.cgi?id=85356
5365 Reviewed by Kent Tamura.
5367 * platform/chromium/fast/forms/datalist/input-list-expected.txt:
5369 2012-05-20 Joe Thomas <joethomas@motorola.com>
5371 Unsupported commands should have queryCommandValue() = "", not false
5372 https://bugs.webkit.org/show_bug.cgi?id=86964
5374 Reviewed by Ryosuke Niwa.
5376 queryCommandValue for unsupported commands should return empty string.
5377 The specification related to this can be located at http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#methods-to-query-and-execute-commands
5379 * editing/execCommand/queryCommandValue-unsupported-commands-expected.txt: Added.
5380 * editing/execCommand/queryCommandValue-unsupported-commands.html: Added.
5381 * editing/execCommand/use-css-expected.txt:
5382 * editing/execCommand/use-css.html:
5384 2012-05-20 Philippe Normand <pnormand@igalia.com>
5386 Unreviewed, GTK gardening.
5388 * platform/gtk/test_expectations.txt: Fix expectation of
5389 svg/hittest/svg-shapes-non-scale-stroke.html after r117713.
5391 2012-05-20 Takashi Sakamoto <tasak@google.com>
5393 Needs style recalculation by changing applyAuthorStyles dynamically
5394 https://bugs.webkit.org/show_bug.cgi?id=84251
5396 Reviewed by Hajime Morita.
5398 * fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html:
5399 * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
5401 2012-05-20 Philip Rogers <pdr@google.com>
5403 Skip failing hit testing tests
5404 https://bugs.webkit.org/show_bug.cgi?id=86971
5406 Unreviewed, skipping tests.
5408 * platform/efl/test_expectations.txt:
5409 * platform/gtk/test_expectations.txt:
5410 * platform/qt/Skipped:
5412 2012-05-20 Raphael Kubo da Costa <rakuco@webkit.org>
5414 [EFL] Unskip passing test after r117709.
5416 * platform/efl/test_expectations.txt:
5418 2012-05-20 Philip Rogers <pdr@google.com>
5420 Accumulate SVG animations into first contributing element
5421 https://bugs.webkit.org/show_bug.cgi?id=86385
5423 Reviewed by Nikolas Zimmermann.
5425 * svg/animations/multiple-animations-ending-expected.txt: Added.
5426 * svg/animations/multiple-animations-ending.html: Added.
5427 * svg/animations/resources/multiple-animations-ending.svg: Added.
5428 * svg/animations/script-tests/multiple-animations-ending.js: Added.
5453 * svg/animations/svg-two-animate-elements-crash-expected.svg: Added.
5454 * svg/animations/svg-two-animate-elements-crash.svg: Added.
5456 2012-05-20 Philip Rogers <pdr@google.com>
5458 Fix hit testing on non-scaling strokes
5459 https://bugs.webkit.org/show_bug.cgi?id=82628
5461 Reviewed by Nikolas Zimmermann.
5463 * platform/chromium/test_expectations.txt:
5464 * platform/mac/Skipped:
5465 * svg/custom/non-scaling-stroke-expected.txt:
5466 * svg/hittest/svg-shapes-non-scale-stroke-expected.txt: Added.
5467 * svg/hittest/svg-shapes-non-scale-stroke.html: Added.
5469 2012-05-19 Joshua Bell <jsbell@chromium.org>
5471 IndexedDB layout tests should make better use of test library functions
5472 https://bugs.webkit.org/show_bug.cgi?id=86932
5474 Reviewed by Ojan Vafai.
5476 Use functions like shouldBeEqualToString, shouldBeNull, evalAndExpectException
5477 and so forth where possible.
5479 * storage/indexeddb/basics-expected.txt:
5480 * storage/indexeddb/basics-workers-expected.txt:
5481 * storage/indexeddb/create-object-store-options-expected.txt:
5482 * storage/indexeddb/createObjectStore-null-name-expected.txt:
5483 * storage/indexeddb/cursor-added-bug-expected.txt:
5484 * storage/indexeddb/cursor-continue-expected.txt:
5485 * storage/indexeddb/cursor-continue-validity-expected.txt:
5486 * storage/indexeddb/cursor-delete-expected.txt:
5487 * storage/indexeddb/cursor-inconsistency-expected.txt:
5488 * storage/indexeddb/cursor-index-delete-expected.txt:
5489 * storage/indexeddb/cursor-key-order-expected.txt:
5490 * storage/indexeddb/cursor-primary-key-order-expected.txt:
5491 * storage/indexeddb/cursor-skip-deleted-expected.txt:
5492 * storage/indexeddb/cursor-update-expected.txt:
5493 * storage/indexeddb/data-corruption-expected.txt:
5494 * storage/indexeddb/database-basics-expected.txt:
5495 * storage/indexeddb/duplicates-expected.txt:
5496 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
5497 * storage/indexeddb/exception-in-event-aborts-expected.txt:
5498 * storage/indexeddb/factory-basics-expected.txt:
5499 * storage/indexeddb/factory-cmp-expected.txt:
5500 * storage/indexeddb/factory-deletedatabase-expected.txt:
5501 * storage/indexeddb/get-keyrange-expected.txt:
5502 * storage/indexeddb/index-basics-expected.txt:
5503 * storage/indexeddb/index-basics-workers-expected.txt:
5504 * storage/indexeddb/index-count-expected.txt:
5505 * storage/indexeddb/index-cursor-expected.txt:
5506 * storage/indexeddb/index-multientry-expected.txt:
5507 * storage/indexeddb/index-population-expected.txt:
5508 * storage/indexeddb/index-unique-expected.txt:
5509 * storage/indexeddb/key-type-array-expected.txt:
5510 * storage/indexeddb/keyrange-expected.txt:
5511 * storage/indexeddb/legacy-constants-expected.txt:
5512 * storage/indexeddb/mutating-cursor-expected.txt:
5513 * storage/indexeddb/objectstore-autoincrement-expected.txt:
5514 * storage/indexeddb/objectstore-basics-expected.txt:
5515 * storage/indexeddb/objectstore-basics-workers-expected.txt:
5516 * storage/indexeddb/objectstore-clear-expected.txt:
5517 * storage/indexeddb/objectstore-count-expected.txt:
5518 * storage/indexeddb/objectstore-cursor-expected.txt:
5519 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
5520 * storage/indexeddb/open-cursor-expected.txt:
5521 * storage/indexeddb/opencursor-key-expected.txt:
5522 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
5523 * storage/indexeddb/queued-commands-expected.txt:
5524 * storage/indexeddb/request-event-propagation-expected.txt:
5525 * storage/indexeddb/resources/basics.js:
5528 * storage/indexeddb/resources/create-object-store-options.js:
5529 (setVersionComplete):
5530 * storage/indexeddb/resources/createObjectStore-null-name.js:
5531 (createAndPopulateObjectStore):
5532 * storage/indexeddb/resources/cursor-added-bug.js:
5533 (setVersionSuccess):
5534 * storage/indexeddb/resources/cursor-continue-validity.js:
5536 * storage/indexeddb/resources/cursor-continue.js:
5538 * storage/indexeddb/resources/cursor-delete.js:
5539 (setVersionSuccess):
5540 * storage/indexeddb/resources/cursor-inconsistency.js:
5541 (setVersionSuccess):
5543 * storage/indexeddb/resources/cursor-index-delete.js:
5544 (setVersionSuccess):
5545 * storage/indexeddb/resources/cursor-key-order.js:
5546 (checkStore.curreq.onsuccess.getreq.onsuccess):
5547 (checkStore.curreq.onsuccess):
5549 * storage/indexeddb/resources/cursor-primary-key-order.js:
5550 (checkStore.cursorRequest.onsuccess):
5552 * storage/indexeddb/resources/cursor-skip-deleted.js:
5553 (setVersionSuccess):
5554 * storage/indexeddb/resources/cursor-update.js:
5555 (setVersionSuccess):
5556 (basicUpdateCursor.request.onsuccess):
5557 (basicUpdateCursor):
5558 (autoIncrementUpdateCursor.request.onsuccess):
5559 (autoIncrementUpdateCursor):
5560 (keyPathUpdateCursor.request.onsuccess):
5561 (keyPathUpdateCursor):
5563 * storage/indexeddb/resources/data-corruption.js:
5564 (setVersionSuccess):
5566 * storage/indexeddb/resources/database-basics.js:
5567 (setVersionSuccess):
5568 (createAnotherObjectStore):
5569 * storage/indexeddb/resources/database-quota.js:
5570 (setVersionSuccess):
5571 * storage/indexeddb/resources/duplicates.js:
5579 * storage/indexeddb/resources/error-causes-abort-by-default.js:
5581 * storage/indexeddb/resources/exception-in-event-aborts.js:
5583 * storage/indexeddb/resources/factory-basics.js:
5585 * storage/indexeddb/resources/factory-cmp.js:
5588 (testIdenticalKeys):
5589 * storage/indexeddb/resources/factory-deletedatabase.js:
5591 * storage/indexeddb/resources/get-keyrange.js:
5593 * storage/indexeddb/resources/index-basics.js:
5603 * storage/indexeddb/resources/index-count.js:
5605 (verifyCount.request.onsuccess):
5607 (verifyCountWithRange.nextTest.request.onsuccess):
5608 (verifyCountWithRange.nextTest):
5609 (verifyCountWithRange):
5610 (verifyCountWithKey.nextTest.request.onsuccess):
5611 (verifyCountWithKey.nextTest):
5612 (verifyCountWithKey):
5613 * storage/indexeddb/resources/index-cursor.js:
5615 * storage/indexeddb/resources/index-multientry.js:
5617 (verifyIndexes.request.onsuccess):
5619 * storage/indexeddb/resources/index-population.js:
5621 * storage/indexeddb/resources/index-unique.js:
5625 * storage/indexeddb/resources/key-type-array.js:
5627 * storage/indexeddb/resources/keyrange.js:
5629 * storage/indexeddb/resources/legacy-constants.js:
5631 (checkNext.request.onsuccess):
5633 (checkNextNoDuplicate.request.onsuccess):
5634 (checkNextNoDuplicate):
5635 (checkPrev.request.onsuccess):
5637 (checkPrevNoDuplicate.request.onsuccess):
5638 (checkPrevNoDuplicate):
5639 * storage/indexeddb/resources/mutating-cursor.js:
5640 (setVersionSuccess):
5641 * storage/indexeddb/resources/objectstore-autoincrement.js:
5642 (setVersionSuccess):
5643 (testLongKeyPath.cursorRequest.onsuccess):
5645 * storage/indexeddb/resources/objectstore-basics.js:
5646 (setVersionSuccess):
5648 (createAnotherIndex):
5651 * storage/indexeddb/resources/objectstore-clear.js:
5653 * storage/indexeddb/resources/objectstore-count.js:
5655 (verifyCount.request.onsuccess):
5657 (verifyCountWithRange.nextTest.request.onsuccess):
5658 (verifyCountWithRange.nextTest):
5659 (verifyCountWithRange):
5660 (verifyCountWithKey.nextTest.request.onsuccess):
5661 (verifyCountWithKey.nextTest):
5662 (verifyCountWithKey):
5663 * storage/indexeddb/resources/objectstore-cursor.js:
5665 * storage/indexeddb/resources/objectstore-removeobjectstore.js:
5667 (deleteObjectStore):
5668 * storage/indexeddb/resources/open-cursor.js:
5669 (cursorWithKeySuccess):
5671 (setVersionSuccess):
5672 * storage/indexeddb/resources/opencursor-key.js:
5673 (testObjectStore.request.onsuccess):
5675 (testIndex.request.onsuccess):
5677 (testIndexWithKey.request.onsuccess):
5679 * storage/indexeddb/resources/prefetch-bugfix-108071.js:
5680 (setVersionSuccess):
5681 * storage/indexeddb/resources/queued-commands.js:
5682 * storage/indexeddb/resources/request-event-propagation.js:
5684 * storage/indexeddb/resources/setVersion-null.js:
5686 * storage/indexeddb/resources/shared.js:
5687 (evalAndExpectExceptionClass):
5688 * storage/indexeddb/resources/transaction-abort.js:
5690 * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
5693 * storage/indexeddb/resources/transaction-basics.js:
5694 (addRemoveIDBObjects):
5695 (addRemoveAddIDBObjects):
5697 (addIDBObjectsAndCommit):
5699 (setVersionSuccess):
5700 (testDOMStringList):
5701 * storage/indexeddb/resources/transaction-event-propagation.js:
5703 * storage/indexeddb/resources/transaction-rollback.js:
5706 * storage/indexeddb/resources/two-version-changes.js:
5708 * storage/indexeddb/resources/values-odd-types.js:
5709 (openACursor.request.onsuccess):
5711 * storage/indexeddb/setVersion-null-expected.txt:
5712 * storage/indexeddb/transaction-abort-expected.txt:
5713 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
5714 * storage/indexeddb/transaction-basics-expected.txt:
5715 * storage/indexeddb/transaction-event-propagation-expected.txt:
5716 * storage/indexeddb/transaction-rollback-expected.txt:
5717 * storage/indexeddb/two-version-changes-expected.txt:
5718 * storage/indexeddb/values-odd-types-expected.txt:
5720 2012-05-19 Raphael Kubo da Costa <rakuco@webkit.org>
5722 [EFL] Unreviewed gardening.
5724 Remove a test that does not exist anymore from the skipped list, and
5725 improve the comment for the other test at the block which relies on v8
5728 * platform/efl/Skipped:
5730 2012-05-19 Raphael Kubo da Costa <rakuco@webkit.org>
5732 [EFL] Unreviewed gardening.
5734 Move skipped tests which depend on a showModalDialog()
5735 implementation from Skipped to test_expectations.txt to have all
5736 of them grouped together.
5738 * platform/efl/Skipped:
5739 * platform/efl/test_expectations.txt:
5741 2012-05-19 Joe Thomas <joethomas@motorola.com>
5743 The order of CSS properties is wrong in background shorthand
5744 https://bugs.webkit.org/show_bug.cgi?id=86152
5746 Reviewed by Ryosuke Niwa.
5748 Corrected the order of properties returned in StylePropertySet::getPropertyValue for background shorthand property to match the specification
5749 http://www.w3.org/TR/css3-background/#background.
5751 * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt:
5752 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
5753 * fast/dom/background-shorthand-csstext-expected.txt:
5754 * fast/dom/background-shorthand-csstext.html:
5756 2012-05-19 Zan Dobersek <zandobersek@gmail.com>
5758 Unreviewed GTK gardening, add test expectations for further tests that
5759 fail intermittently with an image diff due to repainting problems.
5761 * platform/gtk/test_expectations.txt:
5763 2012-05-19 Christophe Dumez <christophe.dumez@intel.com>
5765 [EFL] More rebaselining needed after r117672
5766 https://bugs.webkit.org/show_bug.cgi?id=86944
5768 Unreviewed EFL gardening. Add missing EFL expectations for several
5769 CSS3 and forms tests.
5771 * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
5772 * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt: Added.
5773 * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt: Added.
5774 * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
5775 * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
5776 * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added.
5777 * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added.
5778 * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
5779 * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
5780 * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt: Added.
5781 * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt: Added.
5782 * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
5783 * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt: Added.
5784 * platform/efl/fast/forms/textfield-outline-expected.txt: Added.
5786 2012-05-19 Christophe Dumez <christophe.dumez@intel.com>
5788 [EFL] Massive rebaselining needed after r117672
5789 https://bugs.webkit.org/show_bug.cgi?id=86940
5791 Unreviewed EFL gardening.
5793 Rebaseline is needed for a lot of tests after r117672.
5794 In many tests, contents in input element are shifted to the start
5795 (left in LTR and right in RTL) by 1px, and widths of input
5796 elements are shrunk by 2px.
5798 * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
5799 * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
5800 * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
5801 * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
5802 * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
5803 * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
5804 * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
5805 * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
5806 * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
5807 * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
5808 * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
5809 * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
5810 * platform/efl/fast/css/input-search-padding-expected.png:
5811 * platform/efl/fast/css/input-search-padding-expected.txt:
5812 * platform/efl/fast/css/line-height-expected.png:
5813 * platform/efl/fast/css/line-height-expected.txt:
5814 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
5815 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
5816 * platform/efl/fast/css/text-overflow-input-expected.png:
5817 * platform/efl/fast/css/text-overflow-input-expected.txt:
5818 * platform/efl/fast/dom/isindex-001-expected.png:
5819 * platform/efl/fast/dom/isindex-001-expected.txt:
5820 * platform/efl/fast/dom/isindex-002-expected.png:
5821 * platform/efl/fast/dom/isindex-002-expected.txt:
5822 * platform/efl/fast/events/autoscroll-expected.png:
5823 * platform/efl/fast/events/autoscroll-expected.txt:
5824 * platform/efl/fast/forms/basic-inputs-expected.png:
5825 * platform/efl/fast/forms/basic-inputs-expected.txt:
5826 * platform/efl/fast/forms/box-shadow-override-expected.png:
5827 * platform/efl/fast/forms/box-shadow-override-expected.txt:
5828 * platform/efl/fast/forms/control-restrict-line-height-expected.png:
5829 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
5830 * platform/efl/fast/forms/encoding-test-expected.png:
5831 * platform/efl/fast/forms/encoding-test-expected.txt:
5832 * platform/efl/fast/forms/fieldset-align-expected.png:
5833 * platform/efl/fast/forms/fieldset-align-expected.txt:
5834 * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
5835 * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
5836 * platform/efl/fast/forms/input-align-expected.png:
5837 * platform/efl/fast/forms/input-align-expected.txt:
5838 * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
5839 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
5840 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
5841 * platform/efl/fast/forms/input-appearance-focus-expected.png:
5842 * platform/efl/fast/forms/input-appearance-focus-expected.txt:
5843 * platform/efl/fast/forms/input-appearance-height-expected.png:
5844 * platform/efl/fast/forms/input-appearance-height-expected.txt:
5845 * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
5846 * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
5847 * platform/efl/fast/forms/input-appearance-selection-expected.png:
5848 * platform/efl/fast/forms/input-appearance-selection-expected.txt:
5849 * platform/efl/fast/forms/input-appearance-visibility-expected.png:
5850 * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
5851 * platform/efl/fast/forms/input-appearance-width-expected.png:
5852 * platform/efl/fast/forms/input-appearance-width-expected.txt:
5853 * platform/efl/fast/forms/input-disabled-color-expected.png:
5854 * platform/efl/fast/forms/input-disabled-color-expected.txt:
5855 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
5856 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
5857 * platform/efl/fast/forms/input-field-text-truncated-expected.png:
5858 * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
5859 * platform/efl/fast/forms/input-readonly-dimmed-expected.png:
5860 * platform/efl/fast/forms/input-readonly-dimmed-expected.txt:
5861 * platform/efl/fast/forms/input-readonly-empty-expected.png:
5862 * platform/efl/fast/forms/input-readonly-empty-expected.txt:
5863 * platform/efl/fast/forms/input-spaces-expected.png:
5864 * platform/efl/fast/forms/input-spaces-expected.txt:
5865 * platform/efl/fast/forms/input-table-expected.png:
5866 * platform/efl/fast/forms/input-table-expected.txt:
5867 * platform/efl/fast/forms/input-text-click-inside-expected.png:
5868 * platform/efl/fast/forms/input-text-click-inside-expected.txt:
5869 * platform/efl/fast/forms/input-text-double-click-expected.png:
5870 * platform/efl/fast/forms/input-text-double-click-expected.txt:
5871 * platform/efl/fast/forms/input-text-option-delete-expected.png:
5872 * platform/efl/fast/forms/input-text-option-delete-expected.txt:
5873 * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
5874 * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
5875 * platform/efl/fast/forms/input-text-word-wrap-expected.png:
5876 * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
5877 * platform/efl/fast/forms/input-type-text-min-width-expected.png:
5878 * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
5879 * platform/efl/fast/forms/input-value-expected.png:
5880 * platform/efl/fast/forms/input-value-expected.txt:
5881 * platform/efl/fast/forms/input-width-expected.png:
5882 * platform/efl/fast/forms/input-width-expected.txt:
5883 * platform/efl/fast/forms/minWidthPercent-expected.png:
5884 * platform/efl/fast/forms/minWidthPercent-expected.txt:
5885 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png:
5886 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt:
5887 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
5888 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
5889 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
5890 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
5891 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
5892 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
5893 * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
5894 * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
5895 * platform/efl/fast/forms/search-rtl-expected.png:
5896 * platform/efl/fast/forms/search-rtl-expected.txt:
5897 * platform/efl/fast/forms/search-styled-expected.png:
5898 * platform/efl/fast/forms/search-styled-expected.txt:
5899 * platform/efl/fast/forms/search-vertical-alignment-expected.png:
5900 * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
5901 * platform/efl/fast/forms/searchfield-heights-expected.png:
5902 * platform/efl/fast/forms/searchfield-heights-expected.txt:
5903 * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
5904 * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
5905 * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
5906 * platform/efl/fast/forms/text-style-color-expected.png:
5907 * platform/efl/fast/forms/text-style-color-expected.txt:
5908 * platform/efl/fast/forms/textfield-focus-ring-expected.png:
5909 * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
5910 * platform/efl/fast/forms/textfield-outline-expected.png:
5911 * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
5912 * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
5913 * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
5914 * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
5915 * platform/efl/fast/html/details-no-summary4-expected.png:
5916 * platform/efl/fast/html/details-no-summary4-expected.txt:
5917 * platform/efl/fast/html/details-open-javascript-expected.png:
5918 * platform/efl/fast/html/details-open-javascript-expected.txt:
5919 * platform/efl/fast/html/details-open2-expected.png:
5920 * platform/efl/fast/html/details-open2-expected.txt:
5921 * platform/efl/fast/html/details-open4-expected.png:
5922 * platform/efl/fast/html/details-open4-expected.txt:
5923 * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
5924 * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
5925 * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
5926 * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
5927 * platform/efl/fast/repaint/search-field-cancel-expected.png:
5928 * platform/efl/fast/repaint/search-field-cancel-expected.txt:
5929 * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
5930 * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
5931 * platform/efl/fast/replaced/replaced-breaking-expected.png:
5932 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
5933 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
5934 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
5935 * platform/efl/fast/replaced/width100percent-textfield-expected.png:
5936 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
5937 * platform/efl/fast/table/003-expected.png:
5938 * platform/efl/fast/table/003-expected.txt:
5939 * platform/efl/fast/table/colspanMinWidth-expected.png:
5940 * platform/efl/fast/table/colspanMinWidth-expected.txt:
5941 * platform/efl/fast/table/spanOverlapRepaint-expected.png:
5942 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
5943 * platform/efl/fast/table/text-field-baseline-expected.png:
5944 * platform/efl/fast/table/text-field-baseline-expected.txt:
5945 * platform/efl/fast/text/textIteratorNilRenderer-expected.png:
5946 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
5947 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
5948 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
5950 2012-05-19 Nikolas Zimmermann <nzimmermann@rim.com>
5952 Not reviewed. Update two pixel test results on Lion, which show marginal diffs.
5954 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
5955 * platform/mac/svg/hixie/mixed/003-expected.png:
5957 2012-05-19 Csaba Osztrogonác <ossy@webkit.org>
5959 [Qt] Unreviewed weekend gardening.
5961 * platform/qt-4.8/Skipped: Copy/paste error fix after r117588.
5962 * platform/qt/fast/forms/form-hides-table-expected.png: Added after r117640.
5963 * platform/qt/fast/forms/form-hides-table-expected.txt: Updated after r117640.
5964 * platform/qt/fast/table/form-with-table-style-expected.png: Updated after r117640.
5965 * platform/qt/fast/table/form-with-table-style-expected.txt: Updated after r117640.
5967 2012-05-19 Ryosuke Niwa <rniwa@webkit.org>
5969 More Chromium rebaselines after r117672.
5971 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
5972 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-68-expected.png:
5973 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
5974 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-24-expected.png:
5975 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-24-expected.txt:
5976 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.png:
5977 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
5978 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.png:
5979 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.txt:
5980 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
5981 * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
5982 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
5983 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
5984 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
5985 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
5986 * platform/chromium-mac/fast/forms/select-empty-option-height-expected.txt: Added.
5987 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png:
5988 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
5989 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-68-expected.png:
5990 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
5991 * platform/chromium-win/css3/selectors3/xml/css3-modsel-24-expected.png:
5992 * platform/chromium-win/css3/selectors3/xml/css3-modsel-24-expected.txt:
5994 2012-05-19 Ryosuke Niwa <rniwa@webkit.org>
5996 More SnowLeopard rebaselines.
5998 * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt.
5999 * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt.
6000 * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
6001 * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
6002 * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/canvas-putImageData-expected.txt.
6003 * platform/mac-snowleopard/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt.
6004 * platform/mac-snowleopard/media/controls-without-preload-expected.txt:
6005 * platform/mac-snowleopard/media/media-can-play-wav-audio-expected.txt: Copied from LayoutTests/platform/mac/media/media-can-play-wav-audio-expected.txt.
6007 2012-05-19 Zan Dobersek <zandobersek@gmail.com>
6009 Unreviewed, adding GTK baselines for new tests added in r117477.
6011 * platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
6012 * platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
6013 * platform/gtk/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
6014 * platform/gtk/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
6016 2012-05-19 Ryosuke Niwa <rniwa@webkit.org>
6018 Lion rebaseline after r117672.
6020 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
6021 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
6022 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
6023 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
6024 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
6025 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
6026 * platform/mac/fast/forms/box-shadow-override-expected.txt:
6027 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
6028 * platform/mac/fast/invalid/residual-style-expected.txt:
6029 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
6030 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
6031 * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
6032 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
6033 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
6035 2012-05-19 Csaba Osztrogonác <ossy@webkit.org>
6037 [Qt] Unreviewed gardening after r117672.
6039 * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
6040 * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
6041 * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
6042 * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
6043 * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
6044 * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
6045 * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
6046 * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
6047 * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
6048 * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
6049 * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
6050 * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
6051 * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
6052 * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
6053 * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
6054 * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
6055 * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
6056 * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
6057 * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
6058 * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
6059 * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
6060 * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
6061 * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
6062 * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
6063 * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png: Added.
6064 * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
6065 * platform/qt/editing/pasteboard/4806874-expected.png:
6066 * platform/qt/editing/pasteboard/4806874-expected.txt:
6067 * platform/qt/editing/pasteboard/input-field-1-expected.png:
6068 * platform/qt/editing/pasteboard/input-field-1-expected.txt:
6069 * platform/qt/editing/selection/3690703-2-expected.png:
6070 * platform/qt/editing/selection/3690703-2-expected.txt:
6071 * platform/qt/editing/selection/3690703-expected.png:
6072 * platform/qt/editing/selection/3690703-expected.txt:
6073 * platform/qt/editing/selection/3690719-expected.png:
6074 * platform/qt/editing/selection/3690719-expected.txt:
6075 * platform/qt/editing/selection/4895428-3-expected.png:
6076 * platform/qt/editing/selection/4895428-3-expected.txt:
6077 * platform/qt/editing/selection/4975120-expected.png:
6078 * platform/qt/editing/selection/4975120-expected.txt:
6079 * platform/qt/editing/selection/drag-select-1-expected.png:
6080 * platform/qt/editing/selection/drag-select-1-expected.txt:
6081 * platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
6082 * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
6083 * platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
6084 * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt:
6085 * platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
6086 * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt:
6087 * platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
6088 * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
6089 * platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
6090 * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
6091 * platform/qt/fast/css/input-search-padding-expected.png:
6092 * platform/qt/fast/css/input-search-padding-expected.txt:
6093 * platform/qt/fast/css/line-height-expected.png:
6094 * platform/qt/fast/css/line-height-expected.txt:
6095 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
6096 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
6097 * platform/qt/fast/css/text-overflow-input-expected.png:
6098 * platform/qt/fast/css/text-overflow-input-expected.txt:
6099 * platform/qt/fast/dom/isindex-001-expected.png:
6100 * platform/qt/fast/dom/isindex-001-expected.txt:
6101 * platform/qt/fast/events/context-no-deselect-expected.png:
6102 * platform/qt/fast/events/context-no-deselect-expected.txt:
6103 * platform/qt/fast/forms/basic-inputs-expected.png:
6104 * platform/qt/fast/forms/basic-inputs-expected.txt:
6105 * platform/qt/fast/forms/box-shadow-override-expected.png:
6106 * platform/qt/fast/forms/box-shadow-override-expected.txt:
6107 * platform/qt/fast/forms/control-restrict-line-height-expected.png:
6108 * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
6109 * platform/qt/fast/forms/encoding-test-expected.png:
6110 * platform/qt/fast/forms/encoding-test-expected.txt:
6111 * platform/qt/fast/forms/fieldset-align-expected.png:
6112 * platform/qt/fast/forms/fieldset-align-expected.txt:
6113 * platform/qt/fast/forms/floating-textfield-relayout-expected.png:
6114 * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
6115 * platform/qt/fast/forms/form-element-geometry-expected.png:
6116 * platform/qt/fast/forms/form-element-geometry-expected.txt:
6117 * platform/qt/fast/forms/input-align-expected.png:
6118 * platform/qt/fast/forms/input-align-expected.txt:
6119 * platform/qt/fast/forms/input-appearance-bkcolor-expected.png:
6120 * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
6121 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png:
6122 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
6123 * platform/qt/fast/forms/input-appearance-disabled-expected.png:
6124 * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
6125 * platform/qt/fast/forms/input-appearance-focus-expected.png:
6126 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
6127 * platform/qt/fast/forms/input-appearance-preventDefault-expected.png:
6128 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
6129 * platform/qt/fast/forms/input-appearance-readonly-expected.png:
6130 * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
6131 * platform/qt/fast/forms/input-appearance-selection-expected.png:
6132 * platform/qt/fast/forms/input-appearance-selection-expected.txt:
6133 * platform/qt/fast/forms/input-appearance-visibility-expected.png:
6134 * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
6135 * platform/qt/fast/forms/input-baseline-expected.png:
6136 * platform/qt/fast/forms/input-baseline-expected.txt:
6137 * platform/qt/fast/forms/input-disabled-color-expected.png:
6138 * platform/qt/fast/forms/input-disabled-color-expected.txt:
6139 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png:
6140 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6141 * platform/qt/fast/forms/input-field-text-truncated-expected.png:
6142 * platform/qt/fast/forms/input-field-text-truncated-expected.txt:
6143 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png:
6144 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
6145 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png:
6146 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
6147 * platform/qt/fast/forms/input-readonly-dimmed-expected.png: Added.
6148 * platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
6149 * platform/qt/fast/forms/input-readonly-empty-expected.png:
6150 * platform/qt/fast/forms/input-readonly-empty-expected.txt:
6151 * platform/qt/fast/forms/input-spaces-expected.png:
6152 * platform/qt/fast/forms/input-spaces-expected.txt:
6153 * platform/qt/fast/forms/input-text-click-inside-expected.png:
6154 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
6155 * platform/qt/fast/forms/input-text-double-click-expected.png:
6156 * platform/qt/fast/forms/input-text-double-click-expected.txt:
6157 * platform/qt/fast/forms/input-text-option-delete-expected.png:
6158 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
6159 * platform/qt/fast/forms/input-text-self-emptying-click-expected.png:
6160 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
6161 * platform/qt/fast/forms/input-text-word-wrap-expected.png:
6162 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
6163 * platform/qt/fast/forms/input-width-expected.png:
6164 * platform/qt/fast/forms/input-width-expected.txt:
6165 * platform/qt/fast/forms/minWidthPercent-expected.png:
6166 * platform/qt/fast/forms/minWidthPercent-expected.txt:
6167 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png:
6168 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt:
6169 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
6170 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
6171 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
6172 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
6173 * platform/qt/fast/forms/placeholder-position-expected.png:
6174 * platform/qt/fast/forms/placeholder-position-expected.txt:
6175 * platform/qt/fast/forms/placeholder-pseudo-style-expected.png:
6176 * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
6177 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png:
6178 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
6179 * platform/qt/fast/forms/search-display-none-cancel-button-expected.png:
6180 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
6181 * platform/qt/fast/forms/search-rtl-expected.png:
6182 * platform/qt/fast/forms/search-rtl-expected.txt:
6183 * platform/qt/fast/forms/search-styled-expected.png:
6184 * platform/qt/fast/forms/search-styled-expected.txt:
6185 * platform/qt/fast/forms/search-vertical-alignment-expected.png:
6186 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
6187 * platform/qt/fast/forms/text-style-color-expected.png:
6188 * platform/qt/fast/forms/text-style-color-expected.txt:
6189 * platform/qt/fast/forms/textfield-focus-ring-expected.png:
6190 * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
6191 * platform/qt/fast/forms/textfield-outline-expected.png: Added.
6192 * platform/qt/fast/forms/textfield-outline-expected.txt:
6193 * platform/qt/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/qt/fast/transforms/transformed-focused-text-input-expected.png.
6194 * platform/qt/fast/forms/textfield-overflow-expected.txt:
6195 * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
6196 * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
6197 * platform/qt/fast/html/details-no-summary4-expected.png:
6198 * platform/qt/fast/html/details-no-summary4-expected.txt:
6199 * platform/qt/fast/html/details-open-javascript-expected.png:
6200 * platform/qt/fast/html/details-open-javascript-expected.txt:
6201 * platform/qt/fast/html/details-open2-expected.png:
6202 * platform/qt/fast/html/details-open2-expected.txt:
6203 * platform/qt/fast/html/details-open4-expected.png:
6204 * platform/qt/fast/html/details-open4-expected.txt:
6205 * platform/qt/fast/lists/dynamic-marker-crash-expected.png:
6206 * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
6207 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
6208 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6209 * platform/qt/fast/repaint/search-field-cancel-expected.png:
6210 * platform/qt/fast/repaint/search-field-cancel-expected.txt:
6211 * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
6212 * platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
6213 * platform/qt/fast/replaced/replaced-breaking-expected.png:
6214 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
6215 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
6216 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
6217 * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
6218 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
6219 * platform/qt/fast/replaced/width100percent-textfield-expected.png:
6220 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
6221 * platform/qt/fast/table/colspanMinWidth-expected.png:
6222 * platform/qt/fast/table/colspanMinWidth-expected.txt:
6223 * platform/qt/fast/table/spanOverlapRepaint-expected.png:
6224 * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
6225 * platform/qt/fast/table/text-field-baseline-expected.png:
6226 * platform/qt/fast/table/text-field-baseline-expected.txt:
6227 * platform/qt/fast/text/textIteratorNilRenderer-expected.png:
6228 * platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
6229 * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
6230 * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
6231 * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
6232 * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
6233 * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.png:
6234 * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt:
6235 * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
6236 * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
6237 * platform/qt/svg/hixie/mixed/003-expected.png:
6238 * platform/qt/svg/hixie/mixed/003-expected.txt:
6239 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
6240 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
6241 * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
6242 * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
6243 * platform/qt/tables/mozilla/bugs/bug24200-expected.png:
6244 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
6245 * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
6246 * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
6247 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
6248 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
6249 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
6250 * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
6251 * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
6252 * platform/qt/tables/mozilla/bugs/bug4382-expected.png:
6253 * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
6254 * platform/qt/tables/mozilla/bugs/bug4527-expected.png:
6255 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
6256 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
6257 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
6258 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
6259 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
6260 * platform/qt/tables/mozilla/bugs/bug51037-expected.png:
6261 * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
6262 * platform/qt/tables/mozilla/bugs/bug55545-expected.png:
6263 * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
6264 * platform/qt/tables/mozilla/bugs/bug59354-expected.png:
6265 * platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
6266 * platform/qt/tables/mozilla/bugs/bug7342-expected.png:
6267 * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
6268 * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
6269 * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
6270 * platform/qt/tables/mozilla/dom/tableDom-expected.png:
6271 * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
6272 * platform/qt/tables/mozilla/other/move_row-expected.png:
6273 * platform/qt/tables/mozilla/other/move_row-expected.txt:
6274 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
6275 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
6277 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
6279 Yet another Chromium rebaselines after r117672.
6281 * fast/forms/textfield-outline-expected.txt: Added.
6282 * platform/chromium-linux-x86/fast/forms/date: Removed.
6283 * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
6284 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
6285 * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
6286 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
6287 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
6288 * platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
6289 * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
6290 * platform/chromium-linux/fast/forms/encoding-test-expected.png:
6291 * platform/chromium-linux/fast/forms/fieldset-align-expected.png:
6292 * platform/chromium-linux/fast/forms/floating-textfield-relayout-expected.png:
6293 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
6294 * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
6295 * platform/chromium-linux/fast/forms/input-align-expected.png:
6296 * platform/chromium-linux/fast/forms/input-appearance-bkcolor-expected.png:
6297 * platform/chromium-linux/fast/forms/input-appearance-default-bkcolor-expected.png:
6298 * platform/chromium-linux/fast/forms/input-appearance-disabled-expected.png:
6299 * platform/chromium-linux/fast/forms/input-appearance-focus-expected.png:
6300 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
6301 * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
6302 * platform/chromium-linux/fast/forms/input-appearance-preventDefault-expected.png:
6303 * platform/chromium-linux/fast/forms/input-appearance-readonly-expected.png:
6304 * platform/chromium-linux/fast/forms/input-appearance-selection-expected.png:
6305 * platform/chromium-linux/fast/forms/input-appearance-visibility-expected.png:
6306 * platform/chromium-linux/fast/forms/input-appearance-width-expected.png:
6307 * platform/chromium-linux/fast/forms/input-baseline-expected.png:
6308 * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
6309 * platform/chromium-linux/fast/forms/input-disabled-color-expected.png:
6310 * platform/chromium-linux/fast/forms/input-double-click-selection-gap-bug-expected.png:
6311 * platform/chromium-linux/fast/forms/input-field-text-truncated-expected.png:
6312 * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png:
6313 * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png:
6314 * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.png:
6315 * platform/chromium-linux/fast/forms/input-readonly-dimmed-expected.png:
6316 * platform/chromium-linux/fast/forms/input-readonly-empty-expected.png:
6317 * platform/chromium-linux/fast/forms/input-spaces-expected.png:
6318 * platform/chromium-linux/fast/forms/input-table-expected.png:
6319 * platform/chromium-linux/fast/forms/input-text-click-inside-expected.png:
6320 * platform/chromium-linux/fast/forms/input-text-click-outside-expected.png:
6321 * platform/chromium-linux/fast/forms/input-text-double-click-expected.png:
6322 * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
6323 * platform/chromium-linux/fast/forms/input-text-option-delete-expected.png:
6324 * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png:
6325 * platform/chromium-linux/fast/forms/input-text-self-emptying-click-expected.png:
6326 * platform/chromium-linux/fast/forms/input-text-word-wrap-expected.png:
6327 * platform/chromium-linux/fast/forms/input-type-text-min-width-expected.png:
6328 * platform/chromium-linux/fast/forms/input-value-expected.png:
6329 * platform/chromium-linux/fast/forms/input-value-expected.txt:
6330 * platform/chromium-linux/fast/forms/input-width-expected.png:
6331 * platform/chromium-linux/fast/forms/minWidthPercent-expected.png:
6332 * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png:
6333 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
6334 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
6335 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
6336 * platform/chromium-linux/fast/forms/placeholder-pseudo-style-expected.png:
6337 * platform/chromium-linux/fast/forms/plaintext-mode-2-expected.png:
6338 * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.png:
6339 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png:
6340 * platform/chromium-linux/fast/forms/search-rtl-expected.png:
6341 * platform/chromium-linux/fast/forms/search-styled-expected.png:
6342 * platform/chromium-linux/fast/forms/search-styled-expected.txt:
6343 * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
6344 * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
6345 * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
6346 * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png:
6347 * platform/chromium-linux/fast/forms/text-control-intrinsic-widths-expected.txt:
6348 * platform/chromium-linux/fast/forms/text-style-color-expected.png:
6349 * platform/chromium-linux/fast/forms/textfield-focus-ring-expected.png:
6350 * platform/chromium-linux/fast/forms/textfield-outline-expected.png:
6351 * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
6352 * platform/chromium-linux/fast/forms/textfield-overflow-expected.png:
6353 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
6354 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
6355 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png:
6356 * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
6357 * platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png:
6358 * platform/chromium-mac-leopard/fast/forms/control-restrict-line-height-expected.png:
6359 * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png:
6360 * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
6361 * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png:
6362 * platform/chromium-mac-leopard/fast/forms/form-element-geometry-expected.png:
6363 * platform/chromium-mac-leopard/fast/forms/input-align-expected.png:
6364 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
6365 * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
6366 * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
6367 * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
6368 * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
6369 * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
6370 * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
6371 * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png:
6372 * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
6373 * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png:
6374 * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png:
6375 * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png:
6376 * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
6377 * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
6378 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
6379 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
6380 * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
6381 * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
6382 * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png:
6383 * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png:
6384 * platform/chromium-mac-leopard/fast/forms/input-table-expected.png:
6385 * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png:
6386 * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png:
6387 * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png:
6388 * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png:
6389 * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png:
6390 * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
6391 * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png:
6392 * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
6393 * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png:
6394 * platform/chromium-mac-leopard/fast/forms/input-value-expected.png:
6395 * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png:
6396 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
6397 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
6398 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
6399 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
6400 * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
6401 * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
6402 * platform/chromium-mac-leopard/fast/forms/search-cancel-button-style-sharing-expected.png:
6403 * platform/chromium-mac-leopard/fast/forms/search-display-none-cancel-button-expected.png:
6404 * platform/chromium-mac-leopard/fast/forms/search-rtl-expected.png:
6405 * platform/chromium-mac-leopard/fast/forms/search-styled-expected.png:
6406 * platform/chromium-mac-leopard/fast/forms/search-vertical-alignment-expected.png:
6407 * platform/chromium-mac-leopard/fast/forms/searchfield-heights-expected.png:
6408 * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
6409 * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
6410 * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
6411 * platform/chromium-mac-leopard/fast/forms/textfield-outline-expected.png:
6412 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
6413 * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
6414 * platform/chromium-mac-snowleopard/fast/forms/date: Removed.
6415 * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: Removed.
6416 * platform/chromium-mac/fast/forms/basic-inputs-expected.png:
6417 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
6418 * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
6419 * platform/chromium-mac/fast/forms/encoding-test-expected.png:
6420 * platform/chromium-mac/fast/forms/fieldset-align-expected.png:
6421 * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png:
6422 * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
6423 * platform/chromium-mac/fast/forms/input-align-expected.png:
6424 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png:
6425 * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png:
6426 * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png:
6427 * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
6428 * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
6429 * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png:
6430 * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png:
6431 * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
6432 * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png:
6433 * platform/chromium-mac/fast/forms/input-appearance-width-expected.png:
6434 * platform/chromium-mac/fast/forms/input-baseline-expected.png:
6435 * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
6436 * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
6437 * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png:
6438 * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
6439 * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
6440 * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
6441 * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
6442 * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png:
6443 * platform/chromium-mac/fast/forms/input-spaces-expected.png:
6444 * platform/chromium-mac/fast/forms/input-table-expected.png:
6445 * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
6446 * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png:
6447 * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
6448 * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
6449 * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
6450 * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
6451 * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
6452 * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png:
6453 * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png:
6454 * platform/chromium-mac/fast/forms/input-value-expected.png:
6455 * platform/chromium-mac/fast/forms/input-width-expected.png: Added.
6456 * platform/chromium-mac/fast/forms/minWidthPercent-expected.png:
6457 * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png:
6458 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
6459 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
6460 * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
6461 * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png:
6462 * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
6463 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
6464 * platform/chromium-mac/fast/forms/search-display-none-cancel-button-expected.png:
6465 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
6466 * platform/chromium-mac/fast/forms/search-styled-expected.png:
6467 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
6468 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
6469 * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
6470 * platform/chromium-mac/fast/forms/text-style-color-expected.png:
6471 * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
6472 * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
6473 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
6474 * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png:
6475 * platform/chromium-win-xp/fast/forms/search-styled-expected.png:
6476 * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
6477 * platform/chromium-win-xp/fast/forms/text-control-intrinsic-widths-expected.txt:
6478 * platform/chromium-win/fast/forms/basic-inputs-expected.png:
6479 * platform/chromium-win/fast/forms/basic-inputs-expected.txt:
6480 * platform/chromium-win/fast/forms/box-shadow-override-expected.png:
6481 * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
6482 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
6483 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt:
6484 * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
6485 * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
6486 * platform/chromium-win/fast/forms/encoding-test-expected.png:
6487 * platform/chromium-win/fast/forms/encoding-test-expected.txt:
6488 * platform/chromium-win/fast/forms/fieldset-align-expected.png:
6489 * platform/chromium-win/fast/forms/fieldset-align-expected.txt:
6490 * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.png:
6491 * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
6492 * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
6493 * platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
6494 * platform/chromium-win/fast/forms/input-align-expected.png:
6495 * platform/chromium-win/fast/forms/input-align-expected.txt:
6496 * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.png:
6497 * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt:
6498 * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.png:
6499 * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt:
6500 * platform/chromium-win/fast/forms/input-appearance-disabled-expected.png:
6501 * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt:
6502 * platform/chromium-win/fast/forms/input-appearance-focus-expected.png:
6503 * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
6504 * platform/chromium-win/fast/forms/input-appearance-height-expected.png:
6505 * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
6506 * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.png:
6507 * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt:
6508 * platform/chromium-win/fast/forms/input-appearance-readonly-expected.png:
6509 * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
6510 * platform/chromium-win/fast/forms/input-appearance-selection-expected.png:
6511 * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
6512 * platform/chromium-win/fast/forms/input-appearance-visibility-expected.png:
6513 * platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt:
6514 * platform/chromium-win/fast/forms/input-appearance-width-expected.png:
6515 * platform/chromium-win/fast/forms/input-appearance-width-expected.txt:
6516 * platform/chromium-win/fast/forms/input-baseline-expected.png:
6517 * platform/chromium-win/fast/forms/input-baseline-expected.txt:
6518 * platform/chromium-win/fast/forms/input-disabled-color-expected.png:
6519 * platform/chromium-win/fast/forms/input-disabled-color-expected.txt:
6520 * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.png:
6521 * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6522 * platform/chromium-win/fast/forms/input-field-text-truncated-expected.png:
6523 * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt:
6524 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png:
6525 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
6526 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png:
6527 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
6528 * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.png:
6529 * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
6530 * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.png:
6531 * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.txt:
6532 * platform/chromium-win/fast/forms/input-readonly-empty-expected.png:
6533 * platform/chromium-win/fast/forms/input-readonly-empty-expected.txt:
6534 * platform/chromium-win/fast/forms/input-spaces-expected.png:
6535 * platform/chromium-win/fast/forms/input-spaces-expected.txt:
6536 * platform/chromium-win/fast/forms/input-table-expected.png:
6537 * platform/chromium-win/fast/forms/input-table-expected.txt:
6538 * platform/chromium-win/fast/forms/input-text-click-inside-expected.png:
6539 * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
6540 * platform/chromium-win/fast/forms/input-text-click-outside-expected.png:
6541 * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt:
6542 * platform/chromium-win/fast/forms/input-text-double-click-expected.png:
6543 * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
6544 * platform/chromium-win/fast/forms/input-text-option-delete-expected.png:
6545 * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
6546 * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.png:
6547 * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6548 * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png:
6549 * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
6550 * platform/chromium-win/fast/forms/input-text-word-wrap-expected.png:
6551 * platform/chromium-win/fast/forms/input-text-word-wrap-expected.txt:
6552 * platform/chromium-win/fast/forms/input-type-text-min-width-expected.png:
6553 * platform/chromium-win/fast/forms/input-type-text-min-width-expected.txt:
6554 * platform/chromium-win/fast/forms/input-value-expected.png:
6555 * platform/chromium-win/fast/forms/input-value-expected.txt:
6556 * platform/chromium-win/fast/forms/input-width-expected.png:
6557 * platform/chromium-win/fast/forms/input-width-expected.txt:
6558 * platform/chromium-win/fast/forms/minWidthPercent-expected.png:
6559 * platform/chromium-win/fast/forms/minWidthPercent-expected.txt:
6560 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png:
6561 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt:
6562 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
6563 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
6564 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
6565 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
6566 * platform/chromium-win/fast/forms/placeholder-position-expected.png:
6567 * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
6568 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.png:
6569 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
6570 * platform/chromium-win/fast/forms/plaintext-mode-2-expected.png:
6571 * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
6572 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png:
6573 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
6574 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.png:
6575 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
6576 * platform/chromium-win/fast/forms/search-rtl-expected.png:
6577 * platform/chromium-win/fast/forms/search-rtl-expected.txt:
6578 * platform/chromium-win/fast/forms/search-styled-expected.png:
6579 * platform/chromium-win/fast/forms/search-styled-expected.txt:
6580 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
6581 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
6582 * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
6583 * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
6584 * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.png:
6585 * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
6586 * platform/chromium-win/fast/forms/text-control-intrinsic-widths-expected.txt:
6587 * platform/chromium-win/fast/forms/text-style-color-expected.png:
6588 * platform/chromium-win/fast/forms/text-style-color-expected.txt:
6589 * platform/chromium-win/fast/forms/textfield-focus-ring-expected.png:
6590 * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
6591 * platform/chromium-win/fast/forms/textfield-outline-expected.png:
6592 * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
6593 * platform/chromium-win/fast/forms/textfield-overflow-expected.png:
6594 * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
6595 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
6596 * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
6597 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
6598 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
6599 * platform/efl/fast/forms/textfield-outline-expected.txt: Removed.
6600 * platform/gtk/fast/forms/textfield-outline-expected.txt: Removed.
6602 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
6604 More Chromium rebaselines after r117672.
6606 * platform/chromium-linux-x86/css3: Added.
6607 * platform/chromium-linux-x86/css3/selectors3: Added.
6608 * platform/chromium-linux-x86/css3/selectors3/html: Added.
6609 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-23-expected.png: Added.
6610 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-24-expected.png: Added.
6611 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-68-expected.png: Added.
6612 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-69-expected.png: Added.
6613 * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
6614 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
6615 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
6616 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
6617 * platform/chromium-linux-x86/css3/selectors3/xml: Added.
6618 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
6619 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
6620 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
6621 * platform/chromium-linux-x86/http/tests/navigation: Added.
6622 * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
6623 * platform/chromium-linux-x86/tables/mozilla_expected_failures: Added.
6624 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs: Added.
6625 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
6626 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
6627 * platform/chromium-linux/css3/selectors3/html/css3-modsel-23-expected.png:
6628 * platform/chromium-linux/css3/selectors3/html/css3-modsel-23-expected.txt:
6629 * platform/chromium-linux/css3/selectors3/html/css3-modsel-24-expected.png:
6630 * platform/chromium-linux/css3/selectors3/html/css3-modsel-24-expected.txt:
6631 * platform/chromium-linux/css3/selectors3/html/css3-modsel-68-expected.png:
6632 * platform/chromium-linux/css3/selectors3/html/css3-modsel-68-expected.txt:
6633 * platform/chromium-linux/css3/selectors3/html/css3-modsel-69-expected.png:
6634 * platform/chromium-linux/css3/selectors3/html/css3-modsel-69-expected.txt:
6635 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-23-expected.png:
6636 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
6637 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-24-expected.png:
6638 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
6639 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-69-expected.png:
6640 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
6641 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-23-expected.png:
6642 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-23-expected.txt:
6643 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-68-expected.png:
6644 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-68-expected.txt:
6645 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-69-expected.png:
6646 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-69-expected.txt:
6647 * platform/chromium-linux/editing/input/caret-at-the-edge-of-input-expected.png:
6648 * platform/chromium-linux/editing/inserting/before-after-input-element-expected.png:
6649 * platform/chromium-linux/editing/pasteboard/4806874-expected.png:
6650 * platform/chromium-linux/editing/pasteboard/drop-text-without-selection-expected.png:
6651 * platform/chromium-linux/editing/pasteboard/input-field-1-expected.png:
6652 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
6653 * platform/chromium-linux/editing/selection/3690703-2-expected.txt:
6654 * platform/chromium-linux/editing/selection/3690703-expected.png:
6655 * platform/chromium-linux/editing/selection/3690703-expected.txt:
6656 * platform/chromium-linux/editing/selection/3690719-expected.png:
6657 * platform/chromium-linux/editing/selection/3690719-expected.txt:
6658 * platform/chromium-linux/editing/selection/4895428-3-expected.png:
6659 * platform/chromium-linux/editing/selection/4975120-expected.png:
6660 * platform/chromium-linux/editing/selection/drag-select-1-expected.png:
6661 * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.png:
6662 * platform/chromium-linux/editing/selection/select-across-readonly-input-2-expected.png:
6663 * platform/chromium-linux/editing/selection/select-across-readonly-input-3-expected.png:
6664 * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.png:
6665 * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.png:
6666 * platform/chromium-linux/fast/css/input-search-padding-expected.png:
6667 * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
6668 * platform/chromium-linux/fast/css/line-height-expected.png:
6669 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
6670 * platform/chromium-linux/fast/css/text-overflow-input-expected.png:
6671 * platform/chromium-linux/fast/dom/isindex-001-expected.png:
6672 * platform/chromium-linux/fast/dom/isindex-002-expected.png:
6673 * platform/chromium-linux/fast/events/autoscroll-expected.png:
6674 * platform/chromium-linux/fast/events/context-no-deselect-expected.png:
6675 * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.png:
6676 * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
6677 * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
6678 * platform/chromium-linux/fast/html/details-open2-expected.png:
6679 * platform/chromium-linux/fast/html/details-open4-expected.png:
6680 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
6681 * platform/chromium-linux/fast/lists/dynamic-marker-crash-expected.png:
6682 * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
6683 * platform/chromium-linux/fast/repaint/subtree-root-skipped-expected.png:
6684 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
6685 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
6686 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
6687 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
6688 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
6689 * platform/chromium-linux/fast/replaced/width100percent-textfield-expected.png:
6690 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
6691 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
6692 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
6693 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
6694 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
6695 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
6696 * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png:
6697 * platform/chromium-linux/fast/table/colspanMinWidth-expected.png:
6698 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
6699 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt:
6700 * platform/chromium-linux/fast/table/spanOverlapRepaint-expected.png:
6701 * platform/chromium-linux/fast/table/text-field-baseline-expected.png:
6702 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
6703 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
6704 * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
6705 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
6706 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt:
6707 * platform/chromium-linux/plugins/mouse-click-plugin-clears-selection-expected.png:
6708 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
6709 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
6710 * platform/chromium-linux/svg/hixie/mixed/003-expected.png:
6711 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
6712 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
6713 * platform/chromium-linux/tables/mozilla/bugs/bug12384-expected.png:
6714 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
6715 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
6716 * platform/chromium-linux/tables/mozilla/bugs/bug24200-expected.png:
6717 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
6718 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
6719 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
6720 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
6721 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
6722 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
6723 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
6724 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
6725 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
6726 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
6727 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
6728 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt:
6729 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
6730 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt:
6731 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
6732 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt:
6733 * platform/chromium-linux/tables/mozilla/bugs/bug55545-expected.png:
6734 * platform/chromium-linux/tables/mozilla/bugs/bug59354-expected.png:
6735 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
6736 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt:
6737 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
6738 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
6739 * platform/chromium-linux/tables/mozilla/bugs/bug99948-expected.png:
6740 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
6741 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
6742 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
6743 * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt:
6744 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
6745 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
6746 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-23-expected.png:
6747 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.png:
6748 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.txt:
6749 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.png:
6750 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.txt:
6751 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-69-expected.png:
6752 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-23-expected.png:
6753 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.png:
6754 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
6755 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-69-expected.png:
6756 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-23-expected.png:
6757 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.png:
6758 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.txt:
6759 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-69-expected.png:
6760 * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
6761 * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png:
6762 * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png:
6763 * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png:
6764 * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png:
6765 * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
6766 * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
6767 * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
6768 * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png:
6769 * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
6770 * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png:
6771 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
6772 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
6773 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
6774 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
6775 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
6776 * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
6777 * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png:
6778 * platform/chromium-mac-leopard/fast/css/line-height-expected.png:
6779 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png:
6780 * platform/chromium-mac-leopard/fast/css/text-overflow-input-expected.png:
6781 * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png:
6782 * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png:
6783 * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png:
6784 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png:
6785 * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png:
6786 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
6787 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
6788 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
6789 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
6790 * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
6791 * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
6792 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Added.
6793 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png:
6794 * platform/chromium-mac-leopard/fast/replaced/width100percent-searchfield-expected.png:
6795 * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
6796 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
6797 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png:
6798 * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
6799 * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
6800 * platform/chromium-mac-leopard/fast/table/003-expected.png:
6801 * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png:
6802 * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png:
6803 * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
6804 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
6805 * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png:
6806 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
6807 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png:
6808 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
6809 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
6810 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
6811 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
6812 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
6813 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png:
6814 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
6815 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
6816 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
6817 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
6818 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png:
6819 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
6820 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
6821 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
6822 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
6823 * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
6824 * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png:
6825 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
6826 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
6827 * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.png: Added.
6828 * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.png: Added.
6829 * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.png: Added.
6830 * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.png: Added.
6831 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
6832 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
6833 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
6834 * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
6835 * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
6836 * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
6837 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png:
6838 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.png:
6839 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: Removed.
6840 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
6841 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
6842 * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
6843 * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
6844 * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
6845 * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
6846 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
6847 * platform/chromium-mac/editing/selection/3690703-expected.png:
6848 * platform/chromium-mac/editing/selection/3690719-expected.png:
6849 * platform/chromium-mac/editing/selection/4895428-3-expected.png:
6850 * platform/chromium-mac/editing/selection/4975120-expected.png:
6851 * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
6852 * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
6853 * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
6854 * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
6855 * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
6856 * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
6857 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
6858 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: Removed.
6859 * platform/chromium-mac/fast/css/input-search-padding-expected.png:
6860 * platform/chromium-mac/fast/css/line-height-expected.png:
6861 * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
6862 * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
6863 * platform/chromium-mac/fast/dom/isindex-001-expected.png:
6864 * platform/chromium-mac/fast/dom/isindex-002-expected.png:
6865 * platform/chromium-mac/fast/events/autoscroll-expected.png:
6866 * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
6867 * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
6868 * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
6869 * platform/chromium-mac/fast/html/details-open2-expected.png:
6870 * platform/chromium-mac/fast/html/details-open4-expected.png:
6871 * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added.
6872 * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png:
6873 * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.png:
6874 * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
6875 * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
6876 * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png:
6877 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png:
6878 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Added.
6879 * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png:
6880 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
6881 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
6882 * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
6883 * platform/chromium-mac/fast/table/003-expected.png:
6884 * platform/chromium-mac/fast/table/colspanMinWidth-expected.png: Added.
6885 * platform/chromium-mac/fast/table/text-field-baseline-expected.png:
6886 * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
6887 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
6888 * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
6889 * platform/chromium-mac/svg/hixie/mixed/003-expected.png:
6890 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
6891 * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png:
6892 * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
6893 * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
6894 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
6895 * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
6896 * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
6897 * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png:
6898 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
6899 * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
6900 * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
6901 * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
6902 * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.png:
6903 * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png:
6904 * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
6905 * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png:
6906 * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png:
6907 * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
6908 * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
6909 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
6910 * platform/chromium-win-vista/css3: Added.
6911 * platform/chromium-win-vista/css3/selectors3: Added.
6912 * platform/chromium-win-vista/css3/selectors3/html: Added.
6913 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-23-expected.png: Added.
6914 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-24-expected.png: Added.
6915 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-68-expected.png: Added.
6916 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-69-expected.png: Added.
6917 * platform/chromium-win-vista/css3/selectors3/xhtml: Added.
6918 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
6919 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
6920 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
6921 * platform/chromium-win-vista/css3/selectors3/xml: Added.
6922 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
6923 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
6924 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
6925 * platform/chromium-win-vista/http/tests/navigation: Added.
6926 * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Added.
6927 * platform/chromium-win-vista/tables/mozilla_expected_failures: Added.
6928 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs: Added.
6929 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
6930 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
6931 * platform/chromium-win/css3/selectors3/html/css3-modsel-23-expected.png:
6932 * platform/chromium-win/css3/selectors3/html/css3-modsel-23-expected.txt:
6933 * platform/chromium-win/css3/selectors3/html/css3-modsel-24-expected.png:
6934 * platform/chromium-win/css3/selectors3/html/css3-modsel-24-expected.txt:
6935 * platform/chromium-win/css3/selectors3/html/css3-modsel-68-expected.png:
6936 * platform/chromium-win/css3/selectors3/html/css3-modsel-68-expected.txt:
6937 * platform/chromium-win/css3/selectors3/html/css3-modsel-69-expected.png:
6938 * platform/chromium-win/css3/selectors3/html/css3-modsel-69-expected.txt:
6939 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-23-expected.png:
6940 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
6941 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-24-expected.png:
6942 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
6943 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-69-expected.png:
6944 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
6945 * platform/chromium-win/css3/selectors3/xml/css3-modsel-23-expected.png:
6946 * platform/chromium-win/css3/selectors3/xml/css3-modsel-23-expected.txt:
6947 * platform/chromium-win/css3/selectors3/xml/css3-modsel-68-expected.png:
6948 * platform/chromium-win/css3/selectors3/xml/css3-modsel-68-expected.txt:
6949 * platform/chromium-win/css3/selectors3/xml/css3-modsel-69-expected.png:
6950 * platform/chromium-win/css3/selectors3/xml/css3-modsel-69-expected.txt:
6951 * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.png:
6952 * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
6953 * platform/chromium-win/editing/inserting/before-after-input-element-expected.png:
6954 * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt:
6955 * platform/chromium-win/editing/pasteboard/4806874-expected.png:
6956 * platform/chromium-win/editing/pasteboard/4806874-expected.txt:
6957 * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.png:
6958 * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
6959 * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
6960 * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt:
6961 * platform/chromium-win/editing/selection/3690703-2-expected.png:
6962 * platform/chromium-win/editing/selection/3690703-2-expected.txt:
6963 * platform/chromium-win/editing/selection/3690703-expected.png:
6964 * platform/chromium-win/editing/selection/3690703-expected.txt:
6965 * platform/chromium-win/editing/selection/3690719-expected.png:
6966 * platform/chromium-win/editing/selection/3690719-expected.txt:
6967 * platform/chromium-win/editing/selection/4895428-3-expected.png:
6968 * platform/chromium-win/editing/selection/4895428-3-expected.txt:
6969 * platform/chromium-win/editing/selection/4975120-expected.png:
6970 * platform/chromium-win/editing/selection/4975120-expected.txt:
6971 * platform/chromium-win/editing/selection/drag-select-1-expected.png:
6972 * platform/chromium-win/editing/selection/drag-select-1-expected.txt:
6973 * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.png:
6974 * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
6975 * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.png:
6976 * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt:
6977 * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.png:
6978 * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt:
6979 * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.png:
6980 * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
6981 * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.png:
6982 * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
6983 * platform/chromium-win/fast/css/input-search-padding-expected.png:
6984 * platform/chromium-win/fast/css/input-search-padding-expected.txt:
6985 * platform/chromium-win/fast/css/line-height-expected.png:
6986 * platform/chromium-win/fast/css/line-height-expected.txt:
6987 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
6988 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
6989 * platform/chromium-win/fast/css/text-overflow-input-expected.png:
6990 * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
6991 * platform/chromium-win/fast/dom/isindex-001-expected.png:
6992 * platform/chromium-win/fast/dom/isindex-001-expected.txt:
6993 * platform/chromium-win/fast/dom/isindex-002-expected.png:
6994 * platform/chromium-win/fast/dom/isindex-002-expected.txt:
6995 * platform/chromium-win/fast/events/autoscroll-expected.png:
6996 * platform/chromium-win/fast/events/autoscroll-expected.txt:
6997 * platform/chromium-win/fast/events/context-no-deselect-expected.png:
6998 * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
6999 * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.png:
7000 * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
7001 * platform/chromium-win/fast/html/details-no-summary4-expected.png:
7002 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
7003 * platform/chromium-win/fast/html/details-open-javascript-expected.png:
7004 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
7005 * platform/chromium-win/fast/html/details-open2-expected.png:
7006 * platform/chromium-win/fast/html/details-open2-expected.txt:
7007 * platform/chromium-win/fast/html/details-open4-expected.png:
7008 * platform/chromium-win/fast/html/details-open4-expected.txt:
7009 * platform/chromium-win/fast/invalid/residual-style-expected.txt:
7010 * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.png:
7011 * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt:
7012 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
7013 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
7014 * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.png:
7015 * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt:
7016 * platform/chromium-win/fast/replaced/replaced-breaking-expected.png:
7017 * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt:
7018 * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.png:
7019 * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt:
7020 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png:
7021 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
7022 * platform/chromium-win/fast/replaced/width100percent-textfield-expected.png:
7023 * platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt:
7024 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
7025 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
7026 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
7027 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
7028 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
7029 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
7030 * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
7031 * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt:
7032 * platform/chromium-win/fast/table/colspanMinWidth-expected.png:
7033 * platform/chromium-win/fast/table/colspanMinWidth-expected.txt:
7034 * platform/chromium-win/fast/table/spanOverlapRepaint-expected.png:
7035 * platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt:
7036 * platform/chromium-win/fast/table/text-field-baseline-expected.png:
7037 * platform/chromium-win/fast/table/text-field-baseline-expected.txt:
7038 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png:
7039 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
7040 * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
7041 * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
7042 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png:
7043 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt:
7044 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png:
7045 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt:
7046 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
7047 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
7048 * platform/chromium-win/svg/hixie/mixed/003-expected.png:
7049 * platform/chromium-win/svg/hixie/mixed/003-expected.txt:
7050 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
7051 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
7052 * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.png:
7053 * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt:
7054 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png:
7055 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
7056 * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png:
7057 * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt:
7058 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
7059 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
7060 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png:
7061 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
7062 * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
7063 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png:
7064 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
7065 * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.png:
7066 * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt:
7067 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
7068 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
7069 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png:
7070 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt:
7071 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png:
7072 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt:
7073 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png:
7074 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt:
7075 * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.png:
7076 * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt:
7077 * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png:
7078 * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.txt:
7079 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png:
7080 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt:
7081 * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.png:
7082 * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt:
7083 * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.png:
7084 * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt:
7085 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png:
7086 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt:
7087 * platform/chromium-win/tables/mozilla/other/move_row-expected.png:
7088 * platform/chromium-win/tables/mozilla/other/move_row-expected.txt:
7089 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
7090 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
7091 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
7092 * platform/chromium/test_expectations.txt:
7094 2012-05-18 Philippe Normand <pnormand@igalia.com>
7096 Unreviewed, GTK rebaseline after r117672.
7098 * platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
7099 * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: Added.
7100 * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: Added.
7101 * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
7102 * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
7103 * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added.
7104 * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added.
7105 * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
7106 * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
7107 * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: Added.
7108 * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: Added.
7109 * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
7110 * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
7111 * platform/gtk/editing/inserting/before-after-input-element-expected.txt:
7112 * platform/gtk/editing/pasteboard/4806874-expected.txt:
7113 * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
7114 * platform/gtk/editing/pasteboard/input-field-1-expected.txt:
7115 * platform/gtk/editing/selection/3690703-2-expected.txt:
7116 * platform/gtk/editing/selection/3690703-expected.txt:
7117 * platform/gtk/editing/selection/3690719-expected.txt:
7118 * platform/gtk/editing/selection/4895428-3-expected.txt:
7119 * platform/gtk/editing/selection/4975120-expected.txt:
7120 * platform/gtk/editing/selection/drag-select-1-expected.txt:
7121 * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
7122 * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt:
7123 * platform/gtk/editing/selection/select-across-readonly-input-3-expected.txt:
7124 * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
7125 * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
7126 * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
7127 * platform/gtk/fast/css/input-search-padding-expected.txt:
7128 * platform/gtk/fast/css/line-height-expected.txt:
7129 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
7130 * platform/gtk/fast/css/text-overflow-input-expected.txt:
7131 * platform/gtk/fast/dom/isindex-001-expected.txt:
7132 * platform/gtk/fast/dom/isindex-002-expected.txt:
7133 * platform/gtk/fast/events/autoscroll-expected.txt:
7134 * platform/gtk/fast/events/context-no-deselect-expected.txt:
7135 * platform/gtk/fast/forms/basic-inputs-expected.txt:
7136 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
7137 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
7138 * platform/gtk/fast/forms/encoding-test-expected.txt:
7139 * platform/gtk/fast/forms/fieldset-align-expected.txt:
7140 * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
7141 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
7142 * platform/gtk/fast/forms/form-hides-table-expected.txt:
7143 * platform/gtk/fast/forms/input-align-expected.txt:
7144 * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Added.
7145 * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
7146 * platform/gtk/fast/forms/input-appearance-disabled-expected.txt:
7147 * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
7148 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
7149 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
7150 * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
7151 * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
7152 * platform/gtk/fast/forms/input-appearance-visibility-expected.txt:
7153 * platform/gtk/fast/forms/input-appearance-width-expected.txt:
7154 * platform/gtk/fast/forms/input-baseline-expected.txt:
7155 * platform/gtk/fast/forms/input-disabled-color-expected.txt:
7156 * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
7157 * platform/gtk/fast/forms/input-field-text-truncated-expected.txt:
7158 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
7159 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
7160 * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
7161 * platform/gtk/fast/forms/input-readonly-dimmed-expected.txt:
7162 * platform/gtk/fast/forms/input-readonly-empty-expected.txt:
7163 * platform/gtk/fast/forms/input-spaces-expected.txt:
7164 * platform/gtk/fast/forms/input-table-expected.txt:
7165 * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
7166 * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
7167 * platform/gtk/fast/forms/input-text-double-click-expected.txt:
7168 * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
7169 * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
7170 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
7171 * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
7172 * platform/gtk/fast/forms/input-text-word-wrap-expected.txt:
7173 * platform/gtk/fast/forms/input-type-text-min-width-expected.txt:
7174 * platform/gtk/fast/forms/input-value-expected.txt:
7175 * platform/gtk/fast/forms/input-width-expected.txt:
7176 * platform/gtk/fast/forms/minWidthPercent-expected.txt:
7177 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt:
7178 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
7179 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
7180 * platform/gtk/fast/forms/placeholder-position-expected.txt:
7181 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
7182 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
7183 * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
7184 * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
7185 * platform/gtk/fast/forms/search-rtl-expected.txt:
7186 * platform/gtk/fast/forms/search-styled-expected.txt:
7187 * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
7188 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
7189 * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
7190 * platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt:
7191 * platform/gtk/fast/forms/text-style-color-expected.txt:
7192 * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
7193 * platform/gtk/fast/forms/textfield-outline-expected.txt:
7194 * platform/gtk/fast/forms/textfield-overflow-expected.txt:
7195 * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
7196 * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
7197 * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
7198 * platform/gtk/fast/html/details-no-summary4-expected.txt:
7199 * platform/gtk/fast/html/details-open-javascript-expected.txt:
7200 * platform/gtk/fast/html/details-open2-expected.txt:
7201 * platform/gtk/fast/html/details-open4-expected.txt:
7202 * platform/gtk/fast/invalid/residual-style-expected.txt:
7203 * platform/gtk/fast/lists/dynamic-marker-crash-expected.txt:
7204 * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
7205 * platform/gtk/fast/repaint/search-field-cancel-expected.txt:
7206 * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt:
7207 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
7208 * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
7209 * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
7210 * platform/gtk/fast/replaced/width100percent-textfield-expected.txt:
7211 * platform/gtk/fast/table/003-expected.txt:
7212 * platform/gtk/fast/table/colspanMinWidth-expected.txt:
7213 * platform/gtk/fast/table/form-with-table-style-expected.txt:
7214 * platform/gtk/fast/table/spanOverlapRepaint-expected.txt:
7215 * platform/gtk/fast/table/text-field-baseline-expected.txt:
7216 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
7217 * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
7218 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
7219 * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
7220 * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt:
7221 * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt:
7222 * platform/gtk/svg/hixie/mixed/003-expected.txt:
7223 * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
7224 * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
7225 * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
7226 * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
7227 * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
7228 * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
7229 * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
7230 * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
7231 * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
7232 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
7233 * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
7234 * platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt:
7235 * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
7236 * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
7237 * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
7238 * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
7239 * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
7240 * platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
7241 * platform/gtk/tables/mozilla/other/move_row-expected.txt:
7242 * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
7243 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
7244 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: Added.
7246 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
7248 Chromium Mac rebaseline after r117672.
7250 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
7251 * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
7252 * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
7253 * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
7254 * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
7255 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
7256 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
7257 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
7258 * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
7259 * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
7260 * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
7261 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
7262 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
7263 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
7264 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
7265 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
7266 * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
7267 * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
7268 * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
7269 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png:
7270 * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png:
7271 * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
7272 * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
7273 * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
7274 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png:
7275 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png:
7276 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
7277 * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
7278 * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png:
7279 * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
7280 * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
7281 * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
7282 * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
7283 * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
7284 * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png:
7285 * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
7286 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
7287 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
7288 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
7289 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
7290 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
7291 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
7292 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
7293 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
7294 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
7295 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
7296 * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
7297 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
7298 * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
7299 * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
7300 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
7301 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
7302 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
7303 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
7304 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
7305 * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
7306 * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
7307 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
7308 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
7309 * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
7310 * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
7311 * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
7312 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
7313 * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
7314 * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
7315 * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
7316 * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
7317 * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png:
7318 * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png:
7319 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png:
7320 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
7321 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
7322 * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
7323 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
7324 * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
7325 * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
7326 * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png:
7327 * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png:
7328 * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png:
7329 * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png:
7330 * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png:
7331 * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
7332 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png:
7333 * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
7334 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
7335 * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
7336 * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
7337 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
7338 * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
7339 * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
7340 * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
7341 * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
7342 * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
7343 * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
7344 * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
7345 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
7346 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
7347 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png:
7348 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
7349 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
7350 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt:
7351 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
7352 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
7353 * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
7354 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png:
7355 * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
7356 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
7357 * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
7358 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
7359 * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
7360 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
7361 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
7362 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
7363 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
7364 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
7365 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
7366 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
7367 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
7368 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
7369 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
7370 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
7371 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
7372 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
7373 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
7374 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
7375 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
7376 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
7377 * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
7378 * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
7379 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
7380 * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
7381 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
7382 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt:
7383 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
7384 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt:
7385 * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
7386 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
7387 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
7388 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
7389 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
7390 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
7391 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
7392 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
7393 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
7394 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
7395 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
7396 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
7397 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
7398 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt:
7399 * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
7400 * platform/chromium-mac/fast/forms/basic-inputs-expected.txt:
7401 * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
7402 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
7403 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
7404 * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
7405 * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt:
7406 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
7407 * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
7408 * platform/chromium-mac/fast/forms/input-value-expected.txt:
7409 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
7410 * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
7411 * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
7412 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
7413 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
7414 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
7415 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
7416 * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
7417 * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
7418 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
7419 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
7421 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
7423 Mac rebaseline after r117672.
7425 * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png:
7426 * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png:
7427 * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png:
7428 * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
7429 * platform/mac-snowleopard/fast/forms/input-value-expected.png:
7430 * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png:
7431 * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
7432 * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
7433 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
7434 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
7435 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
7436 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
7437 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
7438 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
7439 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
7440 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
7441 * platform/mac/editing/pasteboard/4806874-expected.txt:
7442 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
7443 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
7444 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
7445 * platform/mac/editing/selection/3690703-2-expected.png:
7446 * platform/mac/editing/selection/3690703-2-expected.txt:
7447 * platform/mac/editing/selection/3690703-expected.txt:
7448 * platform/mac/editing/selection/3690719-expected.txt:
7449 * platform/mac/editing/selection/4895428-3-expected.txt:
7450 * platform/mac/editing/selection/4975120-expected.txt:
7451 * platform/mac/editing/selection/drag-select-1-expected.txt:
7452 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
7453 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
7454 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
7455 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
7456 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
7457 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
7458 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
7459 * platform/mac/fast/css/input-search-padding-expected.txt:
7460 * platform/mac/fast/css/line-height-expected.txt:
7461 * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
7462 * platform/mac/fast/css/text-overflow-input-expected.txt:
7463 * platform/mac/fast/dom/isindex-001-expected.txt:
7464 * platform/mac/fast/dom/isindex-002-expected.txt:
7465 * platform/mac/fast/events/autoscroll-expected.png:
7466 * platform/mac/fast/events/autoscroll-expected.txt:
7467 * platform/mac/fast/events/context-no-deselect-expected.txt:
7468 * platform/mac/fast/forms/basic-inputs-expected.txt:
7469 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
7470 * platform/mac/fast/forms/encoding-test-expected.txt:
7471 * platform/mac/fast/forms/fieldset-align-expected.txt:
7472 * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
7473 * platform/mac/fast/forms/form-element-geometry-expected.txt:
7474 * platform/mac/fast/forms/input-align-expected.png:
7475 * platform/mac/fast/forms/input-align-expected.txt:
7476 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
7477 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
7478 * platform/mac/fast/forms/input-appearance-disabled-expected.png:
7479 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
7480 * platform/mac/fast/forms/input-appearance-focus-expected.png:
7481 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
7482 * platform/mac/fast/forms/input-appearance-height-expected.txt:
7483 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
7484 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
7485 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
7486 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
7487 * platform/mac/fast/forms/input-appearance-width-expected.png:
7488 * platform/mac/fast/forms/input-appearance-width-expected.txt:
7489 * platform/mac/fast/forms/input-baseline-expected.png:
7490 * platform/mac/fast/forms/input-baseline-expected.txt:
7491 * platform/mac/fast/forms/input-disabled-color-expected.png:
7492 * platform/mac/fast/forms/input-disabled-color-expected.txt:
7493 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
7494 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
7495 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
7496 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
7497 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
7498 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
7499 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
7500 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
7501 * platform/mac/fast/forms/input-spaces-expected.txt:
7502 * platform/mac/fast/forms/input-table-expected.txt:
7503 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
7504 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
7505 * platform/mac/fast/forms/input-text-double-click-expected.txt:
7506 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
7507 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
7508 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
7509 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
7510 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
7511 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
7512 * platform/mac/fast/forms/input-value-expected.txt:
7513 * platform/mac/fast/forms/input-width-expected.txt:
7514 * platform/mac/fast/forms/minWidthPercent-expected.txt:
7515 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png:
7516 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt:
7517 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
7518 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
7519 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
7520 * platform/mac/fast/forms/placeholder-position-expected.txt:
7521 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
7522 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
7523 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
7524 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
7525 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
7526 * platform/mac/fast/forms/search-rtl-expected.png:
7527 * platform/mac/fast/forms/search-rtl-expected.txt:
7528 * platform/mac/fast/forms/search-styled-expected.txt:
7529 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
7530 * platform/mac/fast/forms/searchfield-heights-expected.txt:
7531 * platform/mac/fast/forms/select-empty-option-height-expected.txt: Removed.
7532 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
7533 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
7534 * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
7535 * platform/mac/fast/forms/text-style-color-expected.png:
7536 * platform/mac/fast/forms/text-style-color-expected.txt:
7537 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
7538 * platform/mac/fast/forms/textfield-outline-expected.txt:
7539 * platform/mac/fast/forms/textfield-overflow-expected.txt:
7540 * platform/mac/fast/forms/validation-message-appearance-expected.png:
7541 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
7542 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
7543 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
7544 * platform/mac/fast/html/details-no-summary4-expected.txt:
7545 * platform/mac/fast/html/details-open-javascript-expected.txt:
7546 * platform/mac/fast/html/details-open2-expected.txt:
7547 * platform/mac/fast/html/details-open4-expected.txt:
7548 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
7549 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
7550 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
7551 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
7552 * platform/mac/fast/replaced/width100percent-textfield-expected.txt:
7553 * platform/mac/fast/speech/speech-bidi-rendering-expected.txt:
7554 * platform/mac/fast/table/003-expected.txt:
7555 * platform/mac/fast/table/colspanMinWidth-expected.txt:
7556 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
7557 * platform/mac/fast/table/text-field-baseline-expected.txt:
7558 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
7559 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
7560 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
7561 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
7562 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
7563 * platform/mac/svg/hixie/mixed/003-expected.txt:
7564 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
7565 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
7566 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
7567 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
7568 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
7569 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
7570 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
7571 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
7572 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
7573 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
7574 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
7575 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
7576 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
7577 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
7578 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
7579 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
7580 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
7581 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
7582 * platform/mac/tables/mozilla/other/move_row-expected.txt:
7583 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
7584 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
7585 * svg/custom/svg-fonts-in-text-controls-expected.txt:
7587 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
7589 WebKit erroneously add 1px padding in input elements
7590 https://bugs.webkit.org/show_bug.cgi?id=86784
7592 Reviewed by Kent Tamura.
7594 Add a regression test.
7596 Rebaseline lots of tests per getting rid of extra 1px padding on left and right will be done
7597 in separate commits. Input elements' widths got shrunk by 2px in most cases and the text moved
7598 1px to the start (left for LTR and right for RTL).
7600 * fast/forms/input-textarea-padding-match-expected.html: Added.
7601 * fast/forms/input-textarea-padding-match.html: Added.
7603 2012-05-18 Peter Kasting <pkasting@google.com>
7605 More baseline updates after r117640.
7606 https://bugs.webkit.org/show_bug.cgi?id=86920
7608 Unreviewed, test expectations update.
7610 * fast/forms/form-hides-table-expected.txt: Removed.
7611 * fast/table/form-with-table-style-expected.txt: Removed.
7612 * platform/chromium-linux/fast/forms/form-hides-table-expected.txt: Removed.
7613 * platform/chromium-linux/fast/table/form-with-table-style-expected.txt: Removed.
7614 * platform/chromium-win/fast/forms/form-hides-table-expected.txt:
7615 * platform/chromium-win/fast/table/form-with-table-style-expected.png:
7616 * platform/chromium-win/fast/table/form-with-table-style-expected.txt:
7617 * platform/gtk/fast/forms/form-hides-table-expected.txt: Added.
7618 * platform/gtk/fast/table/form-with-table-style-expected.txt: Added.
7620 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7622 [EFL] Fix expectation for test from r117667 with the bot result.
7624 The diff also happens to match the result for the other ports.
7626 * platform/efl/fast/writing-mode/japanese-lr-selection-expected.txt:
7628 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7630 [EFL] Unskip a few tests which are actually passing.
7632 * platform/efl/Skipped:
7634 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7636 [EFL] Unskip tests and add expectations after r116776.
7638 * platform/efl/Skipped:
7639 * platform/efl/fast/writing-mode/japanese-lr-selection-expected.png: Added.
7640 * platform/efl/fast/writing-mode/japanese-lr-selection-expected.txt: Added.
7641 * platform/efl/fast/writing-mode/japanese-lr-text-expected.png: Added.
7642 * platform/efl/fast/writing-mode/japanese-lr-text-expected.txt: Added.
7643 * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Added.
7644 * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added.
7645 * platform/efl/fast/writing-mode/vertical-font-fallback-expected.png: Added.
7646 * platform/efl/fast/writing-mode/vertical-font-fallback-expected.txt: Added.
7648 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7650 [EFL] Gardening after r116761 and the jhbuild/font changes.
7652 * platform/efl/Skipped:
7653 * platform/efl/fast/forms/select-disabled-appearance-expected.png:
7654 * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
7656 2012-05-18 Peter Kasting <pkasting@google.com>
7658 [chromium] Fix broken expectations in r117651.
7660 Unreviewed, test expectations update.
7662 * platform/chromium/test_expectations.txt:
7664 2012-05-18 Aaron Colwell <acolwell@chromium.org>
7666 Updated Media Source LayoutTests to use v0.5 spec signatures and added
7667 new tests to verify the behavior of the new methods.
7668 https://bugs.webkit.org/show_bug.cgi?id=83607
7670 Reviewed by Darin Fisher.
7672 * http/tests/media/media-source/video-media-source-event-attributes-expected.txt: Added.
7673 * http/tests/media/media-source/video-media-source-event-attributes.html: Added. Tests onwebkitsourcexxx event attributes.
7674 * http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Added.
7675 * http/tests/media/media-source/webm/video-media-source-abort.html: Added. Tests basic webkitSourceAbort() functionality.
7676 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Added.
7677 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Added. Tests webkitSourceAddId() & webkitSourceRemoveId().
7678 * http/tests/media/media-source/webm/video-media-source-errors.html: Style fixes and add addSourceId() since we need to add an ID before appending data now.
7679 * http/tests/media/media-source/webm/video-media-source-play.html: Style fixes and add addSourceId().
7680 * http/tests/media/media-source/webm/video-media-source-seek.html: Style fixes and add addSourceId().
7681 * http/tests/media/media-source/webm/video-media-source-state-changes.html: Style fixes and add addSourceId().
7682 * http/tests/media/media-source/webm/webm-media-source.js:
7683 (getData.request.onload): Style fix.
7684 (getData): Style fix.
7685 (loadWebMData): Style fix.
7686 (addSourceId): New helper method that adds SOURCE_ID to the video tag so data can be appended with this ID.
7687 (appendHeaders): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed.
7688 (appendCluster): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed.
7689 (appendUntilEndOfStream): Add SOURCE_ID parameter since the webkitSourceAppend() signature changed.
7691 2012-05-18 Eric Seidel <eric@webkit.org>
7693 Assertion failure in BidiResolver::commitExplicitEmbedding() (!inIsolate() || m_currentExplicitEmbeddingSequence.isEmpty()) at wikipedia.org
7694 https://bugs.webkit.org/show_bug.cgi?id=76574
7696 Reviewed by Levi Weintraub.
7698 * fast/text/bidi-isolate-embedding-crash-expected.txt: Added.
7699 * fast/text/bidi-isolate-embedding-crash.html: Added.
7701 2012-05-18 Levi Weintraub <leviw@chromium.org>
7703 Unreviewed. Updating non-mac platform expectations after r117640.
7705 * fast/forms/form-hides-table-expected.txt: Added.
7706 * fast/table/form-with-table-style-expected.txt: Added.
7707 * platform/chromium-mac-leopard/fast/table/form-with-table-style-expected.png:
7708 * platform/chromium-mac-snowleopard/fast/table/form-with-table-style-expected.png:
7709 * platform/chromium-mac/fast/table/form-with-table-style-expected.png:
7710 * platform/chromium/test_expectations.txt:
7711 * platform/gtk/fast/forms/form-hides-table-expected.txt: Removed.
7712 * platform/gtk/fast/table/form-with-table-style-expected.txt: Removed.
7714 2012-05-18 Levi Weintraub <leviw@chromium.org>
7716 REGRESSION (r117640) fast/table/form-with-table and fast/forms/form-hides-table fail on Mac
7717 https://bugs.webkit.org/show_bug.cgi?id=86920
7719 Unreviewed. Updating expectations after r117640.
7721 * platform/mac/fast/forms/form-hides-table-expected.txt:
7722 * platform/mac/fast/table/form-with-table-style-expected.txt:
7724 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7726 [EFL] More random gardening.
7728 Remove a few tests which do not exist anymore from the skipped
7729 list, and rebaseline and add expectations for a few others.
7731 * platform/efl/Skipped:
7732 * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
7733 * platform/efl/fast/invalid/004-expected.txt:
7734 * platform/efl/fast/invalid/010-expected.png:
7735 * platform/efl/fast/invalid/010-expected.txt:
7736 * platform/efl/fast/text/zero-font-size-expected.png: Added.
7737 * platform/efl/fast/text/zero-font-size-expected.txt: Added.
7739 2012-05-18 Peter Kasting <pkasting@google.com>
7741 [chromium] More expectations updates, mostly for flaky tests.
7742 http://code.google.com/p/chromium/issues/detail?id=24182
7743 https://bugs.webkit.org/show_bug.cgi?id=54151
7744 https://bugs.webkit.org/show_bug.cgi?id=85174
7745 https://bugs.webkit.org/show_bug.cgi?id=86592
7746 https://bugs.webkit.org/show_bug.cgi?id=86907
7747 https://bugs.webkit.org/show_bug.cgi?id=86908
7748 https://bugs.webkit.org/show_bug.cgi?id=86909
7750 Unreviewed, test expectations update.
7752 * platform/chromium/test_expectations.txt:
7754 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7756 [EFL] Gardening; update results after r117640.
7758 * platform/efl/fast/forms/form-hides-table-expected.txt:
7759 * platform/efl/fast/table/form-with-table-style-expected.txt:
7761 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7763 [EFL] Unreviewed gardening.
7765 Try to add the right expectation for fast/forms/plaintext-mode-2.html
7768 * platform/efl/test_expectations.txt:
7770 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7772 [EFL] Gardening; run CSS grid layout tests after r117613.
7774 * platform/efl/test_expectations.txt:
7776 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7778 [EFL] Unreviewed gardening; unskip a few passing tests.
7780 * platform/efl/Skipped:
7782 2012-05-18 Joe Thomas <joethomas@motorola.com>
7784 Remove one-space indentation from LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
7785 https://bugs.webkit.org/show_bug.cgi?id=86897
7787 Reviewed by Tony Chang.
7789 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
7791 2012-05-17 Levi Weintraub <leviw@chromium.org>
7793 Standalone table-columns should be wrapped in anonymous tables
7794 https://bugs.webkit.org/show_bug.cgi?id=86671
7796 Reviewed by Julien Chaffraix.
7798 Adding 2 test cases and updating test results for two with changed expectations.
7800 * fast/table/table-column-generates-anonymous-table-expected.html: Added.
7801 * fast/table/table-column-generates-anonymous-table.html: Added.
7802 * fast/table/table-column-group-generates-anonymous-table-expected.html: Added.
7803 * fast/table/table-column-group-generates-anonymous-table.html: Added.
7804 * platform/chromium-linux/fast/forms/form-hides-table-expected.txt: Added. An anonymous
7805 table is now generated to enclose the misparented table column.
7806 * platform/chromium-linux/fast/table/form-with-table-style-expected.txt: Added.
7807 * platform/chromium-linux/fast/table/form-with-table-style-expected.png: Modified. The
7808 expectations previously were wrong in that the table column occupied height the
7809 equivalent of its line-height. This is correctly no longer the case.
7810 * platform/chromium/test_expectations.txt: Modified. Skipping modified tests on other
7811 platforms until I can rebaseline.
7813 2012-05-18 Tony Chang <tony@chromium.org>
7815 Unreviewed, skip grid layout tests that are failing after r117613.
7817 It looks like apple mac had grid layout enabled prior to r117613?
7818 These tests shouldn't have been passing before.
7820 * platform/mac/test_expectations.txt:
7822 2012-05-18 Keyar Hood <keyar@chromium.org>
7824 Support imageSmoothingEnabled
7825 https://bugs.webkit.org/show_bug.cgi?id=82804
7827 Reviewed by Stephen White.
7829 * fast/canvas/canvas-imageSmoothingEnabled-expected.txt: Added.
7830 * fast/canvas/canvas-imageSmoothingEnabled.html: Added.
7831 * fast/canvas/script-tests/canvas-imageSmoothingEnabled.js: Added.
7833 2012-05-18 Terry Anderson <tdanderson@chromium.org>
7835 Percentage height replaced elements sometimes cause overflow of table contents
7836 https://bugs.webkit.org/show_bug.cgi?id=85581
7838 Reviewed by Eric Seidel.
7840 * fast/replaced/table-replaced-element-expected.txt: Added.
7841 * fast/replaced/table-replaced-element.html: Added.
7844 2012-05-18 Tony Chang <tony@chromium.org>
7846 Unreviewed, fixing mac baselines after r117613.
7848 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
7849 * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
7851 2012-05-18 Philippe Normand <pnormand@igalia.com>
7853 Unreviewed, GTK gardening.
7855 * platform/gtk/test_expectations.txt: Fix
7856 ietestcenter/css3/valuesandunits/units-000.htm expectations after
7859 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7861 [EFL] Unreviewed gardening.
7863 Work a bit on the infamous "Needs rebaseline" list by removing a few
7864 tests which are actually passing and updating some expectations.
7866 * platform/efl/Skipped:
7867 * platform/efl/fast/forms/caret-rtl-expected.png:
7868 * platform/efl/fast/forms/caret-rtl-expected.txt:
7869 * platform/efl/fast/forms/listbox-clip-expected.png:
7870 * platform/efl/fast/forms/listbox-clip-expected.txt:
7871 * platform/efl/fast/forms/search-styled-expected.txt:
7873 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7875 [EFL] Unreviewed gardening.
7877 Rebaseline test after r117412.
7879 * platform/efl/fast/borders/border-antialiasing-expected.png:
7880 * platform/efl/test_expectations.txt:
7882 2012-05-18 Christophe Dumez <christophe.dumez@intel.com>
7884 [EFL] Web Intents code is not compiling
7885 https://bugs.webkit.org/show_bug.cgi?id=85364
7887 Reviewed by Adam Barth.
7889 Move webintents test cases to test expectations until the needed
7890 features are implemented and Web Intents are enabled by default
7893 * platform/efl/Skipped:
7894 * platform/efl/test_expectations.txt:
7896 2012-05-18 Joe Thomas <joethomas@motorola.com>
7898 background-size specified by a single value in background shorthand fails to parse.
7899 https://bugs.webkit.org/show_bug.cgi?id=86739
7901 Reviewed by Tony Chang.
7903 While parsing the background shorthand property, if the second parsedValue is not a valid unit,
7904 parseFillSize should return the first parsedValue instead of failing.
7906 * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt:
7907 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
7909 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
7911 [EFL] Unreviewed gardening.
7913 Update a few text expectations after r116761 and the jhbuild and
7914 font updates. tables/mozilla is still being skipped, but I will
7915 unskip it after all the new expectations are landed.
7917 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
7918 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
7919 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
7920 * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt:
7921 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
7922 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
7923 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
7925 2012-05-18 Tony Chang <tony@chromium.org>
7927 remove the CSS_GRID_LAYOUT compiler define, but default grid layout to off
7928 https://bugs.webkit.org/show_bug.cgi?id=86767
7930 Reviewed by Ojan Vafai.
7932 * fast/css-grid-layout/display-grid-set-get.html: Enable grid layout for the test.
7933 * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: Enable grid layout for the test.
7934 * fast/css-grid-layout/grid-columns-rows-get-set.html: Enable grid layout for the test.
7935 * fast/css-grid-layout/grid-disabled-by-default-expected.txt: Added.
7936 * fast/css-grid-layout/grid-disabled-by-default.html: Added.
7937 * fast/css-grid-layout/grid-item-column-row-get-set.html: Enable grid layout for the test.
7938 * platform/chromium/test_expectations.txt: Run grid layout tests.
7940 2012-05-18 Pablo Flouret <pablof@motorola.com>
7942 Script elements inserted while fragment parsing should have their "already started" flag set.
7943 https://bugs.webkit.org/show_bug.cgi?id=86376
7945 Reviewed by Ryosuke Niwa.
7947 * fast/parser/script-already-started-flag-in-fragment-parsing-mode-expected.txt: Added.
7948 * fast/parser/script-already-started-flag-in-fragment-parsing-mode.html: Added.
7950 2012-05-18 Shezan Baig <shezbaig.wk@gmail.com>
7952 Expose FrameSelection::absoluteCaretBounds via window.internals
7953 https://bugs.webkit.org/show_bug.cgi?id=86390
7955 Reviewed by Ryosuke Niwa.
7957 A simple test case for the new 'absoluteCaretBounds' method.
7959 * editing/selection/internal-caret-rect-expected.txt: Added.
7960 * editing/selection/internal-caret-rect.html: Added.
7962 2012-05-18 Zan Dobersek <zandobersek@gmail.com>
7964 Unreviewed GTK gardening, adding test expectations for a few tests
7965 crashing on the debug builds.
7967 * platform/gtk/test_expectations.txt:
7969 2012-05-18 Joe Thomas <joethomas@motorola.com>
7971 Refactor LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style.html
7972 https://bugs.webkit.org/show_bug.cgi?id=86782
7974 Reviewed by Tony Chang.
7976 Refactored the testcase to include round-trip testing.
7978 * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt:
7979 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
7981 2012-05-18 Brady Eidson <beidson@apple.com>
7983 https://bugs.webkit.org/show_bug.cgi?id=86859
7984 (r117572) editing/spelling/spellcheck-async-remove-frame.html crashes on Mac
7986 * platform/mac/Skipped:
7988 2012-05-18 Vsevolod Vlasov <vsevik@chromium.org>
7990 Web Inspector: Add resource to UISourceCode constructor.
7991 https://bugs.webkit.org/show_bug.cgi?id=86853
7993 Reviewed by Pavel Feldman.
7995 * inspector/debugger/breakpoint-manager.html:
7996 * inspector/debugger/scripts-file-selector.html:
7997 * inspector/debugger/scripts-panel.html:
7998 * inspector/debugger/scripts-sorting.html:
7999 * inspector/debugger/ui-source-code.html:
8001 2012-05-18 Yury Semikhatsky <yurys@chromium.org>
8003 Web Inspector: error when expanding an HTMLAllCollection object in the console
8004 https://bugs.webkit.org/show_bug.cgi?id=86741
8006 Reviewed by Pavel Feldman.
8008 * inspector/console/inspect-html-all-collection.html:
8010 2012-05-18 Krzysztof Czech <k.czech@samsung.com>, Mariusz Grzegorczyk <mariusz.g@samsung.com>
8012 [EFL] Gardening failure test cases.
8013 https://bugs.webkit.org/show_bug.cgi?id=86728
8015 Unreviewed EFL gardening.
8017 * platform/efl/Skipped: removing tests related to editing callbacks functionality.
8018 * platform/efl/test_expectations.txt: adding new bugs regarding drag'n'drop and spell checking.
8019 Merging tests with particular bugs.
8021 2012-05-18 Hugo Parente Lima <hugo.lima@openbossa.org>
8023 fast/events/mouseup-from-button2.html needs a specific expected file for Qt
8024 https://bugs.webkit.org/show_bug.cgi?id=86783
8026 Reviewed by Csaba Osztrogonác.
8028 * platform/qt-5.0-wk2/Skipped:
8029 * platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt: Added.
8031 2012-05-18 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
8033 [Qt] Add results for compositing tests dependent on scrollbars thickness.
8035 Reviewed by Csaba Osztrogonác.
8037 Qt's QStyle scrollbar theme has a scrollbar thickness of 16px while
8038 the standard results expect a thickness of 15px.
8040 * platform/qt-5.0-wk2/Skipped:
8041 * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
8042 * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
8043 * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt: Added.
8044 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
8045 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
8046 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
8047 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
8048 * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
8049 * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt: Added.
8050 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
8051 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt: Added.
8052 * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
8053 * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added.
8054 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
8055 * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
8056 * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
8057 * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt: Added.
8059 2012-05-18 Hugo Parente Lima <hugo.lima@openbossa.org>
8061 [Qt][WK2] fast/events/page-visibility-iframe-move-test.html fails
8062 https://bugs.webkit.org/show_bug.cgi?id=86731
8064 Reviewed by Simon Hausmann.
8066 Unskip fast/events/page-visibility-iframe-move-test.html.
8068 * platform/qt-5.0-wk2/Skipped:
8070 2012-05-18 Raphael Kubo da Costa <rakuco@webkit.org>
8072 [EFL] Unreviewed gardening.
8074 Unskip test after r117218.
8076 * platform/efl/Skipped:
8078 2012-05-18 Yi Shen <yi.4.shen@nokia.com>
8080 REGRESSION (r102553): Smart links do not work
8081 https://bugs.webkit.org/show_bug.cgi?id=85463
8083 Reviewed by Ryosuke Niwa.
8085 Add a new test for testing the smart link.
8087 * editing/inserting/typing-space-to-trigger-smart-link-expected.txt: Added.
8088 * editing/inserting/typing-space-to-trigger-smart-link.html: Added.
8089 * platform/chromium/test_expectations.txt:
8090 * platform/efl/test_expectations.txt:
8091 * platform/gtk/test_expectations.txt:
8092 * platform/qt/Skipped:
8093 * platform/qt/test_expectations.txt:
8094 * platform/win/Skipped:
8096 2012-05-18 Csaba Osztrogonác <ossy@webkit.org>
8098 [Qt] Unreviewed gardening, skipped list cleanup.
8100 * platform/qt-4.8/Skipped:
8101 * platform/qt/Skipped:
8103 2012-05-18 Mike West <mkwst@chromium.org>
8105 Deflaking http/tests/security/contentSecurityPolicy/script-src-redirect.html
8106 https://bugs.webkit.org/show_bug.cgi?id=86433
8108 Reviewed by Adam Barth.
8110 As it turns out, this was a straightforward typo on my part. Loading
8111 the wrong JS file is a surefire way to break tests. I've rewritten the
8112 test function to make it more difficult to make such a mistake in the
8113 future, and pushed that change to source-list-parsing-* tests that use
8114 the same methodology.
8116 * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js: Renamed from LayoutTests/http/tests/security/contentSecurityPolicy/resources/source-list-parsing-base.js.
8119 * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
8120 * http/tests/security/contentSecurityPolicy/script-src-redirect.html:
8121 * http/tests/security/contentSecurityPolicy/source-list-parsing-01.html:
8122 * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html:
8123 * http/tests/security/contentSecurityPolicy/source-list-parsing-03.html:
8124 * http/tests/security/contentSecurityPolicy/source-list-parsing-04.html:
8125 * platform/chromium/test_expectations.txt: Unskipping.
8126 * platform/mac-lion/Skipped: Unskipping.
8127 * platform/gtk/test_expectations.txt: Unskipping.
8128 * platform/efl/test_expectations.txt: Unskipping.
8129 * platform/qt/Skipped: Unskipping.
8130 * platform/mac/Skipped: Unskipping.
8132 2012-05-18 Yury Semikhatsky <yurys@chromium.org>
8134 Web Inspector: remove unnecessary indirection from profile types
8135 https://bugs.webkit.org/show_bug.cgi?id=86845
8137 Reviewed by Pavel Feldman.
8139 * inspector/profiler/heap-snapshot-test.js:
8140 (initialize_HeapSnapshotTest):
8142 2012-05-18 Zoltan Arvai <zarvai@inf.u-szeged.hu>
8144 [Qt][WK2] Cleaning skip list. Unskip passing tests.
8146 Reviewed by Csaba Osztrogonác.
8148 * platform/qt-5.0-wk2/Skipped:
8150 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
8152 [EFL] [DRT] media/media-document-audio-repaint.html needs rebaselining after r117326
8153 https://bugs.webkit.org/show_bug.cgi?id=86839
8155 Unreviewed gardening, EFL rebaseline after r117326.
8157 * platform/efl/media/media-document-audio-repaint-expected.png:
8158 * platform/efl/media/media-document-audio-repaint-expected.txt:
8160 2012-05-18 Csaba Osztrogonác <ossy@webkit.org>
8162 [Qt][WK2] fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html crashes regularly
8163 https://bugs.webkit.org/show_bug.cgi?id=79656
8165 Unreviewed gardening. Unskip tests, maybe they aren't flakey now.
8167 * platform/qt-5.0-wk2/Skipped:
8169 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
8171 [EFL] [DRT] Add baselines for new tests added in r117477 and r117339
8172 https://bugs.webkit.org/show_bug.cgi?id=86834
8174 Unreviewed, add EFL baselines for new tests added in r117477 and
8177 * platform/efl/css2.1/20110323/inline-table-001-expected.png: Added.
8178 * platform/efl/css2.1/20110323/inline-table-001-expected.txt: Added.
8179 * platform/efl/css2.1/20110323/inline-table-002a-expected.png: Added.
8180 * platform/efl/css2.1/20110323/inline-table-002a-expected.txt: Added.
8181 * platform/efl/css2.1/20110323/inline-table-003-expected.png: Added.
8182 * platform/efl/css2.1/20110323/inline-table-003-expected.txt: Added.
8183 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
8184 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
8185 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
8186 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
8187 * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
8188 * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
8189 * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
8190 * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
8192 2012-05-18 MORITA Hajime <morrita@google.com>
8194 https://bugs.webkit.org/show_bug.cgi?id=85515
8195 Stale frame in WebCore::SpellChecker::didCheckSucceeded
8197 Reviewed by Ryosuke Niwa.
8199 * editing/spelling/spellcheck-async-remove-frame-expected.txt: Added.
8200 * editing/spelling/spellcheck-async-remove-frame.html: Added.
8202 2012-05-18 Pavel Feldman <pfeldman@chromium.org>
8204 Web Inspector: add ContentProvider::contentType and use it when rendering navigator tree.
8205 https://bugs.webkit.org/show_bug.cgi?id=86833
8207 Reviewed by Vsevolod Vlasov.
8209 * http/tests/inspector/search/search-in-static.html:
8210 * inspector/debugger/scripts-file-selector.html:
8211 * inspector/debugger/scripts-panel.html:
8212 * inspector/debugger/scripts-sorting.html:
8214 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
8216 Unreviewed, rolling out r117559.
8217 http://trac.webkit.org/changeset/117559
8219 Wrong rebaseline per rolling out 117556
8221 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
8222 * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
8223 * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
8224 * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
8225 * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
8226 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
8227 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
8228 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
8229 * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
8230 * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
8231 * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
8232 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
8233 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
8234 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
8235 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
8236 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
8237 * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
8238 * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
8239 * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
8240 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Modified property svn:mime-type.
8241 * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: Modified property svn:mime-type.
8242 * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
8243 * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
8244 * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
8245 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png:
8246 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png:
8247 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
8248 * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
8249 * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png:
8250 * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
8251 * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
8252 * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
8253 * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
8254 * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
8255 * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png:
8256 * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
8257 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
8258 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
8259 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
8260 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
8261 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
8262 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
8263 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
8264 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
8265 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
8266 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
8267 * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
8268 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
8269 * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
8270 * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
8271 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
8272 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
8273 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
8274 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
8275 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
8276 * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
8277 * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
8278 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
8279 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
8280 * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
8281 * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
8282 * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
8283 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
8284 * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
8285 * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
8286 * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
8287 * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
8288 * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png:
8289 * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png:
8290 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png:
8291 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
8292 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
8293 * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
8294 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
8295 * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
8296 * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
8297 * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png:
8298 * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png:
8299 * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png:
8300 * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png:
8301 * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png:
8302 * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
8303 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png:
8304 * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
8305 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
8306 * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
8307 * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
8308 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
8309 * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
8310 * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
8311 * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
8312 * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
8313 * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
8314 * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
8315 * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
8316 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
8317 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
8318 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png:
8319 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
8320 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
8321 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt:
8322 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
8323 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
8324 * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
8325 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png:
8326 * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
8327 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
8328 * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
8329 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
8330 * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
8331 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
8332 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
8333 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
8334 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
8335 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
8336 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
8337 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
8338 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
8339 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
8340 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
8341 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
8342 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
8343 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
8344 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
8345 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
8346 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
8347 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
8348 * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
8349 * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
8350 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
8351 * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
8352 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
8353 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt:
8354 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
8355 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt:
8356 * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
8357 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
8358 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
8359 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
8360 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
8361 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
8362 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
8363 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
8364 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
8365 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
8366 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
8367 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
8368 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
8369 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt:
8370 * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
8371 * platform/chromium-mac/fast/forms/basic-inputs-expected.txt:
8372 * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
8373 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
8374 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
8375 * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
8376 * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt:
8377 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
8378 * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
8379 * platform/chromium-mac/fast/forms/input-value-expected.txt:
8380 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
8381 * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
8382 * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
8383 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
8384 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Modified property svn:mime-type.
8385 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
8386 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
8387 * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
8388 * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
8389 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
8390 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
8392 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com>
8394 Unreviewed, rolling out r117558.
8395 http://trac.webkit.org/changeset/117558
8396 https://bugs.webkit.org/show_bug.cgi?id=86827
8398 Wrong rebaseline per rolling out 117556 (Requested by rniwa on
8401 * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png:
8402 * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png:
8403 * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png:
8404 * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
8405 * platform/mac-snowleopard/fast/forms/input-value-expected.png:
8406 * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png:
8407 * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
8408 * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
8409 * svg/custom/svg-fonts-in-text-controls-expected.txt:
8411 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com>
8413 Unreviewed, rolling out r117557.
8414 http://trac.webkit.org/changeset/117557
8415 https://bugs.webkit.org/show_bug.cgi?id=86826
8417 Wrong rebaseline per rolling out 117556 (Requested by rniwa on
8420 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
8421 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
8422 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
8423 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
8424 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
8425 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
8426 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
8427 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
8428 * platform/mac/editing/pasteboard/4806874-expected.txt:
8429 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
8430 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
8431 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
8432 * platform/mac/editing/selection/3690703-2-expected.png:
8433 * platform/mac/editing/selection/3690703-2-expected.txt:
8434 * platform/mac/editing/selection/3690703-expected.txt:
8435 * platform/mac/editing/selection/3690719-expected.txt:
8436 * platform/mac/editing/selection/4895428-3-expected.txt:
8437 * platform/mac/editing/selection/4975120-expected.txt:
8438 * platform/mac/editing/selection/drag-select-1-expected.txt:
8439 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
8440 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
8441 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
8442 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
8443 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
8444 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
8445 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
8446 * platform/mac/fast/css/input-search-padding-expected.txt:
8447 * platform/mac/fast/css/line-height-expected.txt:
8448 * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
8449 * platform/mac/fast/css/text-overflow-input-expected.txt:
8450 * platform/mac/fast/dom/isindex-001-expected.txt:
8451 * platform/mac/fast/dom/isindex-002-expected.txt:
8452 * platform/mac/fast/events/autoscroll-expected.png:
8453 * platform/mac/fast/events/autoscroll-expected.txt:
8454 * platform/mac/fast/events/context-no-deselect-expected.txt:
8455 * platform/mac/fast/forms/basic-inputs-expected.txt:
8456 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
8457 * platform/mac/fast/forms/encoding-test-expected.txt:
8458 * platform/mac/fast/forms/fieldset-align-expected.txt:
8459 * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
8460 * platform/mac/fast/forms/form-element-geometry-expected.txt:
8461 * platform/mac/fast/forms/input-align-expected.png:
8462 * platform/mac/fast/forms/input-align-expected.txt:
8463 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
8464 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
8465 * platform/mac/fast/forms/input-appearance-disabled-expected.png:
8466 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
8467 * platform/mac/fast/forms/input-appearance-focus-expected.png:
8468 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
8469 * platform/mac/fast/forms/input-appearance-height-expected.txt:
8470 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
8471 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
8472 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
8473 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
8474 * platform/mac/fast/forms/input-appearance-width-expected.png:
8475 * platform/mac/fast/forms/input-appearance-width-expected.txt:
8476 * platform/mac/fast/forms/input-baseline-expected.png:
8477 * platform/mac/fast/forms/input-baseline-expected.txt:
8478 * platform/mac/fast/forms/input-disabled-color-expected.png:
8479 * platform/mac/fast/forms/input-disabled-color-expected.txt:
8480 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
8481 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
8482 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
8483 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
8484 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
8485 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
8486 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
8487 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
8488 * platform/mac/fast/forms/input-spaces-expected.txt:
8489 * platform/mac/fast/forms/input-table-expected.txt:
8490 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
8491 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
8492 * platform/mac/fast/forms/input-text-double-click-expected.txt:
8493 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
8494 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
8495 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
8496 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
8497 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
8498 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
8499 * platform/mac/fast/forms/input-value-expected.txt:
8500 * platform/mac/fast/forms/input-width-expected.txt:
8501 * platform/mac/fast/forms/minWidthPercent-expected.txt:
8502 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png:
8503 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt:
8504 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
8505 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
8506 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
8507 * platform/mac/fast/forms/placeholder-position-expected.txt:
8508 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
8509 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
8510 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
8511 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
8512 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
8513 * platform/mac/fast/forms/search-rtl-expected.png:
8514 * platform/mac/fast/forms/search-rtl-expected.txt:
8515 * platform/mac/fast/forms/search-styled-expected.txt:
8516 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
8517 * platform/mac/fast/forms/searchfield-heights-expected.txt:
8518 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
8519 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
8520 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
8521 * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
8522 * platform/mac/fast/forms/text-style-color-expected.png:
8523 * platform/mac/fast/forms/text-style-color-expected.txt:
8524 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
8525 * platform/mac/fast/forms/textfield-outline-expected.txt:
8526 * platform/mac/fast/forms/textfield-overflow-expected.txt:
8527 * platform/mac/fast/forms/validation-message-appearance-expected.png:
8528 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
8529 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
8530 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
8531 * platform/mac/fast/html/details-no-summary4-expected.txt:
8532 * platform/mac/fast/html/details-open-javascript-expected.txt:
8533 * platform/mac/fast/html/details-open2-expected.txt:
8534 * platform/mac/fast/html/details-open4-expected.txt:
8535 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
8536 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
8537 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
8538 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
8539 * platform/mac/fast/replaced/width100percent-textfield-expected.txt:
8540 * platform/mac/fast/speech/speech-bidi-rendering-expected.txt:
8541 * platform/mac/fast/table/003-expected.txt:
8542 * platform/mac/fast/table/colspanMinWidth-expected.txt:
8543 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
8544 * platform/mac/fast/table/text-field-baseline-expected.txt:
8545 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
8546 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
8547 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
8548 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
8549 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
8550 * platform/mac/svg/hixie/mixed/003-expected.txt:
8551 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
8552 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
8553 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
8554 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
8555 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
8556 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
8557 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
8558 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
8559 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
8560 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
8561 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
8562 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
8563 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
8564 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
8565 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
8566 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
8567 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
8568 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
8569 * platform/mac/tables/mozilla/other/move_row-expected.txt:
8570 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
8571 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
8573 2012-05-18 Sheriff Bot <webkit.review.bot@gmail.com>
8575 Unreviewed, rolling out r117556.
8576 http://trac.webkit.org/changeset/117556
8577 https://bugs.webkit.org/show_bug.cgi?id=86825
8579 Wrong fix. IE still adds 1px padding. We're missing that in
8580 textarea (Requested by rniwa on #webkit).
8582 * fast/forms/input-textarea-padding-match-expected.html: Removed.
8583 * fast/forms/input-textarea-padding-match.html: Removed.
8585 2012-05-18 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
8587 [EFL] DRT needs an implementation of layoutTestController.setSerializeHTTPLoads
8588 https://bugs.webkit.org/show_bug.cgi?id=86101
8590 Reviewed by Ryosuke Niwa.
8592 Unskip test cases which rely on LayoutTestController's setSerializeHTTPLoads
8593 implementation and add EFL expectations for tests same as in mac port (MIME
8594 type is "application/javascript" instead of "application/x-javascript").
8596 * platform/efl/Skipped:
8597 * platform/efl/fast/loader/file-protocol-fragment-expected.txt: Removed. The current
8598 result matches the base expectation, so removed the platform-specific results.
8599 * platform/efl/fast/preloader/document-write-2-expected.txt: Added.
8600 * platform/efl/fast/preloader/document-write-expected.txt: Added.
8601 * platform/efl/test_expectations.txt:
8603 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
8605 Chromium Mac rebaseline after r117556.
8607 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
8608 * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
8609 * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
8610 * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
8611 * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
8612 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
8613 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
8614 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
8615 * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
8616 * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
8617 * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
8618 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
8619 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
8620 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
8621 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
8622 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
8623 * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
8624 * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
8625 * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
8626 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Modified property svn:mime-type.
8627 * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: Modified property svn:mime-type.
8628 * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
8629 * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
8630 * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
8631 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label06-expected.png:
8632 * platform/chromium-mac-snowleopard/fast/forms/HTMLOptionElement_label07-expected.png:
8633 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
8634 * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
8635 * platform/chromium-mac-snowleopard/fast/forms/button-submit-expected.png:
8636 * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
8637 * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
8638 * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
8639 * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
8640 * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
8641 * platform/chromium-mac-snowleopard/fast/forms/form-in-malformed-markup-expected.png:
8642 * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
8643 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
8644 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
8645 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
8646 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
8647 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
8648 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
8649 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
8650 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
8651 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
8652 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
8653 * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
8654 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
8655 * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
8656 * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
8657 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
8658 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
8659 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
8660 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
8661 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
8662 * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
8663 * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
8664 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
8665 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
8666 * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
8667 * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
8668 * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
8669 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
8670 * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
8671 * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
8672 * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
8673 * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
8674 * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png:
8675 * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png:
8676 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png:
8677 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
8678 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
8679 * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
8680 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
8681 * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
8682 * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
8683 * platform/chromium-mac-snowleopard/fast/forms/range/range-thumb-height-percentage-expected.png:
8684 * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.png:
8685 * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.png:
8686 * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.png:
8687 * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png:
8688 * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
8689 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png:
8690 * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
8691 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
8692 * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
8693 * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
8694 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
8695 * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
8696 * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
8697 * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
8698 * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
8699 * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
8700 * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
8701 * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
8702 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
8703 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
8704 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png:
8705 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
8706 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
8707 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt:
8708 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
8709 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
8710 * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
8711 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png:
8712 * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
8713 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
8714 * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
8715 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
8716 * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
8717 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
8718 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
8719 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
8720 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
8721 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
8722 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
8723 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
8724 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
8725 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
8726 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
8727 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
8728 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
8729 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
8730 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
8731 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
8732 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
8733 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
8734 * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
8735 * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
8736 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
8737 * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
8738 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
8739 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt:
8740 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
8741 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt:
8742 * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
8743 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
8744 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
8745 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
8746 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
8747 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
8748 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
8749 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
8750 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
8751 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
8752 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
8753 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
8754 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
8755 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt:
8756 * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
8757 * platform/chromium-mac/fast/forms/basic-inputs-expected.txt:
8758 * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
8759 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
8760 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
8761 * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
8762 * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt:
8763 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
8764 * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
8765 * platform/chromium-mac/fast/forms/input-value-expected.txt:
8766 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
8767 * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
8768 * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
8769 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
8770 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Modified property svn:mime-type.
8771 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
8772 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
8773 * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
8774 * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
8775 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
8776 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
8778 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
8780 SnowLeopard and SVG rebaselines after r117556.
8782 * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png:
8783 * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png:
8784 * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png:
8785 * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
8786 * platform/mac-snowleopard/fast/forms/input-value-expected.png:
8787 * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png:
8788 * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
8789 * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
8790 * svg/custom/svg-fonts-in-text-controls-expected.txt:
8792 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
8794 Mac rebaseline after r117556.
8796 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
8797 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
8798 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
8799 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
8800 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
8801 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
8802 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
8803 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
8804 * platform/mac/editing/pasteboard/4806874-expected.txt:
8805 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
8806 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
8807 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
8808 * platform/mac/editing/selection/3690703-2-expected.png:
8809 * platform/mac/editing/selection/3690703-2-expected.txt:
8810 * platform/mac/editing/selection/3690703-expected.txt:
8811 * platform/mac/editing/selection/3690719-expected.txt:
8812 * platform/mac/editing/selection/4895428-3-expected.txt:
8813 * platform/mac/editing/selection/4975120-expected.txt:
8814 * platform/mac/editing/selection/drag-select-1-expected.txt:
8815 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
8816 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
8817 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
8818 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
8819 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
8820 * platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
8821 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
8822 * platform/mac/fast/css/input-search-padding-expected.txt:
8823 * platform/mac/fast/css/line-height-expected.txt:
8824 * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
8825 * platform/mac/fast/css/text-overflow-input-expected.txt:
8826 * platform/mac/fast/dom/isindex-001-expected.txt:
8827 * platform/mac/fast/dom/isindex-002-expected.txt:
8828 * platform/mac/fast/events/autoscroll-expected.png:
8829 * platform/mac/fast/events/autoscroll-expected.txt:
8830 * platform/mac/fast/events/context-no-deselect-expected.txt:
8831 * platform/mac/fast/forms/basic-inputs-expected.txt:
8832 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
8833 * platform/mac/fast/forms/encoding-test-expected.txt:
8834 * platform/mac/fast/forms/fieldset-align-expected.txt:
8835 * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
8836 * platform/mac/fast/forms/form-element-geometry-expected.txt:
8837 * platform/mac/fast/forms/input-align-expected.png:
8838 * platform/mac/fast/forms/input-align-expected.txt:
8839 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
8840 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
8841 * platform/mac/fast/forms/input-appearance-disabled-expected.png:
8842 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
8843 * platform/mac/fast/forms/input-appearance-focus-expected.png:
8844 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
8845 * platform/mac/fast/forms/input-appearance-height-expected.txt:
8846 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
8847 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
8848 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
8849 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
8850 * platform/mac/fast/forms/input-appearance-width-expected.png:
8851 * platform/mac/fast/forms/input-appearance-width-expected.txt:
8852 * platform/mac/fast/forms/input-baseline-expected.png:
8853 * platform/mac/fast/forms/input-baseline-expected.txt:
8854 * platform/mac/fast/forms/input-disabled-color-expected.png:
8855 * platform/mac/fast/forms/input-disabled-color-expected.txt:
8856 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
8857 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
8858 * platform/mac/fast/forms/input-field-text-truncated-expected.txt:
8859 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
8860 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
8861 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
8862 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
8863 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
8864 * platform/mac/fast/forms/input-spaces-expected.txt:
8865 * platform/mac/fast/forms/input-table-expected.txt:
8866 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
8867 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
8868 * platform/mac/fast/forms/input-text-double-click-expected.txt:
8869 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
8870 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
8871 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
8872 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
8873 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
8874 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
8875 * platform/mac/fast/forms/input-value-expected.txt:
8876 * platform/mac/fast/forms/input-width-expected.txt:
8877 * platform/mac/fast/forms/minWidthPercent-expected.txt:
8878 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png:
8879 * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt:
8880 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
8881 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
8882 * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
8883 * platform/mac/fast/forms/placeholder-position-expected.txt:
8884 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
8885 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
8886 * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
8887 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
8888 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
8889 * platform/mac/fast/forms/search-rtl-expected.png:
8890 * platform/mac/fast/forms/search-rtl-expected.txt:
8891 * platform/mac/fast/forms/search-styled-expected.txt:
8892 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
8893 * platform/mac/fast/forms/searchfield-heights-expected.txt:
8894 * platform/mac/fast/forms/select-empty-option-height-expected.txt:
8895 * platform/mac/fast/forms/tabbing-input-iframe-expected.png:
8896 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
8897 * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
8898 * platform/mac/fast/forms/text-style-color-expected.png:
8899 * platform/mac/fast/forms/text-style-color-expected.txt:
8900 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
8901 * platform/mac/fast/forms/textfield-outline-expected.txt:
8902 * platform/mac/fast/forms/textfield-overflow-expected.txt:
8903 * platform/mac/fast/forms/validation-message-appearance-expected.png:
8904 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
8905 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
8906 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
8907 * platform/mac/fast/html/details-no-summary4-expected.txt:
8908 * platform/mac/fast/html/details-open-javascript-expected.txt:
8909 * platform/mac/fast/html/details-open2-expected.txt:
8910 * platform/mac/fast/html/details-open4-expected.txt:
8911 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
8912 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
8913 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
8914 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
8915 * platform/mac/fast/replaced/width100percent-textfield-expected.txt:
8916 * platform/mac/fast/speech/speech-bidi-rendering-expected.txt:
8917 * platform/mac/fast/table/003-expected.txt:
8918 * platform/mac/fast/table/colspanMinWidth-expected.txt:
8919 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
8920 * platform/mac/fast/table/text-field-baseline-expected.txt:
8921 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
8922 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
8923 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
8924 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
8925 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
8926 * platform/mac/svg/hixie/mixed/003-expected.txt:
8927 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
8928 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
8929 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
8930 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
8931 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
8932 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
8933 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
8934 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
8935 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
8936 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
8937 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
8938 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
8939 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
8940 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
8941 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
8942 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
8943 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
8944 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
8945 * platform/mac/tables/mozilla/other/move_row-expected.txt:
8946 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
8947 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
8949 2012-05-17 Ryosuke Niwa <rniwa@webkit.org>
8951 WebKit erroneously add 1px padding in input elements
8952 https://bugs.webkit.org/show_bug.cgi?id=86784
8954 Reviewed by Kent Tamura.
8958 Also rebaseline tests in separate commits per getting rid of extra 1px padding on left and right.
8959 Input elements' widths got shrunk by 2px in most cases and the text moved 1px to the start
8960 (left for LTR and right for RTL).
8962 * fast/forms/input-textarea-padding-match-expected.html: Added.
8963 * fast/forms/input-textarea-padding-match.html: Added.
8965 2012-05-18 Ryosuke Niwa <rniwa@webkit.org>
8967 Chromium rebaselines.
8969 * platform/chromium-mac-leopard/fast/lists/003-vertical-expected.png:
8970 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10296-1-expected.txt: Removed.
8971 * platform/chromium-mac/fast/lists/003-vertical-expected.png:
8972 * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png:
8973 * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.txt:
8975 2012-05-17 Dan Bernstein <mitz@apple.com>
8977 <rdar://problem/11419933> Problems with flipped writing modes and compositing
8978 https://bugs.webkit.org/show_bug.cgi?id=86032
8980 Reviewed by Anders Carlsson.
8982 * compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
8983 * compositing/bounds-in-flipped-writing-mode.html: Added.
8985 2012-05-17 Peter Kasting <pkasting@google.com>
8987 [chromium] Prune unnecessary failure expectations.
8988 http://code.google.com/p/chromium/issues/detail?id=32670
8989 https://bugs.webkit.org/show_bug.cgi?id=74694
8990 https://bugs.webkit.org/show_bug.cgi?id=82129
8991 https://bugs.webkit.org/show_bug.cgi?id=83503
8992 https://bugs.webkit.org/show_bug.cgi?id=86439
8994 Unreviewed, test expectations update.
8996 * platform/chromium/test_expectations.txt:
8998 2012-05-17 Peter Kasting <pkasting@google.com>
9000 [chromium] Prune unnecessary failure expectations.
9001 http://code.google.com/p/chromium/issues/detail?id=23489
9002 http://code.google.com/p/chromium/issues/detail?id=67540
9003 http://code.google.com/p/chromium/issues/detail?id=68436
9004 http://code.google.com/p/chromium/issues/detail?id=77706
9005 https://bugs.webkit.org/show_bug.cgi?id=47949
9006 https://bugs.webkit.org/show_bug.cgi?id=65462
9007 https://bugs.webkit.org/show_bug.cgi?id=68436
9008 https://bugs.webkit.org/show_bug.cgi?id=73838
9009 https://bugs.webkit.org/show_bug.cgi?id=74694
9010 https://bugs.webkit.org/show_bug.cgi?id=83185
9012 Unreviewed, test expectations update.
9014 * platform/chromium/test_expectations.txt:
9016 2012-05-17 Peter Kasting <pkasting@google.com>
9018 [chromium] Prune unnecessary failure expectations.
9019 http://code.google.com/p/chromium/issues/detail?id=11251
9020 http://code.google.com/p/chromium/issues/detail?id=69181
9021 http://code.google.com/p/chromium/issues/detail?id=124313
9022 http://code.google.com/p/chromium/issues/detail?id=124779
9023 https://bugs.webkit.org/show_bug.cgi?id=80067
9024 https://bugs.webkit.org/show_bug.cgi?id=84125
9025 https://bugs.webkit.org/show_bug.cgi?id=85553
9027 Unreviewed, test expectations update.
9029 * platform/chromium/test_expectations.txt:
9031 2012-05-17 Peter Kasting <pkasting@google.com>
9033 [chromium] Fix bad baseline from http://trac.webkit.org/changeset/117480/.
9034 https://bugs.webkit.org/show_bug.cgi?id=84167
9036 Unreviewed, test expectations update.
9038 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
9040 2012-05-17 Filip Pizlo <fpizlo@apple.com>
9042 Setting array index -1 and looping over array causes bad behavior
9043 https://bugs.webkit.org/show_bug.cgi?id=86733
9044 <rdar://problem/11477670>
9046 Reviewed by Oliver Hunt.
9048 * fast/js/dfg-negative-array-index-expected.txt: Added.
9049 * fast/js/dfg-negative-array-index.html: Added.
9050 * fast/js/script-tests/dfg-negative-array-index.js: Added.
9053 2012-05-17 Peter Kasting <pkasting@google.com>
9055 [chromium] More rebaselines/expectation updates.
9056 https://bugs.webkit.org/show_bug.cgi?id=86441
9058 Unreviewed, test expectations update.
9060 * platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
9061 * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
9062 * platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.png:
9063 * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
9064 * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
9065 * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
9066 * platform/chromium/test_expectations.txt:
9068 2012-05-17 Brady Eidson <beidson@apple.com>
9070 https://bugs.webkit.org/show_bug.cgi?id=86786
9071 Two mathml/presentation tests fail on Mac
9073 * platform/mac/Skipped:
9075 2012-05-17 Brady Eidson <beidson@apple.com>
9077 https://bugs.webkit.org/show_bug.cgi?id=86785
9078 Two fast/repaint tests fail on mac lion
9080 * platform/mac-lion/Skipped:
9082 2012-05-17 Joshua Bell <jsbell@chromium.org>
9084 IndexedDB: Implement IDBObjectStore.autoIncrement
9085 https://bugs.webkit.org/show_bug.cgi?id=86662
9087 Reviewed by Dimitri Glazkov.
9089 * storage/indexeddb/objectstore-basics-expected.txt:
9090 * storage/indexeddb/objectstore-basics-workers-expected.txt:
9091 * storage/indexeddb/resources/objectstore-basics.js:
9092 (setVersionSuccess):
9094 2012-05-17 Peter Kasting <pkasting@google.com>
9096 [chromium] Rebaseline.
9097 https://bugs.webkit.org/show_bug.cgi?id=86441
9099 Unreviewed, test expecations update.
9101 * platform/chromium-mac-leopard/css3/unicode-bidi-isolate-basic-expected.png:
9102 * platform/chromium-mac-leopard/fast/multicol/column-count-with-rules-expected.png:
9103 * platform/chromium-mac-leopard/fast/multicol/column-rules-expected.png:
9104 * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png:
9105 * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.png:
9106 * platform/chromium-mac-leopard/fast/multicol/positioned-with-constrained-height-expected.png:
9107 * platform/chromium-mac-leopard/fast/multicol/positive-leading-expected.png:
9108 * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
9109 * platform/chromium-mac-snowleopard/fast/multicol/column-count-with-rules-expected.png:
9110 * platform/chromium-mac-snowleopard/fast/multicol/column-rules-expected.png:
9111 * platform/chromium-mac-snowleopard/fast/multicol/layers-in-multicol-expected.png:
9112 * platform/chromium-mac-snowleopard/fast/multicol/overflow-unsplittable-expected.png:
9113 * platform/chromium-mac-snowleopard/fast/multicol/positioned-with-constrained-height-expected.png:
9114 * platform/chromium-mac-snowleopard/fast/multicol/positive-leading-expected.png:
9115 * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
9116 * platform/chromium-mac/fast/multicol/column-count-with-rules-expected.png:
9117 * platform/chromium-mac/fast/multicol/column-rules-expected.png:
9118 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png:
9119 * platform/chromium-mac/fast/multicol/overflow-unsplittable-expected.png:
9120 * platform/chromium-mac/fast/multicol/positioned-with-constrained-height-expected.png:
9121 * platform/chromium-mac/fast/multicol/positive-leading-expected.png:
9122 * platform/chromium-mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
9123 * platform/chromium-mac/fast/multicol/vertical-lr/column-rules-expected.png:
9124 * platform/chromium-mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
9125 * platform/chromium-mac/fast/multicol/vertical-rl/column-rules-expected.png:
9126 * platform/chromium/test_expectations.txt:
9128 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9130 [EFL] Gardening, update test number tracking media-continues-playing-after-replace-source.html
9132 * platform/efl/test_expectations.txt:
9134 2012-05-17 Peter Kasting <pkasting@google.com>
9136 [chromium] Remove passing tests, re-number some still-present issues.
9137 https://bugs.webkit.org/show_bug.cgi?id=86441
9138 https://bugs.webkit.org/show_bug.cgi?id=86701
9139 https://bugs.webkit.org/show_bug.cgi?id=86712
9141 Unreviewed, test expectations update.
9143 * platform/chromium/test_expectations.txt:
9145 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9147 [EFL] Gardening, update expectations after r117426.
9149 * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
9150 * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
9151 * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
9153 2012-05-17 Robert Hogan <robert@webkit.org>
9155 Rebaseline Chromium results after r117477
9157 Unreviewed gardening.
9159 * platform/chromium-linux/css2.1/20110323/table-height-algorithm-023-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.png.
9160 * platform/chromium-linux/css2.1/20110323/table-height-algorithm-024-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.png.
9161 * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.png.
9162 * platform/chromium-linux/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.png.
9163 * platform/chromium-mac-leopard/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
9164 * platform/chromium-mac-leopard/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
9165 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
9166 * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
9167 * platform/chromium-mac-snowleopard/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
9168 * platform/chromium-mac-snowleopard/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
9169 * platform/chromium-mac-snowleopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
9170 * platform/chromium-mac-snowleopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
9171 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10296-1-expected.txt: Added.
9172 * platform/chromium-mac/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
9173 * platform/chromium-mac/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
9174 * platform/chromium-mac/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
9175 * platform/chromium-mac/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
9176 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
9177 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
9178 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
9179 * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
9180 * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png:
9181 * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.txt: Added.
9182 * platform/chromium-win/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
9183 * platform/chromium-win/css2.1/20110323/table-height-algorithm-023-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.txt.
9184 * platform/chromium-win/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
9185 * platform/chromium-win/css2.1/20110323/table-height-algorithm-024-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.txt.
9186 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
9187 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.txt.
9188 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
9189 * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.txt.
9190 * platform/chromium/test_expectations.txt:
9192 2012-05-17 Zan Dobersek <zandobersek@gmail.com>
9194 [Gtk] fast/dom/gc-10.html behaves badly
9195 https://bugs.webkit.org/show_bug.cgi?id=86771
9197 Unreviewed, skipping fast/dom/gc-10.html as it badly affects other tests.
9199 * platform/gtk/test_expectations.txt:
9201 2012-05-17 Robert Hogan <robert@webkit.org>
9203 Rebaseline two tests on Mac and update Mac expectations after r117339
9205 Unreviewed gardening.
9207 * platform/mac/fast/repaint/float-overflow-expected.txt:
9208 * platform/mac/fast/repaint/float-overflow-right-expected.txt:
9209 * platform/mac/test_expectations.txt:
9211 2012-05-17 Dan Bernstein <mitz@apple.com>
9213 In vertical writing modes, pagination may split a line after a block shifts
9214 https://bugs.webkit.org/show_bug.cgi?id=86763
9216 Reviewed by Sam Weinig.
9218 * fast/multicol/pageLogicalOffset-vertical-expected.html: Added.
9219 * fast/multicol/pageLogicalOffset-vertical.html: Added.
9221 2012-05-17 Abhishek Arya <inferno@chromium.org>
9223 Move run-in handling to addChild, instead of in layout.
9224 https://bugs.webkit.org/show_bug.cgi?id=86387
9226 Reviewed by Julien Chaffraix.
9228 The following tests need the render tree results as they help
9229 to show the positioning of the run-in with respect to the next
9232 * fast/runin/insert-before-run-in-expected.png: Added.
9233 * fast/runin/insert-before-run-in-expected.txt: Added.
9234 * fast/runin/insert-before-run-in.html: Added.
9235 * fast/runin/run-in-after-run-in-expected.png: Added.
9236 * fast/runin/run-in-after-run-in-expected.txt: Added.
9237 * fast/runin/run-in-after-run-in.html: Added.
9238 * fast/runin/run-in-parent-add-child-expected.png: Added.
9239 * fast/runin/run-in-parent-add-child-expected.txt: Added.
9240 * fast/runin/run-in-parent-add-child.html: Added.
9241 * fast/runin/run-in-parent-block-child-add-and-intrude-expected.png: Added.
9242 * fast/runin/run-in-parent-block-child-add-and-intrude-expected.txt: Added.
9243 * fast/runin/run-in-parent-block-child-add-and-intrude.html: Added.
9244 * fast/runin/run-in-parent-block-child-add-expected.png: Added.
9245 * fast/runin/run-in-parent-block-child-add-expected.txt: Added.
9246 * fast/runin/run-in-parent-block-child-add.html: Added.
9248 2012-05-17 Robert Hogan <robert@webkit.org>
9250 Rebaseline results after r117339
9252 Unreviewed gardening.
9254 * fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
9255 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
9256 * platform/chromium-mac-leopard/editing/pasteboard/innerText-inline-table-expected.png:
9257 * platform/chromium-mac-leopard/editing/selection/inline-table-expected.png:
9258 * platform/chromium-mac-leopard/editing/selection/table-caret-3-expected.png:
9259 * platform/chromium-mac-leopard/fast/css-generated-content/inline-display-types-expected.png:
9260 * platform/chromium-mac-leopard/fast/inline-block/001-expected.png:
9261 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
9262 * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
9263 * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
9264 * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
9265 * platform/chromium-mac-snowleopard/fast/css-generated-content/inline-display-types-expected.png:
9266 * platform/chromium-mac-snowleopard/fast/inline-block/001-expected.png:
9267 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
9268 * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
9269 * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.txt: Added.
9270 * platform/chromium-mac/editing/selection/inline-table-expected.png:
9271 * platform/chromium-mac/editing/selection/inline-table-expected.txt: Added.
9272 * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
9273 * platform/chromium-mac/editing/selection/table-caret-3-expected.txt: Added.
9274 * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.png:
9275 * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.txt: Added.
9276 * platform/chromium-mac/fast/inline-block/001-expected.png:
9277 * platform/chromium-mac/fast/inline-block/001-expected.txt: Added.
9278 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
9279 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
9280 * platform/chromium-win-vista/fast/css-generated-content/inline-display-types-expected.png: Removed.
9281 * platform/chromium-win-vista/fast/inline-block/001-expected.png: Removed.
9282 * platform/chromium-win-xp/fast/css-generated-content/inline-display-types-expected.png: Removed.
9283 * platform/chromium-win-xp/fast/inline-block/001-expected.png: Removed.
9284 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
9285 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
9286 * platform/chromium/test_expectations.txt:
9287 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Copied from LayoutTests/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt.
9288 * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
9289 * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
9291 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9293 [EFL] Gardening, unskip test after r117205.
9295 * platform/efl/test_expectations.txt:
9297 2012-05-02 Robert Hogan <robert@webkit.org>
9299 CSS 2.1 failure: table-height-algorithm-023 and -024 fail
9300 https://bugs.webkit.org/show_bug.cgi?id=85405
9302 Reviewed by Eric Seidel.
9304 * css2.1/20110323/table-height-algorithm-023.htm: Added.
9305 * css2.1/20110323/table-height-algorithm-024.htm: Added.
9306 Tests from the CSS test suite.
9307 * fast/table/mozilla-bug10296-vertical-align-1.html: Added.
9308 * fast/table/mozilla-bug10296-vertical-align-2.html: Added.
9309 I split out the part of bug10296-1.html that gets rebaselined here so that the new results
9310 are visible. I also changed the text so that the expected result is less mysterious.
9312 * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
9313 * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
9314 * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
9315 * platform/chromium-linux-x86/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
9316 * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
9317 * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
9318 * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
9319 * platform/chromium-linux-x86/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
9320 * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.txt:
9322 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9324 [EFL] Gardening after r116339.
9326 Add platform-specific results for the tests below.
9328 * platform/efl/fast/repaint/float-overflow-expected.txt: Added.
9329 * platform/efl/fast/repaint/float-overflow-right-expected.txt: Added.
9331 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9333 [EFL] Gardening, unskip another passing test after r117426.
9335 * platform/efl/test_expectations.txt:
9337 2012-05-17 Peter Kasting <pkasting@google.com>
9339 [chromium] Remove unnecessary expectations for passing tests.
9340 https://bugs.webkit.org/show_bug.cgi?id=86698
9342 Unreviewed, test expectations update.
9344 * platform/chromium/test_expectations.txt:
9346 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9348 [EFL] Gardening, unskip some tests after r117426.
9350 * platform/efl/test_expectations.txt:
9352 2012-05-17 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
9354 [Qt] REGRESSION(101967): It made editing/style/iframe-onload-crash-mac.html timeout
9355 https://bugs.webkit.org/show_bug.cgi?id=73802
9357 Reviewed by Ryosuke Niwa.
9359 * platform/qt/Skipped: Unskipped. Note that it is still skipped for wk2 because
9360 setEditingBehavior is not implemented for WebKitTestRunner yet.
9362 2012-05-17 Raphael Kubo da Costa <rakuco@webkit.org>
9364 REGRESSION (r117449): Unreviewed, rolling out r117449.
9365 https://bugs.webkit.org/show_bug.cgi?id=86753
9367 Broke many unskipped tests which lack expectations
9369 * platform/efl/Skipped:
9370 * platform/efl/test_expectations.txt:
9372 2012-05-17 Dan Bernstein <mitz@apple.com>
9374 REGRESSION (r117428): WebKit API/SPI was removed
9375 https://bugs.webkit.org/show_bug.cgi?id=86748
9379 * http/tests/security/setDomainRelaxationForbiddenForURLScheme.html:
9381 2012-05-17 Zan Dobersek <zandobersek@gmail.com>
9383 Unreviewed, adding GTK baselines for new tests added in r115641, r116975 and r117339.
9385 * platform/gtk/css2.1/20110323/inline-table-001-expected.txt: Added.
9386 * platform/gtk/css2.1/20110323/inline-table-002a-expected.txt: Added.
9387 * platform/gtk/css2.1/20110323/inline-table-003-expected.txt: Added.
9388 * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
9389 * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt: Added.
9391 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9393 [Qt] Unreviewed gardening.
9395 * platform/qt-5.0-wk2/Skipped:
9396 * platform/qt-5.0/Skipped:
9397 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
9398 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
9400 2012-05-17 Yury Semikhatsky <yurys@chromium.org>
9402 Web Inspector: error when expanding an HTMLAllCollection object in the console
9403 https://bugs.webkit.org/show_bug.cgi?id=86741
9405 Reviewed by Pavel Feldman.
9407 Test that RemoteObject.callFunctionOn can be successfully invoked on a
9408 remote object representing HTMLAllCollection instance.
9410 * inspector/console/inspect-html-all-collection-expected.txt: Added.
9411 * inspector/console/inspect-html-all-collection.html: Added.
9413 2012-05-17 Antti Koivisto <antti@apple.com>
9415 Frame flattening should not expand tiny frames
9416 https://bugs.webkit.org/show_bug.cgi?id=86736
9418 Reviewed by Kenneth Rohde Christiansen.
9420 * fast/frames/flattening/iframe-tiny-expected.txt: Added.
9421 * fast/frames/flattening/iframe-tiny.html: Added.
9423 2012-05-17 Krzysztof Czech <k.czech@samsung.com>, Mariusz Grzegorczyk <mariusz.g@samsung.com>
9425 [EFL] Gardening failure test cases.
9426 https://bugs.webkit.org/show_bug.cgi?id=86728
9428 Unreviewed EFL gardening.
9430 * platform/efl/Skipped: removing tests related to editing callbacks functionality.
9431 * platform/efl/test_expectations.txt: adding new bugs regarding drag'n'drop and spell checking.
9432 Merging tests with particular bugs.
9434 2012-05-17 Zan Dobersek <zandobersek@gmail.com>
9436 Unreviewed GTK gardening, adding platform-specific baselines for
9437 two tests affected by r117339.
9439 * platform/gtk/fast/repaint/float-overflow-expected.txt: Added.
9440 * platform/gtk/fast/repaint/float-overflow-right-expected.txt: Added.
9442 2012-05-17 Ádám Kallai <kadam@inf.u-szeged.hu>
9444 [Qt] Unreviewed gardening. Added platform specific expectation.
9446 * platform/qt-5.0-wk2/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419.
9447 * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt: Added after r117289.
9448 * platform/qt/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added after r117419.
9449 * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Update after r117429.
9451 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9453 [Qt] REGRESSION: http/tests/xmlhttprequest/basic-auth-nopassword.html started to crash with newer Qt5
9454 https://bugs.webkit.org/show_bug.cgi?id=85632
9456 Unskip the now passing test after Qt5 fix.
9458 * platform/qt-5.0-wk1/Skipped:
9460 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9462 [Qt] svg/zoom/page/zoom-svg-float-border-padding.xml crashes
9463 https://bugs.webkit.org/show_bug.cgi?id=79631
9465 * platform/qt/Skipped: Try to unskip them.
9467 2012-05-17 Balazs Kelemen <kbalazs@webkit.org>
9469 [Qt] Web process hangs while waiting for plugin process connection during layouttests
9470 https://bugs.webkit.org/show_bug.cgi?id=86620
9472 Reviewed by Csaba Osztrogonác.
9474 Don't disable plugin tests for Qt 4.
9476 * platform/qt-5.0/Skipped:
9477 * platform/qt/Skipped:
9479 2012-05-17 Hugo Parente Lima <hugo.lima@openbossa.org>
9481 [Qt][WK2] fast/events/page-visibility-* tests fail
9482 https://bugs.webkit.org/show_bug.cgi?id=83263
9484 Reviewed by Kenneth Rohde Christiansen.
9486 Unskip two page-visibility tests: iframe-propagation-test.html
9487 and transition-test.html.
9489 * platform/qt-5.0-wk2/Skipped:
9491 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9493 [Qt] Unreviewed gardening, unksip one more now passing test.
9495 * platform/qt/Skipped:
9497 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9499 [Qt] Unreviewed gardening, unksip a now passing test.
9501 * platform/qt/Skipped:
9503 2012-05-11 Kinuko Yasuda <kinuko@chromium.org>
9505 Allow FileSystem API implementation to pass snapshot metadata at File creation time
9506 https://bugs.webkit.org/show_bug.cgi?id=78879
9508 Reviewed by Jian Li.
9510 Added tests for making sure metadata is not cached in the regular
9511 temporary filesystem.
9513 * fast/filesystem/file-metadata-after-write-expected.txt: Added.
9514 * fast/filesystem/file-metadata-after-write.html: Added.
9516 2012-05-17 Kinuko Yasuda <kinuko@chromium.org>
9518 Unreviewed, updating chrome test expectations.
9520 * platform/chromium/test_expectations.txt:
9522 2012-05-17 Ádám Kallai <kadam@inf.u-szeged.hu>
9524 [Qt] Unreviewed gardening. Test expectation update.
9526 * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
9527 * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:After 117310.
9528 * platform/qt/fast/repaint/float-overflow-expected.png:
9529 * platform/qt/fast/repaint/float-overflow-expected.txt: After r117339.
9530 * platform/qt/fast/repaint/float-overflow-right-expected.png:
9531 * platform/qt/fast/repaint/float-overflow-right-expected.txt: After r117339.
9533 2012-05-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
9535 Convert setDomainRelaxationForbiddenForURLScheme to use InternalSettings interface
9536 https://bugs.webkit.org/show_bug.cgi?id=86704
9538 Reviewed by Eric Seidel.
9540 Invoke setDomainRelaxationForbiddenForURLScheme functions from internalSettings, because it is able to work in the
9541 cross-port way via the InternalSettings interface.
9543 * http/tests/security/setDomainRelaxationForbiddenForURLScheme.html:
9545 2012-05-17 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
9547 [Qt] Unreviewed gardening. Skip failing reftests.
9549 * platform/qt/Skipped:
9551 2012-05-17 Shinya Kawanaka <shinyak@chromium.org>
9553 ShadowRoot.selection should be ShadowRoot.getSelection()
9554 https://bugs.webkit.org/show_bug.cgi?id=86598
9556 Reviewed by Hajime Morita.
9558 In the latest spec, ShadowRoot.selection is changed to ShadowRoot.getSelection().
9559 So update the tests.
9561 * editing/shadow/selection-of-orphan-shadowroot.html:
9562 * editing/shadow/selection-of-shadowroot.html: Removed unnecessary code to
9563 call ShadowRoot.selection by using ShadowRoot.getSelection(). Now ShadowRoot.getSelection()
9564 can be called directly.
9566 2012-05-17 MORITA Hajime <morrita@google.com>
9568 Unreviewed, marking tests which need rebaselining after r117412.
9570 * platform/chromium/test_expectations.txt:
9572 2012-05-17 MORITA Hajime <morrita@google.com>
9574 Unreviewed, marking acid3-test-77.html as fail.
9576 * platform/chromium/test_expectations.txt:
9578 2012-05-17 Pravin D <pravind.2k4@gmail.com>
9580 REGRESSION (r116331): RSS Headlines/links are missing (-webkit-box-flex broken?)
9581 https://bugs.webkit.org/show_bug.cgi?id=85991
9583 Reviewed by Eric Seidel.
9585 * fast/css/deprecated-flex-box-zero-width-intrinsic-max-width-expected.txt: Added.
9586 * fast/css/deprecated-flex-box-zero-width-intrinsic-max-width.html: Added.
9588 2012-05-17 Uday Kiran <udaykiran@motorola.com>
9590 CSS3 Multicolumn: Content in normal flow extending into column gaps should be clipped at middle of column-gap
9591 https://bugs.webkit.org/show_bug.cgi?id=86441
9593 Reviewed by Eric Seidel.
9595 Test for content in normal flow that extends into column gaps.
9596 http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements
9598 * fast/multicol/overflow-into-columngap-expected.html: Added.
9599 * fast/multicol/overflow-into-columngap.html: Added.
9600 * platform/chromium/test_expectations.txt:
9601 * platform/efl/test_expectations.txt:
9602 * platform/gtk/test_expectations.txt:
9603 * platform/mac/test_expectations.txt:
9604 * platform/qt/test_expectations.txt:
9606 2012-05-17 Li Yin <li.yin@intel.com>
9608 [Worker] Web Worker lacks test to check the name attribute of SharedWorker
9609 https://bugs.webkit.org/show_bug.cgi?id=86714
9611 Reviewed by Kentaro Hara.
9613 Spec: http://www.w3.org/TR/2012/CR-workers-20120501/#sharedworkerglobalscope
9614 The name attribute must return the value it was assigned when the SharedWorkerGlobalScope object was created.
9615 So we should have a test to check it, there is a related test "fast/worker/shared-worker-name.html" already,
9616 but it doesn't cover this.
9618 * fast/workers/resources/shared-worker-common.js:
9620 * fast/workers/resources/shared-worker-name.js:
9621 (test11.worker.port.onmessage):
9623 * fast/workers/shared-worker-name-expected.txt:
9625 2012-05-17 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
9627 [EFL] fast/frames/frame-crash-with-page-cache.html is crashing
9628 https://bugs.webkit.org/show_bug.cgi?id=85879
9630 Reviewed by Noam Rosenthal.
9632 * platform/efl/test_expectations.txt: Removed fast/frames/frame-crash-with-page-cache.html.
9634 2012-05-17 MORITA Hajime <morrita@google.com>
9636 Unreviewed, marking input-appearance-range.html as fail.
9638 * platform/chromium/test_expectations.txt:
9640 2012-05-17 MORITA Hajime <morrita@google.com>
9642 Unreviewed, marking backgr_position-table.html and some others as fail.
9644 * platform/chromium/test_expectations.txt:
9646 2012-05-17 Csaba Osztrogonác <ossy@webkit.org>
9648 [Qt] Unreviewed gardening after r117339.
9649 https://bugs.webkit.org/show_bug.cgi?id=84167
9651 * platform/qt/Skipped:
9652 * platform/qt/editing/pasteboard/innerText-inline-table-expected.png:
9653 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
9654 * platform/qt/editing/selection/iframe-expected.png:
9655 * platform/qt/editing/selection/iframe-expected.txt:
9656 * platform/qt/editing/selection/inline-table-expected.png:
9657 * platform/qt/editing/selection/inline-table-expected.txt:
9658 * platform/qt/editing/selection/table-caret-3-expected.png:
9659 * platform/qt/editing/selection/table-caret-3-expected.txt:
9660 * platform/qt/fast/css-generated-content/inline-display-types-expected.png:
9661 * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
9662 * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
9663 * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added.
9664 * platform/qt/fast/inline-block/001-expected.png:
9665 * platform/qt/fast/inline-block/001-expected.txt:
9666 * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
9667 * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
9668 * platform/qt/test_expectations.txt:
9670 2012-05-16 Sheriff Bot <webkit.review.bot@gmail.com>
9672 Unreviewed, rolling out r117372.
9673 http://trac.webkit.org/changeset/117372
9674 https://bugs.webkit.org/show_bug.cgi?id=86710
9676 "triggerring crashes" (Requested by morrita on #webkit).
9678 * webaudio/audioparam-connect-audioratesignal.html:
9679 * webaudio/audioparam-summingjunction-expected.txt: Removed.
9680 * webaudio/audioparam-summingjunction.html: Removed.
9682 2012-05-16 Zan Dobersek <zandobersek@gmail.com>
9684 Unreviewed GTK gardening after r117373.
9686 * platform/gtk/fast/forms/input-align-image-expected.txt:
9687 * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
9689 2012-05-16 Csaba Osztrogonác <ossy@webkit.org>
9691 [Qt] Web process hangs while waiting for plugin process connection during layouttests
9692 https://bugs.webkit.org/show_bug.cgi?id=86620
9694 * platform/qt/Skipped: Skip failing tests after r117288.
9696 2012-05-16 Csaba Osztrogonác <ossy@webkit.org>
9698 [Qt] Web process hangs while waiting for plugin process connection during layouttests
9699 https://bugs.webkit.org/show_bug.cgi?id=86620
9701 * platform/qt/Skipped: Skip failing tests after r117288.
9703 2012-05-16 Hajime Morrita <morrita@chromium.org>
9705 Unreviewed expectations update.
9707 * fast/repaint/float-overflow-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-expected.png.
9708 * fast/repaint/float-overflow-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-expected.txt.
9709 * fast/repaint/float-overflow-right-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-right-expected.png.
9710 * fast/repaint/float-overflow-right-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/float-overflow-right-expected.txt.
9711 * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
9712 * platform/chromium-mac/fast/repaint/float-overflow-expected.png: Added.
9713 * platform/chromium-mac/fast/repaint/float-overflow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/repaint/float-overflow-expected.txt.
9714 * platform/chromium-mac/fast/repaint/float-overflow-right-expected.png: Added.
9715 * platform/chromium-mac/fast/repaint/float-overflow-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/repaint/float-overflow-right-expected.txt.
9716 * platform/chromium/test_expectations.txt:
9717 * platform/gtk/fast/repaint/float-overflow-expected.png: Removed.
9718 * platform/gtk/fast/repaint/float-overflow-right-expected.png: Removed.
9720 2012-05-16 Kihong Kwon <kihong.kwon@samsung.com>
9722 [EFL] Fix bug number for video-controls-drag.html in the test_expectation.txt
9723 https://bugs.webkit.org/show_bug.cgi?id=86607
9725 Unreviewed EFL gardening.
9727 Change BUGWK number to point to right patch.
9729 * platform/efl/test_expectations.txt:
9731 2012-05-16 Hayato Ito <hayato@chromium.org>
9733 Implement a Shadow DOM spec's section 6 'Events'.
9734 https://bugs.webkit.org/show_bug.cgi?id=78586
9736 Reviewed by Dimitri Glazkov.
9738 * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Added.
9739 * fast/dom/shadow/shadow-dom-event-dispatching.html: Added.
9740 * platform/efl/Skipped:
9741 * platform/qt/Skipped:
9742 * platform/win/Skipped:
9743 * platform/wincairo/Skipped:
9744 * platform/wk2/Skipped:
9746 2012-05-16 Ryosuke Niwa <rniwa@webkit.org>
9748 Moving caret up or down skips lines when there's a non-editable line
9749 https://bugs.webkit.org/show_bug.cgi?id=81490
9751 Reviewed by Eric Seidel.
9753 Added a regression test.
9755 * editing/selection/move-between-lines-of-different-editabilities.html: Added.
9756 * editing/selection/move-by-word-visually-mac-expected.txt: Rebaselined a test case. It failed
9757 before this change and still fails after this change.
9759 2012-05-16 Luke Macpherson <macpherson@chromium.org>
9761 Add tests for CSS Variables.
9762 https://bugs.webkit.org/show_bug.cgi?id=86575
9764 Reviewed by Dimitri Glazkov.
9766 * fast/css/variables/colors-test-expected.html: Added.
9767 * fast/css/variables/colors-test.html: Added.
9768 * fast/css/variables/complex-cycle-expected.html: Added.
9769 * fast/css/variables/complex-cycle.html: Added.
9770 * fast/css/variables/computed-style-expected.html: Added.
9771 * fast/css/variables/computed-style.html: Added.
9772 * fast/css/variables/inherited-values-expected.html: Added.
9773 * fast/css/variables/inherited-values.html: Added.
9774 * fast/css/variables/inline-styles-expected.html: Added.
9775 * fast/css/variables/inline-styles.html: Added.
9776 * fast/css/variables/invalid-shorthand-expected.html: Added.
9777 * fast/css/variables/invalid-shorthand.html: Added.
9778 * fast/css/variables/invalid-variable-value-expected.html: Added.
9779 * fast/css/variables/invalid-variable-value.html: Added.
9780 * fast/css/variables/multi-level-cycle-expected.html: Added.
9781 * fast/css/variables/multi-level-cycle.html: Added.
9782 * fast/css/variables/redefinition-expected.html: Added.
9783 * fast/css/variables/redefinition.html: Added.
9784 * fast/css/variables/shorthand-expected.html: Added.
9785 * fast/css/variables/shorthand.html: Added.
9786 * fast/css/variables/simple-cycle-expected.html: Added.
9787 * fast/css/variables/simple-cycle.html: Added.
9788 * fast/css/variables/undefined-expected.html: Added.
9789 * fast/css/variables/undefined.html: Added.
9790 * fast/css/variables/use-before-defined-expected.html: Added.
9791 * fast/css/variables/use-before-defined.html: Added.
9792 * fast/css/variables/var-inside-shorthand-expected.html: Added.
9793 * fast/css/variables/var-inside-shorthand.html: Added.
9794 * fast/css/variables/variable-chain-expected.html: Added.
9795 * fast/css/variables/variable-chain.html: Added.
9796 * platform/chromium/test_expectations.txt: Skip tests until variables implementation lands.
9797 * platform/efl/test_expectations.txt: Skip tests until variables implementation lands.
9798 * platform/gtk/test_expectations.txt: Skip tests until variables implementation lands.
9799 * platform/mac/test_expectations.txt: Skip tests until variables implementation lands.
9800 * platform/qt/test_expectations.txt: Skip tests until variables implementation lands.
9802 2012-05-16 MORITA Hajime <morrita@google.com>
9804 Unreviewed, marking failing test.
9806 * platform/chromium/test_expectations.txt:
9808 2012-05-16 MORITA Hajime <morrita@google.com>
9810 Unreviewed, marking failing test.
9812 * platform/chromium/test_expectations.txt:
9814 2012-05-16 MORITA Hajime <morrita@google.com>
9816 Unreviewed, marking cross-fade-background-image.html as failing.
9818 * platform/chromium/test_expectations.txt:
9820 2012-05-16 Tony Chang <tony@chromium.org>
9822 rename display:-webkit-flexbox to display:-webkit-flex
9823 https://bugs.webkit.org/show_bug.cgi?id=86529
9825 Reviewed by Eric Seidel.
9827 * css3/flexbox/anonymous-block-merge-crash.html:
9828 * css3/flexbox/anonymous-block.html:
9829 * css3/flexbox/auto-height-dynamic.html:
9830 * css3/flexbox/child-overflow.html:
9831 * css3/flexbox/columns-auto-size.html:
9832 * css3/flexbox/cross-axis-scrollbar.html:
9833 * css3/flexbox/css-properties-expected.txt:
9834 * css3/flexbox/css-properties.html:
9835 * css3/flexbox/display-flexbox-set-get-expected.txt:
9836 * css3/flexbox/display-flexbox-set-get.html:
9837 * css3/flexbox/flex-algorithm-min-max.html:
9838 * css3/flexbox/flex-algorithm-with-margins.html:
9839 * css3/flexbox/flex-algorithm.html:
9840 * css3/flexbox/flex-align-baseline.html:
9841 * css3/flexbox/flex-align-column.html:
9842 * css3/flexbox/flex-align-end.html:
9843 * css3/flexbox/flex-align-max.html:
9844 * css3/flexbox/flex-align-percent-height.html:
9845 * css3/flexbox/flex-align-stretch.html:
9846 * css3/flexbox/flex-align-vertical-writing-mode.html:
9847 * css3/flexbox/flex-align.html:
9848 * css3/flexbox/flex-flow-border.html:
9849 * css3/flexbox/flex-flow-margins-auto-size.html:
9850 * css3/flexbox/flex-flow-margins.html:
9851 * css3/flexbox/flex-flow-orientations.html:
9852 * css3/flexbox/flex-flow-overflow.html:
9853 * css3/flexbox/flex-flow-padding.html:
9854 * css3/flexbox/flex-flow.html:
9855 * css3/flexbox/flex-item-child-overflow.html:
9856 * css3/flexbox/flex-no-flex.html:
9857 * css3/flexbox/flex-order.html:
9858 * css3/flexbox/flex-pack.html:
9859 * css3/flexbox/flexbox-overflow-auto-expected.html:
9860 * css3/flexbox/flexbox-overflow-auto.html:
9861 * css3/flexbox/floated-flexbox.html:
9862 * css3/flexbox/insert-text-crash.html:
9863 * css3/flexbox/line-wrapping.html:
9864 * css3/flexbox/multiline-align.html:
9865 * css3/flexbox/multiline-column-auto.html:
9866 * css3/flexbox/multiline-line-pack-horizontal-column.html:
9867 * css3/flexbox/multiline-line-pack.html:
9868 * css3/flexbox/multiline-pack.html:
9869 * css3/flexbox/multiline-reverse-wrap-baseline.html:
9870 * css3/flexbox/multiline-reverse-wrap-overflow.html:
9871 * css3/flexbox/multiline-shrink-to-fit.html:
9872 * css3/flexbox/multiline.html:
9873 * css3/flexbox/nested-stretch.html:
9874 * css3/flexbox/orthogonal-flex-directions.html:
9875 * css3/flexbox/position-absolute-child.html:
9876 * css3/flexbox/preferred-widths-orthogonal.html:
9877 * css3/flexbox/preferred-widths.html:
9878 * css3/flexbox/repaint-rtl-column.html:
9879 * css3/flexbox/repaint.html:
9880 * css3/flexbox/true-centering.html:
9881 * css3/flexbox/writing-modes.html:
9883 2012-05-16 Chris Rogers <crogers@google.com>
9885 AudioParam must support fan-in (multiple audio connections)
9886 https://bugs.webkit.org/show_bug.cgi?id=83610
9888 Reviewed by Kenneth Russell.
9890 * webaudio/audioparam-connect-audioratesignal.html:
9891 * webaudio/audioparam-summingjunction-expected.txt: Added.
9892 * webaudio/audioparam-summingjunction.html: Added.
9894 2012-05-16 Julien Chaffraix <jchaffraix@webkit.org>
9896 Unreviewed gardening after r117339 (table baseline computation change).
9898 * fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added.
9899 * platform/chromium-linux-x86/css2.1/20110323: Removed.
9900 * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.png: Removed.
9901 * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.txt: Removed.
9902 * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.png: Removed.
9903 * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.txt: Removed.
9904 * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.png: Removed.
9905 * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.txt: Removed.
9906 * platform/chromium-linux/css2.1/20110323/inline-table-001-expected.png: Added.
9907 * platform/chromium-linux/css2.1/20110323/inline-table-002a-expected.png: Added.
9908 * platform/chromium-linux/css2.1/20110323/inline-table-003-expected.png: Added.
9909 * platform/chromium-mac-leopard/css2.1/20110323/inline-table-001-expected.png: Added.
9910 * platform/chromium-mac-leopard/css2.1/20110323/inline-table-002a-expected.png: Added.
9911 * platform/chromium-mac-leopard/css2.1/20110323/inline-table-003-expected.png: Added.
9912 * platform/chromium-mac-leopard/editing/selection/iframe-expected.png:
9913 * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-001-expected.png: Added.
9914 * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-002a-expected.png: Added.
9915 * platform/chromium-mac-snowleopard/css2.1/20110323/inline-table-003-expected.png: Added.
9916 * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
9917 * platform/chromium-mac/css2.1/20110323/inline-table-001-expected.png: Added.
9918 * platform/chromium-mac/css2.1/20110323/inline-table-001-expected.txt: Added.
9919 * platform/chromium-mac/css2.1/20110323/inline-table-002a-expected.png: Added.
9920 * platform/chromium-mac/css2.1/20110323/inline-table-002a-expected.txt: Added.
9921 * platform/chromium-mac/css2.1/20110323/inline-table-003-expected.png: Added.
9922 * platform/chromium-mac/css2.1/20110323/inline-table-003-expected.txt: Added.
9923 * platform/chromium-mac/editing/selection/iframe-expected.png:
9924 * platform/chromium-mac/editing/selection/iframe-expected.txt: Added.
9925 * platform/chromium-mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Added.
9926 * platform/chromium-win-vista/editing/selection: Removed.
9927 * platform/chromium-win-vista/fast/css-generated-content: Added.
9928 * platform/chromium-win-vista/fast/css-generated-content/inline-display-types-expected.png: Added.
9929 * platform/chromium-win-vista/fast/inline-block: Added.
9930 * platform/chromium-win-vista/fast/inline-block/001-expected.png: Added.
9931 * platform/chromium-win-xp/fast/css-generated-content: Added.
9932 * platform/chromium-win-xp/fast/css-generated-content/inline-display-types-expected.png: Added.
9933 * platform/chromium-win-xp/fast/inline-block: Added.
9934 * platform/chromium-win-xp/fast/inline-block/001-expected.png: Added.
9935 * platform/chromium-win/css2.1/20110323/inline-table-001-expected.png: Added.
9936 * platform/chromium-win/css2.1/20110323/inline-table-001-expected.txt: Added.
9937 * platform/chromium-win/css2.1/20110323/inline-table-002a-expected.png: Added.
9938 * platform/chromium-win/css2.1/20110323/inline-table-002a-expected.txt: Added.
9939 * platform/chromium-win/css2.1/20110323/inline-table-003-expected.png: Added.
9940 * platform/chromium-win/css2.1/20110323/inline-table-003-expected.txt: Added.
9941 * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
9942 * platform/chromium-win/editing/selection/iframe-expected.png:
9943 * platform/chromium-win/editing/selection/inline-table-expected.png:
9944 * platform/chromium-win/editing/selection/table-caret-3-expected.png:
9945 * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.png:
9946 * platform/chromium-win/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
9947 * platform/chromium-win/fast/inline-block/001-expected.png:
9948 * platform/chromium/test_expectations.txt:
9949 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
9950 * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
9952 2012-05-16 Jon Lee <jonlee@apple.com>
9954 Animated GIFs in page cache get updated
9955 https://bugs.webkit.org/show_bug.cgi?id=86668
9956 <rdar://problem/11395549>
9958 Reviewed by Brady Eidson.
9960 This test loads pages with subframes that display the same animated gif. When one of
9961 the pages goes into the page cache, we want to make sure that we do not crash as a
9962 side effect of the page's images getting updated.
9964 * fast/loader/image-in-page-cache-expected.txt: Added.
9965 * fast/loader/image-in-page-cache.html: Added.
9966 * fast/loader/resources/animated-image-subframe.html: Added.
9967 * fast/loader/resources/animated-image.html: Added.
9968 * fast/loader/resources/animated-image2.html: Added.
9969 * fast/loader/resources/animated-image3.html: Added.
9971 2012-05-16 Tim Horton <timothy_horton@apple.com>
9973 Crash if SVG gradient stop has display: none set
9974 https://bugs.webkit.org/show_bug.cgi?id=86686
9975 <rdar://problem/10751905>
9977 Reviewed by Dean Jackson.
9979 Add a test that ensures that we don't crash if "display: none" is set on an SVGStopElement.
9981 * svg/custom/gradient-stop-display-none-crash-expected.txt: Added.
9982 * svg/custom/gradient-stop-display-none-crash.svg: Added.
9984 2012-05-16 Philippe Normand <pnormand@igalia.com>
9986 Unreviewed, GTK rebaseline after r116069 and r117339.
9988 * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt:
9989 * platform/gtk/editing/selection/iframe-expected.txt:
9990 * platform/gtk/editing/selection/inline-table-expected.txt:
9991 * platform/gtk/editing/selection/table-caret-3-expected.txt:
9992 * platform/gtk/fast/css-generated-content/inline-display-types-expected.txt:
9993 * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
9994 * platform/gtk/fast/forms/input-align-image-expected.txt:
9995 * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
9996 * platform/gtk/fast/inline-block/001-expected.txt:
9997 * platform/gtk/media/media-document-audio-repaint-expected.txt:
9998 * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
10000 2012-05-16 Peter Kasting <pkasting@google.com>
10002 [chromium] Mark a test as failing.
10003 https://bugs.webkit.org/show_bug.cgi?id=86683
10005 Unreviewed, expectations update.
10007 * platform/chromium/test_expectations.txt:
10009 2012-05-16 Philippe Normand <pnormand@igalia.com>
10011 Unreviewed, GTK gardening.
10013 * platform/gtk/test_expectations.txt: Unflag tests needing
10014 rebaseline. I'll pull them from the bot ASAP.
10016 2012-05-16 Sheriff Bot <webkit.review.bot@gmail.com>
10018 Unreviewed, rolling out r117332.
10019 http://trac.webkit.org/changeset/117332
10020 https://bugs.webkit.org/show_bug.cgi?id=86679
10022 It makes the Qt Linux bot very unhappy (Requested by darktears
10025 * platform/qt/Skipped:
10027 2012-05-16 Erik Arvidsson <arv@chromium.org>
10029 Make window-property-shadowing-name.html fail faster
10030 https://bugs.webkit.org/show_bug.cgi?id=86664
10032 Reviewed by Ojan Vafai.
10034 This makes test sync instead of async by checking the return value of window.open.
10036 * fast/dom/Window/window-property-shadowing-name.html:
10038 2012-05-16 Peter Kasting <pkasting@google.com>
10040 [chromium] Mark test as flakily timing out.
10041 https://bugs.webkit.org/show_bug.cgi?id=82698
10043 Unreviewed, expectations update.
10045 * platform/chromium/test_expectations.txt:
10047 2012-05-16 Emil A Eklund <eae@chromium.org>
10049 Unreviewed chromium rebaseline for change in r117310.
10051 * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.png:
10052 * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.txt: Removed.
10053 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
10055 2012-05-16 Peter Kasting <pkasting@google.com>
10057 Fix bad expectation added in r117249.
10058 https://bugs.webkit.org/show_bug.cgi?id=82698
10060 Unreviewed, test expectation fix.
10062 * editing/shadow/selection-of-orphan-shadowroot-expected.txt:
10064 2012-04-22 Robert Hogan <robert@webkit.org>
10066 CSS 2.1 failure: inline-table-001 fails
10067 https://bugs.webkit.org/show_bug.cgi?id=84167
10069 Reviewed by Julien Chaffraix.
10071 * css2.1/20110323/inline-table-001.htm: Added.
10072 * css2.1/20110323/inline-table-002a.htm: Added.
10073 * css2.1/20110323/inline-table-003.htm: Added.
10074 From the CSS 2.1 test suite.
10076 * fast/css/empty-cell-baseline-expected.html: Added.
10077 * fast/css/empty-cell-baseline.html: Added.
10078 This ensures we don't take a baseline from an empty cell.
10080 * fast/inline-block/001.html: Modified to make expected results clearer.
10082 * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.png: Added.
10083 * platform/chromium-linux-x86/css2.1/20110323/inline-table-001-expected.txt: Added.
10084 * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.png: Added.
10085 * platform/chromium-linux-x86/css2.1/20110323/inline-table-002a-expected.txt: Added.
10086 * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.png: Added.
10087 * platform/chromium-linux-x86/css2.1/20110323/inline-table-003-expected.txt: Added.
10089 * platform/chromium-linux/editing/pasteboard/innerText-inline-table-expected.png:
10090 Progression, the baseline of the text in each cell has moved up to where it should be.
10091 * platform/chromium-linux/editing/selection/iframe-expected.png:
10092 Progression, 'Inline Table' and 'The End' line up with the first row of the inline table.
10093 * platform/chromium-linux/editing/selection/inline-table-expected.png:
10094 Progression, 'Inline Table' and 'The End' line up with the first row of the inline table.
10095 * platform/chromium-linux/editing/selection/table-caret-3-expected.png:
10096 Progression, 'foo' and 'baz' line up with the first row of the inline table.
10097 * platform/chromium-linux/fast/css-generated-content/inline-display-types-expected.png:
10098 Progression, 'Test' and 'content' now line up.
10099 * platform/chromium-linux/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
10100 Progression, the two boxes now line up.
10101 * platform/chromium-linux/fast/inline-block/001-expected.png:
10102 Progression, the boxes now line up in the same way as FF and Opera.
10103 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
10104 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
10105 Progression, the baseline of the text in each cell has moved up to where it should be.
10107 * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.txt:
10108 * platform/chromium-win/editing/selection/iframe-expected.txt:
10109 * platform/chromium-win/editing/selection/inline-table-expected.txt:
10110 * platform/chromium-win/editing/selection/table-caret-3-expected.txt:
10111 * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.txt:
10112 * platform/chromium-win/fast/inline-block/001-expected.txt:
10113 * platform/chromium-win/fast/repaint/float-overflow-expected.txt:
10114 * platform/chromium-win/fast/repaint/float-overflow-right-expected.txt:
10115 * platform/chromium/test_expectations.txt:
10116 * platform/efl/test_expectations.txt:
10117 * platform/gtk/test_expectations.txt:
10118 * platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
10119 * platform/mac/test_expectations.txt:
10120 * platform/qt/test_expectations.txt:
10121 * platform/win/Skipped:
10124 2012-05-16 Dinu Jacob <dinu.jacob@nokia.com>
10126 [WK2] Support layoutTestController.dumpProgressFinishedCallback() in WKTR
10127 https://bugs.webkit.org/show_bug.cgi?id=81613
10129 Reviewed by Brady Eidson.
10131 Unskip the related test from mac-kw2 and gtk-wk2 as support has been added.
10133 * platform/gtk-wk2/Skipped:
10134 * platform/mac-wk2/Skipped:
10136 2012-05-16 Julien Chaffraix <jchaffraix@webkit.org>
10138 layerX/layerY warning should be removed
10139 https://bugs.webkit.org/show_bug.cgi?id=86264
10141 Reviewed by James Robinson.
10143 Removed console message about layerX/layerY deprecation.
10145 * fast/dom/Window/window-xy-properties-expected.txt:
10146 * fast/events/init-events-expected.txt:
10147 * fast/events/mouse-relative-position-expected.txt:
10148 * fast/events/mouseclick-target-and-positioning-expected.txt:
10149 * fast/events/simulated-click-coords-expected.txt:
10150 * jquery/event-expected.txt:
10151 * platform/qt/fast/events/mouse-relative-position-expected.txt:
10153 2012-05-15 Peter Kasting <pkasting@google.com>
10155 Malformed GIF can cause decoder to read off end of heap buffer
10156 https://bugs.webkit.org/show_bug.cgi?id=86531
10158 Reviewed by Adam Barth.
10160 The test here is only expected to catch problems if run under Address
10161 Sanitizer or a similar memory-checking utility.
10163 * fast/images/read-past-end-of-buffer-expected.txt: Added.
10164 * fast/images/read-past-end-of-buffer.html: Added.
10165 * fast/images/resources/wrong-block-length.gif: Added.
10167 2012-05-16 Alexis Menard <alexis.menard@openbossa.org>
10169 [Qt] REGRESSION?(62951): media tests fail
10170 https://bugs.webkit.org/show_bug.cgi?id=42094
10172 Reviewed by Noam Rosenthal.
10174 Enable some media layout tests so that our coverage is more than inexistant.
10176 * platform/qt/Skipped:
10178 2012-05-16 Zan Dobersek <zandobersek@gmail.com>
10180 Unreviewed GTK gardening, rebaselining after r117310.
10182 * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt:
10184 2012-05-16 Jer Noble <jer.noble@apple.com>
10186 <video> elements with no video tracks report false for webkitSupportsFullscreen.
10187 https://bugs.webkit.org/show_bug.cgi?id=86650
10189 Reviewed by Eric Carlson.
10191 Fix media-fullscreen.js to support the new FULLSCREEN_API events, if present.
10192 Fix the media-fullscreen-inline.html test and unskip on Lion.
10194 * media/media-fullscreen-inline-expected.txt:
10195 * media/media-fullscreen-inline.html:
10196 * media/media-fullscreen.js:
10197 (fullscreenchange):
10199 (addEventListeners):
10200 * platform/mac-lion/Skipped:
10202 2012-05-16 Marcelo Lira <marcelo.lira@openbossa.org>
10204 [Qt][Mac]REGRESSION?(r89397) It made fast/css/custom-font-xheight.html crash
10205 https://bugs.webkit.org/show_bug.cgi?id=63132
10207 Removed test from skipped list, since it now passes on mac.
10209 Reviewed by Alexis Menard.
10211 * platform/qt-mac/Skipped:
10213 2012-05-16 Emil A Eklund <eae@chromium.org>
10215 Change ascents and descent back to ints for now
10216 https://bugs.webkit.org/show_bug.cgi?id=86518
10218 Reviewed by Eric Seidel.
10220 Change ascents and descent calculation back to integers for now as it
10221 looks like we'll need to support both the 1/60 and 1/1 implementations of
10222 FractionalLayoutUnit for the immediate future to ensure that text is
10223 rendered at the same offset and with the height regardless of the
10224 ENABLE_SUBPIXEL_LAYOUT flag.
10226 This ensures that most websites will look the same at 100% zoom
10227 regardless of the flag and also allows us to the same test expectations
10228 for the vast majority of layout tests.
10230 Eventually we want to move those back to FractionalLayoutUnits as that
10231 will result in more correct rendering.
10233 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
10234 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
10236 2012-05-16 Ken Buchanan <kenrb@chromium.org>
10238 Crash due to first-letter not getting computed on RenderTableCell
10239 https://bugs.webkit.org/show_bug.cgi?id=86133
10241 Reviewed by Abhishek Arya.
10243 Test to exercise crashing condition in bug 86133.
10245 * fast/css-generated-content/first-letter-table-cell-format-block-crash-expected.txt: Added
10246 * fast/css-generated-content/first-letter-table-cell-format-block-crash.html: Added
10248 2012-05-16 Stephen White <senorblanco@chromium.org>
10250 New baselines required after r117187.
10251 https://bugs.webkit.org/show_bug.cgi?id=86486
10253 Unreviewed gardening.
10255 * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
10256 * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
10257 * platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png:
10258 * platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png:
10259 * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
10260 * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
10261 * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
10262 * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
10263 * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
10264 * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
10265 * platform/chromium/test_expectations.txt:
10267 2012-05-16 Mikhail Naganov <mnaganov@chromium.org>
10269 Avoid jumpscroll when entering new text in a multi-line editor.
10270 https://bugs.webkit.org/show_bug.cgi?id=82875
10272 Reviewed by Ryosuke Niwa.
10274 Scroll caret to the edge of the viewport in case if a line break or a paragraph
10275 separator is inserted at the end of a multi-line editor. This avoids
10276 undesirable jumpscroll in cases when there is content under the editor.
10278 * editing/input/resources/reveal-utilities.js:
10279 (performJumpAtTheEdgeTest):
10280 * editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
10281 * editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html: Added.
10282 * editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea-expected.txt: Added.
10283 * editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html: Added.
10284 * editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable-expected.txt: Added.
10285 * editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html: Added.
10287 2012-05-16 Abhishek Arya <inferno@chromium.org>
10289 Missing RenderApplet cast check in HTMLAppletElement::renderWidgetForJSBindings.
10290 https://bugs.webkit.org/show_bug.cgi?id=86627
10292 Reviewed by Andreas Kling.
10294 * java/inline-applet-crash-expected.txt: Added.
10295 * java/inline-applet-crash.html: Added.
10297 2012-05-16 Brady Eidson <beidson@apple.com>
10299 https://bugs.webkit.org/show_bug.cgi?id=86643
10300 http/tests/security/contentSecurityPolicy/script-src-redirect.html fails on Mac bots
10302 * platform/mac-lion/Skipped: Add to mac-lion skipped list, also.
10304 2012-05-16 Brady Eidson <beidson@apple.com>
10306 https://bugs.webkit.org/show_bug.cgi?id=86643
10307 http/tests/security/contentSecurityPolicy/script-src-redirect.html fails on Mac bots
10309 * platform/mac/Skipped: Add to skipped list while Oliver and Michael are exploring it.
10311 2012-05-16 Pavel Feldman <pfeldman@chromium.org>
10313 Web Inspector: extract CompositeUISourceCodeProvider from DebuggerScriptMapping.
10314 https://bugs.webkit.org/show_bug.cgi?id=86634
10316 Reviewed by Vsevolod Vlasov.
10318 * http/tests/inspector/compiler-script-mapping.html:
10319 * http/tests/inspector/debugger-test.js:
10320 (initialize_DebuggerTest):
10321 * inspector/debugger/linkifier.html:
10322 * inspector/debugger/scripts-panel.html:
10324 2012-05-16 Vsevolod Vlasov <vsevik@chromium.org>
10326 Web Inspector: Support script snippets saving.
10327 https://bugs.webkit.org/show_bug.cgi?id=86632
10329 Reviewed by Pavel Feldman.
10331 * inspector/debugger/script-snippet-model.html:
10333 2012-05-16 Csaba Osztrogonác <ossy@webkit.org>
10335 [Qt] New failing and flakey tests with newer Qt 5
10336 https://bugs.webkit.org/show_bug.cgi?id=86452
10338 Unreviewed gardening, skip new failing/flakey tests to paint
10339 the bots green. (To be able to catch new and new regressions.)
10341 * platform/qt-5.0-wk1/Skipped:
10342 * platform/qt-5.0-wk2/Skipped:
10343 * platform/qt-5.0/Skipped:
10345 2012-05-16 Andrey Kosyakov <caseq@chromium.org>
10347 Web Inspector: [Extensions API] expose evaluateOptions in audit formatters
10348 https://bugs.webkit.org/show_bug.cgi?id=86617
10350 Reviewed by Pavel Feldman.
10352 * inspector/extensions/extensions-audits-content-script-expected.txt: Added.
10353 * inspector/extensions/extensions-audits-content-script.html: Added.
10354 * platform/gtk/test_expectations.txt:
10355 * platform/mac/Skipped:
10356 * platform/qt/Skipped:
10357 * platform/win/Skipped:
10358 * platform/wk2/Skipped:
10360 2012-05-16 Rob Buis <rbuis@rim.com>
10362 SVGSVGElement checkIntersection and checkEnclosure Mem corruption
10363 https://bugs.webkit.org/show_bug.cgi?id=67923
10365 Reviewed by Nikolas Zimmermann.
10367 Add test to check that checkIntersection/checkEnclosure do not
10368 crash when null is used for the element parameter.
10370 * svg/custom/intersection-list-null-expected.txt: Added.
10371 * svg/custom/intersection-list-null.svg: Added.
10373 2012-05-16 Simon Hausmann <simon.hausmann@nokia.com>
10375 Unskip fast/animation/request-animation-frame-during-modal.html that was
10376 skipped due to r110699.
10378 * platform/qt-5.0-wk2/Skipped:
10380 2012-05-16 Csaba Osztrogonác <ossy@webkit.org>
10382 Unreviewed gardening: updating expectations after r117259
10383 https://bugs.webkit.org/show_bug.cgi?id=86463
10385 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
10386 * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
10387 * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Added.
10388 * platform/qt-5.0-wk2/svg/custom/altglyph-expected.txt: Added.
10389 * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Added.
10390 * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.txt: Added.
10391 * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Added.
10392 * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Added.
10393 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Added.
10394 * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Added.
10395 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
10396 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
10397 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
10398 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
10399 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
10400 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
10401 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
10402 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
10403 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
10404 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
10405 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
10406 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
10407 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
10408 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
10409 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
10410 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
10411 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
10412 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
10413 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
10414 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
10415 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
10416 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
10417 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
10418 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
10419 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
10420 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
10421 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
10422 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
10423 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
10424 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
10425 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
10426 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
10427 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
10428 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
10429 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
10430 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
10431 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
10432 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
10433 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
10434 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
10435 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
10436 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
10437 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
10438 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
10439 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
10440 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
10441 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
10442 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
10443 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
10444 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
10445 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
10446 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
10447 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
10448 * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
10449 * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
10450 * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
10451 * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
10452 * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
10453 * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
10454 * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
10455 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
10456 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
10457 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
10458 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
10459 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
10460 * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
10461 * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
10462 * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
10463 * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
10464 * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
10465 * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
10466 * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
10467 * platform/qt-5.0/svg/batik/text/smallFonts-expected.png: Added.
10468 * platform/qt-5.0/svg/batik/text/smallFonts-expected.txt: Added.
10469 * platform/qt-5.0/svg/batik/text/textAnchor-expected.png: Added.
10470 * platform/qt-5.0/svg/batik/text/textAnchor-expected.txt: Added.
10471 * platform/qt-5.0/svg/batik/text/textEffect-expected.png: Added.
10472 * platform/qt-5.0/svg/batik/text/textEffect-expected.txt: Added.
10473 * platform/qt-5.0/svg/batik/text/textEffect3-expected.png: Added.
10474 * platform/qt-5.0/svg/batik/text/textEffect3-expected.txt: Added.
10475 * platform/qt-5.0/svg/batik/text/textPosition2-expected.png: Added.
10476 * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt:
10477 * platform/qt-5.0/svg/carto.net/window-expected.png: Added.
10478 * platform/qt-5.0/svg/carto.net/window-expected.txt: Added.
10479 * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
10480 * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt:
10481 * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.png: Added.
10482 * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt:
10483 * platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png: Added.
10484 * platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.txt:
10485 * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
10486 * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.txt: Added.
10487 * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
10488 * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added.
10489 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
10490 * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
10491 * platform/qt-5.0/svg/custom/svg-features-expected.txt: Added.
10492 * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.png: Added.
10493 * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.txt: Added.
10494 * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.png: Added.
10495 * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.txt: Added.
10496 * platform/qt-5.0/svg/custom/text-linking-expected.png: Added.
10497 * platform/qt-5.0/svg/custom/text-linking-expected.txt: Added.
10498 * platform/qt-5.0/svg/foreignObject/text-tref-02-b-expected.png: Added.
10499 * platform/qt-5.0/svg/foreignObject/text-tref-02-b-expected.txt: Added.
10500 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
10501 * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
10502 * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Added.
10503 * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Added.
10504 * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Added.
10505 * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Added.
10506 * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Added.
10507 * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Added.
10508 * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Added.
10509 * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Added.
10510 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
10511 * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
10512 * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Added.
10513 * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Added.
10514 * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Added.
10515 * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Added.
10516 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Added.
10517 * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Added.
10518 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Added.
10519 * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Added.
10520 * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
10521 * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
10522 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
10523 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
10524 * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
10525 * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
10526 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Added.
10527 * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Added.
10529 2012-05-16 Pavel Feldman <pfeldman@chromium.org>
10531 Web Inspector: split ScriptMapping into UISourceCodeProvider and SourceMapping.
10532 https://bugs.webkit.org/show_bug.cgi?id=86616
10534 Reviewed by Vsevolod Vlasov.
10536 * http/tests/inspector/compiler-script-mapping.html:
10537 * inspector/debugger/scripts-panel.html:
10539 2012-05-16 Dinu Jacob <dinu.jacob@nokia.com>
10541 Add didFinishProgress BundleUIClient callback
10542 https://bugs.webkit.org/show_bug.cgi?id=86541
10544 Reviewed by Kenneth Rohde Christiansen.
10546 Unskip passing test.
10548 * platform/qt-5.0-wk2/Skipped:
10550 2012-05-16 Ádám Kallai <kadam@inf.u-szeged.hu>
10552 [Qt] Unreviewed gardening. Fix my typo.
10554 * platform/qt/Skipped: After r117262.
10556 2012-05-16 Arpita Bahuguna <arpitabahuguna@gmail.com>
10558 "border: collapse" + "display: none" rows in the tbody while having thead or tfoot doesn't render the opposite border
10559 https://bugs.webkit.org/show_bug.cgi?id=67877
10561 Reviewed by Antti Koivisto.
10563 * fast/css/table-collapsed-borders-expected.html: Added.
10564 * fast/css/table-collapsed-borders.html: Added.
10565 Added new reftest for testing table with collapsed borders.
10567 2012-05-16 Vsevolod Vlasov <vsevik@chromium.org>
10569 Web Inspector: Move edit/save script source logic to JavaScriptSource.
10570 https://bugs.webkit.org/show_bug.cgi?id=86604
10572 Reviewed by Pavel Feldman.
10574 * inspector/debugger/breakpoint-manager.html:
10575 * inspector/debugger/scripts-panel.html:
10577 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10579 [EFL] A few tests need expected result or rebaselining
10580 https://bugs.webkit.org/show_bug.cgi?id=86595
10582 Unreviewed EFL gardening. Add missing EFL text expectation for
10583 media/video-frame-accurate-seek.html.
10585 * platform/efl/media/video-frame-accurate-seek-expected.txt: Added.
10587 2012-05-16 Pavel Feldman <pfeldman@chromium.org>
10589 Web Inspector: get rid of UISourceCodeListChanged event.
10590 https://bugs.webkit.org/show_bug.cgi?id=86601
10592 Reviewed by Vsevolod Vlasov.
10594 * http/tests/inspector/compiler-script-mapping.html:
10595 * inspector/debugger/scripts-panel.html:
10597 2012-05-16 Yury Semikhatsky <yurys@chromium.org>
10599 [chromium] Layout tests under inspector/profiler are failing on chromium win
10600 https://bugs.webkit.org/show_bug.cgi?id=86495
10602 Unreviewed. Remove custom expectations for heap profiler tests. They should pass
10605 * platform/chromium/test_expectations.txt:
10607 2012-05-16 Kihong Kwon <kihong.kwon@samsung.com>
10609 [EFL] Remove full-screen-keyboard-disabled.html from test_expectation.txt
10610 https://bugs.webkit.org/show_bug.cgi?id=86596
10612 Unreviewed EFL gardening.
10614 Remove full-screen-keyboard-disabled.html from test_expectation.txt.
10615 This case is not failed since r117205.
10617 * platform/efl/test_expectations.txt:
10619 2012-05-16 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
10621 [EFL] [DRT] Unskip passing tests related to computedStyleIncludingVisitedInfo and display
10622 https://bugs.webkit.org/show_bug.cgi?id=86473
10624 Unreviewed gardening, partially reverts r117073.
10626 * platform/efl/Skipped:
10628 2012-05-16 Keishi Hattori <keishi@webkit.org>
10630 [chromium] Add WebKit API to access inner text value of input element
10631 https://bugs.webkit.org/show_bug.cgi?id=85353
10633 Reviewed by Kent Tamura.
10635 * fast/forms/editing-value-expected.txt: Added.
10636 * fast/forms/editing-value.html: Added. Tests that setting the editing value takes care of the style and placeholder, and that it fires an input event.
10638 2012-05-16 Ádám Kallai <kadam@inf.u-szeged.hu>
10640 [Qt] Gardening. Skip failing test after 117246.
10641 https://bugs.webkit.org/show_bug.cgi?id=86606
10643 Reviewed by Csaba Osztrongonác.
10645 * platform/qt/Skipped:
10647 2012-05-16 Pierre Rossi <pierre.rossi@gmail.com>
10649 Unreviewed gardening: updating expectations after r117259
10650 https://bugs.webkit.org/show_bug.cgi?id=86463
10652 * platform/qt/http/tests/misc/SVGFont-delayed-load-expected.txt: Added.
10653 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
10654 * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
10655 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
10656 * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
10657 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
10658 * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
10659 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
10660 * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
10661 * platform/qt/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
10662 * platform/qt/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
10663 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
10664 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
10665 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
10666 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
10667 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
10668 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
10669 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
10670 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
10671 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
10672 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
10673 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
10674 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
10675 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
10676 * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
10677 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
10678 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
10679 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
10680 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
10681 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
10682 * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
10683 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
10684 * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
10685 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
10686 * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
10687 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
10688 * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
10689 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
10690 * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
10691 * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
10692 * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
10693 * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
10694 * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
10695 * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
10696 * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
10697 * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
10698 * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
10699 * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
10700 * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
10701 * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
10702 * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
10703 * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
10704 * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
10705 * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
10706 * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
10707 * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
10708 * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
10709 * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
10710 * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
10711 * platform/qt/svg/custom/acid3-test-77-expected.txt: Added.
10712 * platform/qt/svg/custom/altglyph-expected.png:
10713 * platform/qt/svg/custom/altglyph-expected.txt:
10714 * platform/qt/svg/custom/font-face-simple-expected.png:
10715 * platform/qt/svg/custom/font-face-simple-expected.txt:
10716 * platform/qt/svg/custom/global-constructors-expected.txt: Added.
10717 * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
10718 * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.txt:
10719 * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
10720 * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
10721 * platform/qt/svg/custom/insertItemBefore-from-non-list-origin-expected.txt: Added.
10722 * platform/qt/svg/custom/missing-xlink-expected.png: Added.
10723 * platform/qt/svg/custom/missing-xlink-expected.txt: Added.
10724 * platform/qt/svg/custom/path-bad-data-expected.png: Added.
10725 * platform/qt/svg/custom/path-bad-data-expected.txt: Added.
10726 * platform/qt/svg/custom/stroke-width-click-expected.txt: Added.
10727 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png:
10728 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
10729 * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
10730 * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
10731 * platform/qt/svg/custom/svg-fonts-word-spacing-expected.png: Added.
10732 * platform/qt/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
10733 * platform/qt/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt/svg/custom/glyph-setting-d-attribute-expected.png.
10734 * platform/qt/svg/custom/visibility-override-filter-expected.txt: Added.
10735 * platform/qt/svg/dom/altGlyph-dom-expected.txt:
10736 * platform/qt/svg/dom/baseVal-animVal-crash-expected.txt: Added.
10737 * platform/qt/svg/dom/font-face-elements-expected.txt: Added.
10738 * platform/qt/svg/text/kerning-expected.png:
10739 * platform/qt/svg/text/kerning-expected.txt:
10740 * platform/qt/svg/text/multichar-glyph-expected.png:
10741 * platform/qt/svg/text/multichar-glyph-expected.txt:
10742 * platform/qt/svg/text/text-altglyph-01-b-expected.png:
10743 * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
10744 * platform/qt/svg/text/text-fonts-01-t-expected.png: Added.
10745 * platform/qt/svg/text/text-fonts-01-t-expected.txt: Added.
10746 * platform/qt/svg/text/text-hkern-expected.png:
10747 * platform/qt/svg/text/text-hkern-expected.txt:
10748 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.png:
10749 * platform/qt/svg/text/text-intro-05-t-expected.png: Added.
10750 * platform/qt/svg/text/text-intro-05-t-expected.txt: Added.
10751 * platform/qt/svg/text/text-text-04-t-expected.png:
10752 * platform/qt/svg/text/text-text-04-t-expected.txt:
10753 * platform/qt/svg/text/text-text-05-t-expected.png:
10754 * platform/qt/svg/text/text-text-05-t-expected.txt:
10755 * platform/qt/svg/text/text-text-06-t-expected.png:
10756 * platform/qt/svg/text/text-text-06-t-expected.txt:
10757 * platform/qt/svg/text/text-tselect-02-f-expected.png: Added.
10758 * platform/qt/svg/text/text-tselect-02-f-expected.txt: Added.
10759 * platform/qt/svg/text/text-vkern-expected.png:
10760 * platform/qt/svg/text/text-vkern-expected.txt:
10761 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png:
10763 2012-05-15 Pierre Rossi <pierre.rossi@gmail.com>
10765 [Qt] Enable SVG Fonts by default
10766 https://bugs.webkit.org/show_bug.cgi?id=86463
10768 Reviewed by Nikolas Zimmermann.
10770 * platform/qt-4.8/Skipped: Skipped the relevant tests...
10771 * platform/qt/Skipped: ... and unskipped them here.
10773 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10775 [EFL] EFL's LayoutTestController does not implement setApplicationCacheOriginQuota
10776 https://bugs.webkit.org/show_bug.cgi?id=85585
10778 Reviewed by Gustavo Noronha Silva.
10780 Unskip the test cases that require implementation of
10781 setApplicationCacheOriginQuota in EFL's LayoutTestController.
10783 * platform/efl/Skipped:
10785 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10787 [EFL] A few tests need expected result or rebaselining
10788 https://bugs.webkit.org/show_bug.cgi?id=86595
10790 Unreviewed EFL gardening. Add expected results for a few tests and
10793 * platform/efl/Skipped:
10794 * platform/efl/fast/forms/input-text-double-click-expected.png: Added.
10795 * platform/efl/fast/forms/input-text-double-click-expected.txt:
10796 * platform/efl/http/tests/misc/slow-loading-mask-expected.png: Added.
10797 * platform/efl/http/tests/misc/slow-loading-mask-expected.txt: Added.
10798 * platform/efl/media/video-frame-accurate-seek-expected.png: Added.
10800 2012-05-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
10802 [EFL] EFL's LayoutTestController evaluateScriptInIsolatedWorld implementation
10803 https://bugs.webkit.org/show_bug.cgi?id=83776
10805 Reviewed by Tor Arne Vestbø.
10807 Unskipped corresponding testcases.
10809 * platform/efl/test_expectations.txt:
10811 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10813 [EFL] http/tests/misc/iframe-reparenting-id-collision.html can be unskipped
10814 https://bugs.webkit.org/show_bug.cgi?id=86588
10816 Unreviewed EFL gardening. Unskip
10817 http/tests/misc/iframe-reparenting-id-collision.html which is passing
10818 now that Bug 64085 is closed.
10820 * platform/efl/Skipped:
10822 2012-05-16 Zan Dobersek <zandobersek@gmail.com>
10824 Unreviewed GTK gardening after r117123 and r117225.
10826 * platform/gtk/test_expectations.txt:
10828 2012-05-16 Shinya Kawanaka <shinyak@chromium.org>
10830 ShadowRoot.selection should return the seleciton whose range is in a shadow tree.
10831 https://bugs.webkit.org/show_bug.cgi?id=82698
10833 Reviewed by Ryosuke Niwa.
10835 This patch contains 2 tests:
10836 - Generates a complex HTML tree having a ShadowRoot, an older ShadowRoot, a nested ShadowRoot,
10837 nested ShadowRoot in an older ShadowRoot, etc., and try to drag from a nested shadow root of
10838 older shadow root to a nested shadow root of younger shadow root. Then checks nodes of Shadowroot.selection
10839 are in the same tree scope or null.
10840 - Generates a ShadowDOM which is not inserted into a document, and confirms nodes taken from
10841 the selection are all null.
10843 Also, this patch deprecates old shadowRoot.selection tests, because they test to check
10844 window.getSelection() and shadowRoot.selection is the same. This behavior is changed by this patch.
10846 * editing/shadow/selection-of-orphan-shadowroot-expected.txt: Added.
10847 * editing/shadow/selection-of-orphan-shadowroot.html: Added.
10848 * editing/shadow/selection-of-shadowroot-expected.txt: Added.
10849 * editing/shadow/selection-of-shadowroot.html: Added.
10850 * fast/dom/resources/event-sender-util.js:
10853 * fast/dom/shadow/resources/shadow-dom-util.js: Added.
10854 (getElementByIdConsideringShadowDOM.iter):
10855 (getElementByIdConsideringShadowDOM):
10856 * fast/dom/shadow/selection-in-shadow.html: Removed.
10857 * platform/chromium-mac-snowleopard/fast/dom/shadow/selection-in-shadow-expected.txt: Removed.
10858 * platform/chromium/fast/dom/shadow/selection-in-shadow-expected.txt: Removed.
10859 * platform/qt/Skipped:
10861 2012-05-16 Andras Becsi <andras.becsi@nokia.com>
10863 [WTR] Visited link tracking is not disabled properly
10864 https://bugs.webkit.org/show_bug.cgi?id=76699
10866 Reviewed by Jocelyn Turcotte.
10868 * platform/qt-5.0-wk2/Skipped: Unskip passing tests.
10870 2012-05-16 Kenichi Ishibashi <bashi@chromium.org>
10872 [Chromium] Unreviewed test expectations update
10874 Adding further suppressions for flaky tests on cr-linux ews.
10876 * platform/chromium/test_expectations.txt:
10878 2012-05-16 Jason Liu <jason.liu@torchmobile.com.cn>
10880 [BlackBerry] xhr request to non existent file response is 0 and not 404.
10881 https://bugs.webkit.org/show_bug.cgi?id=86344
10883 Reviewed by George Staikos.
10885 * http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404.html:
10887 2012-05-15 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
10889 [Qt] Unreviewed gardening, unskip a fixed test
10890 https://bugs.webkit.org/show_bug.cgi?id=84434
10892 * platform/qt-5.0-wk2/Skipped:
10894 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10896 [EFL] fast/loader/stateobjects/replacestate-in-iframe.html can be unskipped
10897 https://bugs.webkit.org/show_bug.cgi?id=86586
10899 Unreviewed EFL gardening. Unskip
10900 fast/loader/stateobjects/replacestate-in-iframe.html since the
10901 infinite loop bug has been fixed in r81232.
10903 * platform/efl/Skipped:
10905 2012-05-16 Zoltan Arvai <zarvai@inf.u-szeged.hu>
10907 [Qt] Unreviewed gardening.
10908 Modified test fails after r117123.
10910 * platform/qt/Skipped:
10912 2012-05-16 Dominik Röttsches <dominik.rottsches@intel.com>
10914 [EFL][DRT] Gardening failures after r117123 and r117205
10915 https://bugs.webkit.org/show_bug.cgi?id=86584
10917 Unreviewed, EFL gardening.
10919 Media expectations updated now that they draw the fullscreen icon.
10920 Moved flaky test to test_expectations, unskipped unexpected pass.
10922 * platform/efl/media/controls-after-reload-expected.png:
10923 * platform/efl/media/controls-after-reload-expected.txt:
10924 * platform/efl/media/controls-strict-expected.png:
10925 * platform/efl/media/controls-strict-expected.txt:
10926 * platform/efl/media/controls-without-preload-expected.png:
10927 * platform/efl/media/controls-without-preload-expected.txt:
10928 * platform/efl/media/video-controls-rendering-expected.png:
10929 * platform/efl/media/video-controls-rendering-expected.txt:
10930 * platform/efl/media/video-display-toggle-expected.png:
10931 * platform/efl/media/video-display-toggle-expected.txt:
10932 * platform/efl/media/video-zoom-controls-expected.png:
10933 * platform/efl/media/video-zoom-controls-expected.txt:
10934 * platform/efl/test_expectations.txt:
10936 2012-05-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
10938 [EFL] PlatformKeyboardEvent: figures, letters and printscreen key handling
10939 https://bugs.webkit.org/show_bug.cgi?id=85503
10941 Reviewed by Gustavo Noronha Silva.
10943 Bug-related testcases are unskipped.
10945 * platform/efl/Skipped:
10947 2012-05-16 Christophe Dumez <christophe.dumez@intel.com>
10949 [EFL] Tests that require DASHBOARD_SUPPORT should be moved to test expectations
10950 https://bugs.webkit.org/show_bug.cgi?id=86578
10952 Unreviewed EFL gardening. Move tests that require DASHBOARD_SUPPORT
10953 flag to test expectations and skip them since this feature is
10956 * platform/efl/Skipped:
10957 * platform/efl/test_expectations.txt:
10959 2012-05-16 Pavel Feldman <pfeldman@chromium.org>
10961 Web Inspector: rename DebuggerPresentationModel to DebuggerScriptMapping, make it private to ScriptsPanel.
10962 https://bugs.webkit.org/show_bug.cgi?id=86594
10964 Reviewed by Vsevolod Vlasov.
10966 * http/tests/inspector/compiler-script-mapping.html:
10967 * http/tests/inspector/debugger-test.js:
10968 (initialize_DebuggerTest):
10969 * inspector/debugger/linkifier.html:
10970 * inspector/debugger/scripts-panel.html:
10972 2012-05-15 Yury Semikhatsky <yurys@chromium.org>
10974 Web Inspector: use separate fields for storing HeapSnapshotLoaderProxy and HeapSnapshotProxy
10975 https://bugs.webkit.org/show_bug.cgi?id=86488
10977 Reviewed by Pavel Feldman.
10979 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: instead of sniffing a method
10980 call we can use HeapProfileHeader.load directly.
10982 2012-05-16 Kenichi Ishibashi <bashi@chromium.org>
10984 Unreviewed chromium test expectations update
10986 Removes unnecessary entries and added suppressions
10987 for some flaky tests on cr-linux ews.
10989 * platform/chromium/test_expectations.txt:
10991 2012-05-16 Nikolas Zimmermann <nzimmermann@rim.com>
10993 SVG TRef/Use NULL ptr
10994 https://bugs.webkit.org/show_bug.cgi?id=78700
10996 Add testcase covering a problem fixed in trunk.
10998 * svg/custom/bug78700-expected.txt: Added.
10999 * svg/custom/bug78700.svg: Added.
11001 2012-05-16 Nikolas Zimmermann <nzimmermann@rim.com>
11003 REGRESSION(r105057): Infinite loop inside SVGTextLayoutEngine::currentLogicalCharacterMetrics
11004 https://bugs.webkit.org/show_bug.cgi?id=83405
11006 Reviewed by Darin Adler.
11008 Add three new testcases covering the problem.
11010 * svg/text/add-tspan-position-bug-expected.html: Added.
11011 * svg/text/add-tspan-position-bug.html: Added.
11012 * svg/text/highcharts-assertion-expected.txt: Added.
11013 * svg/text/highcharts-assertion.html: Added.
11014 * svg/text/modify-tspan-position-bug-expected.html: Added.
11015 * svg/text/modify-tspan-position-bug.html: Added.
11017 2012-05-15 Abhishek Arya <inferno@chromium.org>
11019 Crash in Document::nodeChildrenWillBeRemoved.
11020 https://bugs.webkit.org/show_bug.cgi?id=85247
11022 Reviewed by Hajime Morita.
11024 * fast/dom/HTMLObjectElement/beforeload-set-text-crash-expected.txt: Added.
11025 * fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml: Added.
11027 2012-05-15 Li Yin <li.yin@intel.com>
11029 [Worker] Web Worker lacks test for posting structured data message.
11030 https://bugs.webkit.org/show_bug.cgi?id=86556
11032 Reviewed by David Levin.
11034 From http://www.w3.org/TR/2012/CR-workers-20120501/#communicating-with-a-dedicated-worker
11035 Structured data can be sent over the communication channel.
11037 * fast/workers/resources/worker-structure-message.js: Added.
11039 * fast/workers/worker-structure-message-expected.txt: Added.
11040 * fast/workers/worker-structure-message.html: Added.
11042 2012-05-15 Kangil Han <kangil.han@samsung.com>
11044 [EFL][DRT] Fix eventSender key providing
11045 https://bugs.webkit.org/show_bug.cgi?id=84710
11047 Reviewed by Andreas Kling.
11049 Currently eventSender doesn't provide key event correctly.
11050 For example, 'Right' will be visible when 'right arrow' key event is fired.
11051 Given circumstance, nothing has to be shown.
11052 Therefore, this patch fixed incorrectly provided key event.
11054 * platform/efl/Skipped:
11056 2012-05-15 Kenichi Ishibashi <bashi@chromium.org>
11058 Unreviewed chromium test expectation update after r117206
11060 * platform/chromium/test_expectations.txt:
11062 2012-05-15 Igor Oliveira <igor.o@sisa.samsung.com>
11064 regression(111639): Issue with simultaneous CSS animations
11065 https://bugs.webkit.org/show_bug.cgi?id=85929
11067 Reviewed by Dean Jackson.
11069 * animations/fill-mode-forwards-expected.txt: Added.
11070 * animations/fill-mode-forwards.html: Added.
11072 2012-05-15 Alexis Menard <alexis.menard@openbossa.org>
11074 Unreviewed gardening for Qt.
11076 These tests were unskipped but their expectations were not up-to-date.
11078 * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt:
11079 * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
11081 2012-05-15 Kihong Kwon <kihong.kwon@samsung.com>
11083 [EFL] Enable Fullscreen API
11084 https://bugs.webkit.org/show_bug.cgi?id=85870
11086 Reviewed by Antonio Gomes.
11088 * platform/efl/Skipped: Remove fullscreen/video-controls-override.html.
11089 * platform/efl/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
11090 * platform/efl/fullscreen/full-screen-placeholder-expected.txt: Added.
11091 * platform/efl/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
11092 * platform/efl/fullscreen/full-screen-render-inline-expected.txt: Added.
11093 * platform/efl/fullscreen/full-screen-stacking-context-expected.png: Added.
11094 * platform/efl/fullscreen/full-screen-zIndex-after-expected.png: Added.
11095 * platform/efl/fullscreen/full-screen-zIndex-expected.png: Added.
11096 * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png: Added.
11097 * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt: Added.
11098 * platform/efl/test_expectations.txt: Remove fullscreen and media/video-play-require-user-gesture.html
11099 - Add full-screen-keyboard-disabled.html and video-controls-drag.html to the efl's test_expectation.txt
11101 2012-05-15 Robert Hogan <robert@webkit.org>
11103 Heap-use-after-free in WebCore::RenderBlock::layoutRunsAndFloats
11104 https://bugs.webkit.org/show_bug.cgi?id=86206
11106 Reviewed by Abhishek Arya.
11108 Revert https://trac.webkit.org/changeset/116438/ and subsequent pixel results. It caused three different regressions on
11111 * css2.1/20110323/first-letter-000.htm: Removed.
11112 * css2.1/20110323/first-letter-001.htm: Removed.
11113 * css2.1/20110323/first-letter-dynamic-001.htm: Removed.
11114 * css2.1/20110323/first-letter-dynamic-002.htm: Removed.
11115 * css2.1/20110323/first-letter-dynamic-003a.htm: Removed.
11116 * css2.1/20110323/first-letter-dynamic-003b.htm: Removed.
11117 * css2.1/20110323/first-letter-inherit-001.htm: Removed.
11118 * css2.1/20110323/first-letter-nested-001.htm: Removed.
11119 * css2.1/20110323/first-letter-nested-002.htm: Removed.
11120 * css2.1/20110323/first-letter-nested-003.htm: Removed.
11121 * css2.1/20110323/first-letter-nested-004.htm: Removed.
11122 * css2.1/20110323/first-letter-nested-005.htm: Removed.
11123 * css2.1/20110323/first-letter-nested-006.htm: Removed.
11124 * css2.1/20110323/first-letter-nested-007.htm: Removed.
11125 * css2.1/20110323/first-letter-quote-001.htm: Removed.
11126 * css2.1/20110323/first-letter-quote-002.htm: Removed.
11127 * css2.1/20110323/first-letter-quote-003.htm: Removed.
11128 * css2.1/20110323/first-letter-quote-004.htm: Removed.
11129 * css2.1/20110323/first-letter-quote-005.htm: Removed.
11130 * css2.1/20110323/first-letter-quote-006.htm: Removed.
11131 * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
11132 * fast/css/first-letter-nested-positioned.htm: Removed.
11133 * fast/css/first-letter-quotes-no-content-before-after.html: Removed.
11134 * platform/chromium-linux/css2.1/20110323/first-letter-000-expected.png: Removed.
11135 * platform/chromium-linux/css2.1/20110323/first-letter-001-expected.png: Removed.
11136 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11137 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11138 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11139 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11140 * platform/chromium-linux/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11141 * platform/chromium-linux/css2.1/20110323/first-letter-nested-001-expected.png: Removed.
11142 * platform/chromium-linux/css2.1/20110323/first-letter-nested-002-expected.png: Removed.
11143 * platform/chromium-linux/css2.1/20110323/first-letter-nested-003-expected.png: Removed.
11144 * platform/chromium-linux/css2.1/20110323/first-letter-nested-004-expected.png: Removed.
11145 * platform/chromium-linux/css2.1/20110323/first-letter-nested-005-expected.png: Removed.
11146 * platform/chromium-linux/css2.1/20110323/first-letter-nested-006-expected.png: Removed.
11147 * platform/chromium-linux/css2.1/20110323/first-letter-nested-007-expected.png: Removed.
11148 * platform/chromium-linux/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11149 * platform/chromium-linux/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11150 * platform/chromium-linux/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11151 * platform/chromium-linux/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11152 * platform/chromium-linux/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11153 * platform/chromium-linux/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11154 * platform/chromium-linux/fast/css/first-letter-nested-positioned-expected.png: Removed.
11155 * platform/chromium-linux/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11156 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-000-expected.png: Removed.
11157 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11158 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11159 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11160 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11161 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11162 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11163 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11164 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11165 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11166 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11167 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11168 * platform/chromium-mac-leopard/fast/css/first-letter-nested-positioned-expected.png: Removed.
11169 * platform/chromium-mac-leopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11170 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-000-expected.png: Removed.
11171 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11172 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11173 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11174 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11175 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11176 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11177 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11178 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11179 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11180 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11181 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11182 * platform/chromium-mac-snowleopard/fast/css/first-letter-nested-positioned-expected.png: Removed.
11183 * platform/chromium-mac-snowleopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11184 * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.png: Removed.
11185 * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.txt: Removed.
11186 * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.png: Removed.
11187 * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.txt: Removed.
11188 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11189 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11190 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11191 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11192 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11193 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11194 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11195 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11196 * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11197 * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11198 * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.png: Removed.
11199 * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11200 * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.png: Removed.
11201 * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11202 * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.png: Removed.
11203 * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11204 * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.png: Removed.
11205 * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11206 * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.png: Removed.
11207 * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11208 * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.png: Removed.
11209 * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11210 * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.png: Removed.
11211 * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11212 * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11213 * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11214 * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11215 * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11216 * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11217 * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11218 * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11219 * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11220 * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11221 * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11222 * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11223 * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11224 * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.png: Removed.
11225 * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11226 * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11227 * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11228 * platform/chromium-win/css2.1/20110323/first-letter-000-expected.png: Removed.
11229 * platform/chromium-win/css2.1/20110323/first-letter-000-expected.txt: Removed.
11230 * platform/chromium-win/css2.1/20110323/first-letter-001-expected.png: Removed.
11231 * platform/chromium-win/css2.1/20110323/first-letter-001-expected.txt: Removed.
11232 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11233 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11234 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11235 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11236 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11237 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11238 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11239 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11240 * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11241 * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11242 * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.png: Removed.
11243 * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11244 * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.png: Removed.
11245 * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11246 * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.png: Removed.
11247 * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11248 * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.png: Removed.
11249 * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11250 * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.png: Removed.
11251 * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11252 * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.png: Removed.
11253 * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11254 * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.png: Removed.
11255 * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11256 * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11257 * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11258 * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11259 * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11260 * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11261 * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11262 * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11263 * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11264 * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11265 * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11266 * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11267 * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11268 * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.png: Removed.
11269 * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11270 * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11271 * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11272 * platform/efl/css2.1/20110323/first-letter-000-expected.png: Removed.
11273 * platform/efl/css2.1/20110323/first-letter-000-expected.txt: Removed.
11274 * platform/efl/css2.1/20110323/first-letter-001-expected.png: Removed.
11275 * platform/efl/css2.1/20110323/first-letter-001-expected.txt: Removed.
11276 * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11277 * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11278 * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11279 * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11280 * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11281 * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11282 * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11283 * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11284 * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11285 * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11286 * platform/efl/css2.1/20110323/first-letter-nested-001-expected.png: Removed.
11287 * platform/efl/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11288 * platform/efl/css2.1/20110323/first-letter-nested-002-expected.png: Removed.
11289 * platform/efl/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11290 * platform/efl/css2.1/20110323/first-letter-nested-003-expected.png: Removed.
11291 * platform/efl/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11292 * platform/efl/css2.1/20110323/first-letter-nested-004-expected.png: Removed.
11293 * platform/efl/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11294 * platform/efl/css2.1/20110323/first-letter-nested-005-expected.png: Removed.
11295 * platform/efl/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11296 * platform/efl/css2.1/20110323/first-letter-nested-006-expected.png: Removed.
11297 * platform/efl/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11298 * platform/efl/css2.1/20110323/first-letter-nested-007-expected.png: Removed.
11299 * platform/efl/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11300 * platform/efl/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11301 * platform/efl/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11302 * platform/efl/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11303 * platform/efl/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11304 * platform/efl/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11305 * platform/efl/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11306 * platform/efl/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11307 * platform/efl/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11308 * platform/efl/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11309 * platform/efl/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11310 * platform/efl/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11311 * platform/efl/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11312 * platform/efl/fast/css/first-letter-nested-positioned-expected.png: Removed.
11313 * platform/efl/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11314 * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11315 * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11316 * platform/gtk/css2.1/20110323/first-letter-000-expected.txt: Removed.
11317 * platform/gtk/css2.1/20110323/first-letter-001-expected.txt: Removed.
11318 * platform/gtk/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11319 * platform/gtk/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11320 * platform/gtk/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11321 * platform/gtk/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11322 * platform/gtk/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11323 * platform/gtk/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11324 * platform/gtk/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11325 * platform/gtk/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11326 * platform/gtk/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11327 * platform/gtk/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11328 * platform/gtk/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11329 * platform/gtk/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11330 * platform/gtk/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11331 * platform/gtk/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11332 * platform/gtk/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11333 * platform/gtk/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11334 * platform/gtk/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11335 * platform/gtk/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11336 * platform/gtk/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11337 * platform/gtk/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11338 * platform/mac/css2.1/20110323/first-letter-000-expected.txt: Removed.
11339 * platform/mac/css2.1/20110323/first-letter-001-expected.txt: Removed.
11340 * platform/mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11341 * platform/mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11342 * platform/mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11343 * platform/mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11344 * platform/mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11345 * platform/mac/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11346 * platform/mac/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11347 * platform/mac/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11348 * platform/mac/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11349 * platform/mac/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11350 * platform/mac/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11351 * platform/mac/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11352 * platform/mac/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11353 * platform/mac/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11354 * platform/mac/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11355 * platform/mac/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11356 * platform/mac/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11357 * platform/mac/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11358 * platform/mac/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11359 * platform/mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11360 * platform/qt/css2.1/20110323/first-letter-000-expected.png: Removed.
11361 * platform/qt/css2.1/20110323/first-letter-000-expected.txt: Removed.
11362 * platform/qt/css2.1/20110323/first-letter-001-expected.png: Removed.
11363 * platform/qt/css2.1/20110323/first-letter-001-expected.txt: Removed.
11364 * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.png: Removed.
11365 * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.txt: Removed.
11366 * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.png: Removed.
11367 * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.txt: Removed.
11368 * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.png: Removed.
11369 * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Removed.
11370 * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.png: Removed.
11371 * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Removed.
11372 * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.png: Removed.
11373 * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.txt: Removed.
11374 * platform/qt/css2.1/20110323/first-letter-nested-001-expected.png: Removed.
11375 * platform/qt/css2.1/20110323/first-letter-nested-001-expected.txt: Removed.
11376 * platform/qt/css2.1/20110323/first-letter-nested-002-expected.png: Removed.
11377 * platform/qt/css2.1/20110323/first-letter-nested-002-expected.txt: Removed.
11378 * platform/qt/css2.1/20110323/first-letter-nested-003-expected.png: Removed.
11379 * platform/qt/css2.1/20110323/first-letter-nested-003-expected.txt: Removed.
11380 * platform/qt/css2.1/20110323/first-letter-nested-004-expected.png: Removed.
11381 * platform/qt/css2.1/20110323/first-letter-nested-004-expected.txt: Removed.
11382 * platform/qt/css2.1/20110323/first-letter-nested-005-expected.png: Removed.
11383 * platform/qt/css2.1/20110323/first-letter-nested-005-expected.txt: Removed.
11384 * platform/qt/css2.1/20110323/first-letter-nested-006-expected.png: Removed.
11385 * platform/qt/css2.1/20110323/first-letter-nested-006-expected.txt: Removed.
11386 * platform/qt/css2.1/20110323/first-letter-nested-007-expected.png: Removed.
11387 * platform/qt/css2.1/20110323/first-letter-nested-007-expected.txt: Removed.
11388 * platform/qt/css2.1/20110323/first-letter-quote-001-expected.png: Removed.
11389 * platform/qt/css2.1/20110323/first-letter-quote-001-expected.txt: Removed.
11390 * platform/qt/css2.1/20110323/first-letter-quote-002-expected.png: Removed.
11391 * platform/qt/css2.1/20110323/first-letter-quote-002-expected.txt: Removed.
11392 * platform/qt/css2.1/20110323/first-letter-quote-003-expected.png: Removed.
11393 * platform/qt/css2.1/20110323/first-letter-quote-003-expected.txt: Removed.
11394 * platform/qt/css2.1/20110323/first-letter-quote-004-expected.png: Removed.
11395 * platform/qt/css2.1/20110323/first-letter-quote-004-expected.txt: Removed.
11396 * platform/qt/css2.1/20110323/first-letter-quote-005-expected.png: Removed.
11397 * platform/qt/css2.1/20110323/first-letter-quote-005-expected.txt: Removed.
11398 * platform/qt/css2.1/20110323/first-letter-quote-006-expected.png: Removed.
11399 * platform/qt/css2.1/20110323/first-letter-quote-006-expected.txt: Removed.
11400 * platform/qt/fast/css/first-letter-nested-positioned-expected.png: Removed.
11401 * platform/qt/fast/css/first-letter-nested-positioned-expected.txt: Removed.
11402 * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.png: Removed.
11403 * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Removed.
11405 2012-05-15 Raphael Kubo da Costa <rakuco@webkit.org>
11407 [EFL] Gardening after r117169.
11409 * platform/efl/test_expectations.txt: Unskip test that now passes.
11411 2012-05-15 Raphael Kubo da Costa <rakuco@webkit.org>
11413 [EFL] Gardening after r117160.
11415 * platform/efl/test_expectations.txt: Skip test that depends on blob
11418 2012-05-15 Keyar Hood <keyar@chromium.org>
11420 Skia does not respect a specified InterpolationQuality
11421 https://bugs.webkit.org/show_bug.cgi?id=86249
11423 Reviewed by Stephen White.
11425 Now expecting the following to tests to have an IMAGE failure:
11426 svg/custom/pointer-events-image-css-transform.svg
11427 svg/custom/pointer-events-image.svg
11428 * platform/chromium/test_expectations.txt:
11430 2012-05-15 Philippe Normand <pnormand@igalia.com>
11432 Unreviewed, GTK gardening.
11434 * platform/gtk/test_expectations.txt: Skip the mediastream tests
11435 because the GTK+ implementation is incomplete.
11437 2012-05-15 Alexis Menard <alexis.menard@openbossa.org>
11439 [Qt]3 fast/borders tests assert intermittently
11440 https://bugs.webkit.org/show_bug.cgi?id=67994
11442 Reviewed by Darin Adler.
11444 These tests are now passing even with --iteration 1000.
11446 * platform/qt/Skipped:
11448 2012-05-15 Erik Arvidsson <arv@chromium.org>
11450 Result of fast/dom/DOMException/stack-trace.html depends on path (test introduced in r117016)
11451 https://bugs.webkit.org/show_bug.cgi?id=86442
11453 Reviewed by Darin Adler.
11455 This fixes the test to not print the invalid value (which includes file paths) for the JSC fail case.
11457 * fast/dom/DOMException/stack-trace-expected.txt:
11458 * fast/dom/DOMException/stack-trace.html:
11459 * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
11460 * platform/gtk/test_expectations.txt:
11461 * platform/qt/Skipped:
11463 2012-05-15 Brady Eidson <beidson@apple.com>
11465 https://bugs.webkit.org/show_bug.cgi?id=86527
11466 http/tests/media/video-query-url.html fails on Lion bots
11468 Add it to the skipped list until Eric can explore.
11470 * platform/mac-lion/Skipped:
11472 2012-05-15 Abhishek Arya <inferno@chromium.org>
11474 Crash due shadow tree parent confusion in SVG.
11475 https://bugs.webkit.org/show_bug.cgi?id=84248
11477 Reviewed by Nikolas Zimmermann.
11479 * svg/foreignObject/viewport-foreignobject-crash-expected.html: Added.
11480 * svg/foreignObject/viewport-foreignobject-crash.html: Added.
11482 2012-05-15 Lauro Neto <lauro.neto@openbossa.org>
11484 [File API] URL methods handling null arguments
11485 https://bugs.webkit.org/show_bug.cgi?id=69693
11487 Reviewed by Adam Barth.
11489 URL.createObjectURL must return null instead of undefined
11490 when a null blob is given as argument. Updated old test that
11491 used undefined explicitly. New test by Mark Pilgrim (rebaselined
11494 * fast/files/url-null-expected.txt: Added.
11495 * fast/files/url-null.html: Added.
11496 * http/tests/fileapi/create-blob-url-from-data-url.html:
11498 2012-05-15 Terry Anderson <tdanderson@chromium.org>
11500 [chromium] Compute the best target node on a GestureTap event
11501 https://bugs.webkit.org/show_bug.cgi?id=85101
11503 Reviewed by Adam Barth.
11505 * platform/chromium/test_expectations.txt:
11506 The flaky tests in touchadjustment/ have been addressed in WK86218.
11508 2012-05-15 Mike West <mkwst@chromium.org>
11510 Fixing the flaky 'script-src-redirect.html' test.
11511 https://bugs.webkit.org/show_bug.cgi?id=86433
11513 Reviewed by Adam Barth.
11515 * http/tests/security/contentSecurityPolicy/resources/source-list-parsing-base.js:
11517 * http/tests/security/contentSecurityPolicy/script-src-redirect.html:
11519 2012-05-15 Dan Bernstein <mitz@apple.com>
11521 Ruby annotation is incorrectly identified as a paragraph boundary
11522 https://bugs.webkit.org/show_bug.cgi?id=86507
11524 Reviewed by Darin Adler.
11526 * editing/selection/paragraph-with-ruby-expected.txt: Added.
11527 * editing/selection/paragraph-with-ruby.html: Added.
11529 2012-05-15 Tommy Widenflycht <tommyw@google.com>
11531 MediaStream API: Setting onended on a LocalMediaStream triggers an assertion in V8
11532 https://bugs.webkit.org/show_bug.cgi?id=86459
11534 Reviewed by Adam Barth.
11536 * fast/mediastream/LocalMediaStream-onended-expected.txt: Added.
11537 * fast/mediastream/LocalMediaStream-onended.html: Added.
11539 2012-05-15 Brady Eidson <beidson@apple.com>
11541 Skip a webarchive test I added that fails on WK2.
11543 * platform/wk2/Skipped:
11545 2012-05-15 Jian Li <jianli@chromium.org>
11547 Unreviewed. Updated chromium test expectations.
11549 * platform/chromium/test_expectations.txt:
11551 2012-05-15 Florin Malita <fmalita@chromium.org>
11553 [Chromium] Unreviewed. Rebaseline svg/repaint/mask-clip-target-transform-expected.png.
11555 * platform/chromium-mac/svg/repaint/mask-clip-target-transform-expected.png: Added.
11556 * platform/chromium-win/svg/repaint/mask-clip-target-transform-expected.png: Added.
11557 * platform/chromium/test_expectations.txt:
11559 2012-05-15 Christophe Dumez <christophe.dumez@intel.com>
11561 Unreviewed EFL gardening.
11563 Move http/tests/cookies/third-party-cookie-relaxing.html from Skipped
11564 list to test_expectations.txt. This test is expected to fail on EFL
11565 port and won't be fixed.
11567 * platform/efl/Skipped:
11568 * platform/efl/test_expectations.txt:
11570 2012-05-15 Csaba Osztrogonác <ossy@webkit.org>
11572 [Qt] Unreviewed gardening. Remove duplicated entries because of disabled SUBPIXEL_LAYOUT.
11574 * platform/qt-4.8/Skipped:
11575 * platform/qt-5.0-wk1/Skipped:
11576 * platform/qt-5.0-wk2/Skipped:
11577 * platform/qt-5.0/Skipped:
11578 * platform/qt-arm/Skipped:
11579 * platform/qt-mac/Skipped:
11581 2012-05-15 Thiago Marcos P. Santos <thiago.santos@intel.com>
11583 [EFL] Gardening of flaky tests
11584 https://bugs.webkit.org/show_bug.cgi?id=86485
11586 Unreviewed gardening.
11588 * platform/efl/test_expectations.txt:
11590 2012-05-15 Zoltan Arvai <zarvai@inf.u-szeged.hu>
11592 [Qt][Wk2] Unskip passing svg/dynamic-updates tests after r95878.
11594 Reviewed by Csaba Osztrogonác.
11596 * platform/qt-5.0-wk2/Skipped:
11598 2012-05-15 Csaba Osztrogonác <ossy@webkit.org>
11600 [Qt] css1/box_properties/acid_test.html fails in release mode on 32 bit Linux
11601 https://bugs.webkit.org/show_bug.cgi?id=36954
11603 Unreviewed gardening, unskip it, because it passes on 32/64 bit too now. (Maybe after r112397)
11605 * platform/qt/Skipped: Try to unskip really. :)
11607 2012-05-15 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
11609 [Qt][WK2] fast/repaint/scroll-in-clipped-layer.html crashes
11610 https://bugs.webkit.org/show_bug.cgi?id=80387
11612 Reviewed by Csaba Osztrogonác.
11614 Unskip tests for bug 80387. They do not crash now.
11616 * platform/qt-5.0-wk2/Skipped:
11618 2012-05-15 Christophe Dumez <christophe.dumez@intel.com>
11620 Unreviewed EFL gardening.
11622 Unskip test which require USE(ZLIB). It has been enabled for EFL port
11625 * platform/efl/Skipped:
11627 2012-05-15 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
11629 [EFL] [DRT] Unskip passing tests related to computedStyleIncludingVisitedInfo and display
11630 https://bugs.webkit.org/show_bug.cgi?id=86473
11632 Unreviewed gardening, unskip now passing tests.
11634 * platform/efl/Skipped:
11636 2012-05-15 Csaba Osztrogonác <ossy@webkit.org>
11638 [Qt] css1/box_properties/acid_test.html fails in release mode on 32 bit Linux
11639 https://bugs.webkit.org/show_bug.cgi?id=36954
11641 Unreviewed gardening, unskip it, because it passes on 32/64 bit too now. (Maybe after r112397)
11643 * platform/qt/css1/box_properties/acid_test-expected.png: Added.
11644 * platform/qt/css1/box_properties/acid_test-expected.txt:
11646 2012-05-15 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
11648 [Qt] http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404.html times out
11649 https://bugs.webkit.org/show_bug.cgi?id=84016
11651 Reviewed by Simon Hausmann.
11653 * platform/qt/Skipped:
11655 2012-05-15 Dinu Jacob <dinu.jacob@nokia.com>
11657 [Qt][WK2] fast/loader/create-frame-in-DOMContentLoaded.html crashes
11658 https://bugs.webkit.org/show_bug.cgi?id=83578
11660 Unskip passing test.
11662 Reviewed by Simon Hausmann.
11664 * platform/qt-5.0-wk2/Skipped:
11666 2012-05-15 Vsevolod Vlasov <vsevik@chromium.org>
11668 Web Inspector: Refactor SnippetsModel: extract SnippetStorage, make SnippetScriptMapping delegate calls to ScriptSnippetModel and provide public interface on ScriptSnippetModel in terms of uiSourceCodes
11669 https://bugs.webkit.org/show_bug.cgi?id=86477
11671 Reviewed by Pavel Feldman.
11673 * inspector/debugger/script-snippet-model-expected.txt: Added.
11674 * inspector/debugger/script-snippet-model.html: Added.
11675 * inspector/debugger/snippets-model-expected.txt: Removed.
11676 * inspector/debugger/snippets-model.html: Removed.
11677 * inspector/snippet-storage-expected.txt: Added.
11678 * inspector/snippet-storage.html: Added.
11680 2012-05-15 Csaba Osztrogonác <ossy@webkit.org>
11682 # [Qt] REGRESSION(r113138 ): It made fast/workers/worker-multi-startup.html crash on 32 bit
11683 https://bugs.webkit.org/show_bug.cgi?id=83133
11685 Unreviewed gardening, unskip the now passing test.
11687 * platform/qt/Skipped:
11689 2012-05-15 Arpita Bahuguna <arpitabahuguna@gmail.com>
11691 Making layout testcase: fast/table/empty-section-crash.html result platform independent
11692 https://bugs.webkit.org/show_bug.cgi?id=86352
11694 After modifying the current handling of collapsed borders for
11695 table (https://bugs.webkit.org/show_bug.cgi?id=67877), the expected output for this testcase
11696 changes. Hence, instead of generating new png images and dumprendertext platform specific
11697 output files, have made the output platform independant by making it dumpAsText() only.
11698 Shall be adding a reftest for this along with https://bugs.webkit.org/show_bug.cgi?id=67877.
11700 Reviewed by Antti Koivisto.
11702 * fast/table/empty-section-crash-expected.txt: Added.
11703 Added new expected file.
11704 * fast/table/empty-section-crash.html:
11705 Modified testcase to make it dumpAsText().
11707 * platform/chromium-linux/fast/table/empty-section-crash-expected.png: Removed.
11708 * platform/chromium-mac-leopard/fast/table/empty-section-crash-expected.png: Removed.
11709 * platform/chromium-win/fast/table/empty-section-crash-expected.png: Removed.
11710 * platform/chromium-win/fast/table/empty-section-crash-expected.txt: Removed.
11711 * platform/efl/fast/table/empty-section-crash-expected.png: Removed.
11712 * platform/efl/fast/table/empty-section-crash-expected.txt: Removed.
11713 * platform/gtk/fast/table/empty-section-crash-expected.png: Removed.
11714 * platform/gtk/fast/table/empty-section-crash-expected.txt: Removed.
11715 * platform/mac/fast/table/empty-section-crash-expected.png: Removed.
11716 * platform/mac/fast/table/empty-section-crash-expected.txt: Removed.
11717 * platform/qt/fast/table/empty-section-crash-expected.png: Removed.
11718 * platform/qt/fast/table/empty-section-crash-expected.txt: Removed.
11719 Removed the platform specific expected output files for empty-section-crash.html
11721 2012-05-15 Antti Koivisto <antti@apple.com>
11723 Tests added in r117012 (plugins/npruntime/delete-plugin-within-*) failing on Mac bots
11724 https://bugs.webkit.org/show_bug.cgi?id=86480
11730 * platform/mac/Skipped:
11732 2012-05-15 Nikolas Zimmermann <nzimmermann@rim.com>
11734 Not reviewed. Rebaseline svg/repaint/mask-clip-target-transform-expected.png on Lion.
11736 * platform/mac/svg/repaint/mask-clip-target-transform-expected.png: Added.
11737 * platform/mac/test_expectations.txt:
11739 2012-05-15 Florin Malita <fmalita@chromium.org>
11741 Mask deformations when masked content is rotated
11742 https://bugs.webkit.org/show_bug.cgi?id=76527
11744 Reviewed by Nikolas Zimmermann.
11746 * platform/chromium-linux/svg/repaint/mask-clip-target-transform-expected.png: Added.
11747 * platform/chromium/test_expectations.txt:
11748 * platform/mac/test_expectations.txt:
11749 * svg/repaint/mask-clip-target-transform-expected.txt: Added.
11750 * svg/repaint/mask-clip-target-transform.svg: Added.
11752 2012-05-15 Sheriff Bot <webkit.review.bot@gmail.com>
11754 Unreviewed, rolling out r117052.
11755 http://trac.webkit.org/changeset/117052
11756 https://bugs.webkit.org/show_bug.cgi?id=86470
11758 Unskipping compositing tests made 500+ other tests fail
11759 (sideeffect bug) (Requested by Ossy on #webkit).
11761 * platform/qt-4.8/Skipped:
11763 2012-05-15 Ádám Kallai <kadam@inf.u-szeged.hu>
11765 [Qt][Wk1] Unskip now passig tests.
11767 Reviewed by Csaba Osztrogonác.
11769 * platform/qt-4.8/Skipped:
11771 2012-05-15 Yury Semikhatsky <yurys@chromium.org>
11773 Web Inspector: implement "Reveal in Dominators view" context menu action
11774 https://bugs.webkit.org/show_bug.cgi?id=86455
11776 Reviewed by Pavel Feldman.
11778 Test that an object can be revealed in the heap snapshot dominators view
11779 by its heap snapshot object id.
11781 * inspector/profiler/heap-snapshot-reveal-in-dominators-view-expected.txt: Added.
11782 * inspector/profiler/heap-snapshot-reveal-in-dominators-view.html: Added.
11783 * inspector/profiler/heap-snapshot-test.js:
11784 (initialize_HeapSnapshotTest):
11785 (initialize_HeapSnapshotTest.):
11786 * platform/mac/Skipped:
11787 * platform/qt/Skipped:
11788 * platform/win/Skipped:
11789 * platform/wincairo/Skipped:
11791 2012-05-15 Zan Dobersek <zandobersek@gmail.com>
11793 Unreviewed, marking plugins/npruntime/delete-plugin-within-getProperty.html
11794 as crashing for GTK.
11796 * platform/gtk/test_expectations.txt:
11798 2012-05-15 Michael Brüning <michael.bruning@nokia.com>
11800 [Qt][WK2] http/tests/navigation/https-in-page-cache.html fails with timeout
11801 https://bugs.webkit.org/show_bug.cgi?id=83576
11803 Reviewed by Simon Hausmann.
11805 Unskipped http/tests/navgiation/https-in-page-cache.html
11807 * platform/qt-5.0-wk2/Skipped:
11809 2012-05-15 Zan Dobersek <zandobersek@gmail.com>
11811 Unreviewed, GTK gardening after r116986, r117012 and r117016.
11813 * platform/gtk/test_expectations.txt:
11815 2012-05-14 Shinya Kawanaka <shinyak@chromium.org>
11817 document.execCommand('Indent') in the direct child of ShadowRoot causes a crash.
11818 https://bugs.webkit.org/show_bug.cgi?id=86341
11820 Reviewed by Ryosuke Niwa.
11822 * editing/shadow/execcommand-indent-in-shadow-expected.txt: Added.
11823 * editing/shadow/execcommand-indent-in-shadow.html: Added.
11825 2012-05-15 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
11827 [Qt] 6 SVG tests assert after r107207
11828 https://bugs.webkit.org/show_bug.cgi?id=78332
11830 Reviewed by Csaba Osztrogonác.
11832 Unskip these tests because they don't assert now.
11834 * platform/qt/Skipped:
11835 * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.txt:
11837 2012-05-15 Csaba Osztrogonác <ossy@webkit.org>
11839 [Qt] Unreviewed gardening, skip one more crashing/asserting test.
11841 * platform/qt/Skipped:
11843 2012-05-15 Christophe Dumez <christophe.dumez@intel.com>
11845 [EFL] Update test expectations.
11847 Unreviewed EFL gardening, add 2 failing tests to
11848 test_expectations.txt and remove 1 test that no longer exists.
11850 * platform/efl/test_expectations.txt:
11852 2012-05-14 Nikolas Zimmermann <nzimmermann@rim.com>
11854 Not reviewed. Renegerate three pixel test results on Lion, so that the svg/ pixel tests pass with tolerance 0 again.
11856 * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.png:
11857 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
11858 * platform/mac/svg/hixie/mixed/003-expected.png:
11860 2012-05-15 Christophe Dumez <christophe.dumez@intel.com>
11862 Content Security Policy console error messages should include the violated directive.
11863 https://bugs.webkit.org/show_bug.cgi?id=86323
11865 Reviewed by Adam Barth.
11867 Update global expectations for 1 Content Security Policy test after r117006.
11869 * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
11871 2012-05-14 Csaba Osztrogonác <ossy@webkit.org>
11873 [Qt] Unreviewed morning gardening to paint the Qt bots green.
11875 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Updated after r117006.
11876 * platform/qt/Skipped: Skip new failing/crashing tests.
11877 * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Updated after r117006.
11879 2012-05-14 Kent Tamura <tkent@chromium.org>
11881 [Chromium] Update test expectations.
11883 * platform/chromium/test_expectations.txt:
11885 2012-05-14 Gavin Peters <gavinp@chromium.org>
11887 Add Prerenderer, PrerenderHandle and a chromium interface for Prerendering.
11888 https://bugs.webkit.org/show_bug.cgi?id=85005
11890 Reviewed by Adam Barth.
11892 The prerender case isn't quite a resource load, and using resource loading to
11893 retrieve them has constrained the API, and unnecessarily complicated the loader.
11895 The new Prerenderer and PrerenderHandle let <link rel=prerender...> elements signal
11896 removal and unload to their platform.
11898 These tests are being removed, and expectations updated, because the old phantom-load
11899 prerendering interface was susceptible to layout testing, and the new interface requires
11900 a full platform to test, so it can't really be a layout test.
11902 * fast/dom/HTMLLinkElement/prerender-expected.txt: Removed.
11903 * fast/dom/HTMLLinkElement/prerender.html: Removed.
11904 * platform/gtk/test_expectations.txt:
11905 * platform/mac/Skipped:
11906 * platform/qt/Skipped:
11907 * platform/win/Skipped:
11908 * platform/wincairo/Skipped:
11910 2012-05-14 Eric Seidel <eric@webkit.org>
11912 Styles are not recalculated when the seamless attribute is dynamically added/removed
11913 https://bugs.webkit.org/show_bug.cgi?id=86315
11915 Reviewed by Andreas Kling.
11917 Add a subtest to cover this case.
11919 * fast/frames/seamless/seamless-css-cascade-expected.txt:
11920 * fast/frames/seamless/seamless-css-cascade.html:
11922 2012-05-14 Kent Tamura <tkent@chromium.org>
11924 [Chromium] Update text expectations.
11926 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
11927 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.txt: Removed.
11928 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
11929 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
11930 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
11931 * platform/chromium/test_expectations.txt:
11932 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
11934 2012-05-14 Dirk Pranke <dpranke@chromium.org>
11936 fast/loader/javascript-url-in-embed.html is failing after r115646
11937 https://bugs.webkit.org/show_bug.cgi?id=86414
11939 Unreviewed, expectations change.
11941 * platform/chromium/test_expectations.txt:
11943 2012-05-14 Erik Arvidsson <arv@chromium.org>
11945 [V8] Add "stack" property to DOMException
11946 https://bugs.webkit.org/show_bug.cgi?id=85057
11948 Reviewed by Kentaro Hara.
11950 When we create a DOM exception we define a V8 accessor for the stack property. This
11951 accessor uses a new Error object to get the underlying stack string.
11953 * fast/dom/DOMException/stack-trace-expected.txt: Added.
11954 * fast/dom/DOMException/stack-trace.html: Added.
11955 * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt: Added.
11957 2012-05-14 Dirk Pranke <dpranke@chromium.org>
11959 fast/replaced/width100percent-searchfield is still failing on chromium leopard/snowleopard
11960 https://bugs.webkit.org/show_bug.cgi?id=86412
11962 Unreviewed, expectations change.
11964 * platform/chromium/test_expectations.txt:
11966 2012-05-14 Nate Chapin <japhet@chromium.org>
11968 Test for https://bugs.webkit.org/show_bug.cgi?id=86131.
11970 Reviewed by Adam Barth.
11972 * plugins/npruntime/delete-plugin-within-getProperty-expected.txt: Added.
11973 * plugins/npruntime/delete-plugin-within-getProperty.html: Added.
11974 * plugins/npruntime/delete-plugin-within-hasProperty-return-false-expected.txt: Added.
11975 * plugins/npruntime/delete-plugin-within-hasProperty-return-false.html: Added.
11976 * plugins/npruntime/delete-plugin-within-hasProperty-return-true-expected.txt: Added.
11977 * plugins/npruntime/delete-plugin-within-hasProperty-return-true.html: Added.
11978 * plugins/npruntime/delete-plugin-within-invoke-expected.txt: Added.
11979 * plugins/npruntime/delete-plugin-within-invoke.html: Added.
11980 * plugins/npruntime/delete-plugin-within-setProperty-expected.txt: Added.
11981 * plugins/npruntime/delete-plugin-within-setProperty.html: Added.
11983 2012-05-14 Dirk Pranke <dpranke@chromium.org>
11985 Rebaseline http/tests/misc/will-send-request-returns-null-on-redirect on chromium.
11987 https://bugs.webkit.org/show_bug.cgi?id=60121
11989 Unreviewed, baselines change.
11991 * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
11992 * platform/chromium/test_expectations.txt:
11994 2012-05-14 Takashi Sakamoto <tasak@google.com>
11996 Crash in WebCore::RenderObject::repaint
11997 https://bugs.webkit.org/show_bug.cgi?id=86162
11999 Reviewed by Abhishek Arya.
12001 * scrollbars/scrollbar-scrollbarparts-repaint-crash-expected.txt: Added.
12002 * scrollbars/scrollbar-scrollbarparts-repaint-crash.html: Added.
12003 * scrollbars/scrollbar-percent-padding-crash-expected.txt: Added.
12004 * scrollbars/scrollbar-percent-padding-crash.html: Added.
12006 2012-05-14 Mike West <mike@mikewest.org>
12008 Content Security Policy console errors include violated directive.
12009 https://bugs.webkit.org/show_bug.cgi?id=86323
12011 Sharded http/tests/security/contentSecurityPolicy/source-list-parsing.html
12012 into four tests, and reworked it to have a well-defined order.
12014 Reviewed by Adam Barth.
12016 * http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt:
12017 * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
12018 * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked-expected.txt:
12019 * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt:
12020 * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt:
12021 * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
12022 * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
12023 * http/tests/security/contentSecurityPolicy/directive-parsing-02-expected.txt:
12024 * http/tests/security/contentSecurityPolicy/directive-parsing-03-expected.txt:
12025 * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
12026 * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
12027 * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
12028 * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt:
12029 * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
12030 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
12031 * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
12032 * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
12033 * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
12034 * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
12035 * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked-expected.txt:
12036 * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt:
12037 * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
12038 * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt:
12039 * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt:
12040 * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
12041 * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
12042 * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
12043 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
12044 * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
12045 * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
12046 * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
12047 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01-expected.txt:
12048 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02-expected.txt:
12049 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03-expected.txt:
12050 * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt: Removed
12051 * http/tests/security/contentSecurityPolicy/source-list-parsing.html: Removed
12052 * http/tests/security/contentSecurityPolicy/source-list-parsing-01-expected.txt: Added
12053 * http/tests/security/contentSecurityPolicy/source-list-parsing-01.html: Added
12054 * http/tests/security/contentSecurityPolicy/source-list-parsing-02-expected.txt: Added
12055 * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html: Added
12056 * http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt: Added
12057 * http/tests/security/contentSecurityPolicy/source-list-parsing-03.html: Added
12058 * http/tests/security/contentSecurityPolicy/source-list-parsing-04-expected.txt: Added
12059 * http/tests/security/contentSecurityPolicy/source-list-parsing-04.html: Added
12060 * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:
12061 * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
12062 * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt:
12063 * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
12064 * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt:
12065 * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt:
12066 * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1-expected.txt:
12067 * media/csp-blocks-video-expected.txt:
12068 * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
12070 2012-05-14 Stephen Chenney <schenney@chromium.org>
12072 [chromium] Layout Test svg/carto.net/window.svg is failing
12073 https://bugs.webkit.org/show_bug.cgi?id=84810
12075 Unreviewed Chromium test expectations update.
12077 * platform/chromium-linux/svg/carto.net/window-expected.png:
12078 * platform/chromium-mac-leopard/svg/carto.net/window-expected.png:
12079 * platform/chromium-mac-snowleopard/svg/carto.net/window-expected.png:
12080 * platform/chromium-mac/svg/carto.net/window-expected.png:
12081 * platform/chromium-win/svg/carto.net/window-expected.png:
12082 * platform/chromium-win/svg/carto.net/window-expected.txt:
12083 * platform/chromium/test_expectations.txt:
12084 * platform/efl/svg/carto.net/window-expected.txt: Removed.
12085 * platform/gtk/svg/carto.net/window-expected.txt: Removed.
12086 * svg/carto.net/window-expected.txt: Added.
12088 2012-05-14 Sheriff Bot <webkit.review.bot@gmail.com>
12090 Unreviewed, rolling out r116983.
12091 http://trac.webkit.org/changeset/116983
12092 https://bugs.webkit.org/show_bug.cgi?id=86397
12094 Does not compile on chromium-win (Requested by abarth on
12097 * platform/chromium/test_expectations.txt:
12099 2012-05-14 Stephen Chenney <schenney@chromium.org>
12101 [SVG] Nothing should be stroked when the stroke-width is 0
12102 https://bugs.webkit.org/show_bug.cgi?id=83568
12104 Unreviewed Chromium test expectations update.
12106 * platform/chromium-linux/svg/custom/path-zero-strokewidth-expected.png:
12107 * platform/chromium-mac/svg/custom/js-update-style-expected.png:
12108 * platform/chromium-mac/svg/custom/path-zero-strokewidth-expected.png: Modified property svn:mime-type.
12109 * platform/chromium-win/svg/custom/js-update-style-expected.png:
12110 * platform/chromium-win/svg/custom/path-zero-strokewidth-expected.png:
12111 * platform/chromium/test_expectations.txt:
12113 2012-05-14 Jian Li <jianli@chromium.org>
12115 Unreviewed. Added more detail to marked test failure for chromium.
12117 * platform/chromium/test_expectations.txt:
12119 2012-05-14 Dirk Pranke <dpranke@chromium.org>
12121 Fix typo in expectations file causing lint to fail.
12123 Unreviewed, build fix.
12125 * platform/chromium/test_expectations.txt:
12127 2012-05-14 Dan Bernstein <mitz@apple.com>
12129 Pagination splits lines that could fit on a single page if it were not for their top leading
12130 https://bugs.webkit.org/show_bug.cgi?id=86388
12132 Reviewed by Darin Adler.
12134 * fast/multicol/split-in-top-margin-expected.html: Added.
12135 * fast/multicol/split-in-top-margin.html: Added.
12137 2012-05-14 Joshua Bell <jsbell@chromium.org>
12139 Unreviewed - remove a Chromium test expectation. Regressed (with others) by r115582,
12140 the specific test (storage/indexeddb/noblobs.html) was fixed in r116337.
12142 * platform/chromium/test_expectations.txt:
12144 2012-05-14 Terry Anderson <tdanderson@chromium.org>
12146 [chromium] Compute the best target node on a GestureTap event
12147 https://bugs.webkit.org/show_bug.cgi?id=85101
12149 Reviewed by Adam Barth.
12151 * platform/chromium/test_expectations.txt:
12152 The flaky tests in touchadjustment/ have been addressed in WK86218.
12154 2012-05-14 Jian Li <jianli@chromium.org>
12156 Unreviewed. Mark one test as failed on chromium.
12158 * platform/chromium/test_expectations.txt:
12160 2012-05-14 Swapna P <spottabathini@innominds.com>
12162 Reviewed by Eric Seidel.
12164 Bug: Cannot resize frames because frameborder=0
12165 https://bugs.webkit.org/show_bug.cgi?id=23750
12167 Added test case to test whether the frame can be resized when frameborder=0.
12169 * fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Added.
12170 * fast/frames/frames-with-frameborder-zero-can-be-resized.html: Added.
12172 2012-05-14 Julien Chaffraix <jchaffraix@webkit.org>
12174 More gardening after r115846.
12176 The rebaselining was partially done. Removed the expected TEXT failures from our Mac bots
12177 and rebaselined more platforms.
12179 * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.txt: Removed.
12180 * platform/chromium-linux-x86/fast/forms/input-value-expected.txt: Removed.
12181 * platform/chromium-linux-x86/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
12182 * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.txt: Removed.
12183 * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
12184 * platform/chromium-linux/fast/forms/input-value-expected.txt:
12185 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: Added.
12186 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
12187 * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Added.
12188 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
12189 * platform/chromium/test_expectations.txt:
12191 2012-05-14 David Barton <dbarton@mathscribe.com>
12193 Unify RenderMathMLSquareRoot.cpp and RenderMathMLRoot.cpp
12194 https://bugs.webkit.org/show_bug.cgi?id=86319
12196 Reviewed by Darin Adler.
12198 * mathml/presentation/mroot-pref-width.html: Added.
12199 * platform/mac/mathml/presentation/mroot-pref-width-expected.png: Added.
12200 * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: Added.
12202 2012-05-14 Allan Sandfeld Jensen <allan.jensen@nokia.com>
12204 Fixup: Two of the touch-adjustment tests are flaky
12205 https://bugs.webkit.org/show_bug.cgi?id=86218
12207 Reviewed by Darin Adler.
12209 One test cases was still not working all platforms.
12210 Change used font to Ahem to have stable layout across platforms.
12212 * touchadjustment/touch-inlines.html:
12214 2012-05-14 Julien Chaffraix <jchaffraix@webkit.org>
12216 Unreviewed rebaseline after r115846.
12218 Those are layers additions & baselines churns due to sharing or splitting
12221 * fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
12222 * fast/repaint/lines-with-layout-delta-expected.txt: Added.
12223 * fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
12224 * fast/repaint/repaint-resized-overflow-expected.txt: Added.
12225 * fast/repaint/subtree-layoutstate-transform-expected.txt: Added.
12226 * fast/repaint/subtree-root-clip-2-expected.png: Added.
12227 * fast/repaint/subtree-root-clip-expected.png: Added.
12228 * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.txt: Added.
12229 * platform/chromium-linux-x86/fast/forms/input-value-expected.txt: Added.
12230 * platform/chromium-linux-x86/fast/layers: Removed.
12231 * platform/chromium-linux-x86/fast/repaint/inline-relative-positioned-expected.txt: Added.
12232 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.txt: Added.
12233 * platform/chromium-linux-x86/fast/table/colspanMinWidth-vertical-expected.txt: Added.
12234 * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.txt: Added.
12235 * platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12236 * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12237 * platform/chromium-mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12238 * platform/chromium-mac/fast/repaint/inline-relative-positioned-expected.txt:
12239 * platform/chromium-mac/fast/repaint/lines-with-layout-delta-expected.txt: Removed.
12240 * platform/chromium-mac/fast/repaint/repaint-resized-overflow-expected.txt: Removed.
12241 * platform/chromium-mac/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed.
12242 * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.txt: Removed.
12243 * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt: Removed.
12244 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png:
12245 * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Removed.
12246 * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt: Removed.
12247 * platform/chromium-win-vista/fast/layers: Removed.
12248 * platform/chromium-win-vista/fast/repaint/inline-relative-positioned-expected.txt: Added.
12249 * platform/chromium-win-xp/fast/layers: Removed.
12250 * platform/chromium-win-xp/fast/repaint/inline-relative-positioned-expected.txt: Added.
12251 * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt:
12252 * platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
12253 * platform/chromium-win/fast/forms/input-value-expected.txt:
12254 * platform/chromium-win/fast/layers/remove-layer-with-nested-stacking-expected.txt:
12255 * platform/chromium-win/fast/repaint/inline-relative-positioned-expected.txt:
12256 * platform/chromium-win/fast/repaint/lines-with-layout-delta-expected.txt:
12257 * platform/chromium-win/fast/repaint/repaint-resized-overflow-expected.txt:
12258 * platform/chromium-win/fast/repaint/subtree-layoutstate-transform-expected.txt:
12259 * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt:
12260 * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt:
12261 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
12262 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
12263 * platform/chromium/fast/layers: Removed.
12264 * platform/chromium/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12265 * platform/chromium/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed.
12266 * platform/chromium/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
12267 * platform/chromium/fast/repaint/subtree-root-clip-expected.txt: Removed.
12268 * platform/chromium/test_expectations.txt:
12269 * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
12270 * platform/efl/fast/repaint/lines-with-layout-delta-expected.txt: Removed.
12271 * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
12272 * platform/efl/fast/repaint/repaint-resized-overflow-expected.txt: Removed.
12273 * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed.
12274 * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Removed.
12275 * platform/efl/fast/repaint/subtree-root-clip-expected.png: Removed.
12276 * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12277 * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
12278 * platform/gtk/fast/repaint/lines-with-layout-delta-expected.txt: Removed.
12279 * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
12280 * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed.
12281 * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt: Removed.
12282 * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed.
12283 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.png: Removed.
12284 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
12285 * platform/gtk/fast/repaint/subtree-root-clip-expected.png: Removed.
12286 * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Removed.
12287 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
12288 * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed.
12289 * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
12290 * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Removed.
12292 2012-05-14 Eric Carlson <eric.carlson@apple.com>
12294 <video> won't load when URL ends with .php
12295 https://bugs.webkit.org/show_bug.cgi?id=86308
12297 Reviewed by Darin Adler.
12299 * http/tests/media/resources/load-video.php: Added.
12300 * http/tests/media/video-query-url-expected.txt: Added.
12301 * http/tests/media/video-query-url.html: Added.
12303 2012-05-14 Andrey Kosyakov <caseq@chromium.org>
12305 Web Inspector: [Extensions API] allow extensions to evaluate in the context of their content scripts
12306 https://bugs.webkit.org/show_bug.cgi?id=86361
12308 Reviewed by Yury Semikhatsky.
12310 * inspector/extensions/extensions-eval-content-script-expected.txt: Added.
12311 * inspector/extensions/extensions-eval-content-script.html: Added.
12312 * platform/gtk/test_expectations.txt:
12313 * platform/mac/Skipped:
12314 * platform/qt/Skipped:
12315 * platform/win/Skipped:
12316 * platform/wk2/Skipped:
12318 2012-05-14 Mihnea Ovidenie <mihnea@adobe.com>
12320 [CSSRegions]Convert render-region-custom-style-mark to ref test
12321 https://bugs.webkit.org/show_bug.cgi?id=86289
12323 Reviewed by Andreas Kling.
12325 This test verifies that:
12326 - If an element is displayed in a region with a region styling rule, that rule is applied.
12327 - If an element is collected into a named flow and we add a region (with a region style rule) to display the named flow,
12328 that region styling rule is applied.
12329 - If an element is displayed in a region with a region styling rule, and the region element is changed into a non-region,
12330 the region styling rule is not applied.
12332 * fast/regions/render-region-custom-style-mark-expected.html: Added.
12333 * fast/regions/render-region-custom-style-mark.html:
12334 * platform/chromium-linux/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12335 * platform/chromium-mac-leopard/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12336 * platform/chromium-mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12337 * platform/chromium-mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Removed.
12338 * platform/chromium-mac/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12339 * platform/chromium-win/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12340 * platform/chromium-win/fast/regions/render-region-custom-style-mark-expected.txt: Removed.
12341 * platform/gtk/fast/regions/render-region-custom-style-mark-expected.txt: Removed.
12342 * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.png: Removed.
12343 * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Removed.
12344 * platform/mac/fast/regions/render-region-custom-style-mark-expected.txt: Removed.
12346 2012-05-14 Stephen Chenney <schenney@chromium.org>
12348 [Chromium] Update expectations after fix for 84846
12349 https://bugs.webkit.org/show_bug.cgi?id=86374
12351 Unreviewed Chromium test expectations update.
12353 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
12354 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
12355 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
12356 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
12357 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
12358 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
12359 * platform/chromium/test_expectations.txt:
12361 2012-05-14 Vsevolod Vlasov <vsevik@chromium.org>
12363 Web Inspector: Request / response headers should be stored in name-value pairs array, not a map on front-end.
12364 https://bugs.webkit.org/show_bug.cgi?id=86357
12366 Reviewed by Pavel Feldman.
12368 * http/tests/inspector/resource-har-conversion.html:
12369 * http/tests/inspector/resource-har-headers-expected.txt:
12370 * http/tests/inspector/resource-har-headers.html:
12372 2012-05-14 Christophe Dumez <christophe.dumez@intel.com>
12374 [EFL] fast/loader/null-request-after-willSendRequest.html and fast/loader/recursive-before-unload-crash.html can be unskipped
12375 https://bugs.webkit.org/show_bug.cgi?id=86368
12377 Unreviewed EFL gardening.
12379 Remove fast/loader/null-request-after-willSendRequest.html and
12380 fast/loader/recursive-before-unload-crash.html from skip list now that
12381 EFL port has proper support for LayoutTestController's
12382 dumpFrameLoadCallbacks.
12384 * platform/efl/Skipped:
12386 2012-05-14 Csaba Osztrogonác <ossy@webkit.org>
12388 [Qt][WK2] Unreviewed gardening, unskip now passing tests.
12390 * platform/qt-5.0-wk2/Skipped:
12392 2012-05-14 Dominik Röttsches <dominik.rottsches@intel.com>
12394 [EFL][DRT] Unskipping a set of remaining media failures
12395 https://bugs.webkit.org/show_bug.cgi?id=86104
12397 Unreviewed, EFL gardening.
12399 * platform/efl/Skipped:
12400 * platform/efl/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
12401 * platform/efl/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added.
12402 * platform/efl/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
12403 * platform/efl/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
12404 * platform/efl/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
12405 * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added.
12406 * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added.
12407 * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
12408 * platform/efl/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
12409 * platform/efl/media/audio-controls-rendering-expected.png:
12410 * platform/efl/media/audio-controls-rendering-expected.txt:
12411 * platform/efl/media/audio-repaint-expected.png:
12412 * platform/efl/media/audio-repaint-expected.txt:
12413 * platform/efl/media/controls-after-reload-expected.png:
12414 * platform/efl/media/controls-after-reload-expected.txt:
12415 * platform/efl/media/controls-strict-expected.png:
12416 * platform/efl/media/controls-strict-expected.txt:
12417 * platform/efl/media/controls-without-preload-expected.png:
12418 * platform/efl/media/controls-without-preload-expected.txt:
12419 * platform/efl/media/media-document-audio-repaint-expected.png: Added.
12420 * platform/efl/media/media-document-audio-repaint-expected.txt: Added.
12421 * platform/efl/media/video-controls-rendering-expected.png:
12422 * platform/efl/media/video-controls-rendering-expected.txt:
12423 * platform/efl/media/video-display-toggle-expected.png:
12424 * platform/efl/media/video-display-toggle-expected.txt:
12425 * platform/efl/test_expectations.txt:
12427 2012-05-14 Raphael Kubo da Costa <rakuco@webkit.org>
12429 [EFL] Gardening; unskip tests fixed in r116929.
12431 * platform/efl/test_expectations.txt:
12433 2012-05-14 Pavel Feldman <pfeldman@chromium.org>
12435 [Qt] REGRESSION (r116789): inspector/debugger/script-formatter-console.html fails
12436 https://bugs.webkit.org/show_bug.cgi?id=86336
12438 Reviewed by Yury Semikhatsky.
12440 * inspector/debugger/script-formatter-breakpoints.html:
12441 * platform/qt/Skipped:
12443 2012-05-14 Sheriff Bot <webkit.review.bot@gmail.com>
12445 Unreviewed, rolling out r116932.
12446 http://trac.webkit.org/changeset/116932
12447 https://bugs.webkit.org/show_bug.cgi?id=86364
12449 It still fails on 32 bit platforms (Requested by Ossy on
12452 * platform/qt/Skipped:
12454 2012-05-14 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
12456 [EFL][DRT] fast/viewport testcases are skipped
12457 https://bugs.webkit.org/show_bug.cgi?id=86360
12459 Unreviewed, unskipping now passing fast/viewport tests after
12460 bug https://bugs.webkit.org/show_bug.cgi?id=70609 got fixed.
12462 * platform/efl/Skipped:
12464 2012-05-14 Csaba Osztrogonác <ossy@webkit.org>
12466 [Qt] Unreviewed gardening, unskip a now passing test.
12468 * platform/qt/Skipped:
12470 2012-05-14 Csaba Osztrogonác <ossy@webkit.org>
12472 [Qt] Unreviewed gardening, unskip now passing tests after r116926.
12474 * platform/qt/Skipped:
12476 2012-05-14 Zan Dobersek <zandobersek@gmail.com>
12478 Unreviewed, removing test expectations for two tests that were
12481 * platform/gtk/test_expectations.txt:
12483 2012-05-13 Filip Pizlo <fpizlo@apple.com>
12485 DFG performs incorrect constant folding on double-to-uint32 conversion in
12486 Uint32Array PutByVal
12487 https://bugs.webkit.org/show_bug.cgi?id=86330
12489 Rubber stamped by Darin Adler.
12491 * fast/js/dfg-uint32array-overflow-constant-expected.txt: Added.
12492 * fast/js/dfg-uint32array-overflow-constant.html: Added.
12493 * fast/js/script-tests/dfg-uint32array-overflow-constant.js: Added.
12496 2012-05-13 Csaba Osztrogonác <ossy@webkit.org>
12498 [Qt] Unreviewed gardening, skip new asserting and failing test to paint the bots green.
12500 * platform/qt/Skipped:
12502 2012-05-13 Noel Gordon <noel.gordon@gmail.com>
12504 Unreviewed test fix: these calc() tests are dumpAsText().
12506 * css3/calc/transition-crash.html:
12507 * css3/calc/transition-crash2.html:
12509 2012-05-13 Christophe Dumez <christophe.dumez@intel.com>
12511 [EFL] Several dom tests are failing after r116828
12512 https://bugs.webkit.org/show_bug.cgi?id=86334
12514 Unreviewed EFL gardening.
12516 Move fast/dom/CSSStyleDeclaration/empty-string-property.html and
12517 fast/dom/collection-null-like-arguments.html to test_expectations.txt.
12518 Those tests are failing due to a regression introduced in r116828.
12520 * platform/efl/test_expectations.txt:
12522 2012-05-13 Zan Dobersek <zandobersek@gmail.com>
12524 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
12525 https://bugs.webkit.org/show_bug.cgi?id=85591
12527 Unreviewed, remove test expectations for plenty of sputnik tests that
12528 were specific for debug builds. These tests are now consistently
12529 passing on all the builders but that was only noticed when migration to
12530 using test_expectations.txt was complete, meaning their test expectations
12531 were out of date and moreover erroneous.
12533 * platform/gtk/test_expectations.txt:
12535 2012-05-13 Zan Dobersek <zandobersek@gmail.com>
12537 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
12538 https://bugs.webkit.org/show_bug.cgi?id=85591
12540 Unreviewed, remove test expectations for another test which
12541 consistently passess on all the Gtk builders.
12543 * platform/gtk/test_expectations.txt:
12545 2012-05-13 Ryosuke Niwa <rniwa@webkit.org>
12547 performance tests should be able to measure runs/sec rather than time
12548 https://bugs.webkit.org/show_bug.cgi?id=86021
12550 Reviewed by Ojan Vafai.
12552 Add tests for PerfTestRunner.runPerSecond.
12554 * fast/harness/perftests/runs-per-second-iterations-expected.txt: Added.
12555 * fast/harness/perftests/runs-per-second-iterations.html: Added.
12556 * fast/harness/perftests/runs-per-second-log-expected.txt: Added.
12557 * fast/harness/perftests/runs-per-second-log.html: Added.
12559 2012-05-13 Mike Lawther <mikelawther@chromium.org>
12561 Heap-use-after-free in WTF::HashMap<int, WTF::RefPtr<WebCore::CalculationValue>, WTF::IntHash<unsigned int>, WTF::HashTrait
12562 https://bugs.webkit.org/show_bug.cgi?id=85195
12564 Reviewed by Darin Adler.
12566 * css3/calc/transition-crash-expected.txt: Added.
12567 * css3/calc/transition-crash.html: Added.
12568 * css3/calc/transition-crash2-expected.txt: Added.
12569 * css3/calc/transition-crash2.html: Added.
12571 2012-05-13 Philippe Normand <pnormand@igalia.com>
12573 Unreviewed GTK test_expectations update.
12575 * platform/gtk/test_expectations.txt: Mark
12576 media/video-controls-toggling.html as failing and move 2 other
12577 media failures to the correct section.
12579 2012-05-13 Philippe Normand <pnormand@igalia.com>
12581 Unreviewed GTK test_expectations update.
12583 * platform/gtk/test_expectations.txt: Flag another 2 media failures.
12585 2012-05-13 Philippe Normand <pnormand@igalia.com>
12587 Unreviewed GTK test_expectations update.
12589 * platform/gtk/test_expectations.txt: Flag failing media test.
12591 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org>
12593 [EFL] Unreviewed, fix test skipped in the previous commit.
12595 * platform/efl/test_expectations.txt:
12597 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org>
12599 [EFL] Gardening; skip tests after r116900.
12601 The patch only updated the chromium and mac expectations...
12603 * platform/efl/test_expectations.txt:
12605 2012-05-13 Raphael Kubo da Costa <rakuco@webkit.org>
12607 [EFL] Gardening; skip test added in r116858.
12609 * platform/efl/test_expectations.txt:
12611 2012-05-13 Victor Carbune <vcarbune@adobe.com>
12613 Volume slider needs to be displayed below the mute button
12614 https://bugs.webkit.org/show_bug.cgi?id=85990
12616 Reviewed by Dimitri Glazkov.
12618 Updated tests expectation and marked failing tests accordingly.
12620 * media/media-volume-slider-rendered-below.html: Added.
12621 * media/media-volume-slider-rendered-expected.txt: Added.
12622 * platform/chromium/test_expectations.txt: Updated.
12623 * platform/mac/media/audio-controls-rendering-expected.txt: Updated (z-index change).
12624 * platform/mac/media/controls-after-reload-expected.txt: Same.
12625 * platform/mac/media/controls-strict-expected.txt: Same.
12626 * platform/mac/media/video-controls-rendering-expected.txt: Same.
12627 * platform/mac/media/video-display-toggle-expected.txt: Same.
12628 * platform/mac/media/video-playing-and-pause-expected.txt: Same.
12629 * platform/mac/test_expectations.txt: Updated.
12631 2012-05-12 Abhishek Arya <inferno@chromium.org>
12633 Crash in HTMLSelectElement::setOption
12634 https://bugs.webkit.org/show_bug.cgi?id=85420
12636 Reviewed by Eric Seidel.
12638 * fast/dom/HTMLSelectElement/option-add-crash-expected.txt: Added.
12639 * fast/dom/HTMLSelectElement/option-add-crash.html: Added.
12641 2012-05-12 Philip Rogers <pdr@google.com>
12643 Cleanup before changing attributeName in SVG <animate>
12644 https://bugs.webkit.org/show_bug.cgi?id=86100
12646 Reviewed by Nikolas Zimmermann.
12648 * svg/animations/dynamic-modify-attributename-crash-expected.txt: Added.
12649 * svg/animations/dynamic-modify-attributename-crash.svg: Added.
12651 2012-05-12 Max Feil <mfeil@rim.com>
12653 [BlackBerry] Allow the platform media player to determine the media element's paused/playing status
12654 https://bugs.webkit.org/show_bug.cgi?id=86235
12656 Reviewed by George Staikos.
12658 This test replaces the source element of a playing media object
12659 and makes sure the new source element begins playing.
12661 * media/media-continues-playing-after-replace-source-expected.txt: Added.
12662 * media/media-continues-playing-after-replace-source.html: Added.
12664 2012-05-12 Zan Dobersek <zandobersek@gmail.com>
12666 Unreviewed, GTK gardening. Also add baselines for new tests after
12667 r116001, r116373 and r116438.
12669 * platform/gtk/css2.1/20110323/first-letter-000-expected.txt: Added.
12670 * platform/gtk/css2.1/20110323/first-letter-001-expected.txt: Added.
12671 * platform/gtk/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
12672 * platform/gtk/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
12673 * platform/gtk/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
12674 * platform/gtk/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
12675 * platform/gtk/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
12676 * platform/gtk/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
12677 * platform/gtk/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
12678 * platform/gtk/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
12679 * platform/gtk/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
12680 * platform/gtk/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
12681 * platform/gtk/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
12682 * platform/gtk/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
12683 * platform/gtk/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
12684 * platform/gtk/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
12685 * platform/gtk/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
12686 * platform/gtk/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
12687 * platform/gtk/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
12688 * platform/gtk/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
12689 * platform/gtk/fast/css/first-letter-nested-positioned-expected.txt: Added.
12690 * platform/gtk/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
12691 * platform/gtk/fast/css/first-line-text-decoration-expected.txt: Added.
12692 * platform/gtk/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added.
12693 * platform/gtk/media/media-can-play-webm-expected.txt: Added.
12694 * platform/gtk/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Added.
12695 * platform/gtk/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
12696 * platform/gtk/test_expectations.txt:
12698 2012-05-12 Kent Tamura <tkent@chromium.org>
12700 [Chromium] Update test expectations
12702 * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
12703 * platform/chromium-linux-x86/svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
12704 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
12705 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
12706 * platform/chromium/test_expectations.txt:
12708 2012-05-11 Yury Semikhatsky <yurys@chromium.org>
12710 Web Inspector: allow showing arbitrary range of nodes in heap snapshot view
12711 https://bugs.webkit.org/show_bug.cgi?id=86230
12713 Reviewed by Pavel Feldman.
12715 * inspector/profiler/heap-snapshot-comparison-show-all.html:
12716 * inspector/profiler/heap-snapshot-containment-show-all.html:
12717 * inspector/profiler/heap-snapshot-dominators-show-all.html:
12718 * inspector/profiler/heap-snapshot-summary-show-all.html:
12719 * inspector/profiler/heap-snapshot-summary-show-ranges-expected.txt: Added.
12720 * inspector/profiler/heap-snapshot-summary-show-ranges.html: Added. Test that
12721 showing overlapping and disjoint ranges of node children will leave the node
12723 * platform/mac/Skipped: Skip the test on platforms that don't support heap profiling.
12724 * platform/qt/Skipped:
12725 * platform/win/Skipped:
12726 * platform/wincairo/Skipped:
12728 2012-05-12 Pavel Feldman <pfeldman@chromium.org>
12730 Web Inspector: remove UISourceCode.id since it is no longer used.
12731 https://bugs.webkit.org/show_bug.cgi?id=86286
12733 Reviewed by Vsevolod Vlasov.
12735 * inspector/debugger/breakpoint-manager.html:
12736 * inspector/debugger/raw-source-code.html:
12737 * inspector/debugger/scripts-file-selector.html:
12738 * inspector/debugger/scripts-panel.html:
12739 * inspector/debugger/scripts-sorting.html:
12740 * inspector/debugger/ui-source-code-display-name.html:
12741 * inspector/debugger/ui-source-code.html:
12743 2012-05-12 Kent Tamura <tkent@chromium.org>
12745 [Chromium] Test expectation update.
12747 * fast/block/float/avoiding-float-centered-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/avoiding-float-centered-expected.txt.
12748 * fast/clip/008-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/008-expected.txt.
12749 * fast/clip/011-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/011-expected.txt.
12750 * fast/clip/012-expected.txt: Renamed from LayoutTests/platform/efl/fast/clip/012-expected.txt.
12751 * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt.
12752 * platform/chromium-linux-x86/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt.
12753 * platform/chromium-linux/editing/selection/3690703-2-expected.txt:
12754 * platform/chromium-linux/editing/selection/3690703-expected.txt:
12755 * platform/chromium-linux/editing/selection/3690719-expected.txt:
12756 * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt.
12757 * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt.
12758 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.txt.
12759 * platform/chromium-mac/editing/inserting/before-after-input-element-expected.txt: Removed.
12760 * platform/chromium-mac/editing/pasteboard/4806874-expected.txt: Removed.
12761 * platform/chromium-mac/editing/pasteboard/input-field-1-expected.txt: Removed.
12762 * platform/chromium-mac/editing/selection/3690703-2-expected.txt: Removed.
12763 * platform/chromium-mac/editing/selection/3690703-expected.txt: Removed.
12764 * platform/chromium-mac/editing/selection/3690719-expected.txt: Removed.
12765 * platform/chromium-mac/editing/selection/4895428-3-expected.txt: Removed.
12766 * platform/chromium-mac/editing/selection/4975120-expected.txt: Removed.
12767 * platform/chromium-mac/editing/selection/drag-select-1-expected.txt: Removed.
12768 * platform/chromium-mac/editing/selection/expanding-selections-expected.txt: Removed.
12769 * platform/chromium-mac/editing/selection/leave-requested-block-expected.txt: Removed.
12770 * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt: Removed.
12771 * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.txt: Removed.
12772 * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.txt: Removed.
12773 * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt: Removed.
12774 * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt: Removed.
12775 * platform/chromium-mac/fast/block/lineboxcontain/block-font-expected.txt: Removed.
12776 * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.txt:
12777 * platform/chromium-mac/fast/block/lineboxcontain/font-expected.txt: Removed.
12778 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
12779 * platform/chromium-mac/fast/forms/placeholder-position-expected.txt: Removed.
12780 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
12781 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
12782 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
12783 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
12784 * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt:
12785 * platform/chromium-win/editing/pasteboard/4806874-expected.txt:
12786 * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
12787 * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt:
12788 * platform/chromium-win/editing/selection/3690703-2-expected.txt:
12789 * platform/chromium-win/editing/selection/3690703-expected.txt:
12790 * platform/chromium-win/editing/selection/3690719-expected.txt:
12791 * platform/chromium-win/editing/selection/4895428-3-expected.txt:
12792 * platform/chromium-win/editing/selection/4975120-expected.txt:
12793 * platform/chromium-win/editing/selection/drag-select-1-expected.txt:
12794 * platform/chromium-win/editing/selection/expanding-selections-expected.txt:
12795 * platform/chromium-win/editing/selection/leave-requested-block-expected.txt:
12796 * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
12797 * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt:
12798 * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt:
12799 * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
12800 * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
12801 * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt:
12802 * platform/chromium-win/fast/clip/008-expected.txt:
12803 * platform/chromium-win/fast/clip/011-expected.txt:
12804 * platform/chromium-win/fast/clip/012-expected.txt:
12805 * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
12806 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
12807 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
12808 * platform/chromium-win/svg/hixie/mixed/003-expected.txt:
12809 * platform/chromium/test_expectations.txt:
12810 * platform/gtk/fast/block/float/avoiding-float-centered-expected.txt: Removed.
12811 * platform/gtk/fast/clip/008-expected.txt: Removed.
12812 * platform/gtk/fast/clip/011-expected.txt: Removed.
12813 * platform/gtk/fast/clip/012-expected.txt: Removed.
12815 2012-05-12 Zan Dobersek <zandobersek@gmail.com>
12817 Unreviewed, GTK gardening.
12819 * platform/gtk/test_expectations.txt: Also remove expectations for some
12820 tests that were recently removed.
12822 2012-05-12 Pavel Feldman <pfeldman@chromium.org>
12824 Web Inspector: merge MainScriptMapping into DebuggerPresentationModel; move other classes into their own files.
12825 https://bugs.webkit.org/show_bug.cgi?id=86285
12827 Reviewed by Yury Semikhatsky.
12829 * http/tests/inspector/compiler-script-mapping-expected.txt:
12830 * http/tests/inspector/compiler-script-mapping.html:
12832 2012-05-12 Kent Tamura <tkent@chromium.org>
12834 [Chromium] Rebaseline for some tests.
12836 * css3/selectors3/html/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt.
12837 * css3/selectors3/html/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt.
12838 * css3/selectors3/html/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt.
12839 * css3/selectors3/html/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt.
12840 * css3/selectors3/xhtml/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
12841 * css3/selectors3/xhtml/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
12842 * css3/selectors3/xhtml/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
12843 * css3/selectors3/xhtml/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
12844 * css3/selectors3/xml/css3-modsel-23-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt.
12845 * css3/selectors3/xml/css3-modsel-24-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt.
12846 * css3/selectors3/xml/css3-modsel-68-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt.
12847 * css3/selectors3/xml/css3-modsel-69-expected.txt: Renamed from LayoutTests/platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt.
12848 * fast/block/float/033-expected.txt:
12849 * fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.txt.
12850 * fast/block/float/in-margin-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/in-margin-expected.png.
12851 * fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt.
12852 * fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.txt.
12853 * fast/block/lineboxcontain/parsing-invalid-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt.
12854 * fast/clip/017-expected.png: Renamed from LayoutTests/platform/efl/fast/clip/017-expected.png.
12855 * fast/css/invalidation-errors-2-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/invalidation-errors-2-expected.txt.
12856 * fast/css/invalidation-errors-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/invalidation-errors-expected.txt.
12857 * fast/css/nested-layers-with-hover-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/nested-layers-with-hover-expected.txt.
12858 * fast/dynamic/subtree-boundary-percent-height-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-boundary-percent-height-expected.png.
12859 * fast/dynamic/subtree-no-common-root-static-y-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-no-common-root-static-y-expected.png.
12860 * fast/dynamic/subtree-table-cell-height-expected.png: Renamed from LayoutTests/platform/efl/fast/dynamic/subtree-table-cell-height-expected.png.
12861 * fast/inline/continuation-outlines-expected.txt: Renamed from LayoutTests/platform/efl/fast/inline/continuation-outlines-expected.txt.
12862 * fast/layers/self-painting-outline-expected.png: Renamed from LayoutTests/platform/efl/fast/layers/self-painting-outline-expected.png.
12863 * fast/multicol/layers-split-across-columns-expected.txt: Renamed from LayoutTests/platform/efl/fast/multicol/layers-split-across-columns-expected.txt.
12864 * fast/overflow/004-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/004-expected.txt.
12865 * fast/overflow/clip-rects-fixed-ancestor-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt.
12866 * fast/overflow/line-clamp-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/line-clamp-expected.txt.
12867 * fast/overflow/overflow-focus-ring-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/overflow-focus-ring-expected.txt.
12868 * fast/repaint/layer-outline-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/layer-outline-expected.txt.
12869 * fast/repaint/layer-outline-horizontal-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/layer-outline-horizontal-expected.txt.
12870 * fast/repaint/opacity-change-on-overflow-float-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.txt.
12871 * fast/repaint/subtree-root-clip-3-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/subtree-root-clip-3-expected.png.
12872 * fast/table/029-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/029-expected.txt.
12873 * fast/table/overflowHidden-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/overflowHidden-expected.txt.
12874 * platform/chromium-linux-x86/fast/text/selection-painted-separately-expected.txt:
12875 * platform/chromium-linux-x86/fast/text/selection-rect-rounding-expected.txt: Added.
12876 * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
12877 * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
12878 * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
12879 * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
12880 * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
12881 * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
12882 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
12883 * platform/chromium-linux/fast/forms/search-styled-expected.txt:
12884 * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
12885 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
12886 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
12887 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
12888 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
12889 * platform/chromium-linux/fast/text/selection-painted-separately-expected.txt:
12890 * platform/chromium-linux/fast/text/selection-rect-rounding-expected.txt: Added.
12891 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt:
12892 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
12893 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
12894 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
12895 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
12896 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
12897 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
12898 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt:
12899 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt:
12900 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt:
12901 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt:
12902 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt:
12903 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
12904 * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt:
12905 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
12906 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-23-expected.png:
12907 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-24-expected.png:
12908 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-68-expected.png:
12909 * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-69-expected.png:
12910 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-23-expected.png:
12911 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-24-expected.png:
12912 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-68-expected.png:
12913 * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-69-expected.png:
12914 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-23-expected.png:
12915 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-24-expected.png:
12916 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-68-expected.png:
12917 * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-69-expected.png:
12918 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.txt: Removed.
12919 * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png:
12920 * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.txt: Removed.
12921 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
12922 * platform/chromium-mac-leopard/fast/inline/continuation-outlines-expected.png:
12923 * platform/chromium-mac-leopard/fast/text/selection-painted-separately-expected.txt:
12924 * platform/chromium-mac-leopard/fast/text/selection-rect-rounding-expected.txt: Added.
12925 * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.txt: Removed.
12926 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
12927 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.txt: Removed.
12928 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
12929 * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
12930 * platform/chromium-mac-snowleopard/fast/text/selection-painted-separately-expected.txt:
12931 * platform/chromium-mac-snowleopard/fast/text/selection-rect-rounding-expected.txt:
12932 * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
12933 * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
12934 * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
12935 * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
12936 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
12937 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
12938 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
12939 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
12940 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
12941 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
12942 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
12943 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
12944 * platform/chromium-mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed.
12945 * platform/chromium-mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed.
12946 * platform/chromium-mac/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
12947 * platform/chromium-mac/fast/block/margin-collapse/103-expected.txt: Removed.
12948 * platform/chromium-mac/fast/css/input-search-padding-expected.txt: Removed.
12949 * platform/chromium-mac/fast/css/invalidation-errors-2-expected.txt: Removed.
12950 * platform/chromium-mac/fast/css/invalidation-errors-expected.txt: Removed.
12951 * platform/chromium-mac/fast/css/line-height-expected.txt: Removed.
12952 * platform/chromium-mac/fast/css/nested-layers-with-hover-expected.txt: Removed.
12953 * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.txt: Removed.
12954 * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Removed.
12955 * platform/chromium-mac/fast/dom/isindex-001-expected.txt: Removed.
12956 * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Removed.
12957 * platform/chromium-mac/fast/events/context-no-deselect-expected.txt: Removed.
12958 * platform/chromium-mac/fast/forms/basic-inputs-expected.txt:
12959 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
12960 * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
12961 * platform/chromium-mac/fast/forms/encoding-test-expected.txt: Removed.
12962 * platform/chromium-mac/fast/forms/fieldset-align-expected.txt: Removed.
12963 * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.txt: Removed.
12964 * platform/chromium-mac/fast/forms/input-align-expected.txt: Removed.
12965 * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.txt: Removed.
12966 * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.txt:
12967 * platform/chromium-mac/fast/forms/input-appearance-focus-expected.txt: Removed.
12968 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
12969 * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.txt: Removed.
12970 * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.txt: Removed.
12971 * platform/chromium-mac/fast/forms/input-appearance-width-expected.txt: Removed.
12972 * platform/chromium-mac/fast/forms/input-baseline-expected.txt: Removed.
12973 * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
12974 * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed.
12975 * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.txt: Removed.
12976 * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.txt: Removed.
12977 * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.txt: Removed.
12978 * platform/chromium-mac/fast/forms/input-readonly-empty-expected.txt: Removed.
12979 * platform/chromium-mac/fast/forms/input-spaces-expected.txt: Removed.
12980 * platform/chromium-mac/fast/forms/input-table-expected.txt: Removed.
12981 * platform/chromium-mac/fast/forms/input-text-click-inside-expected.txt: Removed.
12982 * platform/chromium-mac/fast/forms/input-text-click-outside-expected.txt: Removed.
12983 * platform/chromium-mac/fast/forms/input-text-double-click-expected.txt: Removed.
12984 * platform/chromium-mac/fast/forms/input-text-option-delete-expected.txt: Removed.
12985 * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.txt: Removed.
12986 * platform/chromium-mac/fast/forms/input-width-expected.txt: Removed.
12987 * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
12988 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
12989 * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
12990 * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
12991 * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.txt: Removed.
12992 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png:
12993 * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
12994 * platform/chromium-mac/fast/forms/search-display-none-cancel-button-expected.txt: Removed.
12995 * platform/chromium-mac/fast/forms/search-rtl-expected.png:
12996 * platform/chromium-mac/fast/forms/search-styled-expected.txt: Removed.
12997 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
12998 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt: Removed.
12999 * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
13000 * platform/chromium-mac/fast/forms/searchfield-heights-expected.txt: Removed.
13001 * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.txt: Removed.
13002 * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.txt: Removed.
13003 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
13004 * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.txt: Removed.
13005 * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.txt: Removed.
13006 * platform/chromium-mac/fast/html/details-no-summary4-expected.txt: Removed.
13007 * platform/chromium-mac/fast/html/details-open-javascript-expected.txt: Removed.
13008 * platform/chromium-mac/fast/html/details-open2-expected.txt: Removed.
13009 * platform/chromium-mac/fast/html/details-open4-expected.txt: Removed.
13010 * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
13011 * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
13012 * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.txt: Removed.
13013 * platform/chromium-mac/fast/multicol/layers-split-across-columns-expected.txt: Removed.
13014 * platform/chromium-mac/fast/overflow/004-expected.txt: Removed.
13015 * platform/chromium-mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Removed.
13016 * platform/chromium-mac/fast/overflow/line-clamp-expected.txt: Removed.
13017 * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.txt: Removed.
13018 * platform/chromium-mac/fast/repaint/layer-outline-expected.txt: Removed.
13019 * platform/chromium-mac/fast/repaint/layer-outline-horizontal-expected.txt: Removed.
13020 * platform/chromium-mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Removed.
13021 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Removed.
13022 * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.txt: Removed.
13023 * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.txt: Removed.
13024 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
13025 * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.txt: Removed.
13026 * platform/chromium-mac/fast/table/003-expected.txt: Removed.
13027 * platform/chromium-mac/fast/table/029-expected.txt: Removed.
13028 * platform/chromium-mac/fast/table/colspanMinWidth-expected.txt: Removed.
13029 * platform/chromium-mac/fast/table/overflowHidden-expected.txt: Removed.
13030 * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.txt: Removed.
13031 * platform/chromium-mac/fast/table/text-field-baseline-expected.txt: Removed.
13032 * platform/chromium-mac/fast/text/selection-painted-separately-expected.txt:
13033 * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.txt: Removed.
13034 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
13035 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
13036 * platform/chromium-mac/tables/mozilla/bugs/45621-expected.txt: Removed.
13037 * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.txt: Removed.
13038 * platform/chromium-mac/tables/mozilla/bugs/bug154780-expected.txt: Removed.
13039 * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt: Removed.
13040 * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.txt: Removed.
13041 * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
13042 * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
13043 * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
13044 * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt: Removed.
13045 * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.txt: Removed.
13046 * platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.txt:
13047 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt: Removed.
13048 * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
13049 * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
13050 * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt: Removed.
13051 * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.txt: Removed.
13052 * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt: Removed.
13053 * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt: Removed.
13054 * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt: Removed.
13055 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
13056 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
13057 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed.
13058 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Removed.
13059 * platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt:
13060 * platform/chromium-win-vista/fast/text/selection-rect-rounding-expected.txt: Added.
13061 * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
13062 * platform/chromium-win-xp/fast/text/selection-painted-separately-expected.txt:
13063 * platform/chromium-win-xp/fast/text/selection-rect-rounding-expected.txt: Added.
13064 * platform/chromium-win/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
13065 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
13066 * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt:
13067 * platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
13068 * platform/chromium-win/fast/css/input-search-padding-expected.txt:
13069 * platform/chromium-win/fast/css/invalidation-errors-2-expected.txt:
13070 * platform/chromium-win/fast/css/invalidation-errors-expected.txt:
13071 * platform/chromium-win/fast/css/line-height-expected.txt:
13072 * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt:
13073 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
13074 * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
13075 * platform/chromium-win/fast/dom/isindex-001-expected.txt:
13076 * platform/chromium-win/fast/dom/isindex-002-expected.txt:
13077 * platform/chromium-win/fast/events/autoscroll-expected.txt:
13078 * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
13079 * platform/chromium-win/fast/forms/basic-inputs-expected.txt:
13080 * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
13081 * platform/chromium-win/fast/forms/encoding-test-expected.txt:
13082 * platform/chromium-win/fast/forms/fieldset-align-expected.txt:
13083 * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
13084 * platform/chromium-win/fast/forms/input-align-expected.txt:
13085 * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt:
13086 * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt:
13087 * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
13088 * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
13089 * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt:
13090 * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
13091 * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
13092 * platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt:
13093 * platform/chromium-win/fast/forms/input-appearance-width-expected.txt:
13094 * platform/chromium-win/fast/forms/input-baseline-expected.txt:
13095 * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
13096 * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt:
13097 * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
13098 * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
13099 * platform/chromium-win/fast/forms/input-readonly-empty-expected.txt:
13100 * platform/chromium-win/fast/forms/input-spaces-expected.txt:
13101 * platform/chromium-win/fast/forms/input-table-expected.txt:
13102 * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
13103 * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt:
13104 * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
13105 * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
13106 * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
13107 * platform/chromium-win/fast/forms/input-width-expected.txt:
13108 * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt:
13109 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
13110 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
13111 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
13112 * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
13113 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
13114 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
13115 * platform/chromium-win/fast/forms/search-rtl-expected.txt:
13116 * platform/chromium-win/fast/forms/search-styled-expected.txt:
13117 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
13118 * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
13119 * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
13120 * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
13121 * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
13122 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
13123 * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
13124 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
13125 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
13126 * platform/chromium-win/fast/html/details-open2-expected.txt:
13127 * platform/chromium-win/fast/html/details-open4-expected.txt:
13128 * platform/chromium-win/fast/invalid/residual-style-expected.txt:
13129 * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt:
13130 * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt:
13131 * platform/chromium-win/fast/overflow/004-expected.txt:
13132 * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
13133 * platform/chromium-win/fast/overflow/line-clamp-expected.txt:
13134 * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
13135 * platform/chromium-win/fast/repaint/layer-outline-expected.txt:
13136 * platform/chromium-win/fast/repaint/layer-outline-horizontal-expected.txt:
13137 * platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt:
13138 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
13139 * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt:
13140 * platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt:
13141 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
13142 * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt:
13143 * platform/chromium-win/fast/table/003-expected.txt:
13144 * platform/chromium-win/fast/table/029-expected.txt:
13145 * platform/chromium-win/fast/table/colspanMinWidth-expected.txt:
13146 * platform/chromium-win/fast/table/overflowHidden-expected.txt:
13147 * platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt:
13148 * platform/chromium-win/fast/table/text-field-baseline-expected.txt:
13149 * platform/chromium-win/fast/text/selection-painted-separately-expected.txt:
13150 * platform/chromium-win/fast/text/selection-rect-rounding-expected.txt:
13151 * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
13152 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt:
13153 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt:
13154 * platform/chromium-win/tables/mozilla/bugs/45621-expected.txt:
13155 * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt:
13156 * platform/chromium-win/tables/mozilla/bugs/bug154780-expected.txt:
13157 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
13158 * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt:
13159 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
13160 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
13161 * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
13162 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
13163 * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt:
13164 * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt:
13165 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
13166 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt:
13167 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt:
13168 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt:
13169 * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt:
13170 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt:
13171 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt:
13172 * platform/chromium-win/tables/mozilla/other/move_row-expected.txt:
13173 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
13174 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
13175 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
13176 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
13177 * platform/chromium/fast/block/float/033-expected.txt: Removed.
13178 * platform/chromium/fast/block/float/avoidance-rtl-expected.txt: Removed.
13179 * platform/chromium/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
13180 * platform/chromium/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
13181 * platform/chromium/fast/block/float/in-margin-expected.txt: Removed.
13182 * platform/chromium/fast/clip/017-expected.txt: Removed.
13183 * platform/chromium/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
13184 * platform/chromium/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
13185 * platform/chromium/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
13186 * platform/chromium/fast/layers/self-painting-outline-expected.txt: Removed.
13187 * platform/chromium/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
13188 * platform/chromium/test_expectations.txt:
13189 * platform/efl/fast/block/float/033-expected.txt: Removed.
13190 * platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: Removed.
13191 * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: Removed.
13192 * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: Removed.
13193 * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: Removed.
13194 * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Removed.
13195 * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Removed.
13196 * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Removed.
13197 * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Removed.
13198 * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: Removed.
13199 * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: Removed.
13200 * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: Removed.
13201 * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: Removed.
13202 * platform/gtk/fast/block/float/033-expected.txt: Removed.
13203 * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Removed.
13204 * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
13205 * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
13206 * platform/gtk/fast/block/float/in-margin-expected.png: Removed.
13207 * platform/gtk/fast/block/float/in-margin-expected.txt: Removed.
13208 * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed.
13209 * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed.
13210 * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
13211 * platform/gtk/fast/clip/017-expected.png: Removed.
13212 * platform/gtk/fast/clip/017-expected.txt: Removed.
13213 * platform/gtk/fast/css/invalidation-errors-2-expected.txt: Removed.
13214 * platform/gtk/fast/css/invalidation-errors-expected.txt: Removed.
13215 * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
13216 * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.png: Removed.
13217 * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
13218 * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.png: Removed.
13219 * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
13220 * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.png: Removed.
13221 * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
13222 * platform/gtk/fast/inline/continuation-outlines-expected.txt: Removed.
13223 * platform/gtk/fast/layers/self-painting-outline-expected.png: Removed.
13224 * platform/gtk/fast/layers/self-painting-outline-expected.txt: Removed.
13225 * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: Removed.
13226 * platform/gtk/fast/overflow/004-expected.txt: Removed.
13227 * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Removed.
13228 * platform/gtk/fast/overflow/line-clamp-expected.txt: Removed.
13229 * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt: Removed.
13230 * platform/gtk/fast/repaint/layer-outline-expected.txt: Removed.
13231 * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: Removed.
13232 * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt: Removed.
13233 * platform/gtk/fast/repaint/subtree-root-clip-3-expected.png: Removed.
13234 * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
13235 * platform/gtk/fast/table/029-expected.txt: Removed.
13236 * platform/gtk/fast/table/overflowHidden-expected.txt: Removed.
13237 * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt: Removed.
13238 * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Removed.
13239 * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed.
13240 * platform/mac/fast/block/float/033-expected.txt: Removed.
13241 * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Removed.
13242 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
13243 * platform/mac/fast/block/float/in-margin-expected.txt: Removed.
13244 * platform/mac/fast/clip/017-expected.txt: Removed.
13245 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
13246 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
13247 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
13248 * platform/qt/fast/block/float/avoidance-rtl-expected.txt: Removed.
13249 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
13250 * platform/qt/fast/block/float/in-margin-expected.txt: Removed.
13251 * platform/qt/fast/clip/017-expected.txt: Removed.
13252 * platform/qt/fast/css/resize-single-axis-expected.txt: Removed.
13253 * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
13254 * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
13255 * platform/qt/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
13256 * platform/qt/fast/layers/self-painting-outline-expected.txt: Removed.
13257 * platform/qt/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
13258 * tables/mozilla/bugs/bug154780-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug154780-expected.txt.
13259 * tables/mozilla_expected_failures/bugs/bug45621-expected.png: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png.
13260 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt.
13262 2012-05-11 Noel Gordon <noel.gordon@gmail.com>
13264 Optimise and update test expectations after r116636
13266 Unreviewed test expectations update.
13268 * fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt.
13269 * fast/block/float/014-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/014-expected.txt.
13270 * fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
13271 * fast/repaint/backgroundSizeRepaint-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/backgroundSizeRepaint-expected.txt.
13272 * fast/repaint/clipped-relative-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/clipped-relative-expected.txt.
13273 * fast/repaint/selected-replaced-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/selected-replaced-expected.txt.
13274 * fast/replaced/absolute-image-sizing-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/absolute-image-sizing-expected.txt.
13275 * fast/replaced/image-onload-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/image-onload-expected.txt.
13276 * fast/replaced/image-sizing-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/image-sizing-expected.txt.
13277 * fast/replaced/width100percent-image-expected.txt: Renamed from LayoutTests/platform/efl/fast/replaced/width100percent-image-expected.txt.
13278 * fast/writing-mode/background-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-horizontal-bt-expected.txt.
13279 * fast/writing-mode/background-vertical-lr-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-vertical-lr-expected.txt.
13280 * fast/writing-mode/background-vertical-rl-expected.txt: Renamed from LayoutTests/platform/efl/fast/writing-mode/background-vertical-rl-expected.txt.
13281 * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13282 * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13283 * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13284 * platform/chromium-linux-x86/fast/replaced/image-tag-expected.png: Added.
13285 * platform/chromium-linux-x86/tables/mozilla/bugs/bug120107-expected.png: Added.
13286 * platform/chromium-linux-x86/tables/mozilla/bugs/bug1271-expected.png: Added.
13287 * platform/chromium-linux-x86/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13288 * platform/chromium-linux-x86/tables/mozilla/bugs/bug13169-expected.png: Added.
13289 * platform/chromium-linux-x86/tables/mozilla/bugs/bug196870-expected.png: Added.
13290 * platform/chromium-linux-x86/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13291 * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
13292 * platform/chromium-linux/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13293 * platform/chromium-linux/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13294 * platform/chromium-linux/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13295 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
13296 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13297 * platform/chromium-linux/fast/block/float/014-expected.png:
13298 * platform/chromium-linux/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
13299 * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png:
13300 * platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.png:
13301 * platform/chromium-linux/fast/repaint/clipped-relative-expected.png:
13302 * platform/chromium-linux/fast/repaint/selected-replaced-expected.png:
13303 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
13304 * platform/chromium-linux/fast/replaced/image-onload-expected.png:
13305 * platform/chromium-linux/fast/replaced/image-sizing-expected.png:
13306 * platform/chromium-linux/fast/replaced/image-tag-expected.png: Added.
13307 * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
13308 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
13309 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
13310 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
13311 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
13312 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
13313 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
13314 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
13315 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
13316 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
13317 * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
13318 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
13319 * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png:
13320 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png:
13321 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
13322 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
13323 * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png:
13324 * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.png:
13325 * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png:
13326 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
13327 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
13328 * platform/chromium-linux/tables/mozilla/bugs/bug120107-expected.png: Added.
13329 * platform/chromium-linux/tables/mozilla/bugs/bug1271-expected.png: Added.
13330 * platform/chromium-linux/tables/mozilla/bugs/bug12908-1-expected.png:
13331 * platform/chromium-linux/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13332 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
13333 * platform/chromium-linux/tables/mozilla/bugs/bug13169-expected.png: Added.
13334 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
13335 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
13336 * platform/chromium-linux/tables/mozilla/bugs/bug17138-expected.png:
13337 * platform/chromium-linux/tables/mozilla/bugs/bug196870-expected.png: Added.
13338 * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png:
13339 * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png:
13340 * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
13341 * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png:
13342 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
13343 * platform/chromium-linux/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13344 * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
13345 * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
13346 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
13347 * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
13348 * platform/chromium-linux/tables/mozilla/bugs/bug82946-2-expected.png:
13349 * platform/chromium-linux/tables/mozilla/bugs/bug86708-expected.png:
13350 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
13351 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
13352 * platform/chromium-linux/tables/mozilla/core/misc-expected.png:
13353 * platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
13354 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
13355 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
13356 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
13357 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
13358 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
13359 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
13360 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
13361 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
13362 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
13363 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
13364 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
13365 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
13366 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
13367 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
13368 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
13369 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
13370 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
13371 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
13372 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
13373 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
13374 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
13375 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
13376 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
13377 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
13378 * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png:
13379 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13380 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
13381 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
13382 * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13383 * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13384 * platform/chromium-mac-leopard/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13385 * platform/chromium-mac-leopard/fast/block/float/014-expected.png:
13386 * platform/chromium-mac-leopard/fast/repaint/backgroundSizeRepaint-expected.png:
13387 * platform/chromium-mac-leopard/fast/repaint/block-layout-inline-children-replaced-expected.png:
13388 * platform/chromium-mac-leopard/fast/repaint/clipped-relative-expected.png:
13389 * platform/chromium-mac-leopard/fast/repaint/selected-replaced-expected.png:
13390 * platform/chromium-mac-leopard/fast/replaced/absolute-image-sizing-expected.png:
13391 * platform/chromium-mac-leopard/fast/replaced/image-onload-expected.png:
13392 * platform/chromium-mac-leopard/fast/replaced/image-sizing-expected.png:
13393 * platform/chromium-mac-leopard/fast/replaced/image-tag-expected.png: Added.
13394 * platform/chromium-mac-leopard/fast/replaced/width100percent-image-expected.png:
13395 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
13396 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
13397 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
13398 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
13399 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
13400 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png:
13401 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png:
13402 * platform/chromium-mac-leopard/svg/custom/image-rescale-clip-expected.png:
13403 * platform/chromium-mac-leopard/svg/custom/image-rescale-scroll-expected.png:
13404 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
13405 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
13406 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png:
13407 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png:
13408 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png:
13409 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
13410 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug120107-expected.png: Added.
13411 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1271-expected.png: Added.
13412 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png:
13413 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13414 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png:
13415 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug13169-expected.png: Added.
13416 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png:
13417 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png:
13418 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png:
13419 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug196870-expected.png: Added.
13420 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png:
13421 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png:
13422 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png:
13423 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png:
13424 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13425 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png:
13426 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png:
13427 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png:
13428 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png:
13429 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png:
13430 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png:
13431 * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png:
13432 * platform/chromium-mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
13433 * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png:
13434 * platform/chromium-mac-leopard/tables/mozilla/core/row_span-expected.png:
13435 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
13436 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
13437 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
13438 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
13439 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
13440 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
13441 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png:
13442 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png:
13443 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
13444 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
13445 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
13446 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
13447 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
13448 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
13449 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png:
13450 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png:
13451 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
13452 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
13453 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
13454 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png:
13455 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
13456 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
13457 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
13458 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png:
13459 * platform/chromium-mac-leopard/tables/mozilla/other/cell_widths-expected.png:
13460 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13461 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png:
13462 * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13463 * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13464 * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13465 * platform/chromium-mac-snowleopard/fast/block/float/014-expected.png:
13466 * platform/chromium-mac-snowleopard/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
13467 * platform/chromium-mac-snowleopard/fast/repaint/backgroundSizeRepaint-expected.png:
13468 * platform/chromium-mac-snowleopard/fast/repaint/block-layout-inline-children-replaced-expected.png:
13469 * platform/chromium-mac-snowleopard/fast/repaint/clipped-relative-expected.png:
13470 * platform/chromium-mac-snowleopard/fast/repaint/selected-replaced-expected.png:
13471 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
13472 * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.png:
13473 * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.png:
13474 * platform/chromium-mac-snowleopard/fast/replaced/image-tag-expected.png: Added.
13475 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
13476 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
13477 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
13478 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
13479 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
13480 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
13481 * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
13482 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
13483 * platform/chromium-mac-snowleopard/svg/custom/image-rescale-clip-expected.png:
13484 * platform/chromium-mac-snowleopard/svg/custom/image-rescale-scroll-expected.png:
13485 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
13486 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
13487 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug101674-expected.png:
13488 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10565-expected.png:
13489 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug11026-expected.png:
13490 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
13491 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug120107-expected.png: Added.
13492 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1271-expected.png: Added.
13493 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-1-expected.png:
13494 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13495 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
13496 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug13169-expected.png: Added.
13497 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
13498 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
13499 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug17138-expected.png:
13500 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug196870-expected.png: Added.
13501 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29314-expected.png:
13502 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2981-2-expected.png:
13503 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
13504 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4284-expected.png:
13505 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4427-expected.png:
13506 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13507 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png:
13508 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5797-expected.png:
13509 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
13510 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6404-expected.png:
13511 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug82946-2-expected.png:
13512 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug86708-expected.png:
13513 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
13514 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
13515 * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png:
13516 * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.png:
13517 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
13518 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
13519 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
13520 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
13521 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
13522 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
13523 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
13524 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
13525 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
13526 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
13527 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
13528 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
13529 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
13530 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
13531 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
13532 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
13533 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
13534 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
13535 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
13536 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
13537 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
13538 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
13539 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
13540 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
13541 * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png:
13542 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13543 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png:
13544 * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
13545 * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png:
13546 * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png:
13547 * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png:
13548 * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png:
13549 * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png:
13550 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
13551 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
13552 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13553 * platform/chromium-mac/fast/block/float/014-expected.png:
13554 * platform/chromium-mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
13555 * platform/chromium-mac/fast/images/image-css3-content-data-expected.png:
13556 * platform/chromium-mac/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
13557 * platform/chromium-mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
13558 * platform/chromium-mac/fast/repaint/backgroundSizeRepaint-expected.png:
13559 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
13560 * platform/chromium-mac/fast/repaint/clipped-relative-expected.png:
13561 * platform/chromium-mac/fast/repaint/selected-replaced-expected.png:
13562 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
13563 * platform/chromium-mac/fast/replaced/image-onload-expected.png:
13564 * platform/chromium-mac/fast/replaced/image-sizing-expected.png:
13565 * platform/chromium-mac/fast/replaced/image-tag-expected.png:
13566 * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
13567 * platform/chromium-mac/fast/writing-mode/background-horizontal-bt-expected.png:
13568 * platform/chromium-mac/fast/writing-mode/background-vertical-lr-expected.png:
13569 * platform/chromium-mac/fast/writing-mode/background-vertical-rl-expected.png:
13570 * platform/chromium-mac/platform/chromium/compositing/img-layer-grow-expected.png:
13571 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
13572 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
13573 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
13574 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
13575 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
13576 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
13577 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
13578 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
13579 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
13580 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
13581 * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
13582 * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
13583 * platform/chromium-mac/svg/custom/image-rescale-clip-expected.png:
13584 * platform/chromium-mac/svg/custom/image-rescale-expected.png:
13585 * platform/chromium-mac/svg/custom/image-rescale-scroll-expected.png:
13586 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
13587 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
13588 * platform/chromium-mac/svg/repaint/image-href-change-expected.png:
13589 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
13590 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png:
13591 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
13592 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
13593 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt: Removed.
13594 * platform/chromium-mac/tables/mozilla/bugs/bug120107-expected.png:
13595 * platform/chromium-mac/tables/mozilla/bugs/bug1271-expected.png:
13596 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png:
13597 * platform/chromium-mac/tables/mozilla/bugs/bug12908-2-expected.png:
13598 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
13599 * platform/chromium-mac/tables/mozilla/bugs/bug13169-expected.png:
13600 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
13601 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
13602 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png:
13603 * platform/chromium-mac/tables/mozilla/bugs/bug196870-expected.png:
13604 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png:
13605 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png:
13606 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
13607 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png:
13608 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
13609 * platform/chromium-mac/tables/mozilla/bugs/bug50695-2-expected.png:
13610 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png:
13611 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
13612 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
13613 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
13614 * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png:
13615 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png:
13616 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
13617 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
13618 * platform/chromium-mac/tables/mozilla/core/misc-expected.png:
13619 * platform/chromium-mac/tables/mozilla/core/row_span-expected.png:
13620 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
13621 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
13622 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
13623 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
13624 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
13625 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
13626 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
13627 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
13628 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
13629 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
13630 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
13631 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
13632 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
13633 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
13634 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
13635 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
13636 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
13637 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
13638 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
13639 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
13640 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
13641 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
13642 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
13643 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
13644 * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png:
13645 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13646 * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png:
13647 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13648 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13649 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13650 * platform/chromium-win-vista/fast/replaced/image-tag-expected.png: Added.
13651 * platform/chromium-win-vista/tables/mozilla/bugs/bug120107-expected.png: Added.
13652 * platform/chromium-win-vista/tables/mozilla/bugs/bug1271-expected.png: Added.
13653 * platform/chromium-win-vista/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13654 * platform/chromium-win-vista/tables/mozilla/bugs/bug13169-expected.png: Added.
13655 * platform/chromium-win-vista/tables/mozilla/bugs/bug196870-expected.png: Added.
13656 * platform/chromium-win-vista/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13657 * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize20-expected.png: Added.
13658 * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize21-expected.png: Added.
13659 * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize22-expected.png: Added.
13660 * platform/chromium-win-xp/fast/replaced/image-tag-expected.png: Added.
13661 * platform/chromium-win-xp/tables/mozilla/bugs/bug120107-expected.png: Added.
13662 * platform/chromium-win-xp/tables/mozilla/bugs/bug1271-expected.png: Added.
13663 * platform/chromium-win-xp/tables/mozilla/bugs/bug12908-2-expected.png: Added.
13664 * platform/chromium-win-xp/tables/mozilla/bugs/bug13169-expected.png: Added.
13665 * platform/chromium-win-xp/tables/mozilla/bugs/bug196870-expected.png: Added.
13666 * platform/chromium-win-xp/tables/mozilla/bugs/bug50695-2-expected.png: Added.
13667 * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
13668 * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.png:
13669 * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.png:
13670 * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.png:
13671 * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.png:
13672 * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.png:
13673 * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png:
13674 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
13675 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13676 * platform/chromium-win/fast/block/float/014-expected.png:
13677 * platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
13678 * platform/chromium-win/fast/images/image-css3-content-data-expected.png:
13679 * platform/chromium-win/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
13680 * platform/chromium-win/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
13681 * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png:
13682 * platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.png:
13683 * platform/chromium-win/fast/repaint/clipped-relative-expected.png:
13684 * platform/chromium-win/fast/repaint/selected-replaced-expected.png:
13685 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
13686 * platform/chromium-win/fast/replaced/image-onload-expected.png:
13687 * platform/chromium-win/fast/replaced/image-sizing-expected.png:
13688 * platform/chromium-win/fast/replaced/image-tag-expected.png:
13689 * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
13690 * platform/chromium-win/fast/writing-mode/background-horizontal-bt-expected.png:
13691 * platform/chromium-win/fast/writing-mode/background-vertical-lr-expected.png:
13692 * platform/chromium-win/fast/writing-mode/background-vertical-rl-expected.png:
13693 * platform/chromium-win/platform/chromium/compositing/img-layer-grow-expected.png: Removed.
13694 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
13695 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
13696 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
13697 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
13698 * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
13699 * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
13700 * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
13701 * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
13702 * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
13703 * platform/chromium-win/svg/carto.net/scrollbar-expected.png:
13704 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
13705 * platform/chromium-win/svg/custom/image-rescale-clip-expected.png:
13706 * platform/chromium-win/svg/custom/image-rescale-expected.png:
13707 * platform/chromium-win/svg/custom/image-rescale-scroll-expected.png:
13708 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
13709 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
13710 * platform/chromium-win/svg/repaint/image-href-change-expected.png: Added.
13711 * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
13712 * platform/chromium-win/tables/mozilla/bugs/bug10565-expected.png:
13713 * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png:
13714 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
13715 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
13716 * platform/chromium-win/tables/mozilla/bugs/bug120107-expected.png:
13717 * platform/chromium-win/tables/mozilla/bugs/bug1271-expected.png:
13718 * platform/chromium-win/tables/mozilla/bugs/bug12908-1-expected.png:
13719 * platform/chromium-win/tables/mozilla/bugs/bug12908-2-expected.png:
13720 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
13721 * platform/chromium-win/tables/mozilla/bugs/bug13169-expected.png:
13722 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
13723 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
13724 * platform/chromium-win/tables/mozilla/bugs/bug17138-expected.png:
13725 * platform/chromium-win/tables/mozilla/bugs/bug196870-expected.png:
13726 * platform/chromium-win/tables/mozilla/bugs/bug29314-expected.png:
13727 * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png:
13728 * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
13729 * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png:
13730 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
13731 * platform/chromium-win/tables/mozilla/bugs/bug50695-2-expected.png:
13732 * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png:
13733 * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.png:
13734 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
13735 * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
13736 * platform/chromium-win/tables/mozilla/bugs/bug82946-2-expected.png:
13737 * platform/chromium-win/tables/mozilla/bugs/bug86708-expected.png:
13738 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
13739 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
13740 * platform/chromium-win/tables/mozilla/core/misc-expected.png:
13741 * platform/chromium-win/tables/mozilla/core/row_span-expected.png:
13742 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
13743 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
13744 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
13745 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
13746 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
13747 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
13748 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
13749 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
13750 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
13751 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
13752 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
13753 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
13754 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
13755 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
13756 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
13757 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
13758 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
13759 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
13760 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
13761 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
13762 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
13763 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
13764 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
13765 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
13766 * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
13767 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
13768 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
13769 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
13770 * platform/chromium/test_expectations.txt:
13771 * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed.
13772 * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
13773 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
13774 * platform/gtk/fast/block/float/014-expected.txt: Removed.
13775 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed.
13776 * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.txt: Removed.
13777 * platform/gtk/fast/repaint/clipped-relative-expected.txt: Removed.
13778 * platform/gtk/fast/repaint/selected-replaced-expected.txt: Removed.
13779 * platform/gtk/fast/replaced/absolute-image-sizing-expected.txt: Removed.
13780 * platform/gtk/fast/replaced/image-onload-expected.txt: Removed.
13781 * platform/gtk/fast/replaced/image-sizing-expected.txt: Removed.
13782 * platform/gtk/fast/replaced/width100percent-image-expected.txt: Removed.
13783 * platform/gtk/fast/writing-mode/background-horizontal-bt-expected.txt: Removed.
13784 * platform/gtk/fast/writing-mode/background-vertical-lr-expected.txt: Removed.
13785 * platform/gtk/fast/writing-mode/background-vertical-rl-expected.txt: Removed.
13786 * platform/gtk/svg/carto.net/scrollbar-expected.txt: Removed.
13787 * platform/gtk/svg/carto.net/selectionlist-expected.txt: Removed.
13788 * platform/gtk/tables/mozilla/bugs/bug10565-expected.txt: Removed.
13789 * platform/gtk/tables/mozilla/bugs/bug11026-expected.txt: Removed.
13790 * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
13791 * platform/gtk/tables/mozilla/bugs/bug1296-expected.txt: Removed.
13792 * platform/gtk/tables/mozilla/bugs/bug1430-expected.txt: Removed.
13793 * platform/gtk/tables/mozilla/bugs/bug15544-expected.txt: Removed.
13794 * platform/gtk/tables/mozilla/bugs/bug17138-expected.txt: Removed.
13795 * platform/gtk/tables/mozilla/bugs/bug29314-expected.txt: Removed.
13796 * platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
13797 * platform/gtk/tables/mozilla/bugs/bug4093-expected.txt: Removed.
13798 * platform/gtk/tables/mozilla/bugs/bug4284-expected.txt: Removed.
13799 * platform/gtk/tables/mozilla/bugs/bug4427-expected.txt: Removed.
13800 * platform/gtk/tables/mozilla/bugs/bug56563-expected.txt: Removed.
13801 * platform/gtk/tables/mozilla/bugs/bug5797-expected.txt: Removed.
13802 * platform/gtk/tables/mozilla/bugs/bug625-expected.txt: Removed.
13803 * platform/gtk/tables/mozilla/bugs/bug6404-expected.txt: Removed.
13804 * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
13805 * platform/gtk/tables/mozilla/core/bloomberg-expected.txt: Removed.
13806 * platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
13807 * platform/gtk/tables/mozilla/core/misc-expected.txt: Removed.
13808 * platform/gtk/tables/mozilla/core/row_span-expected.txt: Removed.
13809 * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
13810 * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
13811 * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
13812 * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
13813 * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
13814 * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
13815 * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
13816 * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
13817 * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
13818 * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
13819 * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
13820 * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
13821 * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
13822 * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
13823 * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
13824 * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
13825 * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
13826 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
13827 * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
13828 * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
13829 * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
13830 * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
13831 * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
13832 * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
13833 * platform/gtk/tables/mozilla/other/cell_widths-expected.txt: Removed.
13834 * platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Removed.
13835 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
13836 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Removed.
13837 * platform/mac/tables/mozilla/bugs/bug29314-expected.txt: Removed.
13838 * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
13839 * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Copied from LayoutTests/fast/images/gray-scale-jpeg-with-color-profile-expected.txt.
13840 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt: Copied from LayoutTests/tables/mozilla/bugs/bug29314-expected.txt.
13841 * svg/carto.net/scrollbar-expected.txt: Renamed from LayoutTests/platform/efl/svg/carto.net/scrollbar-expected.txt.
13842 * svg/carto.net/selectionlist-expected.txt: Renamed from LayoutTests/platform/efl/svg/carto.net/selectionlist-expected.txt.
13843 * tables/mozilla/bugs/bug10565-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug10565-expected.txt.
13844 * tables/mozilla/bugs/bug11026-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug11026-expected.txt.
13845 * tables/mozilla/bugs/bug12908-1-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt.
13846 * tables/mozilla/bugs/bug1296-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug1296-expected.txt.
13847 * tables/mozilla/bugs/bug1430-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug1430-expected.txt.
13848 * tables/mozilla/bugs/bug15544-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug15544-expected.txt.
13849 * tables/mozilla/bugs/bug17138-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug17138-expected.txt.
13850 * tables/mozilla/bugs/bug29314-expected.txt:
13851 * tables/mozilla/bugs/bug2981-2-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt.
13852 * tables/mozilla/bugs/bug4093-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4093-expected.txt.
13853 * tables/mozilla/bugs/bug4284-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4284-expected.txt.
13854 * tables/mozilla/bugs/bug4427-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug4427-expected.txt.
13855 * tables/mozilla/bugs/bug56563-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug56563-expected.txt.
13856 * tables/mozilla/bugs/bug5797-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug5797-expected.txt.
13857 * tables/mozilla/bugs/bug625-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug625-expected.txt.
13858 * tables/mozilla/bugs/bug6404-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug6404-expected.txt.
13859 * tables/mozilla/bugs/bug82946-2-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt.
13860 * tables/mozilla/core/bloomberg-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/bloomberg-expected.txt.
13861 * tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt.
13862 * tables/mozilla/core/misc-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/misc-expected.txt.
13863 * tables/mozilla/core/row_span-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/core/row_span-expected.txt.
13864 * tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt.
13865 * tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt.
13866 * tables/mozilla/marvin/tbody_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt.
13867 * tables/mozilla/marvin/tbody_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt.
13868 * tables/mozilla/marvin/td_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt.
13869 * tables/mozilla/marvin/td_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt.
13870 * tables/mozilla/marvin/td_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt.
13871 * tables/mozilla/marvin/td_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt.
13872 * tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt.
13873 * tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt.
13874 * tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt.
13875 * tables/mozilla/marvin/tfoot_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt.
13876 * tables/mozilla/marvin/th_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt.
13877 * tables/mozilla/marvin/th_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt.
13878 * tables/mozilla/marvin/th_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt.
13879 * tables/mozilla/marvin/th_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt.
13880 * tables/mozilla/marvin/thead_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt.
13881 * tables/mozilla/marvin/thead_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt.
13882 * tables/mozilla/marvin/thead_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt.
13883 * tables/mozilla/marvin/thead_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt.
13884 * tables/mozilla/marvin/tr_valign_baseline-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt.
13885 * tables/mozilla/marvin/tr_valign_bottom-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt.
13886 * tables/mozilla/marvin/tr_valign_middle-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt.
13887 * tables/mozilla/marvin/tr_valign_top-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt.
13888 * tables/mozilla/other/cell_widths-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/other/cell_widths-expected.txt.
13889 * tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt.
13891 2012-05-11 David Barton <dbarton@mathscribe.com>
13893 Convert some MathML layout tests to reftests
13894 https://bugs.webkit.org/show_bug.cgi?id=86250
13896 Reviewed by Ryosuke Niwa.
13898 * mathml/presentation/msub-base-changed-expected.html: Added.
13899 * mathml/presentation/msub-sub-changed-expected.html: Added.
13900 * mathml/presentation/msubsup-base-changed-expected.html: Added.
13901 * mathml/presentation/msubsup-sub-changed-expected.html: Added.
13902 * mathml/presentation/msubsup-sup-changed-expected.html: Added.
13903 * mathml/presentation/msup-base-changed-expected.html: Added.
13904 * mathml/presentation/msup-sup-changed-expected.html: Added.
13905 * platform/efl/mathml/presentation/msub-base-changed-expected.png: Removed.
13906 * platform/efl/mathml/presentation/msub-base-changed-expected.txt: Removed.
13907 * platform/efl/mathml/presentation/msub-sub-changed-expected.png: Removed.
13908 * platform/efl/mathml/presentation/msub-sub-changed-expected.txt: Removed.
13909 * platform/efl/mathml/presentation/msubsup-base-changed-expected.png: Removed.
13910 * platform/efl/mathml/presentation/msubsup-base-changed-expected.txt: Removed.
13911 * platform/efl/mathml/presentation/msubsup-sub-changed-expected.png: Removed.
13912 * platform/efl/mathml/presentation/msubsup-sub-changed-expected.txt: Removed.
13913 * platform/efl/mathml/presentation/msubsup-sup-changed-expected.png: Removed.
13914 * platform/efl/mathml/presentation/msubsup-sup-changed-expected.txt: Removed.
13915 * platform/efl/mathml/presentation/msup-base-changed-expected.png: Removed.
13916 * platform/efl/mathml/presentation/msup-base-changed-expected.txt: Removed.
13917 * platform/efl/mathml/presentation/msup-sup-changed-expected.png: Removed.
13918 * platform/efl/mathml/presentation/msup-sup-changed-expected.txt: Removed.
13919 * platform/gtk/mathml/presentation/msub-base-changed-expected.txt: Removed.
13920 * platform/gtk/mathml/presentation/msub-sub-changed-expected.txt: Removed.
13921 * platform/gtk/mathml/presentation/msubsup-base-changed-expected.txt: Removed.
13922 * platform/gtk/mathml/presentation/msubsup-sub-changed-expected.txt: Removed.
13923 * platform/gtk/mathml/presentation/msubsup-sup-changed-expected.txt: Removed.
13924 * platform/gtk/mathml/presentation/msup-base-changed-expected.txt: Removed.
13925 * platform/gtk/mathml/presentation/msup-sup-changed-expected.txt: Removed.
13926 * platform/mac/mathml/presentation/msub-base-changed-expected.png: Removed.
13927 * platform/mac/mathml/presentation/msub-base-changed-expected.txt: Removed.
13928 * platform/mac/mathml/presentation/msub-sub-changed-expected.png: Removed.
13929 * platform/mac/mathml/presentation/msub-sub-changed-expected.txt: Removed.
13930 * platform/mac/mathml/presentation/msubsup-base-changed-expected.png: Removed.
13931 * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt: Removed.
13932 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.png: Removed.
13933 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt: Removed.
13934 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.png: Removed.
13935 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt: Removed.
13936 * platform/mac/mathml/presentation/msup-base-changed-expected.png: Removed.
13937 * platform/mac/mathml/presentation/msup-base-changed-expected.txt: Removed.
13938 * platform/mac/mathml/presentation/msup-sup-changed-expected.png: Removed.
13939 * platform/mac/mathml/presentation/msup-sup-changed-expected.txt: Removed.
13941 2012-05-11 David Barton <dbarton@mathscribe.com>
13943 use after free in WebCore::RenderObject::document
13944 https://bugs.webkit.org/show_bug.cgi?id=84891
13946 Reviewed by Julien Chaffraix.
13948 * mathml/presentation/mfenced-add-child1-expected.html: Added.
13949 * mathml/presentation/mfenced-add-child1.html: Added.
13950 * mathml/presentation/mfenced-add-child2-expected.html: Added.
13951 * mathml/presentation/mfenced-add-child2.html: Added.
13953 2012-05-10 Timothy Hatcher <timothy@apple.com>
13955 Instrument timer function calls so they show up in the Web Inspector Timeline.
13957 https://webkit.org/b/86173
13959 Reviewed by Pavel Feldman.
13961 * inspector/timeline/timeline-injected-script-eval-expected.txt: Updated for the blocked scriptName and scriptLine.
13962 * inspector/timeline/timeline-script-tag-1-expected.txt: Updated for the blocked lineNumber.
13963 * inspector/timeline/timeline-script-tag-2-expected.txt: Ditto.
13964 * inspector/timeline/timeline-test.js: Block scriptName, scriptLine, lineNumber and timerId.
13965 * inspector/timeline/timeline-timer-expected.txt: Added.
13966 * inspector/timeline/timeline-timer.html: Added.
13967 * platform/chromium/inspector/timeline/timeline-timer-expected.txt: Added.
13969 2012-05-11 Ryosuke Niwa <rniwa@webkit.org>
13971 Remove a Chromium test expectation now that the regression is fixed in r116814.
13973 * platform/chromium/test_expectations.txt:
13975 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
13977 Unreviewed, rolling out r116802.
13978 http://trac.webkit.org/changeset/116802
13979 https://bugs.webkit.org/show_bug.cgi?id=86260
13981 This patch causes compiling error to chromium builds
13982 (Requested by jianli_ on #webkit).
13984 * platform/chromium/test_expectations.txt:
13986 2012-05-11 Dave Tharp <dtharp@codeaurora.org>
13988 Integrate IETC CSS : xml namespace tests
13989 https://bugs.webkit.org/show_bug.cgi?id=86144
13991 Reviewed by Adam Barth.
13993 Integrating 17 IETC xml namespace tests, along with associated
13996 * ietestcenter/css3/namespaces/declaring-001-expected.xml: Added.
13997 * ietestcenter/css3/namespaces/declaring-001.xml: Added.
13998 * ietestcenter/css3/namespaces/prefix-007-expected.xml: Added.
13999 * ietestcenter/css3/namespaces/prefix-007.xml: Added.
14000 * ietestcenter/css3/namespaces/prefix-008-expected.xml: Added.
14001 * ietestcenter/css3/namespaces/prefix-008.xml: Added.
14002 * ietestcenter/css3/namespaces/prefix-009-expected.xml: Added.
14003 * ietestcenter/css3/namespaces/prefix-009.xml: Added.
14004 * ietestcenter/css3/namespaces/prefix-010-expected.xml: Added.
14005 * ietestcenter/css3/namespaces/prefix-010.xml: Added.
14006 * ietestcenter/css3/namespaces/prefix-011-expected.xml: Added.
14007 * ietestcenter/css3/namespaces/prefix-011.xml: Added.
14008 * ietestcenter/css3/namespaces/qualifiedNames-001-expected.xml: Added.
14009 * ietestcenter/css3/namespaces/qualifiedNames-001.xml: Added.
14010 * ietestcenter/css3/namespaces/scope-003-expected.xml: Added.
14011 * ietestcenter/css3/namespaces/scope-003.xml: Added.
14012 * ietestcenter/css3/namespaces/syntax-016-expected.xml: Added.
14013 * ietestcenter/css3/namespaces/syntax-016.xml: Added.
14014 * ietestcenter/css3/namespaces/syntax-017-expected.xml: Added.
14015 * ietestcenter/css3/namespaces/syntax-017.xml: Added.
14016 * ietestcenter/css3/namespaces/syntax-018-expected.xml: Added.
14017 * ietestcenter/css3/namespaces/syntax-018.xml: Added.
14018 * ietestcenter/css3/namespaces/syntax-019-expected.xml: Added.
14019 * ietestcenter/css3/namespaces/syntax-019.xml: Added.
14020 * ietestcenter/css3/namespaces/syntax-020-expected.xml: Added.
14021 * ietestcenter/css3/namespaces/syntax-020.xml: Added.
14022 * ietestcenter/css3/namespaces/syntax-021-expected.xml: Added.
14023 * ietestcenter/css3/namespaces/syntax-021.xml: Added.
14024 * ietestcenter/css3/namespaces/syntax-022-expected.xml: Added.
14025 * ietestcenter/css3/namespaces/syntax-022.xml: Added.
14026 * ietestcenter/css3/namespaces/syntax-023-expected.xml: Added.
14027 * ietestcenter/css3/namespaces/syntax-023.xml: Added.
14028 * ietestcenter/css3/namespaces/terminology-001-expected.xml: Added.
14029 * ietestcenter/css3/namespaces/terminology-001.xml: Added.
14030 * platform/chromium/test_expectations.txt:
14031 * platform/efl/test_expectations.txt:
14032 * platform/gtk/test_expectations.txt:
14033 * platform/mac/test_expectations.txt:
14034 * platform/qt/test_expectations.txt:
14036 2012-05-11 Jian Li <jianli@chromium.org>
14038 Unreviewed. Mark 1 crashed test for chromium mac.
14040 * platform/chromium/test_expectations.txt:
14042 2012-05-11 Jian Li <jianli@chromium.org>
14044 Unreviewed. Rebaseline one test for chromium mac.
14046 * platform/chromium-mac-leopard/css3/filters/custom/effect-color-check-expected.png: Added.
14048 2012-05-11 Philippe Normand <pnormand@igalia.com>
14050 Unreviewed, GTK rebaseline after fonts update in r116778.
14052 * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
14053 * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
14054 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
14055 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
14056 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
14057 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
14058 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
14059 * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
14060 * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
14061 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14062 * platform/gtk/fast/css/line-height-determined-by-primary-font-expected.txt:
14063 * platform/gtk/fast/dynamic/text-combine-expected.txt:
14064 * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
14065 * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.txt:
14066 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.txt:
14067 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
14068 * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
14069 * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
14070 * platform/gtk/fast/ruby/nested-ruby-expected.txt:
14071 * platform/gtk/fast/text/backslash-to-yen-sign-euc-expected.txt:
14072 * platform/gtk/fast/text/backslash-to-yen-sign-expected.txt:
14073 * platform/gtk/fast/text/emphasis-combined-text-expected.txt:
14074 * platform/gtk/fast/text/emphasis-vertical-expected.txt:
14075 * platform/gtk/fast/text/international/001-expected.txt:
14076 * platform/gtk/fast/text/international/002-expected.txt:
14077 * platform/gtk/fast/text/international/003-expected.txt:
14078 * platform/gtk/fast/text/international/plane2-expected.txt:
14079 * platform/gtk/fast/text/international/text-combine-image-test-expected.txt:
14080 * platform/gtk/fast/text/international/text-spliced-font-expected.txt:
14081 * platform/gtk/fast/text/international/vertical-text-glyph-test-expected.txt:
14082 * platform/gtk/fast/text/international/vertical-text-metrics-test-expected.txt:
14083 * platform/gtk/fast/text/international/wrap-CJK-001-expected.txt:
14084 * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
14085 * platform/gtk/fast/text/justify-ideograph-simple-expected.txt:
14086 * platform/gtk/fast/text/justify-ideograph-vertical-expected.txt:
14087 * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
14088 * platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt:
14089 * platform/gtk/fast/writing-mode/fallback-orientation-expected.txt:
14090 * platform/gtk/fast/writing-mode/japanese-lr-selection-expected.txt:
14091 * platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt:
14092 * platform/gtk/fast/writing-mode/japanese-rl-selection-expected.txt:
14093 * platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt:
14094 * platform/gtk/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
14095 * platform/gtk/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
14096 * platform/gtk/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
14097 * platform/gtk/fast/writing-mode/vertical-align-table-baseline-expected.txt:
14098 * platform/gtk/fast/writing-mode/vertical-baseline-alignment-expected.txt:
14099 * platform/gtk/fast/writing-mode/vertical-font-fallback-expected.txt:
14100 * platform/gtk/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
14101 * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
14102 * platform/gtk/svg/dom/altGlyph-dom-expected.txt:
14103 * platform/gtk/svg/text/text-fonts-01-t-expected.txt:
14105 2012-05-11 Terry Anderson <tdanderson@chromium.org>
14107 [chromium] Compute the best target node on a GestureTap event
14108 https://bugs.webkit.org/show_bug.cgi?id=85101
14110 Reviewed by Adam Barth.
14112 * platform/chromium/test_expectations.txt:
14113 Skipping two layout tests in the touchadjustment/ directory that
14114 fail using DRT but pass when I run through the test cases manually.
14115 Allan Jensen experiences a similar problem with these two tests
14116 on the qt port (see comment 36 in the bug description) and will be
14117 investigating why these tests have unexpected behavior.
14119 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
14121 Unreviewed, rolling out r116498.
14122 http://trac.webkit.org/changeset/116498
14123 https://bugs.webkit.org/show_bug.cgi?id=86251
14125 Causes crashes in major sites and security issues (Requested
14126 by schenney on #webkit).
14128 * svg/text/add-tspan-position-bug-expected.html: Removed.
14129 * svg/text/add-tspan-position-bug.html: Removed.
14130 * svg/text/modify-tspan-position-bug-expected.html: Removed.
14131 * svg/text/modify-tspan-position-bug.html: Removed.
14133 2012-05-11 Alexandru Chiculita <achicu@adobe.com>
14135 [CSS Shaders] Make CSS Shaders render to texture framebuffers
14136 https://bugs.webkit.org/show_bug.cgi?id=85113
14138 Reviewed by Dean Jackson.
14140 Added a test to check that colors are not switched and the resulting image is not mirrored.
14142 * css3/filters/custom/effect-color-check-expected.png: Added.
14143 * css3/filters/custom/effect-color-check-expected.txt: Added.
14144 * css3/filters/custom/effect-color-check.html: Added.
14145 * css3/filters/resources/color-fill.fs: Added.
14146 * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
14147 * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
14148 * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
14149 * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png: Added.
14150 * platform/chromium/test_expectations.txt:
14152 2012-05-11 Thiago Marcos P. Santos <thiago.santos@intel.com>
14154 [EFL] Tests needs rebaselining after r116776
14155 https://bugs.webkit.org/show_bug.cgi?id=86227
14157 Unreviewed gardening.
14159 * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
14160 * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
14161 * platform/efl/fast/dynamic/text-combine-expected.png:
14162 * platform/efl/fast/dynamic/text-combine-expected.txt:
14163 * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
14164 * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
14165 * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
14166 * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
14167 * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
14168 * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
14169 * platform/efl/fast/ruby/nested-ruby-expected.png:
14170 * platform/efl/fast/ruby/nested-ruby-expected.txt:
14171 * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
14172 * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.txt:
14173 * platform/efl/fast/text/backslash-to-yen-sign-expected.png:
14174 * platform/efl/fast/text/backslash-to-yen-sign-expected.txt:
14175 * platform/efl/fast/text/emphasis-combined-text-expected.png:
14176 * platform/efl/fast/text/emphasis-combined-text-expected.txt:
14177 * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.png:
14178 * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.txt:
14179 * platform/efl/fast/text/justify-ideograph-simple-expected.png:
14180 * platform/efl/fast/text/justify-ideograph-simple-expected.txt:
14181 * platform/efl/fast/text/justify-ideograph-vertical-expected.png:
14182 * platform/efl/fast/text/justify-ideograph-vertical-expected.txt:
14183 * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.png:
14184 * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt:
14185 * platform/efl/fast/writing-mode/vertical-baseline-alignment-expected.png:
14186 * platform/efl/fast/writing-mode/vertical-baseline-alignment-expected.txt:
14188 2012-05-11 Simon Fraser <simon.fraser@apple.com>
14190 CVDisplayLink keeps running after a single requestAnimationFrame
14191 https://bugs.webkit.org/show_bug.cgi?id=86174
14193 Reviewed by Sam Weinig.
14195 Test removing a frame inside its requestAnimationFrame callback.
14197 * fast/animation/request-animation-frame-detach-element2-expected.txt: Added.
14198 * fast/animation/request-animation-frame-detach-element2.html: Added.
14200 2012-05-11 Ian Vollick <vollick@chromium.org>
14202 [chromium] Ensure that animations continue to run when transform-style is changed
14203 https://bugs.webkit.org/show_bug.cgi?id=83283
14205 Reviewed by James Robinson.
14207 * animations/change-transform-style-during-animation-expected.png: Added.
14208 * animations/change-transform-style-during-animation-expected.txt: Added.
14209 * animations/change-transform-style-during-animation.html: Added.
14211 2012-05-11 Dave Tharp <dtharp@codeaurora.org>
14213 [Qt]ietestcenter/css3/flexbox tests fail on 32 bit
14214 https://bugs.webkit.org/show_bug.cgi?id=85596
14216 Reviewed by Csaba Osztrogonác.
14218 Reference tests originally assumed "background: green" was identical
14219 to the green used in the pngs used by the feature tests. On local builds
14220 of QT, GTK, and chromium, this assumption seemed to hold up. On the Mac
14221 and QT bots however, it became clear this was an invalid assumption. I've
14222 re-written the reference tests to use the original pngs as appropriate.
14223 I have reproduced the failures on a Mac & Qt32 and verified that the newly
14224 re-written reference tests behave properly now.
14226 * ietestcenter/css3/flexbox/flexbox-align-end-001-expected.htm:
14227 * ietestcenter/css3/flexbox/flexbox-align-start-001-expected.htm:
14228 * ietestcenter/css3/flexbox/flexbox-flex-001-expected.htm:
14229 * ietestcenter/css3/flexbox/flexbox-flex-002-expected.htm:
14230 * ietestcenter/css3/flexbox/flexbox-flex-003-expected.htm:
14231 * ietestcenter/css3/flexbox/flexbox-flex-004-expected.htm:
14232 * ietestcenter/css3/flexbox/flexbox-groups-001-expected.htm:
14233 * ietestcenter/css3/flexbox/flexbox-groups-002-expected.htm:
14234 * ietestcenter/css3/flexbox/flexbox-groups-003-expected.htm:
14235 * ietestcenter/css3/flexbox/flexbox-groups-004-expected.htm:
14236 * ietestcenter/css3/flexbox/flexbox-layout-001-expected.htm:
14237 * ietestcenter/css3/flexbox/flexbox-layout-003-expected.htm:
14238 * ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.htm:
14239 * ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.htm:
14240 * ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.htm:
14241 * platform/chromium/test_expectations.txt:
14242 * platform/efl/test_expectations.txt:
14243 * platform/gtk/test_expectations.txt:
14244 * platform/mac/Skipped:
14245 * platform/mac/test_expectations.txt:
14246 * platform/qt/Skipped:
14247 * platform/qt/test_expectations.txt:
14249 2012-05-11 Krzysztof Czech <k.czech@samsung.com>
14251 [EFL] Gardening failure test cases.
14252 https://bugs.webkit.org/show_bug.cgi?id=86212
14254 Unreviewed EFL gardening.
14256 Test expectations update, moving related bugs from Skipped list to test_expectations.txt.
14258 * platform/efl/Skipped:
14259 * platform/efl/test_expectations.txt: adding new bug regarding to missing contextClick implementation.
14261 2012-05-11 Pavel Feldman <pfeldman@chromium.org>
14263 Web Inspector: move breakpoint manager from debuggerPresentationModel to WebInspector.
14264 https://bugs.webkit.org/show_bug.cgi?id=86220
14266 Reviewed by Yury Semikhatsky.
14268 * inspector/debugger/scripts-panel.html:
14270 2012-05-11 Christophe Dumez <christophe.dumez@intel.com>
14272 [GTK] LayoutTests/svg/batik/text/verticalText.svg fails to display Chinese characters
14273 https://bugs.webkit.org/show_bug.cgi?id=86198
14275 Reviewed by Martin Robinson.
14277 Rebaseline svg/batik/text/verticalText.svg now that GTK's
14278 DumpRenderTree is able to display Chinese characters.
14280 * platform/gtk/svg/batik/text/verticalText-expected.png:
14281 * platform/gtk/svg/batik/text/verticalText-expected.txt:
14283 2012-05-11 Allan Sandfeld Jensen <allan.jensen@nokia.com>
14285 Two of the touch-adjustment tests are flaky.
14286 https://bugs.webkit.org/show_bug.cgi?id=86218
14288 Reviewed by Simon Hausmann.
14290 Move the touch points and text so the tests are more stable.
14292 * touchadjustment/event-triggered-widgets-expected.txt:
14293 * touchadjustment/event-triggered-widgets.html:
14294 * touchadjustment/touch-inlines.html:
14296 2012-05-11 Christophe Dumez <christophe.dumez@intel.com>
14298 [EFL][DRT] SVG Batik test fails to display Chinese characters
14299 https://bugs.webkit.org/show_bug.cgi?id=84461
14301 Reviewed by Martin Robinson.
14303 Rebaseline svg/batik/text/verticalText.svg now that EFL's
14304 DumpRenderTree is able to display Chinese characters.
14306 * platform/efl/svg/batik/text/verticalText-expected.png:
14307 * platform/efl/svg/batik/text/verticalText-expected.txt:
14309 2012-05-10 Pavel Feldman <pfeldman@chromium.org>
14311 Web Inspector: pass source mapping into UISourceCode's constructor; move formatting outside mapping.
14312 https://bugs.webkit.org/show_bug.cgi?id=86099
14314 Reviewed by Vsevolod Vlasov.
14316 * inspector/debugger/breakpoint-manager.html:
14317 * inspector/debugger/linkifier.html:
14318 * inspector/debugger/pause-in-inline-script.html:
14319 * inspector/debugger/raw-source-code-expected.txt:
14320 * inspector/debugger/raw-source-code.html:
14321 * inspector/debugger/resources/test-navigation.html: Removed.
14322 * inspector/debugger/script-formatter-breakpoints-expected.txt:
14323 * inspector/debugger/script-formatter-breakpoints.html:
14324 * inspector/debugger/script-formatter-console.html:
14325 * inspector/debugger/selected-call-frame-after-formatting-source.html:
14327 2012-05-11 Alexei Filippov <alexeif@chromium.org>
14329 Web Inspector: Remove support of combined nodes and edges serialization schema.
14330 https://bugs.webkit.org/show_bug.cgi?id=86209
14332 Reviewed by Yury Semikhatsky.
14334 * inspector/profiler/heap-snapshot-expected.txt:
14335 * inspector/profiler/heap-snapshot-loader-expected.txt:
14336 * inspector/profiler/heap-snapshot-loader.html:
14337 * inspector/profiler/heap-snapshot-test.js:
14338 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
14339 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
14340 (initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock):
14341 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
14342 (initialize_HeapSnapshotTest.):
14343 (initialize_HeapSnapshotTest):
14344 * inspector/profiler/heap-snapshot.html:
14346 2012-05-11 Allan Sandfeld Jensen <allan.jensen@nokia.com>
14348 Internals::touchPositionAdjustedToBestClickableNode adjust twice for scroll-offset
14349 https://bugs.webkit.org/show_bug.cgi?id=86205
14351 Reviewed by Simon Hausmann.
14353 Add test of touchPositionAdjustedToBestClickableNode with scroll-offset.
14355 * touchadjustment/scroll-offset-expected.txt: Added.
14356 * touchadjustment/scroll-offset.html: Added.
14358 2012-05-11 Kent Tamura <tkent@chromium.org>
14360 [Chromium] Updat test expectations.
14362 * platform/chromium-mac-leopard/fast/block/float/032-expected.png: Removed.
14363 * platform/chromium-mac-leopard/fast/block/float/032-expected.txt: Removed.
14364 * platform/chromium-mac-snowleopard/fast/block/float/032-expected.png:
14365 * platform/chromium-mac-snowleopard/fast/block/float/032-expected.txt: Removed.
14366 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14368 2012-05-11 Dominik Röttsches <dominik.rottsches@intel.com>
14370 [EFL][DRT] Input Attribute Placeholder RefTests failing
14371 https://bugs.webkit.org/show_bug.cgi?id=85603
14373 Reviewed by Hajime Morita.
14375 Rebaselining after we're allowing color styling of menulists,
14376 search and text fields and textareas and after removing
14377 whitespace handling override.
14379 * platform/efl/Skipped:
14380 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
14381 * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
14382 * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
14383 * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
14384 * platform/efl/fast/block/float/float-avoidance-expected.txt:
14385 * platform/efl/fast/block/margin-collapse/103-expected.txt:
14386 * platform/efl/fast/css/continuationCrash-expected.txt:
14387 * platform/efl/fast/css/input-search-padding-expected.txt:
14388 * platform/efl/fast/css/line-height-expected.txt:
14389 * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
14390 * platform/efl/fast/css/rtl-ordering-expected.txt:
14391 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
14392 * platform/efl/fast/css/text-overflow-input-expected.txt:
14393 * platform/efl/fast/css/text-transform-select-expected.txt:
14394 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
14395 * platform/efl/fast/dom/isindex-001-expected.txt:
14396 * platform/efl/fast/dom/isindex-002-expected.txt:
14397 * platform/efl/fast/dynamic/008-expected.txt:
14398 * platform/efl/fast/events/autoscroll-expected.txt:
14399 * platform/efl/fast/forms/003-expected.txt:
14400 * platform/efl/fast/forms/004-expected.txt:
14401 * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
14402 * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
14403 * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
14404 * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
14405 * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
14406 * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
14407 * platform/efl/fast/forms/basic-buttons-expected.txt:
14408 * platform/efl/fast/forms/basic-inputs-expected.txt:
14409 * platform/efl/fast/forms/blankbuttons-expected.txt:
14410 * platform/efl/fast/forms/box-shadow-override-expected.txt:
14411 * platform/efl/fast/forms/button-positioned-expected.txt:
14412 * platform/efl/fast/forms/button-sizes-expected.txt:
14413 * platform/efl/fast/forms/button-style-color-expected.txt:
14414 * platform/efl/fast/forms/button-table-styles-expected.txt:
14415 * platform/efl/fast/forms/button-text-transform-expected.txt:
14416 * platform/efl/fast/forms/control-clip-overflow-expected.txt:
14417 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
14418 * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
14419 * platform/efl/fast/forms/encoding-test-expected.txt:
14420 * platform/efl/fast/forms/fieldset-align-expected.txt:
14421 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
14422 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
14423 * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
14424 * platform/efl/fast/forms/formmove3-expected.txt:
14425 * platform/efl/fast/forms/input-align-expected.txt:
14426 * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
14427 * platform/efl/fast/forms/input-appearance-focus-expected.txt:
14428 * platform/efl/fast/forms/input-appearance-height-expected.txt:
14429 * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
14430 * platform/efl/fast/forms/input-appearance-selection-expected.txt:
14431 * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
14432 * platform/efl/fast/forms/input-appearance-width-expected.txt:
14433 * platform/efl/fast/forms/input-button-sizes-expected.txt:
14434 * platform/efl/fast/forms/input-disabled-color-expected.txt:
14435 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
14436 * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
14437 * platform/efl/fast/forms/input-readonly-dimmed-expected.txt:
14438 * platform/efl/fast/forms/input-readonly-empty-expected.txt:
14439 * platform/efl/fast/forms/input-spaces-expected.txt:
14440 * platform/efl/fast/forms/input-table-expected.txt:
14441 * platform/efl/fast/forms/input-text-click-inside-expected.txt:
14442 * platform/efl/fast/forms/input-text-option-delete-expected.txt:
14443 * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
14444 * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
14445 * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
14446 * platform/efl/fast/forms/input-value-expected.txt:
14447 * platform/efl/fast/forms/input-width-expected.txt:
14448 * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
14449 * platform/efl/fast/forms/menulist-narrow-width-expected.txt:
14450 * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
14451 * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
14452 * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
14453 * platform/efl/fast/forms/menulist-style-color-expected.txt:
14454 * platform/efl/fast/forms/menulist-width-change-expected.txt:
14455 * platform/efl/fast/forms/minWidthPercent-expected.txt:
14456 * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt:
14457 * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
14458 * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
14459 * platform/efl/fast/forms/option-script-expected.txt:
14460 * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
14461 * platform/efl/fast/forms/option-text-clip-expected.txt:
14462 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
14463 * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
14464 * platform/efl/fast/forms/search-rtl-expected.txt:
14465 * platform/efl/fast/forms/searchfield-heights-expected.txt:
14466 * platform/efl/fast/forms/select-align-expected.txt:
14467 * platform/efl/fast/forms/select-background-none-expected.txt:
14468 * platform/efl/fast/forms/select-baseline-expected.txt:
14469 * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
14470 * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
14471 * platform/efl/fast/forms/select-initial-position-expected.txt:
14472 * platform/efl/fast/forms/select-selected-expected.txt:
14473 * platform/efl/fast/forms/select-size-expected.txt:
14474 * platform/efl/fast/forms/select-style-expected.txt:
14475 * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
14476 * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
14477 * platform/efl/fast/forms/selectlist-minsize-expected.txt:
14478 * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
14479 * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
14480 * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
14481 * platform/efl/fast/forms/text-style-color-expected.txt:
14482 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
14483 * platform/efl/fast/forms/textarea-align-expected.txt:
14484 * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
14485 * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
14486 * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
14487 * platform/efl/fast/forms/textarea-width-expected.txt:
14488 * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
14489 * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
14490 * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
14491 * platform/efl/fast/html/details-no-summary4-expected.txt:
14492 * platform/efl/fast/html/details-open-javascript-expected.txt:
14493 * platform/efl/fast/html/details-open2-expected.txt:
14494 * platform/efl/fast/html/details-open4-expected.txt:
14495 * platform/efl/fast/html/details-replace-summary-child-expected.txt:
14496 * platform/efl/fast/html/details-replace-text-expected.txt:
14497 * platform/efl/fast/html/keygen-expected.txt:
14498 * platform/efl/fast/invalid/014-expected.txt:
14499 * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
14500 * platform/efl/fast/overflow/overflow-x-y-expected.txt:
14501 * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
14502 * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
14503 * platform/efl/fast/parser/document-write-option-expected.txt:
14504 * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
14505 * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
14506 * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
14507 * platform/efl/fast/repaint/search-field-cancel-expected.txt:
14508 * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
14509 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
14510 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
14511 * platform/efl/fast/replaced/three-selects-break-expected.txt:
14512 * platform/efl/fast/replaced/width100percent-button-expected.txt:
14513 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
14514 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
14515 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
14516 * platform/efl/fast/table/003-expected.txt:
14517 * platform/efl/fast/table/colspanMinWidth-expected.txt:
14518 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
14519 * platform/efl/fast/table/text-field-baseline-expected.txt:
14520 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
14521 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
14522 * platform/efl/test_expectations.txt:
14523 * platform/efl/transforms/2d/zoom-menulist-expected.txt:
14525 2012-05-11 Antti Koivisto <antti@apple.com>
14527 Assertion failure in ietestcenter/css3/valuesandunits/units-000.htm
14528 https://bugs.webkit.org/show_bug.cgi?id=86208
14532 * platform/mac/Skipped:
14534 2012-05-11 Keishi Hattori <keishi@webkit.org>
14536 Sanitization algorithm for input type=email should strip whitespaces
14537 https://bugs.webkit.org/show_bug.cgi?id=86177
14539 Reviewed by Kent Tamura.
14541 * fast/forms/ValidityState-typeMismatch-email-expected.txt:
14542 * fast/forms/input-value-sanitization-expected.txt:
14543 * fast/forms/input-value-sanitization.html:
14544 * fast/forms/resources/ValidityState-typeMismatch-email.js:
14546 2012-05-11 Alexander Pavlov <apavlov@chromium.org>
14548 Web Inspector: Search box doesn't allow CSS selectors anymore
14549 https://bugs.webkit.org/show_bug.cgi?id=86196
14551 Reviewed by Pavel Feldman.
14553 * inspector/elements/elements-panel-search-expected.txt:
14554 * inspector/elements/elements-panel-search.html:
14556 2012-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
14558 Unreviewed, rolling out r116527.
14559 http://trac.webkit.org/changeset/116527
14560 https://bugs.webkit.org/show_bug.cgi?id=86199
14562 Causing crashes on ClusterFuzz (Requested by inferno-sec on
14565 * scrollbars/scrollbar-percent-padding-crash-expected.txt: Removed.
14566 * scrollbars/scrollbar-percent-padding-crash.html: Removed.
14568 2012-05-11 Kent Tamura <tkent@chromium.org>
14570 [Chromium] Update wrong expectations.
14572 * platform/chromium-linux-x86/fast/forms/date/date-appearance-expected.txt: Removed.
14573 * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
14574 * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
14575 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
14577 2012-05-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
14579 [EFL][DRT] Gardening failure cases on EFL build bot
14580 https://bugs.webkit.org/show_bug.cgi?id=86192
14582 Unreviewed, EFL gardening.
14584 * platform/efl/test_expectations.txt:
14586 2012-05-11 Krzysztof Czech <k.czech@samsung.com>
14588 [EFL] Gardening failure cases on editing/style and editing/pasteboard
14589 https://bugs.webkit.org/show_bug.cgi?id=86184
14591 Unreviewed EFL gardening.
14593 Test expectations update.
14595 * platform/efl/test_expectations.txt: adding tests regarding to missing beginDragWithFiles
14596 execCommand('copy') and execCommand('paste') implementation.
14598 2012-05-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
14600 [EFL][DRT] fast/css/getComputedStyle/computed-style-without-renderer.html fails on EFL
14601 https://bugs.webkit.org/show_bug.cgi?id=86190
14603 Unreviewed, EFL rebaseline after r116723.
14605 * platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14607 2012-05-11 Kent Tamura <tkent@chromium.org>
14609 [Chromium] Rebaseline for some tests, and optimization.
14611 * fast/block/float/032-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/032-expected.txt.
14612 * fast/forms/input-appearance-bkcolor-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/input-appearance-bkcolor-expected.txt.
14613 * fast/images/color-jpeg-with-color-profile-expected.png: Renamed from LayoutTests/platform/efl/fast/images/color-jpeg-with-color-profile-expected.png.
14614 * platform/chromium-linux-x86/fast/forms/date/date-appearance-expected.txt: Added.
14615 * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
14616 * platform/chromium-mac-leopard/fast/block/float/032-expected.png:
14617 * platform/chromium-mac-leopard/fast/block/float/032-expected.txt:
14618 * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt.
14619 * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
14620 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
14621 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
14622 * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
14623 * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.txt: Removed.
14624 * platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png:
14625 * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
14626 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
14627 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
14628 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
14629 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
14630 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
14631 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.txt: Removed.
14632 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
14633 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
14634 * platform/chromium-mac/fast/block/float/032-expected.png:
14635 * platform/chromium-mac/fast/block/float/032-expected.txt: Removed.
14636 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
14637 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
14638 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
14639 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png:
14640 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
14641 * platform/chromium-mac/fast/forms/text-style-color-expected.png:
14642 * platform/chromium-mac/fast/forms/text-style-color-expected.txt: Removed.
14643 * platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.png:
14644 * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
14645 * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png:
14646 * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.txt: Removed.
14647 * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14648 * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
14649 * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
14650 * platform/chromium-win/compositing/geometry/horizontal-scroll-composited-expected.png:
14651 * platform/chromium-win/fast/block/float/032-expected.txt:
14652 * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
14653 * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt:
14654 * platform/chromium-win/fast/forms/text-style-color-expected.txt:
14655 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
14656 * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt:
14657 * platform/chromium/test_expectations.txt:
14658 * platform/gtk/fast/block/float/032-expected.txt: Removed.
14659 * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
14660 * platform/gtk/fast/images/color-jpeg-with-color-profile-expected.png: Removed.
14661 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: Removed.
14662 * tables/mozilla/bugs/bug99948-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug99948-expected.txt.
14664 2012-05-11 Andrey Kosyakov <caseq@chromium.org>
14666 Web Inspector: use div, not span as a parent element for ElementsTreeOutline in Audits panel
14667 https://bugs.webkit.org/show_bug.cgi?id=86188
14669 Reviewed by Yury Semikhatsky.
14671 * inspector/extensions/extensions-audits-expected.txt: rebaseline to account for extra <div>.
14673 2012-05-11 Kent Tamura <tkent@chromium.org>
14675 [Chromium] Test expectation update
14677 * platform/chromium/test_expectations.txt:
14679 2012-05-10 Andrey Kosyakov <caseq@chromium.org>
14681 Web Inspector: [Extensions API] add audit formatters for remote objects and DOM elements
14682 https://bugs.webkit.org/show_bug.cgi?id=86108
14684 Reviewed by Pavel Feldman.
14686 - rebaselined tests to account for two new AuditResults method and their results;
14688 * inspector/extensions/extensions-audits-api-expected.txt:
14689 * inspector/extensions/extensions-audits-expected.txt:
14690 * inspector/extensions/extensions-audits-tests.js:
14691 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone):
14692 * inspector/extensions/extensions-audits.html:
14694 2012-05-11 Csaba Osztrogonác <ossy@webkit.org>
14696 Unreviewed gardening, skip a new failing test.
14698 * platform/qt/Skipped:
14700 2012-05-11 Hajime Morrita <morrita@chromium.org>
14702 Unreviewed expectation update.
14704 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
14705 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14706 * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
14708 2012-05-11 Csaba Osztrogonác <ossy@webkit.org>
14710 Unreviewed gardening.
14712 * fast/css/getComputedStyle/computed-style-expected.txt: Updated after r116723.
14713 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r116723.
14714 * platform/qt/Skipped: Skip new crashing and failing tests.
14715 * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r116723.
14717 2012-05-10 MORITA Hajime <morrita@google.com>
14719 ElementShadow should minimize the usage of "ShadowRoot" name
14720 https://bugs.webkit.org/show_bug.cgi?id=85970
14722 Reviewed by Dimitri Glazkov.
14724 Removed tests cases which exercise shadow root removals.
14725 Such functionality was only available from Internals object
14726 and it made little sense to test it.
14728 * fast/dom/shadow/content-element-move-expected.txt:
14729 * fast/dom/shadow/content-element-move.html:
14730 * fast/dom/shadow/dynamically-created-shadow-root-expected.html:
14731 * fast/dom/shadow/dynamically-created-shadow-root.html:
14732 * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
14733 * fast/dom/shadow/layout-tests-can-access-shadow.html:
14734 * fast/dom/shadow/multiple-shadowroot-expected.txt:
14735 * fast/dom/shadow/multiple-shadowroot.html:
14737 2012-05-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
14739 Move resumeAnimations to use Internals interface
14740 https://bugs.webkit.org/show_bug.cgi?id=86063
14742 Reviewed by Alexey Proskuryakov.
14744 Call resumeAnimations functions from internals, because it is able to work in the
14745 cross-port way through the Internals interface.
14747 * animations/play-state-suspend.html:
14748 * animations/stop-animation-on-suspend.html:
14749 * animations/suspend-resume-animation-events.html:
14750 * animations/suspend-resume-animation.html:
14752 2012-05-10 Kent Tamura <tkent@chromium.org>
14754 [Chromium] Test expectation update
14756 * platform/chromium/test_expectations.txt:
14758 2012-05-10 Kangil Han <kangil.han@samsung.com>
14760 [EFL][DRT] Editor doesn't cancel composition as change of value
14761 https://bugs.webkit.org/show_bug.cgi?id=85122
14763 Reviewed by Martin Robinson.
14765 IME composition should be cancelled when the value of input element is changed programmatically.
14766 However, EFL port doesn't cancel as change of value.
14767 Therefore, this patch will fix the bug.
14769 * platform/efl/Skipped:
14771 2012-05-10 Noel Gordon <noel.gordon@gmail.com>
14773 [chromium] Rebaseline compositing/geometry/horizontal-scroll-composited.html after r107389
14775 Unreviewed test expectations update.
14777 * platform/chromium-linux-x86/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14778 * platform/chromium-linux/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14779 * platform/chromium-mac-leopard/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14780 * platform/chromium-mac-snowleopard/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14781 * platform/chromium-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
14782 * platform/chromium-win-xp/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
14783 * platform/chromium/test_expectations.txt:
14785 2012-05-10 MORITA Hajime <morrita@google.com>
14787 WebKit should support tab-size.
14788 https://bugs.webkit.org/show_bug.cgi?id=52994
14790 Reviewed by Simon Fraser.
14792 * fast/css/tab-size-expected.html: Added.
14793 * fast/css/tab-size.html: Added.
14794 * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
14795 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
14796 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14798 2012-05-10 Abhishek Arya <inferno@chromium.org>
14800 Crash in FontCache::releaseFontData due to infinite float size.
14801 https://bugs.webkit.org/show_bug.cgi?id=86110
14803 Reviewed by Andreas Kling.
14805 * fast/css/large-font-size-crash-expected.txt: Added.
14806 * fast/css/large-font-size-crash.html: Added.
14808 2012-05-10 Eric Seidel <eric@webkit.org>
14810 Make IFRAME_SEAMLESS child documents inherit styles from their parent iframe element
14811 https://bugs.webkit.org/show_bug.cgi?id=85940
14813 Reviewed by Ojan Vafai.
14815 This single pass is deceptive. seamless-designMode exists
14816 to make sure that we do not regress application of Document-level
14817 styles in the child document.
14819 * fast/frames/seamless/seamless-css-cascade-expected.txt:
14821 2012-05-10 Julien Chaffraix <jchaffraix@webkit.org>
14823 Crash in computedCSSPadding* functions due to RenderImage::imageDimensionsChanged called during attachment
14824 https://bugs.webkit.org/show_bug.cgi?id=85912
14826 Reviewed by Eric Seidel.
14828 * fast/images/link-body-content-imageDimensionChanged-crash-expected.txt: Added.
14829 * fast/images/link-body-content-imageDimensionChanged-crash.html: Added.
14830 * fast/images/script-counter-imageDimensionChanged-crash-expected.txt: Added.
14831 * fast/images/script-counter-imageDimensionChanged-crash.html: Added.
14833 2012-05-10 Brady Eidson <beidson@apple.com>
14835 <rdar://problem/10972577> and https://bugs.webkit.org/show_bug.cgi?id=80170
14836 Contents of noscript elements turned into strings in WebArchives
14838 Reviewed by Andy Estes.
14840 * webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
14841 * webarchive/ignore-noscript-if-scripting-enabled.html: Added.
14843 2012-05-10 Abhishek Arya <inferno@chromium.org>
14845 Crash due to floats not removed from first-letter element.
14846 https://bugs.webkit.org/show_bug.cgi?id=86019
14848 Reviewed by Julien Chaffraix.
14850 * fast/block/float/float-not-removed-from-first-letter-expected.txt: Added.
14851 * fast/block/float/float-not-removed-from-first-letter.html: Added.
14853 2012-05-10 Jian Li <jianli@chromium.org>
14855 Unreviewed chromium gardening. Updated failed tests.
14857 * platform/chromium/test_expectations.txt:
14859 2012-05-10 Zan Dobersek <zandobersek@gmail.com>
14861 [GTK] ENABLE_IFRAME_SEAMLESS support
14862 https://bugs.webkit.org/show_bug.cgi?id=85843
14864 Reviewed by Eric Seidel.
14866 Remove test expectations for the iframe seamless tests. All these
14867 tests should be passing now as the feature is enabled.
14869 * platform/gtk/test_expectations.txt:
14871 2012-05-10 Julien Chaffraix <jchaffraix@webkit.org>
14873 Unreviewed Qt gardening.
14875 * platform/qt/Skipped:
14876 Skipped the test as it fails only on Qt (double-checked locally on Mac),
14877 the difference is very small and likely minor.
14879 2012-05-10 Varun Jain <varunjain@google.com>
14881 [chromium] Trigger context menu for long press gesture
14882 https://bugs.webkit.org/show_bug.cgi?id=85919
14884 Reviewed by Adam Barth.
14886 * fast/events/touch/gesture/context-menu-on-long-press.html: Added.
14887 * platform/chromium/fast/events/touch/gesture/context-menu-on-long-press-expected.txt: Added.
14889 2012-05-10 Abhishek Arya <inferno@chromium.org>
14891 Crash in ApplyStyleCommand::joinChildTextNodes.
14892 https://bugs.webkit.org/show_bug.cgi?id=85939
14894 Reviewed by Ryosuke Niwa.
14896 * editing/style/apply-style-join-child-text-nodes-crash-expected.txt: Added.
14897 * editing/style/apply-style-join-child-text-nodes-crash.html: Added.
14899 2012-05-10 Abhishek Arya <inferno@chromium.org>
14901 Unreviewed. Correct spelling in test name.
14903 * editing/inserting/insert-paragraph-separator-crash-expected.txt: Renamed from LayoutTests/editing/inserting/insert-paragraph-seperator-crash-expected.txt.
14904 * editing/inserting/insert-paragraph-separator-crash.html: Renamed from LayoutTests/editing/inserting/insert-paragraph-seperator-crash.html.
14906 2012-05-10 Shezan Baig <shezbaig.wk@gmail.com>
14908 Test from bug 34875 does not work on chromium/mac
14909 https://bugs.webkit.org/show_bug.cgi?id=85913
14911 Reviewed by Julien Chaffraix.
14913 * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html: Added.
14914 * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.txt: Removed.
14915 * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html:
14916 Turned the test back into a ref-test as keeping the test cross-platform and
14917 dumpAsText is proving cumbersome. Apart from that, it also make the test work
14920 * platform/chromium/test_expectations.txt:
14921 * platform/mac/Skipped:
14922 * platform/qt-mac/Skipped:
14923 Re-enabled the test.
14925 2012-05-10 Dominik Röttsches <dominik.rottsches@intel.com>
14927 [EFL] Gardening away IETC crash for now
14928 https://bugs.webkit.org/show_bug.cgi?id=86115
14930 Unreviewed, EFL gardening.
14932 * platform/efl/test_expectations.txt:
14934 2012-05-10 Jian Li <jianli@chromium.org>
14936 Unreviewed chromium gardening. Marked tests as failure.
14938 * platform/chromium/test_expectations.txt:
14940 2012-05-10 Dave Tharp <dtharp@codeaurora.org>
14942 Integrate IETC CSS : values and units tests
14943 https://bugs.webkit.org/show_bug.cgi?id=85307
14945 Reviewed by Adam Barth.
14947 Added the IETC values and unit tests and associated reference tests.
14949 Also removed two "file not found" test entries in the mac test_expectations.txt
14950 file that were causing a style check failure.
14952 * ietestcenter/css3/valuesandunits/units-000-expected.htm: Added.
14953 * ietestcenter/css3/valuesandunits/units-000.htm: Added.
14954 * ietestcenter/css3/valuesandunits/units-010-expected.htm: Added.
14955 * ietestcenter/css3/valuesandunits/units-010.htm: Added.
14956 * ietestcenter/css3/valuesandunits/units-020-expected.htm: Added.
14957 * ietestcenter/css3/valuesandunits/units-020.htm: Added.
14958 * platform/chromium/test_expectations.txt:
14959 * platform/efl/test_expectations.txt:
14960 * platform/gtk/test_expectations.txt:
14961 * platform/mac/test_expectations.txt:
14962 * platform/qt/test_expectations.txt:
14964 2012-05-10 Dominik Röttsches <dominik.rottsches@intel.com>
14966 [EFL][DRT] ewk_view_paint_contents may trigger assertion failure
14967 https://bugs.webkit.org/show_bug.cgi?id=85058
14969 Reviewed by Gustavo Noronha Silva.
14971 Unskipping media-fragments that pass after the assertion failure was fixed.
14973 * platform/efl/Skipped:
14975 2012-05-10 Erik Arvidsson <arv@chromium.org>
14977 Add test that makes sure wrappers are setup using the correct window scope
14978 https://bugs.webkit.org/show_bug.cgi?id=85526
14980 Reviewed by Ojan Vafai.
14982 This tests the same thing as the recently removed fast/dom/prototype-inheritance.html test.
14984 * fast/dom/wrapper-scope-expected.txt: Added.
14985 * fast/dom/wrapper-scope.html: Added.
14986 * platform/chromium/test_expectations.txt:
14988 2012-05-10 Abhishek Arya <inferno@chromium.org>
14990 Crash in InsertParagraphSeparatorCommand::doApply.
14991 https://bugs.webkit.org/show_bug.cgi?id=84995
14993 Reviewed by Ryosuke Niwa.
14995 * editing/inserting/insert-paragraph-seperator-crash-expected.txt: Added.
14996 * editing/inserting/insert-paragraph-seperator-crash.html: Added.
14998 2012-05-10 Joe Thomas <joethomas@motorola.com>
15000 [CSS3 Backgrounds and Borders] Add background-size to the background shorthand
15001 https://bugs.webkit.org/show_bug.cgi?id=27577
15003 Reviewed by Alexis Menard.
15005 Added CSSPropertyBackgroundSize to the background shorthand propery. Added the logic for parsing background-size.
15006 bakground-size appears after background-position followed by a '/'.
15007 The specification related to this change is http://www.w3.org/TR/css3-background/#the-background
15009 * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt: Added.
15010 * fast/backgrounds/background-shorthand-with-backgroundSize-style.html: Added.
15011 * fast/backgrounds/size/backgroundSize-in-background-shorthand-expected.html: Added.
15012 * fast/backgrounds/size/backgroundSize-in-background-shorthand.html: Added.
15013 * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt:
15014 * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html:
15015 * fast/inspector-support/style-expected.txt:
15016 * inspector/styles/lazy-computed-style-expected.txt:
15017 * inspector/styles/styles-computed-trace-expected.txt:
15018 * inspector/styles/styles-new-API-expected.txt:
15020 2012-05-10 Sheriff Bot <webkit.review.bot@gmail.com>
15022 Unreviewed, rolling out r116633.
15023 http://trac.webkit.org/changeset/116633
15024 https://bugs.webkit.org/show_bug.cgi?id=86093
15026 Breaks EFL tests (Requested by kov on #webkit).
15028 * platform/efl/Skipped:
15030 2012-05-10 Noel Gordon <noel.gordon@gmail.com>
15032 [chromium] REGRESSION(r107389) Visible line artifacts on JPEG images
15033 https://bugs.webkit.org/show_bug.cgi?id=85772
15035 Reviewed by Kent Tamura.
15037 * platform/chromium/test_expectations.txt: Add IMAGE expectations.
15039 2012-05-10 Thiago Marcos P. Santos <thiago.santos@intel.com>
15041 [EFL] Gardening of flaky tests
15042 https://bugs.webkit.org/show_bug.cgi?id=86069
15044 Unreviewed gardening.
15046 * platform/efl/test_expectations.txt:
15048 2012-05-10 Alexander Shalamov <alexander.shalamov@intel.com>
15050 [EFL] LayoutTestController needs implementation of setTabKeyCyclesThroughElements
15051 https://bugs.webkit.org/show_bug.cgi?id=82864
15053 Reviewed by Gustavo Noronha Silva.
15055 Unskip fast/events/keypress-insert-tab.html
15057 * platform/efl/Skipped:
15059 2012-05-10 Alexander Shalamov <alexander.shalamov@intel.com>
15061 [EFL][DRT] EventSender - set delayed event information if it was not set before
15062 https://bugs.webkit.org/show_bug.cgi?id=85972
15064 Reviewed by Gustavo Noronha Silva.
15066 Unskipping layout tests that were skipped because of the bug.
15068 * platform/efl/Skipped:
15070 2012-05-10 Csaba Osztrogonác <ossy@webkit.org>
15072 [Qt][WK2] REGRESSION(r116560): It made 7 compositing tests fail
15073 https://bugs.webkit.org/show_bug.cgi?id=86086
15075 Unreviewed gardening, skip new failing tests.
15077 * platform/qt-5.0-wk2/Skipped:
15079 2012-05-10 Zan Dobersek <zandobersek@gmail.com>
15081 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
15082 https://bugs.webkit.org/show_bug.cgi?id=85591
15084 Unreviewed, unskipping another batch of tests that are passing but have
15085 test expectations present that indicate a failure is expected. Their
15086 bug entries will be properly updated after they either remain stable and
15087 passing or they backfire.
15089 * platform/gtk/test_expectations.txt:
15091 2012-05-10 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
15093 [EFL][DRT] Clear added user style sheets before a new testcase execution.
15094 https://bugs.webkit.org/show_bug.cgi?id=84792
15096 Reviewed by Gustavo Noronha Silva.
15098 Unskip userscripts/user-style-top-frame-only.html
15100 * platform/efl/Skipped:
15102 2012-05-10 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
15104 [EFL][DRT] fast/events/js-keyboard-event-creation.html needs rebaselining
15105 https://bugs.webkit.org/show_bug.cgi?id=85485
15107 Unreviewed, fast/events/js-keyboard-event-creation.html is rebased.
15109 * platform/efl/Skipped: removed fast/events/js-keyboard-event-creation.html
15110 * platform/efl/fast/events/js-keyboard-event-creation-expected.txt: Added (Taken from GTK port).
15112 2012-05-10 Csaba Osztrogonác <ossy@webkit.org>
15114 [Qt] Unreviewed gardening. Skip news failing and crashing tests to paint the bot green.
15116 * platform/qt-mac/Skipped:
15118 2012-05-10 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
15120 [Qt] new test http/tests/cookies/single-quoted-value.html is failing
15121 https://bugs.webkit.org/show_bug.cgi?id=86066
15123 Unreviewed gardening after r116601
15125 * platform/qt/Skipped:
15127 2012-05-10 Abhishek Arya <inferno@chromium.org>
15129 Make DOMCharacterDataModified a scoped event (similar to r73690).
15130 https://bugs.webkit.org/show_bug.cgi?id=85920
15132 Reviewed by Ryosuke Niwa.
15134 * fast/events/scoped/editing-commands.html: test modified to check DOMCharacterDataModified event.
15136 2012-05-10 Zan Dobersek <zandobersek@gmail.com>
15138 Unreviewed GTK gardening.
15140 * platform/gtk/test_expectations.txt:
15142 2012-05-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
15144 Move suspendAnimations to use Internals interface.
15145 https://bugs.webkit.org/show_bug.cgi?id=85986
15147 Reviewed by Ryosuke Niwa.
15149 Call suspendAnimations functions from internals, because it is able to work in the
15150 cross-port way through the Internals interface.
15152 * animations/play-state-suspend.html:
15153 * animations/stop-animation-on-suspend.html:
15154 * animations/suspend-resume-animation-events.html:
15155 * animations/suspend-resume-animation.html:
15156 * animations/suspend-transform-animation.html:
15157 * transitions/suspend-transform-transition.html:
15159 2012-05-09 Jason Liu <jason.liu@torchmobile.com.cn>
15161 [BlackBerry] Cookie parsing issue. If the cookie value provided was (") then the browser creates a session cookie instead.
15162 https://bugs.webkit.org/show_bug.cgi?id=85775
15164 Reviewed by Rob Buis.
15166 * http/tests/cookies/script-tests/single-quoted-value.js: Added.
15167 * http/tests/cookies/single-quoted-value-expected.txt: Added.
15168 * http/tests/cookies/single-quoted-value.html: Added.
15170 2012-05-09 Hayato Ito <hayato@chromium.org>
15172 Remove unused test expectation files.
15173 https://bugs.webkit.org/show_bug.cgi?id=85973
15175 Reviewed by Ojan Vafai.
15177 Since cell-shrinkback.html is a reftest, these txt and png
15178 expectations files are not used by test runner and cause warning messages when running tests.
15180 * platform/chromium-linux/fast/multicol/cell-shrinkback-expected.png: Removed.
15181 * platform/chromium-win/fast/multicol/cell-shrinkback-expected.png: Removed.
15182 * platform/qt/fast/multicol/cell-shrinkback-expected.png: Removed.
15183 * platform/qt/fast/multicol/cell-shrinkback-expected.txt: Removed.
15185 2012-05-09 Adam Barth <abarth@webkit.org>
15187 Implement HTML Media Capture
15188 https://bugs.webkit.org/show_bug.cgi?id=85958
15190 Reviewed by Eric Seidel.
15192 * fast/forms/file/file-input-capture-expected.txt: Added.
15193 * fast/forms/file/file-input-capture.html: Added.
15194 - Test that the capture attribute works properly.
15195 * platform/chromium/test_expectations.txt:
15196 * platform/efl/Skipped:
15197 * platform/gtk/test_expectations.txt:
15198 * platform/mac/Skipped:
15199 * platform/qt/Skipped:
15200 * platform/win/Skipped:
15201 - Skip the test on all platforms. The feature is enabled only on
15202 Android, which isn't yet able to run LayoutTests upstream.
15204 2012-05-09 Tony Gentilcore <tonyg@chromium.org>
15206 Subresources loaded after a reload completes shouldn't be revalidated.
15207 https://bugs.webkit.org/show_bug.cgi?id=84614
15209 Tests by Darin Fisher.
15211 Reviewed by Darin Fisher.
15213 * http/tests/cache/loaded-from-cache-after-reload-expected.txt: Added.
15214 * http/tests/cache/loaded-from-cache-after-reload-within-iframe-expected.txt: Added.
15215 * http/tests/cache/loaded-from-cache-after-reload-within-iframe.html: Added.
15216 * http/tests/cache/loaded-from-cache-after-reload.html: Added.
15217 * http/tests/cache/resources/loaded-from-cache-after-reload-within-iframe-subframe.html: Added.
15218 * http/tests/cache/resources/random-cached.cgi: Added.
15220 2012-05-09 Hugo Parente Lima <hugo.lima@openbossa.org>
15222 Use suitable viewport values on XHTML-MP pages.
15223 https://bugs.webkit.org/show_bug.cgi?id=85425
15225 Reviewed by Kenneth Rohde Christiansen.
15227 Add tests for legacy viewport adaption and skip them
15228 on all ports but the Qt one.
15230 * fast/viewport/viewport-legacy-xhtmlmp-expected.txt: Added.
15231 * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype-expected.txt: Added.
15232 * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html: Added.
15233 * fast/viewport/viewport-legacy-xhtmlmp-ordering-expected.txt: Added.
15234 * fast/viewport/viewport-legacy-xhtmlmp-ordering.html: Added.
15235 * fast/viewport/viewport-legacy-xhtmlmp.html: Added.
15236 * platform/chromium/test_expectations.txt:
15237 * platform/efl/Skipped:
15238 * platform/gtk/test_expectations.txt:
15240 2012-05-09 Jochen Eisinger <jochen@chromium.org>
15242 When creating a new page during a navigation, prime the initial document with the correct referrer policy
15243 https://bugs.webkit.org/show_bug.cgi?id=86001
15245 Reviewed by Adam Barth.
15247 Skip the test on all but chromium, see https://bugs.webkit.org/show_bug.cgi?id=86000
15249 * http/tests/security/referrer-policy-redirect-link-expected.txt: Added.
15250 * http/tests/security/referrer-policy-redirect-link.html: Added.
15251 * http/tests/security/resources/referrer-policy-postmessage.php: Added.
15252 * http/tests/security/resources/referrer-policy-redirect-link.html: Added.
15253 * platform/efl/Skipped:
15254 * platform/mac/Skipped:
15255 * platform/qt/Skipped:
15256 * platform/win/Skipped:
15257 * platform/wincairo/Skipped:
15258 * platform/wk2/Skipped:
15260 2012-05-09 Adrienne Walker <enne@google.com>
15262 Update compositing/RTL tests to fail if the root layer is shifted incorrectly
15263 https://bugs.webkit.org/show_bug.cgi?id=85820
15265 Reviewed by James Robinson.
15267 For the Chromium port, if the root layer was shifted incorrectly, the
15268 non-composited red indicator layers would get drawn outside the root
15269 layers bounds, making it impossible to see if the test was failing.
15271 Also turn off overflow:hidden because compositing/ tests have mock
15272 scrollbars. This makes it much easier to debug these tests locally.
15274 * compositing/rtl/rtl-absolute-expected.png:
15275 * compositing/rtl/rtl-absolute-overflow-expected.png:
15276 * compositing/rtl/rtl-absolute-overflow-expected.txt:
15277 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.png:
15278 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
15279 * compositing/rtl/rtl-absolute-overflow-scrolled.html:
15280 * compositing/rtl/rtl-absolute-overflow.html:
15281 * compositing/rtl/rtl-absolute.html:
15282 * compositing/rtl/rtl-fixed-expected.png:
15283 * compositing/rtl/rtl-fixed-overflow-expected.png:
15284 * compositing/rtl/rtl-fixed-overflow-expected.txt:
15285 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
15286 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
15287 * compositing/rtl/rtl-fixed-overflow-scrolled.html:
15288 * compositing/rtl/rtl-fixed-overflow.html:
15289 * compositing/rtl/rtl-fixed.html:
15290 * compositing/rtl/rtl-iframe-absolute-overflow-expected.png:
15291 * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
15292 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png:
15293 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
15294 * compositing/rtl/rtl-iframe-fixed-overflow-expected.png:
15295 * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
15296 * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png:
15297 * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
15299 2012-05-09 Zan Dobersek <zandobersek@gmail.com>
15301 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
15302 https://bugs.webkit.org/show_bug.cgi?id=85591
15304 Reviewed by Philippe Normand.
15306 Remove all the test expectations for tests that seem to consistently
15307 pass on the Gtk bots but are expected to crash. Any tests that backfire
15308 will have their bug entries updated or closed otherwise.
15310 * platform/gtk/test_expectations.txt:
15312 2012-05-09 Ken Buchanan <kenrb@chromium.org>
15314 Crash from removal of a line break object
15315 https://bugs.webkit.org/show_bug.cgi?id=85997
15317 Reviewed by David Hyatt.
15319 Test case to exercise crashing condition in bug 85997.
15321 * fast/block/line-layout/line-break-removal-near-textarea-crash-expected.txt: Added
15322 * fast/block/line-layout/line-break-removal-near-textarea-crash.html: Added
15324 2012-05-09 Alexis Menard <alexis.menard@openbossa.org>
15326 [Qt][WK2] REGRESSION(r113678):After this change fast/text/text-stroke-width-cairo-dos.html makes the next test crash
15327 https://bugs.webkit.org/show_bug.cgi?id=83582
15329 Unreviewed gardening : I don't observe crashes anymore.
15331 * platform/qt-5.0-wk2/Skipped:
15333 2012-05-09 Christophe Dumez <christophe.dumez@intel.com>
15335 [EFL][DRT] EFL's DRT needs to support LayoutTestController.dumpIconChanges()
15336 https://bugs.webkit.org/show_bug.cgi?id=84435
15338 Reviewed by Antonio Gomes.
15340 Unskip the test checking for DumpRenderTree's support for
15341 LayoutTestController's dumpIconChanges() in EFL port.
15343 * platform/efl/Skipped:
15345 2012-05-09 Csaba Osztrogonác <ossy@webkit.org>
15347 [Qt] Unreviewed gardening.
15349 * platform/qt-5.0/fast/text/international/text-spliced-font-expected.png: Added.
15350 * platform/qt-5.0/fast/text/international/text-spliced-font-expected.txt: Added.
15351 * platform/qt/Skipped:
15353 2012-05-09 Abhishek Arya <inferno@chromium.org>
15355 Crash in ReplaceSelectionCommand::performTrivialReplace
15356 https://bugs.webkit.org/show_bug.cgi?id=85943
15358 Reviewed by Ryosuke Niwa.
15360 * editing/inserting/insert-html-crash-expected.txt: Added.
15361 * editing/inserting/insert-html-crash.html: Added.
15363 2012-05-03 Shawn Singh <shawnsingh@chromium.org>
15365 Hit testing is incorrect in some cases with perspective transforms
15366 https://bugs.webkit.org/show_bug.cgi?id=79136
15368 Reviewed by Simon Fraser.
15370 * transforms/3d/hit-testing/coplanar-with-camera-expected.txt: Added.
15371 * transforms/3d/hit-testing/coplanar-with-camera.html: Added.
15372 * transforms/3d/hit-testing/perspective-clipped-expected.txt: Added.
15373 * transforms/3d/hit-testing/perspective-clipped.html: Added.
15375 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com>
15377 Textarea-placeholder-wrapping.html may fail because of scrollbars
15378 https://bugs.webkit.org/show_bug.cgi?id=85989
15380 Reviewed by Ryosuke Niwa.
15382 Increasing rows to avoid scrollbar single pixel differences
15383 to cause failures of this test.
15385 * fast/forms/textarea-placeholder-wrapping-expected.html:
15386 * fast/forms/textarea-placeholder-wrapping.html:
15388 2012-05-09 Thiago Marcos P. Santos <thiago.santos@intel.com>
15390 [EFL] shared-stylesheet-mutation tests are flaky
15391 https://bugs.webkit.org/show_bug.cgi?id=85901
15393 Reviewed by Antti Koivisto.
15395 This test is flaky on EFL because the timeout for applying
15396 the style is too short for a Debug build.
15398 * http/tests/css/resources/shared-stylesheet-mutation.js:
15401 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com>
15403 [EFL][DRT] Gardening failures and crashes
15404 https://bugs.webkit.org/show_bug.cgi?id=85996
15406 Unreviewed, EFL gardening.
15408 * platform/efl/test_expectations.txt:
15410 2012-05-09 Tommy Widenflycht <tommyw@google.com>
15412 MediaStream API: SessionDescription::addCandidate should not crash for malformed input
15413 https://bugs.webkit.org/show_bug.cgi?id=85988
15415 Reviewed by Adam Barth.
15417 * fast/mediastream/SessionDescription-expected.txt: Added.
15418 * fast/mediastream/SessionDescription.html: Added.
15420 2012-05-09 Takashi Sakamoto <tasak@google.com>
15422 Crash in WebCore::RenderBoxModelObject::paddingLeft
15423 https://bugs.webkit.org/show_bug.cgi?id=83889
15425 Reviewed by Abhishek Arya.
15427 As just invoking layoutTestController.display() invokes scrollbar's
15428 WebCore::RenderScrollbarPart::paintIntoRect(), adding display() after
15429 invoking layoutTestController.dumpAsText().
15431 * scrollbars/scrollbar-percent-padding-crash.html: Added.
15432 * scrollbars/scrollbar-percent-padding-crash-expected.txt: Added.
15434 2012-05-09 Antti Koivisto <antti@apple.com>
15436 Skip failing test http/tests/loading/post-in-iframe-with-back-navigation.html.
15440 * platform/mac/Skipped:
15442 2012-05-09 Antti Koivisto <antti@apple.com>
15444 Test from bug 34875 should specify font-size
15445 https://bugs.webkit.org/show_bug.cgi?id=85913
15449 Skip fast/block/positioning/offsetLeft-offsetTop-multicolumn.html
15451 * platform/mac/Skipped:
15453 2012-05-09 Dominik Röttsches <dominik.rottsches@intel.com>
15455 [EFL] Gardening a timeout failure
15456 https://bugs.webkit.org/show_bug.cgi?id=85979
15458 Unreviewed, EFL gardening.
15460 * platform/efl/test_expectations.txt: Adding font-face-download-error.html.
15462 2012-05-09 Takashi Sakamoto <tasak@google.com>
15464 ShadowRoot needs applyAuthorStyles
15465 https://bugs.webkit.org/show_bug.cgi?id=78472
15467 Reviewed by Hajime Morita.
15469 * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
15470 * fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html:
15472 case 1: applyAuthorStyles is false,
15473 case 2: applyAuthorStyles is true with <script>..</script>,
15474 case 3: applyAuthorStyles is true with inline script declaration, and
15475 case 4: applyAuthorStyles is true with important UA property.
15476 The case 1, 2 and 3 specify "span { ... }" with author styles and
15477 verify rendering results.
15478 The case 4 specifies '<input type="file" />' with an author style,
15479 text-align: end, and verify rendering result.
15481 2012-05-09 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
15483 [EFL] fast/overflow/scroll-div-hide-show.html testcase does not pass
15484 https://bugs.webkit.org/show_bug.cgi?id=85960
15486 Unreviewed. Gardening.
15488 * platform/efl/Skipped: Skipping fast/overflow/scroll-div-hide-show.html.
15490 2012-05-09 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
15492 [EFL][DRT] Add baselines for new CSS cases after r116438
15493 https://bugs.webkit.org/show_bug.cgi?id=85967
15495 Unreviewed, add EFL baselines for new tests after r116438.
15497 * platform/efl/css2.1/20110323/first-letter-000-expected.png: Added.
15498 * platform/efl/css2.1/20110323/first-letter-000-expected.txt: Added.
15499 * platform/efl/css2.1/20110323/first-letter-001-expected.png: Added.
15500 * platform/efl/css2.1/20110323/first-letter-001-expected.txt: Added.
15501 * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
15502 * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
15503 * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
15504 * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
15505 * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
15506 * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
15507 * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
15508 * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
15509 * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
15510 * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
15511 * platform/efl/css2.1/20110323/first-letter-nested-001-expected.png: Added.
15512 * platform/efl/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
15513 * platform/efl/css2.1/20110323/first-letter-nested-002-expected.png: Added.
15514 * platform/efl/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
15515 * platform/efl/css2.1/20110323/first-letter-nested-003-expected.png: Added.
15516 * platform/efl/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
15517 * platform/efl/css2.1/20110323/first-letter-nested-004-expected.png: Added.
15518 * platform/efl/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
15519 * platform/efl/css2.1/20110323/first-letter-nested-005-expected.png: Added.
15520 * platform/efl/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
15521 * platform/efl/css2.1/20110323/first-letter-nested-006-expected.png: Added.
15522 * platform/efl/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
15523 * platform/efl/css2.1/20110323/first-letter-nested-007-expected.png: Added.
15524 * platform/efl/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
15525 * platform/efl/css2.1/20110323/first-letter-quote-001-expected.png: Added.
15526 * platform/efl/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
15527 * platform/efl/css2.1/20110323/first-letter-quote-002-expected.png: Added.
15528 * platform/efl/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
15529 * platform/efl/css2.1/20110323/first-letter-quote-003-expected.png: Added.
15530 * platform/efl/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
15531 * platform/efl/css2.1/20110323/first-letter-quote-004-expected.png: Added.
15532 * platform/efl/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
15533 * platform/efl/css2.1/20110323/first-letter-quote-005-expected.png: Added.
15534 * platform/efl/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
15535 * platform/efl/css2.1/20110323/first-letter-quote-006-expected.png: Added.
15536 * platform/efl/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
15537 * platform/efl/fast/css/first-letter-nested-positioned-expected.png: Added.
15538 * platform/efl/fast/css/first-letter-nested-positioned-expected.txt: Added.
15539 * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
15540 * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
15542 2012-05-09 Csaba Osztrogonác <ossy@webkit.org>
15544 [Qt] Unreviewed gardening, add platform specific expected files for new tests.
15546 * platform/qt/css2.1/20110323/first-letter-000-expected.png: Added.
15547 * platform/qt/css2.1/20110323/first-letter-000-expected.txt: Added.
15548 * platform/qt/css2.1/20110323/first-letter-001-expected.png: Added.
15549 * platform/qt/css2.1/20110323/first-letter-001-expected.txt: Added.
15550 * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
15551 * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
15552 * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
15553 * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
15554 * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
15555 * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
15556 * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
15557 * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
15558 * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
15559 * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
15560 * platform/qt/css2.1/20110323/first-letter-nested-001-expected.png: Added.
15561 * platform/qt/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
15562 * platform/qt/css2.1/20110323/first-letter-nested-002-expected.png: Added.
15563 * platform/qt/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
15564 * platform/qt/css2.1/20110323/first-letter-nested-003-expected.png: Added.
15565 * platform/qt/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
15566 * platform/qt/css2.1/20110323/first-letter-nested-004-expected.png: Added.
15567 * platform/qt/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
15568 * platform/qt/css2.1/20110323/first-letter-nested-005-expected.png: Added.
15569 * platform/qt/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
15570 * platform/qt/css2.1/20110323/first-letter-nested-006-expected.png: Added.
15571 * platform/qt/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
15572 * platform/qt/css2.1/20110323/first-letter-nested-007-expected.png: Added.
15573 * platform/qt/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
15574 * platform/qt/css2.1/20110323/first-letter-quote-001-expected.png: Added.
15575 * platform/qt/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
15576 * platform/qt/css2.1/20110323/first-letter-quote-002-expected.png: Added.
15577 * platform/qt/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
15578 * platform/qt/css2.1/20110323/first-letter-quote-003-expected.png: Added.
15579 * platform/qt/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
15580 * platform/qt/css2.1/20110323/first-letter-quote-004-expected.png: Added.
15581 * platform/qt/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
15582 * platform/qt/css2.1/20110323/first-letter-quote-005-expected.png: Added.
15583 * platform/qt/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
15584 * platform/qt/css2.1/20110323/first-letter-quote-006-expected.png: Added.
15585 * platform/qt/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
15586 * platform/qt/fast/block/float/avoiding-float-centered-expected.png: Added.
15587 * platform/qt/fast/block/float/avoiding-float-centered-expected.txt: Added.
15588 * platform/qt/fast/css/first-letter-nested-positioned-expected.png: Added.
15589 * platform/qt/fast/css/first-letter-nested-positioned-expected.txt: Added.
15590 * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
15591 * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
15592 * platform/qt/fast/html/details-marker-style-expected.png: Added.
15593 * platform/qt/fast/html/details-marker-style-expected.txt: Added.
15594 * platform/qt/fast/images/png-suite/test-expected.txt: Added.
15595 * platform/qt/fast/text/international/text-spliced-font-expected.png: Added.
15596 * platform/qt/fast/text/international/text-spliced-font-expected.txt: Added.
15597 * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
15598 * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
15599 * platform/qt/svg/custom/path-zero-strokewidth-expected.png: Added.
15600 * platform/qt/svg/custom/path-zero-strokewidth-expected.txt: Added.
15602 2012-05-09 Csaba Osztrogonác <ossy@webkit.org>
15604 [Qt] Unreviewed gardening, add a platform specific expected file for a passing test.
15606 * platform/qt-5.0-wk2/fast/repaint/focus-ring-expected.txt: Added.
15608 2012-05-09 Yoshifumi Inoue <yosin@chromium.org>
15610 [Chromium][Forms] HTMLOptionsCollection doesn't have indexed properties on property enumeration
15611 https://bugs.webkit.org/show_bug.cgi?id=85937
15613 Reviewed by Kentaro Hara.
15615 * fast/forms/select/options-indexed-properties-expected.txt: Added.
15616 * fast/forms/select/options-indexed-properties.html: Added.
15617 * platform/chromium/inspector/console/console-format-collections-expected.txt: Changed for HTMLOptionCollection printed output
15619 2012-05-09 Christophe Dumez <christophe.dumez@intel.com>
15621 [EFL] http/tests/loading/post-in-iframe-with-back-navigation.html fails
15622 https://bugs.webkit.org/show_bug.cgi?id=85974
15624 Unreviewed EFL gardening.
15626 Move http/tests/loading/post-in-iframe-with-back-navigation.html to
15627 test_expectations.txt. This test was added in r116473 but fails on all
15630 * platform/efl/test_expectations.txt:
15632 2012-05-09 Tommy Widenflycht <tommyw@google.com>
15634 MediaStream API: Adding a test for constructed from JS MediaStreams
15635 https://bugs.webkit.org/show_bug.cgi?id=85883
15637 Reviewed by Kent Tamura.
15639 Also moved shouldNotThrow to js-test-pre, and removed it from all mediastream tests.
15641 * fast/js/resources/js-test-pre.js:
15643 * fast/mediastream/MediaStreamConstructor-expected.txt: Added.
15644 * fast/mediastream/MediaStreamConstructor.html: Added.
15645 * fast/mediastream/peerconnection-argument-types-expected.txt:
15646 * fast/mediastream/peerconnection-iceoptions.html:
15647 * fast/mediastream/script-tests/argument-types.js:
15648 * fast/mediastream/script-tests/peerconnection-argument-types.js:
15650 2012-05-09 Kent Tamura <tkent@chromium.org>
15652 [Chromium] Test expectation update for media-stream tests
15653 https://bugs.webkit.org/show_bug.cgi?id=85952
15655 * platform/chromium/test_expectations.txt:
15657 2012-05-09 Zoltan Arvai <zarvai@inf.u-szeged.hu>
15659 [Qt] Gardening. Skip a failing test, remove an unnecessary platform specific expected file.
15660 https://bugs.webkit.org/show_bug.cgi?id=85969
15662 Reviewed by Csaba Osztrogonác.
15664 * platform/qt/Skipped:
15665 * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Removed after r116491.
15668 2012-05-09 Shinya Kawanaka <shinyak@chromium.org>
15670 Position should be able to have ShadowRoot as a container.
15671 https://bugs.webkit.org/show_bug.cgi?id=82021
15673 Reviewed by Ryosuke Niwa.
15675 Skipped non-chromium port since SHADOW_DOM flag is not enabled in those platforms.
15676 We will add bunch of tests for editing in Shadow DOM into editing/shadow later,
15677 so I added the whole directory name to the skipped list.
15679 * editing/shadow/doubleclick-on-meter-in-shadow-crash-expected.txt: Added.
15680 * editing/shadow/doubleclick-on-meter-in-shadow-crash.html: Added.
15681 * editing/shadow/rightclick-on-meter-in-shadow-crash-expected.txt: Added.
15682 * editing/shadow/rightclick-on-meter-in-shadow-crash.html: Added.
15683 * editing/shadow/shadow-selection-not-exported-expected.txt: Added.
15684 * editing/shadow/shadow-selection-not-exported.html: Added.
15685 * platform/efl/Skipped:
15686 * platform/gtk/test_expectations.txt:
15687 * platform/mac/Skipped:
15688 * platform/qt/Skipped:
15689 * platform/win/Skipped:
15690 * platform/wincairo/Skipped:
15691 * platform/wk2/Skipped:
15693 2012-05-09 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
15695 [EFL][DRT] LayoutTestController addUserScript implementation
15696 https://bugs.webkit.org/show_bug.cgi?id=84718
15698 Reviewed by Antonio Gomes.
15700 Unskipped corresponding testcases.
15702 * platform/efl/Skipped:
15704 2012-05-09 Kent Tamura <tkent@chromium.org>
15706 [Chromium] Test expectation update.
15708 * platform/chromium/test_expectations.txt:
15709 video-media-source-seek.html is also SLOW?
15711 2012-05-09 Christophe Dumez <christophe.dumez@intel.com>
15713 [EFL] http/tests/loading/pdf-commit-load-callbacks.html is failing
15714 https://bugs.webkit.org/show_bug.cgi?id=85957
15716 Unreviewed gardening.
15718 Move http/tests/loading/pdf-commit-load-callbacks.html to
15719 test_expectations.txt while Bug 85956 is fixed.
15721 * platform/efl/test_expectations.txt:
15723 2012-05-09 Nikolas Zimmermann <nzimmermann@rim.com>
15725 REGRESSION(r105057): Infinite loop inside SVGTextLayoutEngine::currentLogicalCharacterMetrics
15726 https://bugs.webkit.org/show_bug.cgi?id=83405
15728 Reviewed by Darin Adler.
15730 Add two new testcases covering the problem.
15732 * svg/text/add-tspan-position-bug-expected.html: Added.
15733 * svg/text/add-tspan-position-bug.html: Added.
15734 * svg/text/modify-tspan-position-bug-expected.html: Added.
15735 * svg/text/modify-tspan-position-bug.html: Added.
15737 2012-05-08 Kent Tamura <tkent@chromium.org>
15739 Unreviewed, a trivial test fix to remove a platform-dependency.
15740 https://bugs.webkit.org/show_bug.cgi?id=81854
15742 * fast/forms/form-collection-radio-node-list-expected.txt:
15743 * fast/forms/form-collection-radio-node-list.html:
15744 Remove form controls from the document before completing the test.
15746 2012-05-08 Kent Tamura <tkent@chromium.org>
15748 [Chromium] Test expectation update
15749 Skip post-in-iframe-with-back-navigation.html because it might cause a
15750 failure of the next test, preload-append-scan.php
15752 * platform/chromium/test_expectations.txt:
15754 2012-05-08 Kent Tamura <tkent@chromium.org>
15756 [Chromium] Update test expectations.
15758 * platform/chromium/test_expectations.txt:
15760 2012-05-08 Rakesh KN <rakesh.kn@motorola.com>
15762 RadioNodeList support in HTMLFormElement::elements
15763 https://bugs.webkit.org/show_bug.cgi?id=81854
15765 Reviewed by Ryosuke Niwa.
15767 * fast/forms/form-collection-radio-node-list-expected.txt: Added.
15768 * fast/forms/form-collection-radio-node-list.html: Added.
15770 2012-05-08 Benjamin Poulain <bpoulain@apple.com>
15772 [JSC] Regression: addEventListener() and removeEventListener() raise an exception on missing args
15773 https://bugs.webkit.org/show_bug.cgi?id=85928
15775 Reviewed by Geoffrey Garen.
15777 * fast/dom/Window/window-legacy-event-listener-expected.txt: Added.
15778 * fast/dom/Window/window-legacy-event-listener.html: Added.
15779 * fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt: Added.
15780 * fast/dom/XMLHttpRequest-legacy-event-listener.html: Added.
15781 * fast/dom/node-legacy-event-listener-expected.txt: Added.
15782 * fast/dom/node-legacy-event-listener.html: Added.
15784 2012-05-08 Raphael Kubo da Costa <rakuco@webkit.org>
15786 [EFL] Gardening, unskip test after r116475.
15788 * platform/efl/test_expectations.txt:
15790 2012-05-08 Ojan Vafai <ojan@chromium.org>
15792 Suppress failing test while the fix is being worked out.
15794 * platform/chromium/test_expectations.txt:
15796 2012-05-08 Abhishek Arya <inferno@chromium.org>
15798 Crash due to owning renderer not removed from custom scrollbar.
15799 https://bugs.webkit.org/show_bug.cgi?id=80610
15801 Reviewed by Eric Seidel.
15803 * scrollbars/scrollbar-owning-renderer-crash-expected.txt: Added.
15804 * scrollbars/scrollbar-owning-renderer-crash.html: Added.
15806 2012-05-08 Kangil Han <kangil.han@samsung.com>
15808 [EFL][DRT] Implement TextInputController.
15809 https://bugs.webkit.org/show_bug.cgi?id=78559
15811 Reviewed by Martin Robinson.
15813 TextInputController has been created for an input emulation purpose in DRT.
15814 However, not like other ports, EFL doesn't have it.
15815 Therefore, this patch will enable EFL port to have an input emulation in DRT.
15817 * platform/efl/Skipped:
15819 2012-05-08 Jon Lee <jonlee@apple.com>
15821 Safari warns that it needs to resend the form in an iFrame when going back
15822 https://bugs.webkit.org/show_bug.cgi?id=82658
15823 <rdar://problem/11292558>
15825 Reviewed by Darin Adler.
15827 Add new test which navigates a series of pages in an iframe. Each navigation is a POST.
15828 At the third page we click on a back link, and expect to see stale POST data.
15830 * http/tests/loading/post-in-iframe-with-back-navigation-expected.txt: Added.
15831 * http/tests/loading/post-in-iframe-with-back-navigation.html: Added.
15832 * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-1.php: Added.
15833 * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-2.php: Added.
15834 * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-3.php: Added.
15835 * http/tests/resources/js-test-post.js: Added. Copied from fast/js/resources since it is
15836 inaccessible to the test server.
15837 * http/tests/resources/js-test-pre.js: Added. Copied from fast/js/resources since it is
15838 inaccessible to the test server.
15840 2012-05-08 Eric Seidel <eric@webkit.org>
15842 Add stylesheet inheritance support to IFRAME_SEAMLESS
15843 https://bugs.webkit.org/show_bug.cgi?id=85914
15845 Reviewed by Ojan Vafai.
15847 Update the results (for both static and dynamic inheritance)
15848 now that this support is landed.
15850 * fast/frames/seamless/seamless-css-cascade-expected.txt:
15852 2012-05-08 Raymond Toy <rtoy@google.com>
15854 JavaScriptAudioNode should not ASSERT if number of input channels is 0
15855 https://bugs.webkit.org/show_bug.cgi?id=85818
15857 Reviewed by Eric Seidel.
15859 * webaudio/javascriptaudionode-zero-input-channels-expected.txt: Added.
15860 * webaudio/javascriptaudionode-zero-input-channels.html: Added.
15862 2012-05-08 Alexander Shalamov <alexander.shalamov@intel.com>
15864 [EFL][DRT] EventSender needs implementation of leapForward function
15865 https://bugs.webkit.org/show_bug.cgi?id=83486
15867 Reviewed by Eric Seidel.
15869 Unskipping few tests that were failing due to the missing leapForward function
15870 Added EFL specific test result, since EFL doesnt support 2D wheel events
15872 * platform/efl/Skipped:
15873 * platform/efl/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added.
15875 2012-05-08 Oliver Hunt <oliver@apple.com>
15877 Add mac results for new tests following http://trac.webkit.org/changeset/116438.
15879 * platform/mac/css2.1/20110323/first-letter-000-expected.txt: Added.
15880 * platform/mac/css2.1/20110323/first-letter-001-expected.txt: Added.
15881 * platform/mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
15882 * platform/mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
15883 * platform/mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
15884 * platform/mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
15885 * platform/mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
15886 * platform/mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
15887 * platform/mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
15888 * platform/mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
15889 * platform/mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
15890 * platform/mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
15891 * platform/mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
15892 * platform/mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
15893 * platform/mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
15894 * platform/mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
15895 * platform/mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
15896 * platform/mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
15897 * platform/mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
15898 * platform/mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
15899 * platform/mac/fast/css/first-letter-nested-positioned-expected.txt: Added.
15900 * platform/mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
15902 2012-05-08 Philip Rogers <pdr@google.com>
15904 Prevent crash in animated lists
15905 https://bugs.webkit.org/show_bug.cgi?id=85382
15907 Reviewed by Nikolas Zimmermann.
15909 * svg/animations/animate-linear-discrete-additive-b-expected.svg: Added.
15910 * svg/animations/animate-linear-discrete-additive-b.svg: Added.
15911 * svg/animations/animate-linear-discrete-additive-c-expected.svg: Added.
15912 * svg/animations/animate-linear-discrete-additive-c.svg: Added.
15913 * svg/animations/animate-linear-discrete-additive-expected.svg: Added.
15914 * svg/animations/animate-linear-discrete-additive.svg: Added.
15915 * svg/animations/animate-list-crash-expected.txt: Added.
15916 * svg/animations/animate-list-crash.svg: Added.
15918 2012-05-08 Ojan Vafai <ojan@chromium.org>
15920 Chromium rebaselines after http://trac.webkit.org/changeset/116438.
15922 * platform/chromium-linux/css2.1/20110323/first-letter-000-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.png.
15923 * platform/chromium-linux/css2.1/20110323/first-letter-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.png.
15924 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
15925 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.png.
15926 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003a-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png.
15927 * platform/chromium-linux/css2.1/20110323/first-letter-dynamic-003b-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
15928 * platform/chromium-linux/css2.1/20110323/first-letter-inherit-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.png.
15929 * platform/chromium-linux/css2.1/20110323/first-letter-nested-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.png.
15930 * platform/chromium-linux/css2.1/20110323/first-letter-nested-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.png.
15931 * platform/chromium-linux/css2.1/20110323/first-letter-nested-003-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.png.
15932 * platform/chromium-linux/css2.1/20110323/first-letter-nested-004-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.png.
15933 * platform/chromium-linux/css2.1/20110323/first-letter-nested-005-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.png.
15934 * platform/chromium-linux/css2.1/20110323/first-letter-nested-006-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.png.
15935 * platform/chromium-linux/css2.1/20110323/first-letter-nested-007-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.png.
15936 * platform/chromium-linux/css2.1/20110323/first-letter-quote-001-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.png.
15937 * platform/chromium-linux/css2.1/20110323/first-letter-quote-002-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.png.
15938 * platform/chromium-linux/css2.1/20110323/first-letter-quote-003-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.png.
15939 * platform/chromium-linux/css2.1/20110323/first-letter-quote-004-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.png.
15940 * platform/chromium-linux/css2.1/20110323/first-letter-quote-005-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.png.
15941 * platform/chromium-linux/css2.1/20110323/first-letter-quote-006-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.png.
15942 * platform/chromium-linux/fast/css/first-letter-nested-positioned-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.png.
15943 * platform/chromium-linux/fast/css/first-letter-quotes-no-content-before-after-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.png.
15944 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-000-expected.png: Added.
15945 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
15946 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
15947 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
15948 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
15949 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
15950 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-001-expected.png: Added.
15951 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-002-expected.png: Added.
15952 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-003-expected.png: Added.
15953 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-004-expected.png: Added.
15954 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-005-expected.png: Added.
15955 * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-006-expected.png: Added.
15956 * platform/chromium-mac-leopard/fast/css/first-letter-nested-positioned-expected.png: Added.
15957 * platform/chromium-mac-leopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
15958 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-000-expected.png: Added.
15959 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
15960 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
15961 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
15962 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
15963 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
15964 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-001-expected.png: Added.
15965 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-002-expected.png: Added.
15966 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-003-expected.png: Added.
15967 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-004-expected.png: Added.
15968 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-005-expected.png: Added.
15969 * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-006-expected.png: Added.
15970 * platform/chromium-mac-snowleopard/fast/css/first-letter-nested-positioned-expected.png: Added.
15971 * platform/chromium-mac-snowleopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
15972 * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.png: Added.
15973 * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.txt: Added.
15974 * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.png: Added.
15975 * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.txt: Added.
15976 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
15977 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
15978 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
15979 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
15980 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
15981 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
15982 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
15983 * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
15984 * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
15985 * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
15986 * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.png: Added.
15987 * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
15988 * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.png: Added.
15989 * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
15990 * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.png: Added.
15991 * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
15992 * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.png: Added.
15993 * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
15994 * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.png: Added.
15995 * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
15996 * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.png: Added.
15997 * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
15998 * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.png: Added.
15999 * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
16000 * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.png: Added.
16001 * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
16002 * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.png: Added.
16003 * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
16004 * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.png: Added.
16005 * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
16006 * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.png: Added.
16007 * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
16008 * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.png: Added.
16009 * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
16010 * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.png: Added.
16011 * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
16012 * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.png: Added.
16013 * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.txt: Added.
16014 * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
16015 * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
16016 * platform/chromium-win/css2.1/20110323/first-letter-000-expected.png: Added.
16017 * platform/chromium-win/css2.1/20110323/first-letter-000-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.txt.
16018 * platform/chromium-win/css2.1/20110323/first-letter-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16019 * platform/chromium-win/css2.1/20110323/first-letter-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.txt.
16020 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png.
16021 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.txt.
16022 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16023 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.txt.
16024 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png.
16025 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.txt.
16026 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16027 * platform/chromium-win/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.txt.
16028 * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
16029 * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.txt.
16030 * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16031 * platform/chromium-win/css2.1/20110323/first-letter-nested-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.txt.
16032 * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16033 * platform/chromium-win/css2.1/20110323/first-letter-nested-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.txt.
16034 * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16035 * platform/chromium-win/css2.1/20110323/first-letter-nested-003-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.txt.
16036 * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16037 * platform/chromium-win/css2.1/20110323/first-letter-nested-004-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.txt.
16038 * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16039 * platform/chromium-win/css2.1/20110323/first-letter-nested-005-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.txt.
16040 * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16041 * platform/chromium-win/css2.1/20110323/first-letter-nested-006-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.txt.
16042 * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16043 * platform/chromium-win/css2.1/20110323/first-letter-nested-007-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.txt.
16044 * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16045 * platform/chromium-win/css2.1/20110323/first-letter-quote-001-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.txt.
16046 * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16047 * platform/chromium-win/css2.1/20110323/first-letter-quote-002-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.txt.
16048 * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16049 * platform/chromium-win/css2.1/20110323/first-letter-quote-003-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.txt.
16050 * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16051 * platform/chromium-win/css2.1/20110323/first-letter-quote-004-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.txt.
16052 * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16053 * platform/chromium-win/css2.1/20110323/first-letter-quote-005-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.txt.
16054 * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16055 * platform/chromium-win/css2.1/20110323/first-letter-quote-006-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.txt.
16056 * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png.
16057 * platform/chromium-win/fast/css/first-letter-nested-positioned-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.txt.
16058 * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png.
16059 * platform/chromium-win/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.txt.
16061 2012-05-08 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
16063 [EFL] Handling of numeric-pad keys in EFL's PlatformKeyboardEvent
16064 https://bugs.webkit.org/show_bug.cgi?id=85479
16066 Reviewed by Gustavo Noronha Silva.
16068 Unskipped fast/events/keydown-numpad-keys.html.
16070 * platform/efl/Skipped:
16072 2012-05-04 Nikolas Zimmermann <nzimmermann@rim.com>
16074 Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation
16075 https://bugs.webkit.org/show_bug.cgi?id=85627
16077 Reviewed by Antti Koivisto.
16079 Update animate-target-id-changed.svg test to match Firefox behavior.
16080 When an animation element with fill="freeze" is changed to a new target
16081 eg, via animate.href = "#someOtherID", the animation effect should be removed.
16083 Add tests for assertions I ran into while developing this patch.
16085 * platform/chromium/test_expectations.txt: Require new results for animate-target-id-changed-expected.txt.
16086 * platform/mac/svg/custom/animate-target-id-changed-expected.png:
16087 * svg/animations/list-wrapper-assertion-expected.svg: Added.
16088 * svg/animations/list-wrapper-assertion.svg: Added.
16089 * svg/custom/animate-target-id-changed-expected.txt:
16090 * svg/custom/animate-target-id-changed.svg:
16092 2012-05-08 Shezan Baig <shezbaig.wk@gmail.com>
16094 offsetLeft broken within CSS3 columns
16095 https://bugs.webkit.org/show_bug.cgi?id=34875
16097 Reviewed by Julien Chaffraix.
16099 Add test for offsetLeft and offsetTop within multi-columns.
16101 * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.txt: Added.
16102 * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html: Added.
16104 2012-05-08 Christophe Dumez <christophe.dumez@intel.com>
16106 [EFL] media/video-play-require-user-gesture.html test is failing
16107 https://bugs.webkit.org/show_bug.cgi?id=85900
16109 Unreviewed gardening.
16111 Move media/video-play-require-user-gesture.html to test_expectations.txt since
16112 it requires Full Screen API support. Also move fullscreen tests from Skipped
16113 list to test_expectations.txt
16115 * platform/efl/Skipped:
16116 * platform/efl/test_expectations.txt:
16118 2012-05-08 Alexander Shalamov <alexander.shalamov@intel.com>
16120 [EFL] Layout test fast/overflow/lots-of-sibling-inline-boxes.html is flaky in debug builds
16121 https://bugs.webkit.org/show_bug.cgi?id=85896
16123 Unreviewed gardening.
16125 Marking test as slow, since it times-out when executed using debug builds under
16126 heavy processor loads.
16128 * platform/efl/test_expectations.txt:
16130 2012-05-08 Christophe Dumez <christophe.dumez@intel.com>
16132 [EFL] Update Web Timing tests expectations
16133 https://bugs.webkit.org/show_bug.cgi?id=85622
16135 Unreviewed Gardening.
16137 Removed http/tests/misc/webtiming-origins.html and
16138 http/tests/misc/webtiming-ssl from test expectations.
16139 They started to pass after r116160.
16141 * platform/efl/test_expectations.txt:
16143 2012-05-08 Christophe Dumez <christophe.dumez@intel.com>
16145 [EFL] http/tests/security/cross-frame-access-* tests are failing
16146 https://bugs.webkit.org/show_bug.cgi?id=85899
16148 Unreviewed, move failing tests to test expectations.
16150 http/tests/security/cross-frame-access-* tests are failing because EFL port
16151 does not support showModalDialog. We need to move the test cases to test
16152 expectations while the feature is implemented.
16154 * platform/efl/test_expectations.txt:
16156 2012-03-31 Robert Hogan <robert@webkit.org>
16158 CSS 2.1 failure: first-letter-nested-004.htm fails
16159 https://bugs.webkit.org/show_bug.cgi?id=72987
16161 Reviewed by Eric Seidel.
16163 * css2.1/20110323/first-letter-000.htm: Added.
16164 * css2.1/20110323/first-letter-001.htm: Added.
16165 * css2.1/20110323/first-letter-dynamic-001.htm: Added.
16166 * css2.1/20110323/first-letter-dynamic-002.htm: Added.
16167 * css2.1/20110323/first-letter-dynamic-003a.htm: Added.
16168 * css2.1/20110323/first-letter-dynamic-003b.htm: Added.
16169 * css2.1/20110323/first-letter-inherit-001.htm: Added.
16170 * css2.1/20110323/first-letter-nested-001.htm: Added.
16171 * css2.1/20110323/first-letter-nested-002.htm: Added.
16172 * css2.1/20110323/first-letter-nested-003.htm: Added.
16173 * css2.1/20110323/first-letter-nested-004.htm: Added.
16174 * css2.1/20110323/first-letter-nested-005.htm: Added.
16175 * css2.1/20110323/first-letter-nested-006.htm: Added.
16176 * css2.1/20110323/first-letter-nested-007.htm: Added.
16177 * css2.1/20110323/first-letter-quote-001.htm: Added.
16178 * css2.1/20110323/first-letter-quote-002.htm: Added.
16179 * css2.1/20110323/first-letter-quote-003.htm: Added.
16180 * css2.1/20110323/first-letter-quote-004.htm: Added.
16181 * css2.1/20110323/first-letter-quote-005.htm: Added.
16182 * css2.1/20110323/first-letter-quote-006.htm: Added.
16183 * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
16185 * fast/css/first-letter-nested-positioned.htm: Added.
16186 Tests that text nested inside a positioned object is styled.
16187 * fast/css/first-letter-quotes-no-content-before-after.html: Added.
16188 Tests that two consecutive quotes, each in a :before and :after pseudo element surrounding
16189 an empty main element, get styled with first letter.
16191 Behold! Pixel Results!
16193 * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.png: Added.
16194 * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.txt: Added.
16195 * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.png: Added.
16196 * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.txt: Added.
16197 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png: Added.
16198 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added.
16199 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.png: Added.
16200 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added.
16201 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added.
16202 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added.
16203 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added.
16204 * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added.
16205 * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.png: Added.
16206 * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.txt: Added.
16207 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.png: Added.
16208 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.txt: Added.
16209 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.png: Added.
16210 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.txt: Added.
16211 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.png: Added.
16212 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.txt: Added.
16213 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.png: Added.
16214 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.txt: Added.
16215 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.png: Added.
16216 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.txt: Added.
16217 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.png: Added.
16218 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.txt: Added.
16219 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.png: Added.
16220 * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.txt: Added.
16221 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.png: Added.
16222 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.txt: Added.
16223 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.png: Added.
16224 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.txt: Added.
16225 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.png: Added.
16226 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.txt: Added.
16227 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.png: Added.
16228 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.txt: Added.
16229 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.png: Added.
16230 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.txt: Added.
16231 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.png: Added.
16232 * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.txt: Added.
16233 * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.png: Added.
16234 * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.txt: Added.
16235 * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added.
16236 * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added.
16238 2012-05-08 Hironori Bono <hbono@chromium.org>
16240 [Chromium] Fix the position of an RTL resizer
16241 https://bugs.webkit.org/show_bug.cgi?id=80640
16243 Reviewed by Tony Chang.
16245 When rendering an RTL resizer, my r110073 renders it at the same position as the
16246 one used for rendering a LTR resizer. Unfortunately, this code renders the RTL
16247 resizer image at an incorrect position on Mac and Linux. This change uses the
16248 correct formula to calculate the position of an RTL resizer.
16250 * platform/chromium/platform/chromium/scrollbars: Added.
16251 * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.png: Added.
16252 * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.txt: Added.
16253 * platform/chromium/scrollbars/rtl-resizer-position.html: Added.
16255 2012-05-08 Csaba Osztrogonác <ossy@webkit.org>
16257 [Qt] Unreviewed gardening, skip failing tests.
16259 * platform/qt-5.0/Skipped:
16261 2012-05-08 Csaba Osztrogonác <ossy@webkit.org>
16263 [Qt] Unreviewed gardening, unskip now passing tests, update platform specific expected files.
16265 * platform/mac/Skipped:
16266 * platform/qt/Skipped:
16267 * platform/qt/fast/block/float/016-expected.png:
16268 * platform/qt/fast/css/border-solid-single-edge-antialias-expected.txt: Added.
16269 * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
16270 * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
16271 * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.png:
16272 * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt:
16273 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
16274 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
16275 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
16276 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
16277 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
16278 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
16279 * platform/qt/fast/js/constructor-length-expected.txt: Added.
16280 * platform/qt/fast/repaint/scale-page-shrink-expected.png: Added.
16281 * platform/qt/fast/repaint/scale-page-shrink-expected.txt: Added.
16282 * platform/qt/fast/table/027-expected.png:
16283 * platform/qt/fast/table/027-expected.txt:
16284 * platform/qt/fast/table/027-vertical-expected.png:
16285 * platform/qt/fast/table/027-vertical-expected.txt:
16286 * platform/qt/tables/mozilla/bugs/bug14929-expected.png:
16287 * platform/qt/tables/mozilla/bugs/bug14929-expected.txt:
16288 * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
16289 * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
16290 * platform/qt/tables/mozilla/bugs/bug2509-expected.png:
16291 * platform/qt/tables/mozilla/bugs/bug2509-expected.txt:
16292 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png:
16293 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt:
16294 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
16295 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
16296 * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
16297 * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
16298 * platform/qt/tables/mozilla/bugs/bug34176-expected.png:
16299 * platform/qt/tables/mozilla/bugs/bug34176-expected.txt:
16300 * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
16301 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
16302 * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
16303 * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
16304 * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
16305 * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
16306 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
16307 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
16308 * platform/qt/test_expectations.txt:
16310 2012-05-08 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
16312 [EFL][DRT] fast/layers/video-layer.html needs rebaseline after bug85602 landed
16313 https://bugs.webkit.org/show_bug.cgi?id=85873
16315 Unreviewed, EFL gardening.
16317 * platform/efl/fast/layers/video-layer-expected.txt:
16319 2012-05-08 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
16321 [EFL] [DRT] Add baselines for the tests which are missing expected results
16322 https://bugs.webkit.org/show_bug.cgi?id=85875
16324 Unreviewed, add EFL baselines for the tests which are missing expected
16327 * platform/efl/fast/css/first-line-text-decoration-expected.png: Added.
16328 * platform/efl/fast/css/first-line-text-decoration-expected.txt: Added.
16329 * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16330 * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added.
16331 * platform/efl/fast/images/png-suite/test-expected.png: Added.
16332 * platform/efl/fast/images/png-suite/test-expected.txt: Added.
16333 * platform/efl/test_expectations.txt:
16335 2012-05-08 Christophe Dumez <christophe.dumez@intel.com>
16337 [EFL][DRT] EFL's DRT does not fully support page visibility
16338 https://bugs.webkit.org/show_bug.cgi?id=85032
16340 Reviewed by Antonio Gomes.
16342 Unskip remaining page visibility test cases now that the functionality
16343 is fully implemented in EFL port.
16345 * platform/efl/Skipped:
16347 2012-05-08 Csaba Osztrogonác <ossy@webkit.org>
16349 Unreviewed. Remove an accidentally committed file.
16351 * platform/qt/Skipped.orig: Removed.
16353 2012-05-08 János Badics <jbadics@inf.u-szeged.hu>
16355 [Qt] Unskip now passing tests and update platform specific expected files.
16357 Reviewed by Csaba Osztrogonác.
16359 * platform/qt/Skipped:
16360 * platform/qt/Skipped.orig: Copied from LayoutTests/platform/qt/Skipped.
16361 * platform/qt/editing/pasteboard/paste-text-014-expected.png: Added.
16362 * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png: Added.
16363 * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt:
16364 * platform/qt/fast/block/float/multiple-float-positioning-expected.png: Added.
16365 * platform/qt/fast/block/float/multiple-float-positioning-expected.txt:
16366 * platform/qt/fast/block/margin-collapse/103-expected.png: Added.
16367 * platform/qt/fast/block/margin-collapse/103-expected.txt: Added.
16368 * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.png: Added.
16369 * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
16370 * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.png: Added.
16371 * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
16372 * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.png: Added.
16373 * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
16374 * platform/qt/fast/block/positioning/auto/006-expected.png: Added.
16375 * platform/qt/fast/block/positioning/auto/006-expected.txt:
16376 * platform/qt/fast/css/apple-prefix-expected.png: Added.
16377 * platform/qt/fast/css/apple-prefix-expected.txt:
16378 * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
16379 * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
16380 * platform/qt/fast/css/ex-after-font-variant-expected.png: Added.
16381 * platform/qt/fast/css/ex-after-font-variant-expected.txt:
16382 * platform/qt/fast/css/percentage-non-integer-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png.
16383 * platform/qt/fast/css/percentage-non-integer-expected.txt:
16384 * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png.
16385 * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Added.
16386 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png: Added.
16387 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
16388 * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
16389 * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
16390 * platform/qt/fast/dynamic/008-expected.png: Added.
16391 * platform/qt/fast/dynamic/008-expected.txt:
16392 * platform/qt/fast/forms/box-shadow-override-expected.png: Added.
16393 * platform/qt/fast/forms/box-shadow-override-expected.txt:
16394 * platform/qt/fast/forms/disabled-select-change-index-expected.png: Added.
16395 * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
16396 * platform/qt/fast/forms/file/file-input-direction-expected.png: Added.
16397 * platform/qt/fast/forms/file/file-input-direction-expected.txt:
16398 * platform/qt/fast/forms/file/file-input-disabled-expected.png: Added.
16399 * platform/qt/fast/forms/file/file-input-disabled-expected.txt:
16400 * platform/qt/fast/forms/form-element-geometry-expected.png: Added.
16401 * platform/qt/fast/forms/form-element-geometry-expected.txt:
16402 * platform/qt/fast/forms/input-disabled-color-expected.png: Added.
16403 * platform/qt/fast/forms/input-disabled-color-expected.txt:
16404 * platform/qt/fast/forms/input-text-click-outside-expected.png: Added.
16405 * platform/qt/fast/forms/input-text-click-outside-expected.txt: Added.
16406 * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
16407 * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
16408 * platform/qt/fast/forms/negativeLineHeight-expected.png: Added.
16409 * platform/qt/fast/forms/negativeLineHeight-expected.txt:
16410 * platform/qt/fast/forms/placeholder-pseudo-style-expected.png: Added.
16411 * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: Added.
16412 * platform/qt/fast/forms/range/slider-padding-expected.png: Added.
16413 * platform/qt/fast/forms/range/slider-padding-expected.txt: Added.
16414 * platform/qt/fast/forms/tabbing-input-iframe-expected.png: Added.
16415 * platform/qt/fast/forms/tabbing-input-iframe-expected.txt: Added.
16416 * platform/qt/fast/forms/textAreaLineHeight-expected.png: Added.
16417 * platform/qt/fast/forms/textAreaLineHeight-expected.txt: Added.
16418 * platform/qt/fast/forms/textarea-align-expected.png: Added.
16419 * platform/qt/fast/forms/textarea-align-expected.txt:
16420 * platform/qt/fast/forms/textarea-scrollbar-expected.png: Added.
16421 * platform/qt/fast/forms/textarea-scrollbar-expected.txt: Added.
16422 * platform/qt/fast/forms/textarea-scrolled-type-expected.png: Added.
16423 * platform/qt/fast/forms/textarea-scrolled-type-expected.txt: Added.
16424 * platform/qt/fast/forms/textarea-setinnerhtml-expected.png: Added.
16425 * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
16426 * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png: Added.
16427 * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
16428 * platform/qt/fast/invalid/016-expected.png: Added.
16429 * platform/qt/fast/invalid/016-expected.txt:
16430 * platform/qt/fast/invalid/missing-end-tag-expected.png: Added.
16431 * platform/qt/fast/invalid/missing-end-tag-expected.txt: Added.
16432 * platform/qt/fast/layers/scroll-rect-to-visible-expected.png: Added.
16433 * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
16434 * platform/qt/fast/overflow/003-expected.png: Added.
16435 * platform/qt/fast/overflow/003-expected.txt:
16436 * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.png: Added.
16437 * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
16438 * platform/qt/fast/overflow/image-selection-highlight-expected.png: Added.
16439 * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
16440 * platform/qt/fast/overflow/overflow-rtl-expected.png: Added.
16441 * platform/qt/fast/overflow/overflow-rtl-expected.txt: Added.
16442 * platform/qt/fast/overflow/overflow-x-y-expected.png: Added.
16443 * platform/qt/fast/overflow/overflow-x-y-expected.txt: Added.
16444 * platform/qt/fast/overflow/scrollRevealButton-expected.png: Added.
16445 * platform/qt/fast/overflow/scrollRevealButton-expected.txt: Added.
16446 * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
16447 * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
16448 * platform/qt/fast/parser/entity-comment-in-textarea-expected.png: Added.
16449 * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt: Added.
16450 * platform/qt/fast/parser/open-comment-in-textarea-expected.png: Added.
16451 * platform/qt/fast/parser/open-comment-in-textarea-expected.txt: Added.
16452 * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png.
16453 * platform/qt/fast/repaint/button-spurious-layout-hint-expected.txt: Added.
16454 * platform/qt/fast/repaint/control-clip-expected.png: Added.
16455 * platform/qt/fast/repaint/control-clip-expected.txt:
16456 * platform/qt/fast/repaint/flexible-box-overflow-expected.png: Added.
16457 * platform/qt/fast/repaint/flexible-box-overflow-expected.txt: Added.
16458 * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
16459 * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.txt: Added.
16460 * platform/qt/fast/repaint/focus-ring-expected.png: Added.
16461 * platform/qt/fast/repaint/focus-ring-expected.txt: Added.
16462 * platform/qt/fast/repaint/inline-block-overflow-expected.png: Added.
16463 * platform/qt/fast/repaint/inline-block-overflow-expected.txt: Added.
16464 * platform/qt/fast/repaint/inline-outline-repaint-expected.png: Added.
16465 * platform/qt/fast/repaint/inline-outline-repaint-expected.txt:
16466 * platform/qt/fast/repaint/layer-child-outline-expected.png: Added.
16467 * platform/qt/fast/repaint/layer-child-outline-expected.txt: Added.
16468 * platform/qt/fast/repaint/layer-outline-expected.png: Added.
16469 * platform/qt/fast/repaint/layer-outline-expected.txt: Added.
16470 * platform/qt/fast/repaint/layer-outline-horizontal-expected.png: Added.
16471 * platform/qt/fast/repaint/layer-outline-horizontal-expected.txt: Added.
16472 * platform/qt/fast/repaint/list-marker-expected.png: Added.
16473 * platform/qt/fast/repaint/list-marker-expected.txt: Added.
16474 * platform/qt/fast/repaint/selection-after-delete-expected.png: Added.
16475 * platform/qt/fast/repaint/selection-after-delete-expected.txt:
16476 * platform/qt/fast/repaint/selection-after-remove-expected.png: Added.
16477 * platform/qt/fast/repaint/selection-after-remove-expected.txt:
16478 * platform/qt/fast/repaint/selection-clear-expected.png:
16479 * platform/qt/fast/repaint/selection-clear-expected.txt:
16480 * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
16481 * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.txt: Added.
16482 * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
16483 * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added.
16484 * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
16485 * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.txt: Added.
16486 * platform/qt/fast/repaint/text-shadow-expected.png: Added.
16487 * platform/qt/fast/repaint/text-shadow-expected.txt: Added.
16488 * platform/qt/fast/repaint/text-shadow-horizontal-expected.png: Added.
16489 * platform/qt/fast/repaint/text-shadow-horizontal-expected.txt: Added.
16490 * platform/qt/fast/replaced/border-radius-clip-expected.png: Added.
16491 * platform/qt/fast/replaced/border-radius-clip-expected.txt: Added.
16492 * platform/qt/fast/replaced/width100percent-textarea-expected.png: Added.
16493 * platform/qt/fast/replaced/width100percent-textarea-expected.txt: Added.
16494 * platform/qt/fast/table/003-expected.png: Added.
16495 * platform/qt/fast/table/003-expected.txt:
16496 * platform/qt/fast/table/cell-pref-width-invalidation-expected.png: Added.
16497 * platform/qt/fast/table/cell-pref-width-invalidation-expected.txt:
16498 * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
16499 * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
16500 * platform/qt/fast/text/basic/003-expected.png: Added.
16501 * platform/qt/fast/text/basic/003-expected.txt:
16502 * platform/qt/fast/text/cg-vs-atsui-expected.png: Added.
16503 * platform/qt/fast/text/cg-vs-atsui-expected.txt:
16504 * platform/qt/fast/text/complex-text-opacity-expected.png: Added.
16505 * platform/qt/fast/text/complex-text-opacity-expected.txt: Added.
16506 * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
16507 * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
16508 * platform/qt/fast/text/large-text-composed-char-expected.png: Added.
16509 * platform/qt/fast/text/large-text-composed-char-expected.txt:
16510 * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png: Added.
16511 * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
16512 * platform/qt/fast/text/line-breaks-after-white-space-expected.png: Added.
16513 * platform/qt/fast/text/line-breaks-after-white-space-expected.txt:
16514 * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
16515 * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
16516 * platform/qt/fast/text/whitespace/pre-break-word-expected.png: Added.
16517 * platform/qt/fast/text/whitespace/pre-break-word-expected.txt:
16518 * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png: Added.
16519 * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.txt:
16520 * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: Added.
16521 * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
16522 * platform/qt/fast/text/word-break-expected.png: Added.
16523 * platform/qt/fast/text/word-break-expected.txt:
16524 * platform/qt/fast/xsl/xslt-entity-expected.png: Added.
16525 * platform/qt/fast/xsl/xslt-entity-expected.txt:
16527 2012-05-03 Alexander Pavlov <apavlov@chromium.org>
16529 Extra line-breaks added when copying from source.
16530 https://bugs.webkit.org/show_bug.cgi?id=85282
16532 Reviewed by Ryosuke Niwa.
16534 * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win-expected.txt: Added.
16535 * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html: Added.
16537 2012-05-08 János Badics <jbadics@inf.u-szeged.hu>
16539 [Qt] Gardening after 116361. Updated expected result.
16541 Reviewed by Csaba Osztrogonác.
16543 * platform/qt/fast/js/switch-behaviour-expected.txt:
16545 2012-05-08 Csaba Osztrogonác <ossy@webkit.org>
16547 Unreviewed gardening. Remove tests from test expectations and
16548 from a Skipped list, because they were disabled by r94327.
16550 * platform/efl/Skipped:
16551 * platform/gtk/test_expectations.txt:
16552 * platform/mac/test_expectations.txt:
16553 * platform/qt/test_expectations.txt:
16555 2012-05-07 Kent Tamura <tkent@chromium.org>
16557 [Chormium] Test expectatino update
16559 * platform/chromium/test_expectations.txt:
16560 - multiline-pack.html is failing on all DEBUG bots.
16561 - filter-repaint-custom-rotated.html fails on Mac.
16563 2012-05-07 Pavel Feldman <pfeldman@chromium.org>
16565 Web Inspector: do not create locations for resolved provisional breakpoints
16566 https://bugs.webkit.org/show_bug.cgi?id=85716
16568 Reviewed by Yury Semikhatsky.
16570 * inspector/debugger/breakpoint-manager-expected.txt:
16571 * inspector/debugger/breakpoint-manager.html:
16573 2012-05-07 Simon Fraser <simon.fraser@apple.com>
16575 Compositing layers with transformed children not large enough to show contents
16576 https://bugs.webkit.org/show_bug.cgi?id=85855
16578 Reviewed by Dan Bernstein.
16580 Test having composited element with clipped, transformed children.
16582 * compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
16583 * compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
16584 * compositing/geometry/bounds-clipped-composited-child.html: Added.
16586 2012-05-07 Kent Tamura <tkent@chromium.org>
16588 [Chromium] Add expectations for first-line-text-decoration.html.
16590 * platform/chromium-linux/fast/css/first-line-text-decoration-expected.png: Added.
16591 * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-expected.png: Added.
16592 * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-expected.png: Added.
16593 * platform/chromium-mac/fast/css/first-line-text-decoration-expected.png: Added.
16594 * platform/chromium-win/fast/css/first-line-text-decoration-expected.png: Added.
16595 * platform/chromium-win/fast/css/first-line-text-decoration-expected.txt: Added.
16597 2012-05-07 Dongwoo Im <dw.im@samsung.com>
16599 width/height attributes of input element cannot be accessed by JavaScript.
16600 https://bugs.webkit.org/show_bug.cgi?id=70304
16602 Reviewed by Darin Adler.
16604 If the type of input element is image button, width/height attributes should be supported.
16605 These attributes are defined in HTML5 spec.
16606 http://www.w3.org/TR/html5/the-map-element.html#attr-dim-width
16608 * fast/forms/input-width-height-attributes-expected.txt: Added.
16609 * fast/forms/input-width-height-attributes-without-renderer-expected.txt: Added.
16610 * fast/forms/input-width-height-attributes-without-renderer-loaded-image-expected.txt: Added.
16611 * fast/forms/input-width-height-attributes-without-renderer-loaded-image.html: Added.
16612 * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image-expected.txt: Added.
16613 * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image.html: Added.
16614 * fast/forms/input-width-height-attributes-without-renderer.html: Added.
16615 * fast/forms/input-width-height-attributes.html: Added.
16616 * fast/forms/resources/green.jpg: Added.
16617 * fast/forms/resources/image-slow.pl: Added.
16619 2012-05-07 Kinuko Yasuda <kinuko@chromium.org>
16621 Support cross-filesystem operations in FileSystem API
16622 https://bugs.webkit.org/show_bug.cgi?id=84135
16624 Reviewed by David Levin.
16626 * fast/filesystem/cross-filesystem-op-expected.txt: Added.
16627 * fast/filesystem/cross-filesystem-op.html: Added.
16629 2012-05-07 Ojan Vafai <ojan@chromium.org>
16631 Chromium rebaselines after http://trac.webkit.org/changeset/116373.
16632 Differences look to just be in platform-specific text rendering.
16634 * platform/chromium-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16635 * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16636 * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16637 * platform/chromium-mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16638 * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16639 * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added.
16641 2012-05-07 Andy Estes <aestes@apple.com>
16643 Add platform/mac/ results for new tests added by r116373.
16645 * platform/mac/fast/css/first-line-text-decoration-expected.txt: Added.
16646 * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added.
16648 2012-05-04 Zhenyao Mo <zmo@google.com>
16650 vertexAttribPointer needs to reject large negative offsets
16651 https://bugs.webkit.org/show_bug.cgi?id=85117
16653 Reviewed by Kenneth Russell.
16655 * fast/canvas/webgl/index-validation-expected.txt:
16656 * fast/canvas/webgl/index-validation.html: Add a test case for large negative offset.
16658 2012-05-07 Pravin D <pravind.2k4@gmail.com>
16660 :first-line text-decorations are not rendered
16661 https://bugs.webkit.org/show_bug.cgi?id=6047
16663 Reviewed by Eric Seidel.
16665 * fast/css/first-line-text-decoration.html: Added.
16666 * platform/qt-linux/fast/css/first-line-text-decoration-expected.png: Added.
16667 * platform/qt-linux/fast/css/first-line-text-decoration-expected.txt: Added.
16668 This test checks if text-decoration present in the tags first-line style is applied properly.
16670 * fast/css/first-line-text-decoration-inherited-from-parent.html: Added.
16671 * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
16672 * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added.
16673 This test checks if the text-decoration and text color is chosen properly in the case where
16674 the first-line style is inherited from a parent and contains such text-decorations.
16676 2012-05-07 Philippe Normand <pnormand@igalia.com>
16678 Unreviewed, GTK gardening.
16680 * platform/gtk/test_expectations.txt: Mark seamless frames as
16681 failing until we enable the feature.
16683 2012-05-07 Oliver Hunt <oliver@apple.com>
16685 LLInt doesn't check for Ropes when performing a character switch
16686 https://bugs.webkit.org/show_bug.cgi?id=85837
16688 Reviewed by Filip Pizlo.
16690 Add a few tests to force the use of ropes on switch statements.
16692 * fast/js/script-tests/switch-behaviour.js:
16693 * fast/js/switch-behaviour-expected.txt:
16695 2012-05-07 Raymond Toy <rtoy@google.com>
16697 ConvolverNode setBuffer() should not ASSERT on null buffer
16698 https://bugs.webkit.org/show_bug.cgi?id=85653
16700 Reviewed by Chris Rogers.
16702 * webaudio/convolver-setBuffer-null-expected.txt: Added.
16703 * webaudio/convolver-setBuffer-null.html: Added.
16705 2012-05-07 Ken Buchanan <kenrb@chromium.org>
16707 Crash due to positioned object list not being cleared during block flow split
16708 https://bugs.webkit.org/show_bug.cgi?id=85074
16710 Reviewed by Abhishek Arya.
16712 Test exercises crashing condition in bug 85074. It creates a column
16713 span that requires multiple layers of splitting blocks from the
16714 element that contains the columns, puts a positioned element underneath
16715 one of the split blocks, and then causes a reattach of the column span
16718 * fast/block/positioning/positioned-object-under-split-block-parent-crash-expected.txt: Added
16719 * fast/block/positioning/positioned-object-under-split-block-parent-crash.html: Added
16721 2012-05-07 Andy Estes <aestes@apple.com>
16723 Update media/ pixel test results after r115749.
16725 * platform/mac/media/audio-controls-rendering-expected.png:
16726 * platform/mac/media/controls-after-reload-expected.png:
16727 * platform/mac/media/controls-layout-direction-expected.png:
16728 * platform/mac/media/controls-strict-expected.png:
16729 * platform/mac/media/media-controls-clone-expected.png:
16730 * platform/mac/media/video-controls-rendering-expected.png:
16731 * platform/mac/media/video-display-toggle-expected.png:
16732 * platform/mac/media/video-layer-crash-expected.png:
16733 * platform/mac/media/video-playing-and-pause-expected.png:
16735 2012-05-07 Dirk Pranke <dpranke@chromium.org>
16737 Fix compositing expectations to not include leopard.
16739 Unreviewed, expectations change.
16741 * platform/chromium/test_expectations.txt:
16743 2012-05-07 Shezan Baig <shezbaig.wk@gmail.com>
16745 Selection Background Color Error
16746 https://bugs.webkit.org/show_bug.cgi?id=80382
16748 Reviewed by David Hyatt.
16750 Added new test case for selection background color.
16752 * fast/backgrounds/selection-background-color.html: Added.
16753 * fast/backgrounds/selection-background-color-expected.html: Added.
16755 2012-05-07 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
16757 Unreviewed. Rebaseline fast/layers/video-layer.html.
16759 * platform/efl/fast/layers/video-layer-expected.txt:
16761 2012-05-07 Dirk Pranke <dpranke@chromium.org>
16763 Mark more tests as flaky, including some compositing tests
16764 https://bugs.webkit.org/show_bug.cgi?id=85771
16766 Unreviewed, expectations change.
16768 * platform/chromium/test_expectations.txt:
16770 2012-05-07 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
16772 [EFL] Page caching permission from EFL's FrameLoaderClient
16773 https://bugs.webkit.org/show_bug.cgi?id=85620
16775 Reviewed by Gustavo Noronha Silva.
16777 Unskip bug-related testcases.
16779 * platform/efl/Skipped:
16781 2012-05-07 Andy Estes <aestes@apple.com>
16783 Update mac-wk2 baselines.
16785 * platform/mac-wk2/Skipped: Skip a test that times out due to WKTR's
16786 EventSender implementation not supporting drag and drop.
16788 Remove mac-wk2 platform-specific results for two tests that now match the baseline result.
16789 * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt: Removed.
16790 * platform/mac-wk2/media/no-auto-play-in-sandbox-expected.txt: Removed.
16792 2012-05-07 Alec Flett <alecflett@chromium.org>
16794 IndexedDB: Replace numeric constants with strings
16795 https://bugs.webkit.org/show_bug.cgi?id=84894
16797 Reviewed by Tony Chang.
16799 New test for legacy constants (legacy-constants) and update all
16800 other tests to use the new string-based constants.
16802 * storage/indexeddb/basics-expected.txt:
16803 * storage/indexeddb/basics-workers-expected.txt:
16804 * storage/indexeddb/constants-expected.txt:
16805 * storage/indexeddb/create-object-store-options-expected.txt:
16806 * storage/indexeddb/cursor-added-bug-expected.txt:
16807 * storage/indexeddb/cursor-advance-expected.txt:
16808 * storage/indexeddb/cursor-continue-expected.txt:
16809 * storage/indexeddb/cursor-continue-validity-expected.txt:
16810 * storage/indexeddb/cursor-delete-expected.txt:
16811 * storage/indexeddb/cursor-inconsistency-expected.txt:
16812 * storage/indexeddb/cursor-index-delete-expected.txt:
16813 * storage/indexeddb/cursor-key-order-expected.txt:
16814 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
16815 * storage/indexeddb/cursor-primary-key-order-expected.txt:
16816 * storage/indexeddb/cursor-reverse-bug-expected.txt:
16817 * storage/indexeddb/cursor-skip-deleted-expected.txt:
16818 * storage/indexeddb/cursor-update-expected.txt:
16819 * storage/indexeddb/data-corruption-expected.txt:
16820 * storage/indexeddb/database-quota-expected.txt:
16821 * storage/indexeddb/delete-range-expected.txt:
16822 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
16823 * storage/indexeddb/exception-in-event-aborts-expected.txt:
16824 * storage/indexeddb/factory-deletedatabase-expected.txt:
16825 * storage/indexeddb/index-count-expected.txt:
16826 * storage/indexeddb/index-multientry-expected.txt:
16827 * storage/indexeddb/index-unique-expected.txt:
16828 * storage/indexeddb/key-generator-expected.txt:
16829 * storage/indexeddb/key-type-array-expected.txt:
16830 * storage/indexeddb/keypath-edges-expected.txt:
16831 * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
16832 * storage/indexeddb/legacy-constants-expected.txt: Added.
16833 * storage/indexeddb/legacy-constants.html: Added.
16834 * storage/indexeddb/mozilla/clear-expected.txt:
16835 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
16836 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
16837 * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
16838 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
16839 * storage/indexeddb/mozilla/cursors-expected.txt:
16840 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
16841 * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
16842 * storage/indexeddb/mozilla/indexes-expected.txt:
16843 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
16844 * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
16845 * storage/indexeddb/mozilla/readyState-expected.txt:
16846 * storage/indexeddb/mozilla/resources/clear.js:
16848 * storage/indexeddb/mozilla/resources/create-index-unique.js:
16849 (createAndVerifyIndex):
16850 * storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
16852 * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js:
16853 (checkCursorResultsAndSetupMutatingCursor):
16854 * storage/indexeddb/mozilla/resources/cursor-mutation.js:
16855 (setupMutatingCursor):
16856 * storage/indexeddb/mozilla/resources/cursors.js:
16857 * storage/indexeddb/mozilla/resources/indexes.js:
16858 * storage/indexeddb/mozilla/resources/odd-result-order.js:
16861 * storage/indexeddb/mozilla/resources/readwrite-transactions.js:
16862 (setVersionComplete):
16871 * storage/indexeddb/mozilla/resources/readyState.js:
16874 (setupObjectStore):
16877 * storage/indexeddb/mozilla/resources/versionchange.js:
16880 * storage/indexeddb/mozilla/versionchange-expected.txt:
16881 * storage/indexeddb/mutating-cursor-expected.txt:
16882 * storage/indexeddb/noblobs-expected.txt:
16883 * storage/indexeddb/noblobs.html:
16884 * storage/indexeddb/objectstore-autoincrement-expected.txt:
16885 * storage/indexeddb/objectstore-basics-expected.txt:
16886 * storage/indexeddb/objectstore-basics-workers-expected.txt:
16887 * storage/indexeddb/objectstore-count-expected.txt:
16888 * storage/indexeddb/open-cursor-expected.txt:
16889 * storage/indexeddb/open-during-transaction-expected.txt:
16890 * storage/indexeddb/opencursor-key-expected.txt:
16891 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
16892 * storage/indexeddb/readonly-expected.txt:
16893 * storage/indexeddb/request-event-propagation-expected.txt:
16894 * storage/indexeddb/resources/basics.js:
16897 * storage/indexeddb/resources/constants.js:
16899 * storage/indexeddb/resources/create-object-store-options.js:
16900 (setVersionComplete):
16901 * storage/indexeddb/resources/cursor-added-bug.js:
16903 * storage/indexeddb/resources/cursor-advance.js:
16905 (testAdvanceIndexNoDupe):
16906 (testAdvanceIndexPrev):
16907 (testAdvanceIndexPrevNoDupe):
16908 * storage/indexeddb/resources/cursor-continue-validity.js:
16910 (continueIndexTest):
16911 (testModifyContinueOrder):
16912 * storage/indexeddb/resources/cursor-continue.js:
16915 * storage/indexeddb/resources/cursor-delete.js:
16918 * storage/indexeddb/resources/cursor-inconsistency.js:
16920 * storage/indexeddb/resources/cursor-index-delete.js:
16923 * storage/indexeddb/resources/cursor-key-order.js:
16924 * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
16926 (testFarRangeCursor_closed):
16927 (testFarRangeCursor_open):
16928 (testFarRangeCursor_indexClosed):
16929 (testFarRangeCursor_indexOpen):
16930 (testFarRangeCursor_indexKeyOpen):
16931 (testFarRangeCursor_indexKeyClosed):
16932 (testBoundaryCursor_closed):
16933 (testBoundaryCursor_open):
16934 (testBoundaryCursor_indexClosed):
16935 (testBoundaryCursor_indexOpen):
16936 (testBoundaryCursor_indexKeyClosed):
16937 (testBoundaryCursor_indexKeyOpen):
16938 (testNoDuplicate_closed):
16939 (testNoDuplicate_open):
16940 (testNoDuplicate_indexKeyClosed):
16941 * storage/indexeddb/resources/cursor-primary-key-order.js:
16943 * storage/indexeddb/resources/cursor-reverse-bug.js:
16946 * storage/indexeddb/resources/cursor-skip-deleted.js:
16948 (reverseCursorTest):
16949 * storage/indexeddb/resources/cursor-update.js:
16951 * storage/indexeddb/resources/data-corruption.js:
16954 * storage/indexeddb/resources/database-quota.js:
16955 (checkQuotaEnforcing):
16956 * storage/indexeddb/resources/delete-range.js:
16957 (runTests.nextTest):
16959 * storage/indexeddb/resources/error-causes-abort-by-default.js:
16961 (transactionCompleted):
16962 (transactionAborted1):
16963 * storage/indexeddb/resources/exception-in-event-aborts.js:
16965 (transactionAborted1):
16966 (transactionAborted2):
16967 * storage/indexeddb/resources/factory-deletedatabase.js:
16969 * storage/indexeddb/resources/index-count.js:
16970 * storage/indexeddb/resources/index-cursor.js:
16972 (testNullKeyRange):
16973 * storage/indexeddb/resources/index-multientry.js:
16974 * storage/indexeddb/resources/index-unique.js:
16975 (setVersionCompleted):
16976 * storage/indexeddb/resources/key-generator.js:
16978 * storage/indexeddb/resources/key-type-array.js:
16979 * storage/indexeddb/resources/keypath-edges.js:
16980 * storage/indexeddb/resources/keypath-intrinsic-properties.js:
16981 * storage/indexeddb/resources/legacy-constants.js: Added.
16983 (prepareDatabase.openreq.onsuccess.verreq.onsuccess):
16984 (prepareDatabase.openreq.onsuccess):
16987 (checkNext.request.onsuccess):
16989 (checkNextNoDuplicate.request.onsuccess):
16990 (checkNextNoDuplicate):
16991 (checkPrev.request.onsuccess):
16993 (checkPrevNoDuplicate.request.onsuccess):
16994 (checkPrevNoDuplicate):
16995 * storage/indexeddb/resources/mutating-cursor.js:
16996 (openForwardCursor):
16997 (openReverseCursor):
16998 * storage/indexeddb/resources/objectstore-autoincrement.js:
16999 (setVersionCompleted):
17000 * storage/indexeddb/resources/objectstore-basics.js:
17003 * storage/indexeddb/resources/objectstore-count.js:
17004 * storage/indexeddb/resources/objectstore-cursor.js:
17006 (testNullKeyRange):
17007 * storage/indexeddb/resources/open-cursor.js:
17008 (cursorWithKeySuccess):
17010 * storage/indexeddb/resources/open-during-transaction.js:
17011 * storage/indexeddb/resources/opencursor-key.js:
17012 * storage/indexeddb/resources/prefetch-bugfix-108071.js:
17013 * storage/indexeddb/resources/request-event-propagation.js:
17015 (transactionAborted):
17016 (transactionAborted2):
17017 * storage/indexeddb/resources/set_version_blocked.js:
17019 * storage/indexeddb/resources/transaction-abort.js:
17021 * storage/indexeddb/resources/transaction-after-close.js:
17022 (runFirstRegularTransaction):
17023 (firstTransactionComplete):
17025 * storage/indexeddb/resources/transaction-basics.js:
17027 * storage/indexeddb/resources/transaction-event-propagation.js:
17029 (dbAbortBubbleCallback):
17030 * storage/indexeddb/resources/transaction-rollback.js:
17031 (setVersionComplete):
17033 * storage/indexeddb/set_version_blocked-expected.txt:
17034 * storage/indexeddb/structured-clone-expected.txt:
17035 * storage/indexeddb/structured-clone.html:
17036 * storage/indexeddb/transaction-abort-expected.txt:
17037 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
17038 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
17039 * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt:
17040 * storage/indexeddb/transaction-abort-with-js-recursion.html:
17041 * storage/indexeddb/transaction-after-close-expected.txt:
17042 * storage/indexeddb/transaction-basics-expected.txt:
17043 * storage/indexeddb/transaction-event-propagation-expected.txt:
17044 * storage/indexeddb/transaction-rollback-expected.txt:
17045 * storage/indexeddb/tutorial.html:
17047 2012-05-07 Adam Barth <abarth@webkit.org>
17049 Test the combination of CSP and srcdoc
17050 https://bugs.webkit.org/show_bug.cgi?id=85778
17052 Reviewed by Eric Seidel.
17054 This test ensure that <iframe srcdoc> can't be used to bypass
17055 Content-Security-Policy restrictions on script-src. We already have the
17056 correct behavior. This test just verifies it.
17058 * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt: Added.
17059 * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html: Added.
17061 2012-05-07 Pravin D <pravind.2k4@gmail.com>
17063 Wrong positioning due to wrong width calculation wrt width:0
17064 https://bugs.webkit.org/show_bug.cgi?id=50135
17066 Reviewed by Eric Seidel.
17068 * fast/block/block-parent-with-zero-width-child-expected.txt: Added.
17069 * fast/block/block-parent-with-zero-width-child.html: Added.
17071 2012-05-07 Dominik Röttsches <dominik.rottsches@linux.intel.com>
17073 [GTK] media/video-seek-past-end-playing.html times out
17074 https://bugs.webkit.org/show_bug.cgi?id=84858
17076 Reviewed by Philippe Normand.
17078 video-seek-past-end-playing.html should work reliably after fix, removing.
17080 * platform/gtk/test_expectations.txt:
17082 2012-05-07 Abhishek Arya <inferno@chromium.org>
17084 Crash in RenderBlock::updateFirstLetterStyle.
17085 https://bugs.webkit.org/show_bug.cgi?id=85759
17087 Reviewed by Julien Chaffraix.
17089 * fast/css-generated-content/first-letter-next-sibling-crash-expected.txt: Added.
17090 * fast/css-generated-content/first-letter-next-sibling-crash.html: Added.
17092 2012-05-07 Philippe Normand <pnormand@igalia.com>
17094 Unreviewed, GTK gardening.
17096 * platform/gtk/test_expectations.txt: Mark
17097 fast/events/message-port-close.html as crashing in debug builds.
17099 2012-05-07 Philippe Normand <pnormand@igalia.com>
17101 Unreviewed, GTK gardening.
17103 * platform/gtk/test_expectations.txt: Mark new mediastream test as
17106 2012-05-07 Tommy Widenflycht <tommyw@google.com>
17108 [chromium] MediaStream API: Enhance WebUserMediaClientMock and add a test for it
17109 https://bugs.webkit.org/show_bug.cgi?id=85618
17111 Reviewed by Adam Barth.
17113 Adding the capability to control which MediaStreamTracks actually get created,
17114 and adding a test that exercises the JS api using that capability.
17116 * fast/mediastream/getusermedia-expected.txt: Added.
17117 * fast/mediastream/getusermedia.html: Added.
17119 2012-05-07 Christophe Dumez <christophe.dumez@intel.com>
17121 [EFL] media/track/track-cue-rendering-snap-to-lines-not-set.html fails
17122 https://bugs.webkit.org/show_bug.cgi?id=85602
17124 Reviewed by Eric Carlson.
17126 Update expected result for several media tests now that the
17127 positioning of the controls panel is relative.
17129 * platform/efl/media/media-controls-clone-expected.txt:
17130 * platform/efl/media/video-empty-source-expected.txt:
17131 * platform/efl/media/video-zoom-controls-expected.txt:
17133 2012-05-07 Raphael Kubo da Costa <rakuco@webkit.org>
17135 [EFL] Gardening, fix failure expectation for test.
17137 * platform/efl/test_expectations.txt:
17139 2012-05-07 Mihnea Ovidenie <mihnea@adobe.com>
17141 [CSSRegions]Convert (some) region style tests to ref tests
17142 https://bugs.webkit.org/show_bug.cgi?id=85783
17144 Reviewed by Andreas Kling.
17146 * fast/regions/region-style-image-background-color-expected.html: Added.
17147 * fast/regions/region-style-image-background-color.html:
17148 * fast/regions/region-style-inline-background-color-expected.html: Added.
17149 * fast/regions/region-style-inline-background-color.html:
17150 * platform/chromium-linux/fast/regions/region-style-image-background-color-expected.png: Removed.
17151 * platform/chromium-linux/fast/regions/region-style-inline-background-color-expected.png: Removed.
17152 * platform/chromium-mac-leopard/fast/regions/region-style-image-background-color-expected.png: Removed.
17153 * platform/chromium-mac-leopard/fast/regions/region-style-inline-background-color-expected.png: Removed.
17154 * platform/chromium-mac-snowleopard/fast/regions/region-style-image-background-color-expected.png: Removed.
17155 * platform/chromium-mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png: Removed.
17156 * platform/chromium-mac/fast/regions/region-style-image-background-color-expected.png: Removed.
17157 * platform/chromium-mac/fast/regions/region-style-inline-background-color-expected.png: Removed.
17158 * platform/chromium-win/fast/regions/region-style-image-background-color-expected.png: Removed.
17159 * platform/chromium-win/fast/regions/region-style-image-background-color-expected.txt: Removed.
17160 * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.png: Removed.
17161 * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.txt: Removed.
17162 * platform/gtk/fast/regions/region-style-image-background-color-expected.txt: Removed.
17163 * platform/gtk/fast/regions/region-style-inline-background-color-expected.txt: Removed.
17164 * platform/mac/fast/regions/region-style-image-background-color-expected.png: Removed.
17165 * platform/mac/fast/regions/region-style-image-background-color-expected.txt: Removed.
17166 * platform/mac/fast/regions/region-style-inline-background-color-expected.png: Removed.
17167 * platform/mac/fast/regions/region-style-inline-background-color-expected.txt: Removed.
17169 2012-05-07 Alexis Menard <alexis.menard@openbossa.org>
17171 Unreviewed gardening for Qt port. Updating expectation files and skipped tests which are
17174 * platform/qt-5.0-wk2/Skipped:
17175 * platform/qt-5.0-wk2/fullscreen/full-screen-placeholder-expected.txt: Added.
17176 * platform/qt-5.0-wk2/fullscreen/full-screen-render-inline-expected.txt: Added.
17177 * platform/qt-5.0-wk2/fullscreen/parent-flow-inline-with-block-child-expected.txt: Added.
17179 2012-05-07 Alexis Menard <alexis.menard@openbossa.org>
17181 [Qt] Enable fullscreen api layout tests on WebKit2.
17182 https://bugs.webkit.org/show_bug.cgi?id=85616
17184 Reviewed by Csaba Osztrogonác.
17186 http://trac.webkit.org/changeset/116089 implements the fullscreen API for WebKit2,
17187 we can now unskip the related tests.
17189 * platform/qt-4.8/Skipped:
17190 * platform/qt-5.0-wk1/Skipped:
17191 * platform/qt-5.0-wk2/Skipped:
17192 * platform/qt/Skipped:
17194 2012-05-07 Dominik Röttsches <dominik.rottsches@linux.intel.com>
17196 [EFL][DRT] Gardening current IMAGE failures
17197 https://bugs.webkit.org/show_bug.cgi?id=85604
17199 Unreviewed, EFL gardening.
17201 * platform/efl/fast/forms/input-placeholder-text-indent-expected.png: Removed.
17202 * platform/efl/fast/forms/isindex-placeholder-expected.png: Removed.
17203 * platform/efl/fast/forms/placeholder-with-positioned-element-expected.png: Removed.
17204 * platform/efl/fast/forms/textarea-placeholder-wrapping-expected.png: Removed.
17205 * platform/efl/test_expectations.txt:
17207 2012-05-07 Andrey Kosyakov <caseq@chromium.org>
17209 Unreviewed gardening, refined expectations for compositing failures + more suppressions.
17211 * platform/chromium/test_expectations.txt:
17213 2012-05-07 Andrey Kosyakov <caseq@chromium.org>
17215 Unreviewed gardening, more compositing test timeouts.
17217 * platform/chromium/test_expectations.txt:
17219 2012-05-07 Antti Koivisto <antti@apple.com>
17221 Share stylesheet data structures between documents
17222 https://bugs.webkit.org/show_bug.cgi?id=85598
17224 Reviewed by Darin Adler.
17226 Test that mutations of a shared stylesheet work as expected.
17228 This is an http test due to cross-document security restrictions with file urls
17229 (they can be overriden in DRT but I'd like this to work in browser too).
17231 * http/tests/css/resources/shared.css: Added.
17232 * http/tests/css/resources/shared-stylesheet-mutation.js: Added.
17233 * http/tests/css/shared-stylesheet-mutation-expected.txt: Added.
17234 * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Added.
17235 * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Added.
17236 * http/tests/css/shared-stylesheet-mutation.html: Added.
17238 2012-05-07 Andrey Kosyakov <caseq@chromium.org>
17240 Unreviewed gardening, fast/text/international/thai-{baht-space,line-breaks}.html now fail in release, too.
17242 * platform/chromium/test_expectations.txt:
17244 2012-05-07 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
17246 [EFL][DRT] Implement LayoutTestController::execCommand
17247 https://bugs.webkit.org/show_bug.cgi?id=82286
17249 Reviewed by Antonio Gomes.
17251 Unskipped test cases which rely on execCommand and
17252 updated test expectations for failure test cases.
17254 * platform/efl/Skipped:
17255 * platform/efl/test_expectations.txt:
17257 2012-05-07 Andrey Kosyakov <caseq@chromium.org>
17259 Unreviewed gardening, compositing/overflow/scrollbar-painting.html times out on mac & linux.
17261 * platform/chromium/test_expectations.txt:
17263 2012-05-06 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
17265 [Qt] New test introduced in r116255 is failing
17266 https://bugs.webkit.org/show_bug.cgi?id=85777
17268 Unreviewed gardening.
17270 * platform/qt/Skipped: Skip the failing test
17272 2012-05-06 Sheriff Bot <webkit.review.bot@gmail.com>
17274 Unreviewed, rolling out r116235.
17275 http://trac.webkit.org/changeset/116235
17276 https://bugs.webkit.org/show_bug.cgi?id=85773
17278 broke a lot of tests on all chromium debug bots (Requested by
17279 caseq_ on #webkit).
17281 * http/tests/css/resources/shared-stylesheet-mutation.js: Removed.
17282 * http/tests/css/resources/shared.css: Removed.
17283 * http/tests/css/shared-stylesheet-mutation-expected.txt: Removed.
17284 * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Removed.
17285 * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Removed.
17286 * http/tests/css/shared-stylesheet-mutation.html: Removed.
17288 2012-05-06 Adam Barth <abarth@webkit.org>
17290 CSP violation reports should have all the fields required by the spec
17291 https://bugs.webkit.org/show_bug.cgi?id=85682
17293 Reviewed by Darin Adler.
17295 Update test results to show the new fields in the violation reports.
17296 This patch also adds tests that exercise both the same-origin and the
17297 cross-origin case for blocked-uri.
17299 * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
17300 * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Added.
17301 * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html: Added.
17302 * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Added.
17303 * http/tests/security/contentSecurityPolicy/report-blocked-uri.html: Added.
17304 * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
17305 * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
17306 * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
17307 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
17309 2012-05-06 Andrey Kosyakov <caseq@chromium.org>
17311 Unreviewed expectations update for overflow-positioning.html.
17313 * platform/chromium/test_expectations.txt:
17315 2012-05-06 Adam Barth <abarth@webkit.org>
17317 Content Security Policy reports should be reported with content-type application/json, should contain all required fields
17318 https://bugs.webkit.org/show_bug.cgi?id=61360
17320 Reviewed by Eric Seidel.
17322 Update results to show JSON format.
17324 * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
17325 * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
17326 * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
17327 * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
17328 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
17329 * http/tests/security/contentSecurityPolicy/resources/save-report.php:
17331 2012-05-06 Kenichi Ishibashi <bashi@chromium.org>
17333 Disallow unquoted -webkit-font-feature-settings tags
17334 https://bugs.webkit.org/show_bug.cgi?id=85362
17336 Reviewed by Kent Tamura.
17338 * css3/font-feature-settings-parsing-expected.txt: Updated to follow the current draft specification.
17339 * css3/font-feature-settings-parsing.html: Ditto.
17341 2012-05-06 Raphael Kubo da Costa <rakuco@webkit.org>
17343 [EFL] Gardening. Skip more failing tests.
17345 * platform/efl/Skipped:
17346 * platform/efl/test_expectations.txt:
17348 2012-05-06 MORITA Hajime <morrita@google.com>
17350 [Shadow DOM] Node distribution should be refreshed before style recalc.
17351 https://bugs.webkit.org/show_bug.cgi?id=85259
17353 Reviewed by Dimitri Glazkov.
17355 * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector-expected.txt: Added.
17356 * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html: Added.
17358 2012-05-06 Adam Barth <abarth@webkit.org>
17360 CSP should let sites both enforce one policy and monitor another
17361 https://bugs.webkit.org/show_bug.cgi?id=85561
17363 Reviewed by Eric Seidel.
17365 Test that we can enforce multiple policies and that we can enforce one
17366 policy while monitoring another.
17368 * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt: Added.
17369 * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html: Added.
17370 * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Added.
17371 * http/tests/security/contentSecurityPolicy/report-and-enforce.html: Added.
17373 2012-05-06 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
17375 [EFL] EFL's LayoutTestController setJavaScriptCanAccessClipboard implementation
17376 https://bugs.webkit.org/show_bug.cgi?id=83687
17378 Reviewed by Antonio Gomes.
17380 * platform/efl/Skipped:
17382 2012-05-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
17384 Convert isPageBoxVisible to use Internals interface.
17385 https://bugs.webkit.org/show_bug.cgi?id=85692
17387 Reviewed by Darin Adler.
17389 Call isPageBoxVisible functions from internals, because it is able to work in the
17390 cross-port way through the Internals interface.
17392 * printing/page-format-data-expected.txt:
17393 * printing/page-format-data.html:
17395 2012-05-05 Antti Koivisto <antti@apple.com>
17397 Share stylesheet data structures between documents
17398 https://bugs.webkit.org/show_bug.cgi?id=85598
17400 Reviewed by Darin Adler.
17402 Test that mutations of a shared stylesheet work as expected.
17404 This is an http test due to cross-document security restrictions with file urls
17405 (they can be overriden in DRT but I'd like this to work in browser too).
17407 * http/tests/css/resources/shared.css: Added.
17408 * http/tests/css/resources/shared-stylesheet-mutation.js: Added.
17409 * http/tests/css/shared-stylesheet-mutation-expected.txt: Added.
17410 * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt: Added.
17411 * http/tests/css/shared-stylesheet-mutation-preconstruct.html: Added.
17412 * http/tests/css/shared-stylesheet-mutation.html: Added.
17414 2012-05-05 Sheriff Bot <webkit.review.bot@gmail.com>
17416 Unreviewed, rolling out r116221.
17417 http://trac.webkit.org/changeset/116221
17418 https://bugs.webkit.org/show_bug.cgi?id=85722
17420 broke builds that use -Wshorten-64-to-32 (Requested by pizlo
17423 * fast/canvas/webgl/index-validation-expected.txt:
17424 * fast/canvas/webgl/index-validation.html:
17426 2012-05-05 Dean Jackson <dino@apple.com>
17428 Add new Setting/Preference to disable requestAnimationFrame
17429 https://bugs.webkit.org/show_bug.cgi?id=85693
17431 Reviewed by Simon Fraser.
17433 A new test that exercises turning the requestAnimationFrame
17434 preference off. Unfortunately this conflicts with the parallel
17435 tests that expect the preference to be on (as it should by default),
17436 so the test is skipped on all platforms. It can be run in isolation.
17437 https://bugs.webkit.org/show_bug.cgi?id=85689
17439 * fast/animation/request-animation-frame-disabled-expected.txt: Added.
17440 * fast/animation/request-animation-frame-disabled.html: Added.
17441 * fast/animation/script-tests/request-animation-frame-disabled.js: Added.
17442 * platform/chromium/test_expectations.txt:
17443 * platform/efl/test_expectations.txt:
17444 * platform/gtk/test_expectations.txt:
17445 * platform/mac/Skipped:
17446 * platform/mac/test_expectations.txt:
17447 * platform/qt/test_expectations.txt:
17448 * platform/win/Skipped:
17449 * platform/win/test_expectations.txt:
17451 2012-05-05 Zhenyao Mo <zmo@google.com>
17453 vertexAttribPointer needs to reject large negative offsets
17454 https://bugs.webkit.org/show_bug.cgi?id=85117
17456 Reviewed by Kenneth Russell.
17458 * fast/canvas/webgl/index-validation-expected.txt:
17459 * fast/canvas/webgl/index-validation.html: Add a test case for large negative offset.
17461 2012-05-05 'Pavel Feldman' <pfeldman@chromium.org>
17463 Not reviewed: follow up to r116216, fixing the inspector test.
17465 * inspector/debugger/script-extract-outline.html:
17466 * inspector/debugger/script-extract-outline-expected.txt:
17468 2012-05-05 Ilya Tikhonovsky <loislo@chromium.org>
17470 Web Inspector: save HeapSnapshot implementation.
17471 https://bugs.webkit.org/show_bug.cgi?id=85595
17473 HeapSnapshot specific implementation for loading was moved
17474 from ProfilesPanel to HeapProfileHeader class.
17476 Reviewed by Yury Semikhatsky.
17478 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
17479 * inspector/profiler/heap-snapshot-test.js:
17480 (initialize_HeapSnapshotTest):
17482 2012-05-05 Pavel Feldman <pfeldman@chromium.org>
17484 Web Inspector: allow overriding the script mapping on the UI level
17485 https://bugs.webkit.org/show_bug.cgi?id=85702
17487 Reviewed by Yury Semikhatsky.
17489 * inspector/debugger/breakpoint-manager.html:
17491 2012-05-05 Zan Dobersek <zandobersek@gmail.com>
17493 Unreviewed Gtk gardening, mark fullscreen/non-ancestor-iframe.html as
17494 failing after it was added in r116165.
17496 * platform/gtk/test_expectations.txt:
17498 2012-05-05 Andrey Kosyakov <caseq@chromium.org>
17500 Unreviewed. Rebaseline fast/events/attribute-listener-deletion-crash.html (added in r116191).
17502 * platform/chromium/fast/events/attribute-listener-deletion-crash-expected.txt: Added.
17504 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org>
17506 [EFL] Gardening, unskip test after r116097.
17508 The test was unskipped from Skipped, but some other commit added it to
17509 test_expectations.txt as well...
17511 * platform/efl/test_expectations.txt:
17513 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org>
17515 [EFL] Gardening; skip tests that depend on beginDragWithFiles.
17517 * platform/efl/Skipped:
17519 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org>
17521 [EFL] Unreviewed, rebaseline after r116009.
17523 * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
17525 2012-05-04 Chris Rogers <crogers@google.com>
17527 Oscillator must implement noteOn() and noteOff()
17528 https://bugs.webkit.org/show_bug.cgi?id=85236
17530 Reviewed by Kenneth Russell.
17532 * webaudio/oscillator-scheduling-expected.wav: Added.
17533 * webaudio/resources/oscillator-testing.js:
17534 (generateExponentialOscillatorSweep):
17536 2012-05-04 David Barr <davidbarr@chromium.org>
17538 Rebaseline chromium after r116069 (bug 85031)
17539 https://bugs.webkit.org/show_bug.cgi?id=85626
17541 Reviewed by Ojan Vafai.
17543 * fast/block/float/016-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/016-expected.txt.
17544 * platform/chromium-linux/fast/block/float/016-expected.png:
17545 * platform/chromium-linux/fast/css/border-solid-single-edge-antialias-expected.png: Added.
17546 * platform/chromium-mac-leopard/fast/block/float/016-expected.png:
17547 * platform/chromium-mac-snowleopard/fast/block/float/016-expected.png:
17548 * platform/chromium-mac/fast/block/float/016-expected.png:
17549 * platform/chromium-win/fast/block/float/016-expected.png:
17550 * platform/chromium-win/fast/css/border-solid-single-edge-antialias-expected.png: Added.
17551 * platform/chromium/test_expectations.txt:
17552 * platform/gtk/fast/block/float/016-expected.txt: Removed.
17554 2012-05-04 Enrica Casucci <enrica@apple.com>
17556 REGRESSION: Cursor jumps to the first line after deleting the last word.
17557 https://bugs.webkit.org/show_bug.cgi?id=85334
17558 <rdar://problem/11210059>
17560 Reviewed by Ryosuke Niwa.
17562 * editing/deleting/delete-word-from-unstyled-div-expected.txt: Added.
17563 * editing/deleting/delete-word-from-unstyled-div.html: Added.
17565 2012-05-04 Jeffrey Pfau <jpfau@apple.com>
17567 Prevent early EventListener deletion
17568 https://bugs.webkit.org/show_bug.cgi?id=73970
17570 Reviewed by Oliver Hunt.
17572 * fast/events/attribute-listener-deletion-crash-expected.txt: Added.
17573 * fast/events/attribute-listener-deletion-crash.html: Added.
17575 2012-05-04 Filip Pizlo <fpizlo@apple.com>
17577 Unreviewed, updating expectations.
17579 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
17581 2012-05-04 Filip Pizlo <fpizlo@apple.com>
17583 Unreviewed, checking in new expectation file.
17585 * platform/mac/fast/images/png-suite/test-expected.txt: Added.
17587 2012-05-04 Abhishek Arya <inferno@chromium.org>
17589 ASSERT(beforeChildAnonymousContainer->isTable()); fails in RenderBlock::addChildIgnoringAnonymousColumnBlocks.
17590 https://bugs.webkit.org/show_bug.cgi?id=84606
17592 Reviewed by Julien Chaffraix.
17594 * fast/block/block-add-child-crash-expected.txt: Added.
17595 * fast/block/block-add-child-crash.html: Added.
17597 2012-05-04 Andy Estes <aestes@apple.com>
17599 [Mac] IETC flexbox reference tests have pixel differences (due to embedded color profiles?)
17600 https://bugs.webkit.org/show_bug.cgi?id=85666
17602 * platform/mac/Skipped: Skip the tests.
17604 2012-05-04 Filip Pizlo <fpizlo@apple.com>
17606 DFG should not Flush GetLocal's
17607 https://bugs.webkit.org/show_bug.cgi?id=85663
17608 <rdar://problem/11373600>
17610 Reviewed by Oliver Hunt.
17612 * fast/js/dfg-flush-get-local-expected.txt: Added.
17613 * fast/js/dfg-flush-get-local.html: Added.
17614 * fast/js/script-tests/dfg-flush-get-local.js: Added.
17619 2012-05-04 Tony Chang <tony@chromium.org>
17621 The computed style of flex-item-align should never be auto.
17622 https://bugs.webkit.org/show_bug.cgi?id=85656
17624 Reviewed by Ojan Vafai.
17626 * css3/flexbox/css-properties-expected.txt:
17627 * css3/flexbox/css-properties.html:
17629 2012-05-03 Jer Noble <jer.noble@apple.com>
17631 Full screen will exit during a provisional load of a non-ancestor iframe.
17632 https://bugs.webkit.org/show_bug.cgi?id=85230
17634 Reviewed by Maciej Stachowiak .
17636 * fullscreen/non-ancestor-iframe-expected.txt: Added.
17637 * fullscreen/non-ancestor-iframe.html: Added.
17638 * fullscreen/resources/empty.html: Added.
17640 2012-05-04 Christophe Dumez <christophe.dumez@intel.com>
17642 [soup] URL of the ResourceResponse passed to willSendRequest is incorrect
17643 https://bugs.webkit.org/show_bug.cgi?id=85072
17645 Reviewed by Gustavo Noronha Silva.
17647 Unskip http/tests/misc/will-send-request-returns-null-on-redirect.html
17648 and http/tests/loading/307-after-303-after-post.html now that the
17649 response passed to willSendRequest is correct and now that the right
17650 redirect URL is being printed in EFL port.
17652 Unfortunately, http/tests/loading/redirect-methods.html cannot be
17653 unskipped yet due to bug 66873.
17655 * platform/efl/test_expectations.txt:
17657 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
17659 REGRESSION(r116134): It made 3 inspector tests fail
17660 https://bugs.webkit.org/show_bug.cgi?id=85654
17662 Unreviewed gardening, skip failing tests until proper fix.
17664 * platform/qt/Skipped:
17666 2012-05-04 Christophe Dumez <christophe.dumez@intel.com>
17668 [EFL] Implement layoutTestController.dumpResourceResponseMIMETypes
17669 https://bugs.webkit.org/show_bug.cgi?id=84941
17671 Reviewed by Martin Robinson.
17673 * platform/efl/Skipped: Unskip test cases which require MIME type
17674 detection messages now that is is implemented in EFL port.
17675 * platform/efl/fast/preloader/script-expected.txt: Added. Use same
17676 EFL expectation as in chromium and mac ports (MIME type is
17677 "application/javascript" instead of "application/x-javascript").
17679 2012-05-04 Ojan Vafai <ojan@chromium.org>
17681 Fix expectation for test after http://trac.webkit.org/changeset/116143.
17683 * platform/chromium/test_expectations.txt:
17685 2012-05-04 Ojan Vafai <ojan@chromium.org>
17687 All the inspector tests are skipped on chromium-mac. We should
17688 skip the new ones in platform/chromium as well.
17690 * platform/chromium/test_expectations.txt:
17692 2012-05-04 Dirk Pranke <dpranke@chromium.org>
17694 Suppress yet more Chromium Mac SL timeouts; hopefully close to end
17695 https://bugs.webkit.org/show_bug.cgi?id=83076
17697 Unreviewed, expectations change.
17699 * platform/chromium/test_expectations.txt:
17701 2012-05-04 Shadi Khalek <shadi@chromium.org>
17703 Unreviewed, test_expectations update.
17704 Remove media/W3C/video/events/event_order_canplay_canplaythrough.html.
17705 The crash is not happening anymore.
17707 * platform/chromium/test_expectations.txt:
17709 2012-05-04 Dirk Pranke <dpranke@chromium.org>
17711 Suppress more Chromium Mac SL timeouts ...
17712 https://bugs.webkit.org/show_bug.cgi?id=83076
17714 Unreviewed, expectations change.
17716 * platform/chromium/test_expectations.txt:
17718 2012-05-04 Rob Buis <rbuis@rim.com>
17720 Rebaseline some SVG Snow Leopard results
17721 https://bugs.webkit.org/show_bug.cgi?id=85637
17723 Reviewed by Nikolas Zimmermann.
17725 Remove batik expected pngs for Snow Leopard since the generic mac ones match.
17726 Fix types-dom-01-b-expected.txt to expect RenderSVGEllipse.
17728 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
17729 * platform/mac-snowleopard/svg/batik/filters/feTile-expected.png: Removed.
17730 * platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png: Removed.
17731 * platform/mac-snowleopard/svg/batik/masking/maskRegions-expected.png: Removed.
17732 * platform/mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
17733 * platform/mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
17734 * platform/mac-snowleopard/svg/batik/paints/patternRegionA-expected.png: Removed.
17735 * platform/mac-snowleopard/svg/batik/paints/patternRegions-expected.png: Removed.
17736 * platform/mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png: Removed.
17737 * platform/mac-snowleopard/svg/batik/text/longTextOnPath-expected.png: Removed.
17738 * platform/mac-snowleopard/svg/batik/text/smallFonts-expected.png: Removed.
17739 * platform/mac-snowleopard/svg/batik/text/textAnchor-expected.png: Removed.
17740 * platform/mac-snowleopard/svg/batik/text/textAnchor2-expected.png: Removed.
17741 * platform/mac-snowleopard/svg/batik/text/textAnchor3-expected.png: Removed.
17742 * platform/mac-snowleopard/svg/batik/text/textDecoration-expected.png: Removed.
17743 * platform/mac-snowleopard/svg/batik/text/textDecoration2-expected.png: Removed.
17744 * platform/mac-snowleopard/svg/batik/text/textEffect-expected.png: Removed.
17745 * platform/mac-snowleopard/svg/batik/text/textEffect2-expected.png: Removed.
17746 * platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png: Removed.
17747 * platform/mac-snowleopard/svg/batik/text/textFeatures-expected.png: Removed.
17748 * platform/mac-snowleopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed.
17749 * platform/mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
17750 * platform/mac-snowleopard/svg/batik/text/textLayout2-expected.png: Removed.
17751 * platform/mac-snowleopard/svg/batik/text/textLength-expected.png: Removed.
17752 * platform/mac-snowleopard/svg/batik/text/textOnPath-expected.png: Removed.
17753 * platform/mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Removed.
17754 * platform/mac-snowleopard/svg/batik/text/textOnPath3-expected.png: Removed.
17755 * platform/mac-snowleopard/svg/batik/text/textOnPathSpaces-expected.png: Removed.
17756 * platform/mac-snowleopard/svg/batik/text/textPCDATA-expected.png: Removed.
17757 * platform/mac-snowleopard/svg/batik/text/textPosition-expected.png: Removed.
17758 * platform/mac-snowleopard/svg/batik/text/textPosition2-expected.png: Removed.
17759 * platform/mac-snowleopard/svg/batik/text/textProperties-expected.png: Removed.
17760 * platform/mac-snowleopard/svg/batik/text/textProperties2-expected.png: Removed.
17761 * platform/mac-snowleopard/svg/batik/text/textStyles-expected.png: Removed.
17762 * platform/mac-snowleopard/svg/batik/text/verticalText-expected.png: Removed.
17763 * platform/mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Removed.
17764 * platform/mac-snowleopard/svg/batik/text/xmlSpace-expected.png: Removed.
17766 2012-05-04 Victor Carbune <vcarbune@adobe.com>
17768 Layout Test media/track/track-cues-pause-on-exit.html is flaky on chromium debug builds
17769 https://bugs.webkit.org/show_bug.cgi?id=80067
17771 Reviewed by Eric Carlson.
17773 Trying a different approach, blocking on waitForEvent for the video element.
17775 * media/track/track-cues-pause-on-exit-expected.txt: Updated.
17776 * media/track/track-cues-pause-on-exit.html: Changed to use
17777 waitForEvent and listen to exit events right after.
17778 * media/video-test.js: Updated waitForEvent to enable listening for
17779 events on other elements as well.
17780 (waitForEvent._eventCallback):
17783 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
17785 [GTK] DRT needs an implementation of LayoutTestController::setDefersLoading and ::goBack
17786 https://bugs.webkit.org/show_bug.cgi?id=85134
17788 Reviewed by Martin Robinson.
17790 Unskip loader/navigation-while-deferring-loads.html and disable
17791 loader/load-defer-resume-crash.html as it triggers an assertion
17794 * platform/gtk/test_expectations.txt:
17796 2012-05-04 Andy Estes <aestes@apple.com>
17798 REGRESSION (r116009): image no longer visible on fast/block/float/float-not-removed-from-next-sibling4.html
17799 https://bugs.webkit.org/show_bug.cgi?id=85651
17801 Check in failing results for platform/mac/.
17803 * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
17805 2012-05-04 Dirk Pranke <dpranke@chromium.org>
17807 Mark editing tests as slow.
17808 https://bugs.webkit.org/show_bug.cgi?id=85649
17810 Unreviewed, expectations change.
17812 * platform/chromium/test_expectations.txt:
17814 2012-05-04 Dirk Pranke <dpranke@chromium.org>
17816 Mark a few more tests as flaky across all macs.
17818 Unreviewed, expectations change.
17820 fast/loader/javascript-url-in-embed.html = TEXT PASS (Release only)
17821 http/tests/security/sandboxed-iframe-modify-self.html = TEXT PASS
17822 media/video-poster-blocked-by-willsendrequest.html = TEXT PASS
17823 userscripts/user-style-all-frames.html = TEXT PASS
17825 * platform/chromium/test_expectations.txt:
17827 2012-05-04 Ojan Vafai <ojan@chromium.org>
17829 Fix path to external JS file that was not updated when the file
17830 was moved in http://trac.webkit.org/changeset/116128/.
17832 * platform/chromium/inspector/styles/device-metrics-fit-window.html:
17834 2012-05-04 Dirk Pranke <dpranke@chromium.org>
17836 Mark tests as flaky timeouts on chromium Mac 10.6
17837 https://bugs.webkit.org/show_bug.cgi?id=83076
17839 Unreviewed, expectations change.
17841 * platform/chromium/test_expectations.txt:
17843 2012-05-04 Zan Dobersek <zandobersek@gmail.com>
17845 Unreviewed gardening, marking a test added in r116127 as failing.
17847 * platform/gtk/test_expectations.txt:
17849 2012-05-04 Adam Barth <abarth@webkit.org>
17851 CSP: Eval isn't blocked in about:blank subframes
17852 https://bugs.webkit.org/show_bug.cgi?id=85553
17854 Reviewed by Eric Seidel.
17856 This patch fixes a race condition in this test. We need to wait for
17857 the load event to ensure that the iframe has finished loading.
17859 * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
17861 2012-05-04 Alexander Pavlov <apavlov@chromium.org>
17863 Unreviewed, build fix.
17864 Move Chromium-specific test into platform/chromium.
17866 * platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Renamed from LayoutTests/inspector/styles/device-metrics-fit-window-expected.txt.
17867 * platform/chromium/inspector/styles/device-metrics-fit-window.html: Renamed from LayoutTests/inspector/styles/device-metrics-fit-window.html.
17869 2012-05-04 Tommy Widenflycht <tommyw@google.com>
17871 MediaStream API: Make PeerConnection00's API fully compliant with the draft
17872 https://bugs.webkit.org/show_bug.cgi?id=85491
17874 Reviewed by Adam Barth.
17876 * fast/mediastream/peerconnection-Attributes-expected.txt:
17877 * fast/mediastream/peerconnection-iceoptions-expected.txt: Added.
17878 * fast/mediastream/peerconnection-iceoptions.html: Added.
17880 2012-05-04 Zan Dobersek <zandobersek@gmail.com>
17882 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
17883 https://bugs.webkit.org/show_bug.cgi?id=85591
17885 Reviewed by Martin Robinson.
17887 Remove incorrect test expectations for tests that are lately consistently
17888 passing on all the Gtk builders but only turned out to be passing after
17889 the Gtk port moved from using Skipped list to test_expectations.txt.
17890 Their proper bug entries will be handled later, after all the tests are
17891 confirmed to still pass. If any test backfires the correct test expectation
17892 will be renewed and bug entries refreshed with latest information.
17894 * platform/gtk/test_expectations.txt:
17896 2012-05-04 Christophe Dumez <christophe.dumez@intel.com>
17898 [EFL] Frame load callbacks output is missing for redirections
17899 https://bugs.webkit.org/show_bug.cgi?id=85173
17901 Reviewed by Antonio Gomes.
17903 Update test_expectations.txt now that EFL's DumpRenderTree is
17904 correctly printing frame load callbacks information in case of
17907 * platform/efl/Skipped:
17908 * platform/efl/test_expectations.txt:
17910 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
17912 [EFL] [DRT] Gardening some failure cases on EFL port
17913 https://bugs.webkit.org/show_bug.cgi?id=85605
17915 Unreviewed, EFL gardening.
17917 * platform/efl/fast/canvas/fillText-shadow-expected.txt: Added.
17918 * platform/efl/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
17919 * platform/efl/fast/dom/Window/window-properties-performance-expected.txt: Added.
17920 * platform/efl/test_expectations.txt:
17922 2012-05-04 Alexander Pavlov <apavlov@chromium.org>
17924 Web Inspector: [Device Metrics] With "Fit window" option on, page contents are downscaled incorrectly
17925 https://bugs.webkit.org/show_bug.cgi?id=85510
17927 Reviewed by Pavel Feldman.
17929 * inspector/styles/device-metrics-fit-window-expected.txt: Added.
17930 * inspector/styles/device-metrics-fit-window.html: Added.
17932 2012-05-04 Jochen Eisinger <jochen@chromium.org>
17934 Correctly update the outgoing referrer when navigating back from an history item created by pushState/replaceState
17935 https://bugs.webkit.org/show_bug.cgi?id=85374
17937 Reviewed by Nate Chapin.
17939 * http/tests/history/history-navigations-set-referrer-expected.txt: Added.
17940 * http/tests/history/history-navigations-set-referrer.html: Added.
17941 * http/tests/history/resources/check-referrer.html: Added.
17943 2012-05-04 Thiago Marcos P. Santos <thiago.santos@intel.com>
17945 [EFL] Web Timing tests gardening
17946 https://bugs.webkit.org/show_bug.cgi?id=85619
17948 Unreviewed, EFL gardening.
17950 * platform/efl/test_expectations.txt:
17952 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
17954 [Qt] REGRESSION: http/tests/xmlhttprequest/basic-auth-nopassword.html started to crash with newer Qt5
17955 https://bugs.webkit.org/show_bug.cgi?id=85632
17957 Unreviewed gardening, skip the new _crashing_ test to paint the bot green.
17959 * platform/qt-5.0-wk1/Skipped:
17961 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
17963 [Qt] REGRESSION: 350 tests started to fail with newer Qt5-WK1
17964 https://bugs.webkit.org/show_bug.cgi?id=85631
17966 Unreviewed gardening, skip new failing tests to paint the bot green.
17968 * platform/qt-5.0-wk1/Skipped:
17970 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
17972 [Qt] REGRESSION: 10 tests started to fail with newer Qt5
17973 https://bugs.webkit.org/show_bug.cgi?id=85629
17975 Unreviewed fix after r116106.
17977 * platform/qt-5.0-wk2/Skipped:
17978 * platform/qt-5.0/Skipped:
17980 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
17982 [Qt][WK2] REGRESSION: 10 tests started to fail with newer Qt5
17983 https://bugs.webkit.org/show_bug.cgi?id=85629
17985 Unreviewed gardening, skip new failing tests to paint the bot green.
17987 * platform/qt-5.0-wk2/Skipped:
17989 2012-05-04 Christophe Dumez <christophe.dumez@intel.com>
17991 [EFL] LayoutTestController does not support overriding WebKitLoadSiteIconsKey
17992 https://bugs.webkit.org/show_bug.cgi?id=85171
17994 Reviewed by Andreas Kling.
17996 Unskip http/tests/misc/favicon-loads-with-icon-loading-override.html
17997 now that EFL's LayoutTestController support overriding
17998 WebKitLoadSiteIconsKey.
18000 * platform/efl/Skipped:
18002 2012-05-04 Dominik Röttsches <dominik.rottsches@linux.intel.com>
18004 [EFL][DRT] Gardening away remaining SVG failures
18005 https://bugs.webkit.org/show_bug.cgi?id=85600
18007 Unreviewed, EFL gardening.
18009 * platform/efl/svg/batik/filters/feTile-expected.png: Added.
18010 * platform/efl/svg/batik/filters/feTile-expected.txt:
18011 * platform/efl/svg/batik/filters/filterRegions-expected.png: Added.
18012 * platform/efl/svg/batik/filters/filterRegions-expected.txt:
18013 * platform/efl/svg/carto.net/button-expected.txt:
18014 * platform/efl/svg/carto.net/colourpicker-expected.txt:
18015 * platform/efl/svg/carto.net/slider-expected.txt:
18016 * platform/efl/svg/carto.net/window-expected.txt:
18017 * platform/efl/svg/css/stars-with-shadow-expected.txt: Added.
18018 * platform/efl/svg/hixie/error/014-expected.png: Added.
18019 * platform/efl/svg/hixie/error/014-expected.txt:
18020 * platform/efl/svg/hixie/perf/003-expected.png: Added.
18021 * platform/efl/svg/hixie/perf/003-expected.txt:
18022 * platform/efl/svg/hixie/shapes/path/001-expected.png: Added.
18023 * platform/efl/svg/hixie/shapes/path/001-expected.txt: Added.
18024 * platform/efl/svg/hixie/use/002-expected.png: Added.
18025 * platform/efl/svg/hixie/use/002-expected.txt:
18026 * platform/efl/svg/repaint/filter-child-repaint-expected.png: Added.
18027 * platform/efl/svg/repaint/filter-child-repaint-expected.txt:
18028 * platform/efl/svg/repaint/filter-repaint-expected.png: Added.
18029 * platform/efl/svg/repaint/filter-repaint-expected.txt:
18030 * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
18031 * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
18032 * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png: Added.
18033 * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
18034 * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png: Added.
18035 * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:
18036 * platform/efl/test_expectations.txt:
18038 2012-05-04 Zan Dobersek <zandobersek@gmail.com>
18040 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
18041 https://bugs.webkit.org/show_bug.cgi?id=85591
18043 Unreviewed, removing incorrect test expectations for tests that turned
18044 to be passing on all the Gtk builders after moving from using Skipped
18045 to test_expectations.txt and have the generic BUGWKGTK modifier.
18047 * platform/gtk/test_expectations.txt:
18049 2012-05-04 Andrey Kosyakov <caseq@chromium.org>
18051 Unreviewed gardening, refined specifiers for unexpectedly passing tests.
18053 * platform/chromium/test_expectations.txt:
18055 2012-05-04 Raphael Kubo da Costa <rakuco@webkit.org>
18057 [EFL] Unreviewed, fix r116067 and r116068.
18059 Fix the names of the expectations I added in those revisions.
18061 * platform/efl/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/efl/fast/html/details-marker-style-actual.txt.
18062 * platform/efl/media/media-can-play-webm-expected.txt: Renamed from LayoutTests/platform/efl/media/media-can-play-webm-actual.txt.
18063 * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.txt: Renamed from LayoutTests/platform/efl/svg/as-image/image-respects-pageScaleFactor-actual.txt.
18065 2012-05-04 Andrey Kosyakov <caseq@chromium.org>
18067 Unreviewed gardening, eval-blocked-in-about-blank-iframe.html: SLOW -> TIMEOUT
18069 * platform/chromium/test_expectations.txt:
18071 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
18073 [Qt] Unreviewed gardening, update expected files.
18075 * platform/qt/Skipped: Typo fix.
18076 * platform/qt/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
18077 * platform/qt/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
18078 * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
18079 * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
18080 * platform/qt/fast/dom/Window/window-properties-device-orientation-expected.txt:
18082 2012-05-04 Csaba Osztrogonác <ossy@webkit.org>
18084 [Qt] ietestcenter/css3/flexbox tests fail on 32 bit
18085 https://bugs.webkit.org/show_bug.cgi?id=85596
18087 Unreviewed gardening, skip new failing tests.
18089 * platform/qt/Skipped:
18091 2012-05-04 Noel Gordon <noel.gordon@gmail.com>
18093 [chromium] Unreviewed test expectations update after r116074
18095 * platform/chromium-mac/fast/images/png-suite/test-expected.png: Added.
18096 * platform/chromium-win/fast/images/png-suite/test-expected.png: Added.
18097 * platform/chromium/fast/images/png-suite/test-expected.txt: Added.
18098 * platform/chromium/test_expectations.txt:
18100 2012-05-04 Andrey Kosyakov <caseq@chromium.org>
18102 Unreviewed gardening, changed expectations for fast/images/png-suite/test.html from IMAGE to MISSING.
18104 * platform/chromium/test_expectations.txt:
18106 2012-05-04 Andrey Kosyakov <caseq@chromium.org>
18108 Unreviewed gardening, marking http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html as slow.
18110 * platform/chromium/test_expectations.txt:
18112 2012-05-03 Ilya Tikhonovsky <loislo@chromium.org>
18114 Web Inspector: createRawLocationByURL is too slow if a big number of evals happen.
18115 https://bugs.webkit.org/show_bug.cgi?id=85477
18117 It iterates through all the _scripts even they have no url.
18118 We can keep a separate map of scripts with url.
18120 Reviewed by Yury Semikhatsky.
18122 * http/tests/inspector/compiler-script-mapping.html:
18123 * http/tests/inspector/debugger-test.js:
18124 (initialize_DebuggerTest):
18125 * inspector/debugger/raw-source-code.html:
18127 2012-05-04 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
18129 [EFL] [DRT] fast/table/quote-text-around-iframe.html needs rebaselining
18130 https://bugs.webkit.org/show_bug.cgi?id=85487
18132 Unreviewed, EFL rebaseline after r115218.
18134 * platform/efl/fast/table/quote-text-around-iframe-expected.png:
18135 * platform/efl/fast/table/quote-text-around-iframe-expected.txt:
18137 2012-05-04 Noel Gordon <noel.gordon@gmail.com>
18139 Add PNG image pngsuite test
18140 https://bugs.webkit.org/show_bug.cgi?id=85567
18142 Reviewed by Eric Seidel.
18144 From http://www.schaik.com/pngsuite, add images from this suite and license
18145 details. Add a layout test. Add platform exceptions (since all ports have a
18146 different broken image).
18148 * fast/images/png-suite/PngSuite.LICENSE: Added.
18149 * fast/images/png-suite/samples/basi0g01.png: Added.
18150 * fast/images/png-suite/samples/basi0g02.png: Added.
18151 * fast/images/png-suite/samples/basi0g04.png: Added.
18152 * fast/images/png-suite/samples/basi0g08.png: Added.
18153 * fast/images/png-suite/samples/basi0g16.png: Added.
18154 * fast/images/png-suite/samples/basi2c08.png: Added.
18155 * fast/images/png-suite/samples/basi2c16.png: Added.
18156 * fast/images/png-suite/samples/basi3p01.png: Added.
18157 * fast/images/png-suite/samples/basi3p02.png: Added.
18158 * fast/images/png-suite/samples/basi3p04.png: Added.
18159 * fast/images/png-suite/samples/basi3p08.png: Added.
18160 * fast/images/png-suite/samples/basi4a08.png: Added.
18161 * fast/images/png-suite/samples/basi4a16.png: Added.
18162 * fast/images/png-suite/samples/basi6a08.png: Added.
18163 * fast/images/png-suite/samples/basi6a16.png: Added.
18164 * fast/images/png-suite/samples/basn0g01.png: Added.
18165 * fast/images/png-suite/samples/basn0g02.png: Added.
18166 * fast/images/png-suite/samples/basn0g04.png: Added.
18167 * fast/images/png-suite/samples/basn0g08.png: Added.
18168 * fast/images/png-suite/samples/basn0g16.png: Added.
18169 * fast/images/png-suite/samples/basn2c08.png: Added.
18170 * fast/images/png-suite/samples/basn2c16.png: Added.
18171 * fast/images/png-suite/samples/basn3p01.png: Added.
18172 * fast/images/png-suite/samples/basn3p02.png: Added.
18173 * fast/images/png-suite/samples/basn3p04.png: Added.
18174 * fast/images/png-suite/samples/basn3p08.png: Added.
18175 * fast/images/png-suite/samples/basn4a08.png: Added.
18176 * fast/images/png-suite/samples/basn4a16.png: Added.
18177 * fast/images/png-suite/samples/basn6a08.png: Added.
18178 * fast/images/png-suite/samples/basn6a16.png: Added.
18179 * fast/images/png-suite/samples/bgai4a08.png: Added.
18180 * fast/images/png-suite/samples/bgai4a16.png: Added.
18181 * fast/images/png-suite/samples/bgan6a08.png: Added.
18182 * fast/images/png-suite/samples/bgan6a16.png: Added.
18183 * fast/images/png-suite/samples/bgbn4a08.png: Added.
18184 * fast/images/png-suite/samples/bggn4a16.png: Added.
18185 * fast/images/png-suite/samples/bgwn6a08.png: Added.
18186 * fast/images/png-suite/samples/bgyn6a16.png: Added.
18187 * fast/images/png-suite/samples/ccwn2c08.png: Added.
18188 * fast/images/png-suite/samples/ccwn3p08.png: Added.
18189 * fast/images/png-suite/samples/cdfn2c08.png: Added.
18190 * fast/images/png-suite/samples/cdhn2c08.png: Added.
18191 * fast/images/png-suite/samples/cdsn2c08.png: Added.
18192 * fast/images/png-suite/samples/cdun2c08.png: Added.
18193 * fast/images/png-suite/samples/ch1n3p04.png: Added.
18194 * fast/images/png-suite/samples/ch2n3p08.png: Added.
18195 * fast/images/png-suite/samples/cm0n0g04.png: Added.
18196 * fast/images/png-suite/samples/cm7n0g04.png: Added.
18197 * fast/images/png-suite/samples/cm9n0g04.png: Added.
18198 * fast/images/png-suite/samples/cs3n2c16.png: Added.
18199 * fast/images/png-suite/samples/cs3n3p08.png: Added.
18200 * fast/images/png-suite/samples/cs5n2c08.png: Added.
18201 * fast/images/png-suite/samples/cs5n3p08.png: Added.
18202 * fast/images/png-suite/samples/cs8n2c08.png: Added.
18203 * fast/images/png-suite/samples/cs8n3p08.png: Added.
18204 * fast/images/png-suite/samples/ct0n0g04.png: Added.
18205 * fast/images/png-suite/samples/ct1n0g04.png: Added.
18206 * fast/images/png-suite/samples/cten0g04.png: Added.
18207 * fast/images/png-suite/samples/ctfn0g04.png: Added.
18208 * fast/images/png-suite/samples/ctgn0g04.png: Added.
18209 * fast/images/png-suite/samples/cthn0g04.png: Added.
18210 * fast/images/png-suite/samples/ctjn0g04.png: Added.
18211 * fast/images/png-suite/samples/ctzn0g04.png: Added.
18212 * fast/images/png-suite/samples/f00n0g08.png: Added.
18213 * fast/images/png-suite/samples/f00n2c08.png: Added.
18214 * fast/images/png-suite/samples/f01n0g08.png: Added.
18215 * fast/images/png-suite/samples/f01n2c08.png: Added.
18216 * fast/images/png-suite/samples/f02n0g08.png: Added.
18217 * fast/images/png-suite/samples/f02n2c08.png: Added.
18218 * fast/images/png-suite/samples/f03n0g08.png: Added.
18219 * fast/images/png-suite/samples/f03n2c08.png: Added.
18220 * fast/images/png-suite/samples/f04n0g08.png: Added.
18221 * fast/images/png-suite/samples/f04n2c08.png: Added.
18222 * fast/images/png-suite/samples/f99n0g04.png: Added.
18223 * fast/images/png-suite/samples/g03n0g16.png: Added.
18224 * fast/images/png-suite/samples/g03n2c08.png: Added.
18225 * fast/images/png-suite/samples/g03n3p04.png: Added.
18226 * fast/images/png-suite/samples/g04n0g16.png: Added.
18227 * fast/images/png-suite/samples/g04n2c08.png: Added.
18228 * fast/images/png-suite/samples/g04n3p04.png: Added.
18229 * fast/images/png-suite/samples/g05n0g16.png: Added.
18230 * fast/images/png-suite/samples/g05n2c08.png: Added.
18231 * fast/images/png-suite/samples/g05n3p04.png: Added.
18232 * fast/images/png-suite/samples/g07n0g16.png: Added.
18233 * fast/images/png-suite/samples/g07n2c08.png: Added.
18234 * fast/images/png-suite/samples/g07n3p04.png: Added.
18235 * fast/images/png-suite/samples/g10n0g16.png: Added.
18236 * fast/images/png-suite/samples/g10n2c08.png: Added.
18237 * fast/images/png-suite/samples/g10n3p04.png: Added.
18238 * fast/images/png-suite/samples/g25n0g16.png: Added.
18239 * fast/images/png-suite/samples/g25n2c08.png: Added.
18240 * fast/images/png-suite/samples/g25n3p04.png: Added.
18241 * fast/images/png-suite/samples/oi1n0g16.png: Added.
18242 * fast/images/png-suite/samples/oi1n2c16.png: Added.
18243 * fast/images/png-suite/samples/oi2n0g16.png: Added.
18244 * fast/images/png-suite/samples/oi2n2c16.png: Added.
18245 * fast/images/png-suite/samples/oi4n0g16.png: Added.
18246 * fast/images/png-suite/samples/oi4n2c16.png: Added.
18247 * fast/images/png-suite/samples/oi9n0g16.png: Added.
18248 * fast/images/png-suite/samples/oi9n2c16.png: Added.
18249 * fast/images/png-suite/samples/pp0n2c16.png: Added.
18250 * fast/images/png-suite/samples/pp0n6a08.png: Added.
18251 * fast/images/png-suite/samples/ps1n0g08.png: Added.
18252 * fast/images/png-suite/samples/ps1n2c16.png: Added.
18253 * fast/images/png-suite/samples/ps2n0g08.png: Added.
18254 * fast/images/png-suite/samples/ps2n2c16.png: Added.
18255 * fast/images/png-suite/samples/s01i3p01.png: Added.
18256 * fast/images/png-suite/samples/s01n3p01.png: Added.
18257 * fast/images/png-suite/samples/s02i3p01.png: Added.
18258 * fast/images/png-suite/samples/s02n3p01.png: Added.
18259 * fast/images/png-suite/samples/s03i3p01.png: Added.
18260 * fast/images/png-suite/samples/s03n3p01.png: Added.
18261 * fast/images/png-suite/samples/s04i3p01.png: Added.
18262 * fast/images/png-suite/samples/s04n3p01.png: Added.
18263 * fast/images/png-suite/samples/s05i3p02.png: Added.
18264 * fast/images/png-suite/samples/s05n3p02.png: Added.
18265 * fast/images/png-suite/samples/s06i3p02.png: Added.
18266 * fast/images/png-suite/samples/s06n3p02.png: Added.
18267 * fast/images/png-suite/samples/s07i3p02.png: Added.
18268 * fast/images/png-suite/samples/s07n3p02.png: Added.
18269 * fast/images/png-suite/samples/s08i3p02.png: Added.
18270 * fast/images/png-suite/samples/s08n3p02.png: Added.
18271 * fast/images/png-suite/samples/s09i3p02.png: Added.
18272 * fast/images/png-suite/samples/s09n3p02.png: Added.
18273 * fast/images/png-suite/samples/s32i3p04.png: Added.
18274 * fast/images/png-suite/samples/s32n3p04.png: Added.
18275 * fast/images/png-suite/samples/s33i3p04.png: Added.
18276 * fast/images/png-suite/samples/s33n3p04.png: Added.
18277 * fast/images/png-suite/samples/s34i3p04.png: Added.
18278 * fast/images/png-suite/samples/s34n3p04.png: Added.
18279 * fast/images/png-suite/samples/s35i3p04.png: Added.
18280 * fast/images/png-suite/samples/s35n3p04.png: Added.
18281 * fast/images/png-suite/samples/s36i3p04.png: Added.
18282 * fast/images/png-suite/samples/s36n3p04.png: Added.
18283 * fast/images/png-suite/samples/s37i3p04.png: Added.
18284 * fast/images/png-suite/samples/s37n3p04.png: Added.
18285 * fast/images/png-suite/samples/s38i3p04.png: Added.
18286 * fast/images/png-suite/samples/s38n3p04.png: Added.
18287 * fast/images/png-suite/samples/s39i3p04.png: Added.
18288 * fast/images/png-suite/samples/s39n3p04.png: Added.
18289 * fast/images/png-suite/samples/s40i3p04.png: Added.
18290 * fast/images/png-suite/samples/s40n3p04.png: Added.
18291 * fast/images/png-suite/samples/tbbn0g04.png: Added.
18292 * fast/images/png-suite/samples/tbbn2c16.png: Added.
18293 * fast/images/png-suite/samples/tbbn3p08.png: Added.
18294 * fast/images/png-suite/samples/tbgn2c16.png: Added.
18295 * fast/images/png-suite/samples/tbgn3p08.png: Added.
18296 * fast/images/png-suite/samples/tbrn2c08.png: Added.
18297 * fast/images/png-suite/samples/tbwn0g16.png: Added.
18298 * fast/images/png-suite/samples/tbwn3p08.png: Added.
18299 * fast/images/png-suite/samples/tbyn3p08.png: Added.
18300 * fast/images/png-suite/samples/tp0n0g08.png: Added.
18301 * fast/images/png-suite/samples/tp0n2c08.png: Added.
18302 * fast/images/png-suite/samples/tp0n3p08.png: Added.
18303 * fast/images/png-suite/samples/tp1n3p08.png: Added.
18304 * fast/images/png-suite/samples/xc1n0g08.png: Added.
18305 * fast/images/png-suite/samples/xc9n2c08.png: Added.
18306 * fast/images/png-suite/samples/xcrn0g04.png: Added.
18307 * fast/images/png-suite/samples/xcsn0g01.png: Added.
18308 * fast/images/png-suite/samples/xd0n2c08.png: Added.
18309 * fast/images/png-suite/samples/xd3n2c08.png: Added.
18310 * fast/images/png-suite/samples/xd9n2c08.png: Added.
18311 * fast/images/png-suite/samples/xdtn0g01.png: Added.
18312 * fast/images/png-suite/samples/xhdn0g08.png: Added.
18313 * fast/images/png-suite/samples/xlfn0g04.png: Added.
18314 * fast/images/png-suite/samples/xs1n0g01.png: Added.
18315 * fast/images/png-suite/samples/xs2n0g01.png: Added.
18316 * fast/images/png-suite/samples/xs4n0g01.png: Added.
18317 * fast/images/png-suite/samples/xs7n0g01.png: Added.
18318 * fast/images/png-suite/samples/z00n2c08.png: Added.
18319 * fast/images/png-suite/samples/z03n2c08.png: Added.
18320 * fast/images/png-suite/samples/z06n2c08.png: Added.
18321 * fast/images/png-suite/samples/z09n2c08.png: Added.
18322 * fast/images/png-suite/test-expected.png: Added.
18323 * fast/images/png-suite/test.html: Added.
18324 * platform/chromium/test_expectations.txt:
18325 * platform/efl/test_expectations.txt:
18326 * platform/gtk/test_expectations.txt:
18327 * platform/mac/fast/images/png-suite/test-expected.png: Added.
18328 * platform/qt/test_expectations.txt:
18329 * platform/wincairo/Skipped:
18331 2012-05-03 Christophe Dumez <christophe.dumez@intel.com>
18333 [EFL] DRT should obey layoutTestController's addURLToRedirect()
18334 https://bugs.webkit.org/show_bug.cgi?id=82722
18336 Reviewed by Maciej Stachowiak.
18338 Unskip http/tests/loading/cross-origin-XHR-willLoadRequest.html now
18339 that EFL's DRT obeys layoutTestController's addURLToRedirect().
18341 * platform/efl/Skipped:
18343 2012-05-03 Ilya Sherman <isherman@chromium.org>
18345 [Qt] REGRESSION(r113511): fast/forms/input-autofilled.html fails
18346 Unskip the failing test now that r113511 has been reverted.
18347 https://bugs.webkit.org/show_bug.cgi?id=83418
18349 Reviewed by Simon Hausmann.
18351 * platform/qt/Skipped:
18353 2012-05-03 Christophe Dumez <christophe.dumez@intel.com>
18355 [EFL] DRT should support LayoutTestController's willSendRequestReturnsNullOnRedirect()
18356 https://bugs.webkit.org/show_bug.cgi?id=82704
18358 Reviewed by Antonio Gomes.
18360 Update test_expectations.txt now that EFL's DumpRenderTree supports
18361 LayoutTestController's willSendRequestReturnsNullOnRedirect().
18363 * platform/efl/Skipped:
18364 * platform/efl/test_expectations.txt:
18366 2012-05-03 Zan Dobersek <zandobersek@gmail.com>
18368 Unreviewed, gardening after r116009 and r116039.
18370 * fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
18371 * http/tests/workers/worker-importScriptsOnError-expected.txt:
18372 * platform/gtk/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
18373 * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt:
18374 * platform/gtk/test_expectations.txt:
18376 2012-05-03 David Barr <davidbarr@chromium.org>
18378 Antialias single-edge solid borders
18379 https://bugs.webkit.org/show_bug.cgi?id=85031
18381 Reviewed by Simon Fraser.
18383 * fast/css/border-solid-single-edge-antialias-expected.png: Added.
18384 * fast/css/border-solid-single-edge-antialias-expected.txt: Added.
18385 * fast/css/border-solid-single-edge-antialias.html: Added.
18386 * platform/chromium/test_expectations.txt:
18387 * platform/efl/test_expectations.txt:
18388 * platform/gtk/test_expectations.txt:
18389 * platform/mac/test_expectations.txt:
18390 * platform/qt/test_expectations.txt:
18391 * platform/win/test_expectations.txt:
18393 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org>
18395 [EFL] Unreviewed, add some other missing baselines.
18397 * platform/efl/fast/html/details-marker-style-actual.txt: Added.
18398 * platform/efl/media/media-can-play-webm-actual.txt: Added.
18400 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org>
18402 [EFL] Unreviewed, add baseline for r116001.
18404 * platform/efl/svg/as-image/image-respects-pageScaleFactor-actual.txt: Added.
18406 2012-05-03 Adam Barth <abarth@webkit.org>
18408 CSP: Eval isn't blocked in about:blank subframes
18409 https://bugs.webkit.org/show_bug.cgi?id=85553
18411 Reviewed by Eric Seidel.
18413 * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt: Added.
18414 * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html: Added.
18415 - New test for the eval issue.
18416 * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
18417 * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
18418 * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
18419 * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
18420 - Now that we re-parse the CSP policy, we log parse errors to the
18421 console more times. This isn't ideal and is something we might
18422 change in the future.
18423 * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt: Added.
18424 - Add a Chromium-specific baseline for this test because the eval
18425 error is slightly different between V8 and JSC.
18427 2012-05-03 David Barr <davidbarr@chromium.org>
18429 Update mac test expectations after r115927
18430 https://bugs.webkit.org/show_bug.cgi?id=85569
18432 Reviewed by Dirk Pranke.
18434 The tests were removed on r115927. Remove them from the mac test expectations.
18436 * platform/mac/test_expectations.txt:
18438 2012-05-03 Zhenyao Mo <zmo@google.com>
18440 Unreviewed, rebaseline.
18442 * platform/chromium-linux/fast/xmlhttprequest: Added.
18443 * platform/chromium-linux/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Added.
18444 * platform/chromium-mac/fast/xmlhttprequest: Removed.
18445 * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Removed.
18446 * platform/chromium-mac/http/tests/workers: Removed.
18447 * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
18448 * platform/chromium/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Added.
18449 * platform/chromium/http/tests/workers/worker-importScriptsOnError-expected.txt: Replaced.
18451 2012-05-03 Adam Barth <abarth@webkit.org>
18453 CSP shouldn't block about:blank for iframes
18454 https://bugs.webkit.org/show_bug.cgi?id=85233
18456 Reviewed by Eric Seidel.
18458 Test that about:blank iframes and objects don't generate debug log
18461 * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default-expected.txt: Added.
18462 * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html: Added.
18464 2012-05-03 Sheriff Bot <webkit.review.bot@gmail.com>
18466 Unreviewed, rolling out r116040.
18467 http://trac.webkit.org/changeset/116040
18468 https://bugs.webkit.org/show_bug.cgi?id=85559
18470 Broke a few IndexedDB browsertests (Requested by zhenyao on
18473 * http/tests/inspector/indexeddb/indexeddb-test.js:
18474 * storage/indexeddb/basics-expected.txt:
18475 * storage/indexeddb/basics-workers-expected.txt:
18476 * storage/indexeddb/constants-expected.txt:
18477 * storage/indexeddb/create-object-store-options-expected.txt:
18478 * storage/indexeddb/cursor-added-bug-expected.txt:
18479 * storage/indexeddb/cursor-advance-expected.txt:
18480 * storage/indexeddb/cursor-continue-expected.txt:
18481 * storage/indexeddb/cursor-continue-validity-expected.txt:
18482 * storage/indexeddb/cursor-delete-expected.txt:
18483 * storage/indexeddb/cursor-inconsistency-expected.txt:
18484 * storage/indexeddb/cursor-index-delete-expected.txt:
18485 * storage/indexeddb/cursor-key-order-expected.txt:
18486 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
18487 * storage/indexeddb/cursor-primary-key-order-expected.txt:
18488 * storage/indexeddb/cursor-reverse-bug-expected.txt:
18489 * storage/indexeddb/cursor-skip-deleted-expected.txt:
18490 * storage/indexeddb/cursor-update-expected.txt:
18491 * storage/indexeddb/data-corruption-expected.txt:
18492 * storage/indexeddb/database-quota-expected.txt:
18493 * storage/indexeddb/delete-range-expected.txt:
18494 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
18495 * storage/indexeddb/exception-in-event-aborts-expected.txt:
18496 * storage/indexeddb/factory-deletedatabase-expected.txt:
18497 * storage/indexeddb/index-count-expected.txt:
18498 * storage/indexeddb/index-multientry-expected.txt:
18499 * storage/indexeddb/index-unique-expected.txt:
18500 * storage/indexeddb/key-generator-expected.txt:
18501 * storage/indexeddb/key-type-array-expected.txt:
18502 * storage/indexeddb/keypath-edges-expected.txt:
18503 * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
18504 * storage/indexeddb/legacy-constants-expected.txt: Removed.
18505 * storage/indexeddb/legacy-constants.html: Removed.
18506 * storage/indexeddb/mozilla/clear-expected.txt:
18507 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
18508 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
18509 * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
18510 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
18511 * storage/indexeddb/mozilla/cursors-expected.txt:
18512 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
18513 * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
18514 * storage/indexeddb/mozilla/indexes-expected.txt:
18515 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
18516 * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
18517 * storage/indexeddb/mozilla/readyState-expected.txt:
18518 * storage/indexeddb/mozilla/resources/clear.js:
18520 * storage/indexeddb/mozilla/resources/create-index-unique.js:
18521 (createAndVerifyIndex):
18522 * storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
18524 * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js:
18525 (checkCursorResultsAndSetupMutatingCursor):
18526 * storage/indexeddb/mozilla/resources/cursor-mutation.js:
18527 (setupMutatingCursor):
18528 * storage/indexeddb/mozilla/resources/cursors.js:
18529 * storage/indexeddb/mozilla/resources/indexes.js:
18530 * storage/indexeddb/mozilla/resources/odd-result-order.js:
18533 * storage/indexeddb/mozilla/resources/readwrite-transactions.js:
18534 (setVersionComplete):
18543 * storage/indexeddb/mozilla/resources/readyState.js:
18546 (setupObjectStore):
18549 * storage/indexeddb/mozilla/resources/versionchange.js:
18552 * storage/indexeddb/mozilla/versionchange-expected.txt:
18553 * storage/indexeddb/mutating-cursor-expected.txt:
18554 * storage/indexeddb/noblobs-expected.txt:
18555 * storage/indexeddb/noblobs.html:
18556 * storage/indexeddb/objectstore-autoincrement-expected.txt:
18557 * storage/indexeddb/objectstore-basics-expected.txt:
18558 * storage/indexeddb/objectstore-basics-workers-expected.txt:
18559 * storage/indexeddb/objectstore-count-expected.txt:
18560 * storage/indexeddb/open-cursor-expected.txt:
18561 * storage/indexeddb/open-during-transaction-expected.txt:
18562 * storage/indexeddb/opencursor-key-expected.txt:
18563 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
18564 * storage/indexeddb/readonly-expected.txt:
18565 * storage/indexeddb/request-event-propagation-expected.txt:
18566 * storage/indexeddb/resources/basics.js:
18569 * storage/indexeddb/resources/constants.js:
18571 * storage/indexeddb/resources/create-object-store-options.js:
18572 (setVersionComplete):
18573 * storage/indexeddb/resources/cursor-added-bug.js:
18575 * storage/indexeddb/resources/cursor-advance.js:
18577 (testAdvanceIndexNoDupe):
18578 (testAdvanceIndexPrev):
18579 (testAdvanceIndexPrevNoDupe):
18580 * storage/indexeddb/resources/cursor-continue-validity.js:
18582 (continueIndexTest):
18583 (testModifyContinueOrder):
18584 * storage/indexeddb/resources/cursor-continue.js:
18587 * storage/indexeddb/resources/cursor-delete.js:
18590 * storage/indexeddb/resources/cursor-inconsistency.js:
18592 * storage/indexeddb/resources/cursor-index-delete.js:
18595 * storage/indexeddb/resources/cursor-key-order.js:
18596 * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
18598 (testFarRangeCursor_closed):
18599 (testFarRangeCursor_open):
18600 (testFarRangeCursor_indexClosed):
18601 (testFarRangeCursor_indexOpen):
18602 (testFarRangeCursor_indexKeyOpen):
18603 (testFarRangeCursor_indexKeyClosed):
18604 (testBoundaryCursor_closed):
18605 (testBoundaryCursor_open):
18606 (testBoundaryCursor_indexClosed):
18607 (testBoundaryCursor_indexOpen):
18608 (testBoundaryCursor_indexKeyClosed):
18609 (testBoundaryCursor_indexKeyOpen):
18610 (testNoDuplicate_closed):
18611 (testNoDuplicate_open):
18612 (testNoDuplicate_indexKeyClosed):
18613 * storage/indexeddb/resources/cursor-primary-key-order.js:
18615 * storage/indexeddb/resources/cursor-reverse-bug.js:
18618 * storage/indexeddb/resources/cursor-skip-deleted.js:
18620 (reverseCursorTest):
18621 * storage/indexeddb/resources/cursor-update.js:
18623 * storage/indexeddb/resources/data-corruption.js:
18626 * storage/indexeddb/resources/database-quota.js:
18627 (checkQuotaEnforcing):
18628 * storage/indexeddb/resources/delete-range.js:
18629 (runTests.nextTest):
18631 * storage/indexeddb/resources/error-causes-abort-by-default.js:
18633 (transactionCompleted):
18634 (transactionAborted1):
18635 * storage/indexeddb/resources/exception-in-event-aborts.js:
18637 (transactionAborted1):
18638 (transactionAborted2):
18639 * storage/indexeddb/resources/factory-deletedatabase.js:
18641 * storage/indexeddb/resources/index-count.js:
18642 * storage/indexeddb/resources/index-cursor.js:
18644 (testNullKeyRange):
18645 * storage/indexeddb/resources/index-multientry.js:
18646 * storage/indexeddb/resources/index-unique.js:
18647 (setVersionCompleted):
18648 * storage/indexeddb/resources/key-generator.js:
18650 * storage/indexeddb/resources/key-type-array.js:
18651 * storage/indexeddb/resources/keypath-edges.js:
18652 * storage/indexeddb/resources/keypath-intrinsic-properties.js:
18653 * storage/indexeddb/resources/legacy-constants.js: Removed.
18654 * storage/indexeddb/resources/mutating-cursor.js:
18655 (openForwardCursor):
18656 (openReverseCursor):
18657 * storage/indexeddb/resources/objectstore-autoincrement.js:
18658 (setVersionCompleted):
18659 * storage/indexeddb/resources/objectstore-basics.js:
18662 * storage/indexeddb/resources/objectstore-count.js:
18663 * storage/indexeddb/resources/objectstore-cursor.js:
18665 (testNullKeyRange):
18666 * storage/indexeddb/resources/open-cursor.js:
18667 (cursorWithKeySuccess):
18669 * storage/indexeddb/resources/open-during-transaction.js:
18670 * storage/indexeddb/resources/opencursor-key.js:
18671 * storage/indexeddb/resources/prefetch-bugfix-108071.js:
18672 * storage/indexeddb/resources/request-event-propagation.js:
18674 (transactionAborted):
18675 (transactionAborted2):
18676 * storage/indexeddb/resources/set_version_blocked.js:
18678 * storage/indexeddb/resources/transaction-abort.js:
18680 * storage/indexeddb/resources/transaction-after-close.js:
18681 (runFirstRegularTransaction):
18682 (firstTransactionComplete):
18684 * storage/indexeddb/resources/transaction-basics.js:
18686 * storage/indexeddb/resources/transaction-event-propagation.js:
18688 (dbAbortBubbleCallback):
18689 * storage/indexeddb/resources/transaction-rollback.js:
18690 (setVersionComplete):
18692 * storage/indexeddb/set_version_blocked-expected.txt:
18693 * storage/indexeddb/structured-clone-expected.txt:
18694 * storage/indexeddb/structured-clone.html:
18695 * storage/indexeddb/transaction-abort-expected.txt:
18696 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
18697 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
18698 * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt:
18699 * storage/indexeddb/transaction-abort-with-js-recursion.html:
18700 * storage/indexeddb/transaction-after-close-expected.txt:
18701 * storage/indexeddb/transaction-basics-expected.txt:
18702 * storage/indexeddb/transaction-event-propagation-expected.txt:
18703 * storage/indexeddb/transaction-rollback-expected.txt:
18704 * storage/indexeddb/tutorial.html:
18706 2012-05-03 Zhenyao Mo <zmo@google.com>
18708 Unreviewed, test expectations update.
18710 * platform/chromium/test_expectations.txt:
18712 2012-05-03 Alec Flett <alecflett@chromium.org>
18714 IndexedDB: Replace numeric constants with strings
18715 https://bugs.webkit.org/show_bug.cgi?id=84894
18717 Reviewed by Tony Chang.
18719 New test for legacy constants (legacy-constants) and update all
18720 other tests to use the new string-based constants.
18722 * storage/indexeddb/basics-expected.txt:
18723 * storage/indexeddb/basics-workers-expected.txt:
18724 * storage/indexeddb/constants-expected.txt:
18725 * storage/indexeddb/create-object-store-options-expected.txt:
18726 * storage/indexeddb/cursor-added-bug-expected.txt:
18727 * storage/indexeddb/cursor-advance-expected.txt:
18728 * storage/indexeddb/cursor-continue-expected.txt:
18729 * storage/indexeddb/cursor-continue-validity-expected.txt:
18730 * storage/indexeddb/cursor-delete-expected.txt:
18731 * storage/indexeddb/cursor-inconsistency-expected.txt:
18732 * storage/indexeddb/cursor-index-delete-expected.txt:
18733 * storage/indexeddb/cursor-key-order-expected.txt:
18734 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
18735 * storage/indexeddb/cursor-primary-key-order-expected.txt:
18736 * storage/indexeddb/cursor-reverse-bug-expected.txt:
18737 * storage/indexeddb/cursor-skip-deleted-expected.txt:
18738 * storage/indexeddb/cursor-update-expected.txt:
18739 * storage/indexeddb/data-corruption-expected.txt:
18740 * storage/indexeddb/database-quota-expected.txt:
18741 * storage/indexeddb/delete-range-expected.txt:
18742 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
18743 * storage/indexeddb/exception-in-event-aborts-expected.txt:
18744 * storage/indexeddb/factory-deletedatabase-expected.txt:
18745 * storage/indexeddb/index-count-expected.txt:
18746 * storage/indexeddb/index-multientry-expected.txt:
18747 * storage/indexeddb/index-unique-expected.txt:
18748 * storage/indexeddb/key-generator-expected.txt:
18749 * storage/indexeddb/key-type-array-expected.txt:
18750 * storage/indexeddb/keypath-edges-expected.txt:
18751 * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
18752 * storage/indexeddb/legacy-constants-expected.txt: Added.
18753 * storage/indexeddb/legacy-constants.html: Added.
18754 * storage/indexeddb/mozilla/clear-expected.txt:
18755 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
18756 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
18757 * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
18758 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
18759 * storage/indexeddb/mozilla/cursors-expected.txt:
18760 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
18761 * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
18762 * storage/indexeddb/mozilla/indexes-expected.txt:
18763 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
18764 * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
18765 * storage/indexeddb/mozilla/readyState-expected.txt:
18766 * storage/indexeddb/mozilla/resources/clear.js:
18768 * storage/indexeddb/mozilla/resources/create-index-unique.js:
18769 (createAndVerifyIndex):
18770 * storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
18772 * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js:
18773 (checkCursorResultsAndSetupMutatingCursor):
18774 * storage/indexeddb/mozilla/resources/cursor-mutation.js:
18775 (setupMutatingCursor):
18776 * storage/indexeddb/mozilla/resources/cursors.js:
18777 * storage/indexeddb/mozilla/resources/indexes.js:
18778 * storage/indexeddb/mozilla/resources/odd-result-order.js:
18781 * storage/indexeddb/mozilla/resources/readwrite-transactions.js:
18782 (setVersionComplete):
18791 * storage/indexeddb/mozilla/resources/readyState.js:
18794 (setupObjectStore):
18797 * storage/indexeddb/mozilla/resources/versionchange.js:
18800 * storage/indexeddb/mozilla/versionchange-expected.txt:
18801 * storage/indexeddb/mutating-cursor-expected.txt:
18802 * storage/indexeddb/noblobs-expected.txt:
18803 * storage/indexeddb/noblobs.html:
18804 * storage/indexeddb/objectstore-autoincrement-expected.txt:
18805 * storage/indexeddb/objectstore-basics-expected.txt:
18806 * storage/indexeddb/objectstore-basics-workers-expected.txt:
18807 * storage/indexeddb/objectstore-count-expected.txt:
18808 * storage/indexeddb/open-cursor-expected.txt:
18809 * storage/indexeddb/open-during-transaction-expected.txt:
18810 * storage/indexeddb/opencursor-key-expected.txt:
18811 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
18812 * storage/indexeddb/readonly-expected.txt:
18813 * storage/indexeddb/request-event-propagation-expected.txt:
18814 * storage/indexeddb/resources/basics.js:
18817 * storage/indexeddb/resources/constants.js:
18819 * storage/indexeddb/resources/create-object-store-options.js:
18820 (setVersionComplete):
18821 * storage/indexeddb/resources/cursor-added-bug.js:
18823 * storage/indexeddb/resources/cursor-advance.js:
18825 (testAdvanceIndexNoDupe):
18826 (testAdvanceIndexPrev):
18827 (testAdvanceIndexPrevNoDupe):
18828 * storage/indexeddb/resources/cursor-continue-validity.js:
18830 (continueIndexTest):
18831 (testModifyContinueOrder):
18832 * storage/indexeddb/resources/cursor-continue.js:
18835 * storage/indexeddb/resources/cursor-delete.js:
18838 * storage/indexeddb/resources/cursor-inconsistency.js:
18840 * storage/indexeddb/resources/cursor-index-delete.js:
18843 * storage/indexeddb/resources/cursor-key-order.js:
18844 * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
18846 (testFarRangeCursor_closed):
18847 (testFarRangeCursor_open):
18848 (testFarRangeCursor_indexClosed):
18849 (testFarRangeCursor_indexOpen):
18850 (testFarRangeCursor_indexKeyOpen):
18851 (testFarRangeCursor_indexKeyClosed):
18852 (testBoundaryCursor_closed):
18853 (testBoundaryCursor_open):
18854 (testBoundaryCursor_indexClosed):
18855 (testBoundaryCursor_indexOpen):
18856 (testBoundaryCursor_indexKeyClosed):
18857 (testBoundaryCursor_indexKeyOpen):
18858 (testNoDuplicate_closed):
18859 (testNoDuplicate_open):
18860 (testNoDuplicate_indexKeyClosed):
18861 * storage/indexeddb/resources/cursor-primary-key-order.js:
18863 * storage/indexeddb/resources/cursor-reverse-bug.js:
18866 * storage/indexeddb/resources/cursor-skip-deleted.js:
18868 (reverseCursorTest):
18869 * storage/indexeddb/resources/cursor-update.js:
18871 * storage/indexeddb/resources/data-corruption.js:
18874 * storage/indexeddb/resources/database-quota.js:
18875 (checkQuotaEnforcing):
18876 * storage/indexeddb/resources/delete-range.js:
18877 (runTests.nextTest):
18879 * storage/indexeddb/resources/error-causes-abort-by-default.js:
18881 (transactionCompleted):
18882 (transactionAborted1):
18883 * storage/indexeddb/resources/exception-in-event-aborts.js:
18885 (transactionAborted1):
18886 (transactionAborted2):
18887 * storage/indexeddb/resources/factory-deletedatabase.js:
18889 * storage/indexeddb/resources/index-count.js:
18890 * storage/indexeddb/resources/index-cursor.js:
18892 (testNullKeyRange):
18893 * storage/indexeddb/resources/index-multientry.js:
18894 * storage/indexeddb/resources/index-unique.js:
18895 (setVersionCompleted):
18896 * storage/indexeddb/resources/key-generator.js:
18898 * storage/indexeddb/resources/key-type-array.js:
18899 * storage/indexeddb/resources/keypath-edges.js:
18900 * storage/indexeddb/resources/keypath-intrinsic-properties.js:
18901 * storage/indexeddb/resources/legacy-constants.js: Added.
18903 (prepareDatabase.openreq.onsuccess.verreq.onsuccess):
18904 (prepareDatabase.openreq.onsuccess):
18907 (checkNext.request.onsuccess):
18909 (checkNextNoDuplicate.request.onsuccess):
18910 (checkNextNoDuplicate):
18911 (checkPrev.request.onsuccess):
18913 (checkPrevNoDuplicate.request.onsuccess):
18914 (checkPrevNoDuplicate):
18915 * storage/indexeddb/resources/mutating-cursor.js:
18916 (openForwardCursor):
18917 (openReverseCursor):
18918 * storage/indexeddb/resources/objectstore-autoincrement.js:
18919 (setVersionCompleted):
18920 * storage/indexeddb/resources/objectstore-basics.js:
18923 * storage/indexeddb/resources/objectstore-count.js:
18924 * storage/indexeddb/resources/objectstore-cursor.js:
18926 (testNullKeyRange):
18927 * storage/indexeddb/resources/open-cursor.js:
18928 (cursorWithKeySuccess):
18930 * storage/indexeddb/resources/open-during-transaction.js:
18931 * storage/indexeddb/resources/opencursor-key.js:
18932 * storage/indexeddb/resources/prefetch-bugfix-108071.js:
18933 * storage/indexeddb/resources/request-event-propagation.js:
18935 (transactionAborted):
18936 (transactionAborted2):
18937 * storage/indexeddb/resources/set_version_blocked.js:
18939 * storage/indexeddb/resources/transaction-abort.js:
18941 * storage/indexeddb/resources/transaction-after-close.js:
18942 (runFirstRegularTransaction):
18943 (firstTransactionComplete):
18945 * storage/indexeddb/resources/transaction-basics.js:
18947 * storage/indexeddb/resources/transaction-event-propagation.js:
18949 (dbAbortBubbleCallback):
18950 * storage/indexeddb/resources/transaction-rollback.js:
18951 (setVersionComplete):
18953 * storage/indexeddb/set_version_blocked-expected.txt:
18954 * storage/indexeddb/structured-clone-expected.txt:
18955 * storage/indexeddb/structured-clone.html:
18956 * storage/indexeddb/transaction-abort-expected.txt:
18957 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
18958 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
18959 * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt:
18960 * storage/indexeddb/transaction-abort-with-js-recursion.html:
18961 * storage/indexeddb/transaction-after-close-expected.txt:
18962 * storage/indexeddb/transaction-basics-expected.txt:
18963 * storage/indexeddb/transaction-event-propagation-expected.txt:
18964 * storage/indexeddb/transaction-rollback-expected.txt:
18965 * storage/indexeddb/tutorial.html:
18967 2012-05-03 Sam Weinig <sam@webkit.org>
18969 Add an eventPhase NONE constant
18970 https://bugs.webkit.org/show_bug.cgi?id=85397
18972 Reviewed by Anders Carlsson.
18974 * fast/dom/constants-expected.txt:
18975 * fast/dom/constants.html:
18976 Test the value of the constant.
18978 * fast/events/event-trace-expected.txt:
18979 * fast/events/event-trace.html:
18980 Ensure that the eventPhase is NONE when first initialized.
18982 2012-05-03 Tony Chang <tony@chromium.org>
18984 Height overflow when nesting multiple new Flexbox'es.
18985 https://bugs.webkit.org/show_bug.cgi?id=83572
18987 Reviewed by Ojan Vafai.
18989 * css3/flexbox/nested-stretch-expected.txt: Added.
18990 * css3/flexbox/nested-stretch.html: Added.
18992 2012-05-03 Tom Zakrajsek <tomz@codeaurora.org>
18994 Unreviewed gardening
18996 * platform/chromium/test_expectations.txt:
18997 * platform/efl/test_expectations.txt:
18998 * platform/gtk/test_expectations.txt:
18999 * platform/mac/test_expectations.txt:
19000 * platform/qt/test_expectations.txt:
19002 2012-05-03 Zhenyao Mo <zmo@google.com>
19004 Unreviewed, rebaseline.
19006 * platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Added.
19007 * platform/chromium-win-xp/fast/css/zoom-body-scroll-expected.txt: Added.
19008 * platform/chromium-win/fast/css/zoom-body-scroll-expected.txt:
19010 2012-05-03 Levi Weintraub <leviw@chromium.org>
19012 Updating expectations after r116009.
19014 * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Removed.
19015 * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.png: Added.
19016 * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.txt: Added.
19017 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
19018 * platform/chromium/fast/block/float/overhanging-tall-block-expected.png: Removed.
19019 * platform/chromium/fast/block/float/overhanging-tall-block-expected.txt: Removed.
19021 2012-05-03 Philip Rogers <pdr@google.com>
19023 Fix numeric precision issue in SVG animations
19024 https://bugs.webkit.org/show_bug.cgi?id=85502
19026 Reviewed by Dirk Schulze.
19028 * svg/animations/animate-end-attribute-numeric-precision-expected.txt: Added.
19029 * svg/animations/animate-end-attribute-numeric-precision.html: Added.
19030 * svg/animations/script-tests/animate-end-attribute-numeric-precision.js: Added.
19035 2012-05-03 Zhenyao Mo <zmo@google.com>
19037 Unreviewed, rebaseline.
19039 * platform/chromium-mac-leopard/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19040 * platform/chromium-mac-snowleopard/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19041 * platform/chromium-mac/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19042 * platform/chromium-win-vista/svg/as-image: Added.
19043 * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19044 * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
19045 * platform/chromium-win-xp/svg/as-image: Added.
19046 * platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19047 * platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
19048 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19049 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
19051 2012-05-03 Emil A Eklund <eae@chromium.org>
19053 Unreviewed test expectations update for zoom event test due to slight change in rounding in hit testing code post the switch to FractionalLayoutUnits.
19055 * fast/events/zoom-dblclick-expected.txt:
19056 * fast/events/zoom-dblclick.html:
19058 2012-05-03 Dave Tharp <dtharp@codeaurora.org>
19060 Integrate IETC CSS : flexbox tests
19061 https://bugs.webkit.org/show_bug.cgi?id=85210
19063 Reviewed by Adam Barth.
19065 Added 24 IETC Flexbox tests and reference tests. Three of these fail and have
19066 new bugs written against them. Failing tests added to test_expectations.txt
19067 for the various ports.
19069 * ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected.htm: Added.
19070 * ietestcenter/css3/flexbox/flexbox-align-baseline-001.htm: Added.
19071 * ietestcenter/css3/flexbox/flexbox-align-center-001-expected.htm: Added.
19072 * ietestcenter/css3/flexbox/flexbox-align-center-001.htm: Added.
19073 * ietestcenter/css3/flexbox/flexbox-align-center-002-expected.htm: Added.
19074 * ietestcenter/css3/flexbox/flexbox-align-center-002.htm: Added.
19075 * ietestcenter/css3/flexbox/flexbox-align-end-001-expected.htm: Added.
19076 * ietestcenter/css3/flexbox/flexbox-align-end-001.htm: Added.
19077 * ietestcenter/css3/flexbox/flexbox-align-start-001-expected.htm: Added.
19078 * ietestcenter/css3/flexbox/flexbox-align-start-001.htm: Added.
19079 * ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm: Added.
19080 * ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm: Added.
19081 * ietestcenter/css3/flexbox/flexbox-direction-001-expected.htm: Added.
19082 * ietestcenter/css3/flexbox/flexbox-direction-001.htm: Added.
19083 * ietestcenter/css3/flexbox/flexbox-flex-001-expected.htm: Added.
19084 * ietestcenter/css3/flexbox/flexbox-flex-001.htm: Added.
19085 * ietestcenter/css3/flexbox/flexbox-flex-002-expected.htm: Added.
19086 * ietestcenter/css3/flexbox/flexbox-flex-002.htm: Added.
19087 * ietestcenter/css3/flexbox/flexbox-flex-003-expected.htm: Added.
19088 * ietestcenter/css3/flexbox/flexbox-flex-003.htm: Added.
19089 * ietestcenter/css3/flexbox/flexbox-flex-004-expected.htm: Added.
19090 * ietestcenter/css3/flexbox/flexbox-flex-004.htm: Added.
19091 * ietestcenter/css3/flexbox/flexbox-flex-005-expected.htm: Added.
19092 * ietestcenter/css3/flexbox/flexbox-flex-005.htm: Added.
19093 * ietestcenter/css3/flexbox/flexbox-groups-001-expected.htm: Added.
19094 * ietestcenter/css3/flexbox/flexbox-groups-001.htm: Added.
19095 * ietestcenter/css3/flexbox/flexbox-groups-002-expected.htm: Added.
19096 * ietestcenter/css3/flexbox/flexbox-groups-002.htm: Added.
19097 * ietestcenter/css3/flexbox/flexbox-groups-003-expected.htm: Added.
19098 * ietestcenter/css3/flexbox/flexbox-groups-003.htm: Added.
19099 * ietestcenter/css3/flexbox/flexbox-groups-004-expected.htm: Added.
19100 * ietestcenter/css3/flexbox/flexbox-groups-004.htm: Added.
19101 * ietestcenter/css3/flexbox/flexbox-layout-001-expected.htm: Added.
19102 * ietestcenter/css3/flexbox/flexbox-layout-001.htm: Added.
19103 * ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm: Added.
19104 * ietestcenter/css3/flexbox/flexbox-layout-002.htm: Added.
19105 * ietestcenter/css3/flexbox/flexbox-layout-003-expected.htm: Added.
19106 * ietestcenter/css3/flexbox/flexbox-layout-003.htm: Added.
19107 * ietestcenter/css3/flexbox/flexbox-ordinal-group-001-expected.htm: Added.
19108 * ietestcenter/css3/flexbox/flexbox-ordinal-group-001.htm: Added.
19109 * ietestcenter/css3/flexbox/flexbox-pack-center-001-expected.htm: Added.
19110 * ietestcenter/css3/flexbox/flexbox-pack-center-001.htm: Added.
19111 * ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.htm: Added.
19112 * ietestcenter/css3/flexbox/flexbox-pack-end-001.htm: Added.
19113 * ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.htm: Added.
19114 * ietestcenter/css3/flexbox/flexbox-pack-justify-001.htm: Added.
19115 * ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.htm: Added.
19116 * ietestcenter/css3/flexbox/flexbox-pack-start-001.htm: Added.
19117 * platform/chromium/test_expectations.txt:
19118 * platform/efl/test_expectations.txt:
19119 * platform/gtk/test_expectations.txt:
19120 * platform/mac/test_expectations.txt:
19121 * platform/qt/test_expectations.txt:
19123 2012-05-03 Emil A Eklund <eae@chromium.org>
19125 Unreviewed chromium test expectations update, mark a column test as failing due to overflow.
19127 * platform/chromium/test_expectations.txt:
19129 2012-05-03 Emil A Eklund <eae@chromium.org>
19131 Unreviewed test expectations change for chromium, skip subpixel tests until SUBPIXEL_LAYOUT is enabled.
19133 * platform/chromium/test_expectations.txt:
19135 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org>
19137 [EFL] Unreviewed gardening.
19139 * platform/efl/fast/html/details-position-expected.txt: Added.
19140 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
19141 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
19143 2012-04-23 Levi Weintraub <leviw@chromium.org>
19145 [meta] Switch away from integers representing pixels for layout/event handling/rendering
19146 https://bugs.webkit.org/show_bug.cgi?id=60318
19148 Reviewed by Eric Seidel.
19150 * fast/sub-pixel: Added.
19151 * fast/sub-pixel/client-width-height-snapping-expected.txt: Added.
19152 * fast/sub-pixel/client-width-height-snapping.html: Added.
19153 * fast/sub-pixel/size-of-box-with-zoom-expected.html: Added.
19154 * fast/sub-pixel/size-of-box-with-zoom.html: Added.
19155 * fast/sub-pixel/layout-boxes-with-zoom-expected.html: Added.
19156 * fast/sub-pixel/layout-boxes-with-zoom.html: Added.
19159 2012-05-03 Levi Weintraub <leviw@chromium.org>
19161 [meta] Switch away from integers representing pixels for layout/event handling/rendering
19162 https://bugs.webkit.org/show_bug.cgi?id=60318
19164 Reviewed by Eric Seidel.
19166 * fast/sub-pixel: Added.
19167 * fast/sub-pixel/client-width-height-snapping-expected.txt: Added.
19168 * fast/sub-pixel/client-width-height-snapping.html: Added.
19169 * fast/sub-pixel/layout-boxes-with-zoom-expected.html: Added.
19170 * fast/sub-pixel/layout-boxes-with-zoom.html: Added.
19171 * fast/sub-pixel/size-of-box-with-zoom-expected.html: Added.
19172 * fast/sub-pixel/size-of-box-with-zoom.html: Added.
19173 * platform/efl/Skipped: Skipping sub-pixel tests until platforms enabled the
19174 SUBPIXEL_LAYOUT feature flag.
19175 * platform/gtk-wk2/Skipped: Ditto.
19176 * platform/mac-lion/Skipped: Ditto.
19177 * platform/mac-snowleopard/Skipped: Ditto.
19178 * platform/mac-wk2/Skipped: Ditto.
19179 * platform/mac/Skipped: Ditto.
19180 * platform/qt-4.8/Skipped: Ditto.
19181 * platform/qt-5.0-wk1/Skipped: Ditto.
19182 * platform/qt-5.0-wk2/Skipped: Ditto.
19183 * platform/qt-5.0/Skipped: Ditto.
19184 * platform/qt-arm/Skipped: Ditto.
19185 * platform/qt-mac/Skipped: Ditto.
19186 * platform/qt/Skipped: Ditto.
19187 * platform/win-wk2/Skipped: Ditto.
19188 * platform/win-xp/Skipped: Ditto.
19189 * platform/win/Skipped: Ditto.
19190 * platform/wincairo/Skipped: Ditto.
19191 * platform/wk2/Skipped: Ditto.
19194 2012-05-03 Raphael Kubo da Costa <rakuco@webkit.org>
19196 [EFL] Unreviewed, remove expectation which was failing.
19198 The current result matches the base expectation, so remove the
19201 * platform/efl/fast/css/zoom-body-scroll-expected.txt: Removed.
19203 2012-05-03 Zhenyao Mo <zmo@google.com>
19205 Unreviewed, rebaseline.
19207 * platform/chromium-mac/compositing/geometry/foreground-layer-expected.txt: Removed.
19208 * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
19209 * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt:
19210 * platform/chromium-win/compositing/geometry/foreground-layer-expected.txt: Removed.
19211 * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
19212 * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt:
19213 * platform/chromium/compositing/geometry/foreground-layer-expected.txt: Replaced.
19214 * platform/chromium/compositing/iframes/invisible-nested-iframe-show-expected.txt: Removed.
19216 2012-05-03 Filip Pizlo <fpizlo@apple.com>
19218 Unreviewed, unskipping fixed test.
19220 * platform/mac/Skipped:
19222 2012-05-03 Tim Horton <timothy_horton@apple.com>
19224 REGRESSION(99539): SVG <img> disregards page scale and device scale
19225 https://bugs.webkit.org/show_bug.cgi?id=77237
19226 <rdar://problem/10767413>
19228 Reviewed by Simon Fraser.
19230 Add tests ensuring that SVG used via <img> respects deviceScaleFactor and pageScaleFactor.
19232 * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
19233 * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19234 * platform/chromium/test_expectations.txt:
19235 * platform/qt/Skipped:
19236 * platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.png: Added.
19237 * platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Added.
19238 * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
19239 * platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added.
19240 * platform/efl/Skipped:
19241 * svg/as-image/image-respects-deviceScaleFactor.html: Added.
19242 * svg/as-image/image-respects-pageScaleFactor.html: Added.
19244 2012-05-03 Joshua Bell <jsbell@chromium.org>
19246 IndexedDB: Handle generated keys up to 2^53
19247 https://bugs.webkit.org/show_bug.cgi?id=85114
19249 Reviewed by Tony Chang.
19251 * storage/indexeddb/key-generator-expected.txt:
19252 * storage/indexeddb/resources/key-generator.js:
19255 2012-05-03 Filip Pizlo <fpizlo@apple.com>
19257 Unreviewed. skip failing test.
19259 https://bugs.webkit.org/show_bug.cgi?id=85529
19261 * platform/mac/Skipped:
19263 2012-05-03 Filip Pizlo <fpizlo@apple.com>
19265 Unreviewed, skipping flaky tests.
19267 https://bugs.webkit.org/show_bug.cgi?id=85522
19268 https://bugs.webkit.org/show_bug.cgi?id=85523
19269 https://bugs.webkit.org/show_bug.cgi?id=85524
19270 https://bugs.webkit.org/show_bug.cgi?id=85525
19272 * platform/mac/Skipped:
19274 2012-05-03 Dan Bernstein <mitz@apple.com>
19276 Removed dumpAsText() from this ref test, since that apparently confuses the test tool.
19278 * fast/writing-mode/flipped-blocks-inline-map-local-to-container.html:
19280 2012-05-03 Andreas Kling <kling@webkit.org>
19282 REGRESSION(r111387): CSSOM representation of 'background-image' values should be CSSPrimitiveValue.
19283 <http://webkit.org/b/85500>
19285 Reviewed by Antti Koivisto.
19287 Update fast/css/image-value-type.html to reflect that CSSImageValue are now exposed
19288 as primitive values in the CSSOM.
19290 * fast/css/image-value-type-expected.txt:
19291 * fast/css/image-value-type.html:
19293 2012-05-03 Keishi Hattori <keishi@webkit.org>
19295 Crash in HTMLFormControlElement::m_fieldSetAncestor
19296 https://bugs.webkit.org/show_bug.cgi?id=85453
19298 Reviewed by Kent Tamura.
19300 * fast/forms/datalist/datalist-child-validation-expected.txt:
19301 * fast/forms/datalist/datalist-child-validation.html: Added tests that check the validation status of removed node.
19302 * fast/forms/form-control-element-crash-expected.txt:
19303 * fast/forms/form-control-element-crash.html: Replaced with a better, easier to understand test case from the cluster-fuzz.
19305 2012-05-03 Simon Fraser <simon.fraser@apple.com>
19307 Keep overlap testing for compositing on pages with 3d transforms when possible
19308 https://bugs.webkit.org/show_bug.cgi?id=62487
19310 Reviewed by Antti Koivisto.
19312 Two new tests that check for layer creation outside of an overflow:hidden
19315 Updated results for other tests whose results are affected by the
19316 'compositingConsultsOverlap' flag; their layers are now constrained to
19319 * compositing/geometry/ancestor-overflow-change-expected.txt:
19320 * compositing/geometry/foreground-layer-expected.txt:
19321 * compositing/iframes/invisible-nested-iframe-show-expected.txt:
19322 * compositing/layer-creation/overlap-animation-expected.txt: Added.
19323 * compositing/layer-creation/overlap-animation.html: Added.
19324 * compositing/layer-creation/overlap-transforms-expected.txt: Added.
19325 * compositing/layer-creation/overlap-transforms.html: Added.
19327 2012-05-03 Thiago Marcos P. Santos <thiago.santos@intel.com>
19329 [EFL] CSS tests needs gardening
19330 https://bugs.webkit.org/show_bug.cgi?id=85499
19332 Unreviewed gardening.
19334 Moved CSS tests from Skipped to test_expectations.txt and made the
19335 reference to the appropriated bug. Also updated missing/wrong
19338 * platform/efl/Skipped:
19339 * platform/efl/css1/basic/class_as_selector-expected.png:
19340 * platform/efl/css1/basic/comments-expected.png:
19341 * platform/efl/css1/basic/containment-expected.png:
19342 * platform/efl/css1/box_properties/acid_test-expected.png:
19343 * platform/efl/css1/box_properties/border-expected.png:
19344 * platform/efl/css1/cascade/cascade_order-expected.png:
19345 * platform/efl/css1/cascade/important-expected.png:
19346 * platform/efl/css1/classification/display-expected.png:
19347 * platform/efl/css1/classification/list_style-expected.png:
19348 * platform/efl/css1/color_and_background/background-expected.png:
19349 * platform/efl/css1/color_and_background/background_attachment-expected.png:
19350 * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
19351 * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
19352 * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
19353 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png: Added.
19354 * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt: Added.
19355 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png: Added.
19356 * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt: Added.
19357 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png: Added.
19358 * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt: Added.
19359 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png: Added.
19360 * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt: Added.
19361 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png: Added.
19362 * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt: Added.
19363 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png: Added.
19364 * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt: Added.
19365 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png: Added.
19366 * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt: Added.
19367 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png: Added.
19368 * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt: Added.
19369 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png: Added.
19370 * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt: Added.
19371 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png: Added.
19372 * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt: Added.
19373 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
19374 * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Added.
19375 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
19376 * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt: Added.
19377 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
19378 * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt: Added.
19379 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
19380 * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt: Added.
19381 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
19382 * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt: Added.
19383 * platform/efl/css2.1/20110323/empty-inline-001-expected.png: Added.
19384 * platform/efl/css2.1/20110323/empty-inline-001-expected.txt: Added.
19385 * platform/efl/css2.1/20110323/empty-inline-002-expected.png: Added.
19386 * platform/efl/css2.1/20110323/empty-inline-002-expected.txt: Added.
19387 * platform/efl/css2.1/20110323/empty-inline-003-expected.png: Added.
19388 * platform/efl/css2.1/20110323/empty-inline-003-expected.txt: Added.
19389 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
19390 * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
19391 * platform/efl/css2.1/20110323/table-caption-001-expected.png: Added.
19392 * platform/efl/css2.1/20110323/table-caption-001-expected.txt: Added.
19393 * platform/efl/css2.1/20110323/table-caption-002-expected.png: Added.
19394 * platform/efl/css2.1/20110323/table-caption-002-expected.txt: Added.
19395 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
19396 * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Added.
19397 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png: Added.
19398 * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt: Added.
19399 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png: Added.
19400 * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt: Added.
19401 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png: Added.
19402 * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt: Added.
19403 * platform/efl/css3/images/cross-fade-background-size-expected.txt: Added.
19404 * platform/efl/css3/images/cross-fade-blending-expected.png: Added.
19405 * platform/efl/css3/images/cross-fade-blending-expected.txt: Added.
19406 * platform/efl/css3/images/cross-fade-invalidation-expected.png: Added.
19407 * platform/efl/css3/images/cross-fade-invalidation-expected.txt: Added.
19408 * platform/efl/css3/images/cross-fade-simple-expected.png: Added.
19409 * platform/efl/css3/images/cross-fade-simple-expected.txt: Added.
19410 * platform/efl/css3/images/cross-fade-sizing-expected.png: Added.
19411 * platform/efl/css3/images/cross-fade-sizing-expected.txt: Added.
19412 * platform/efl/css3/images/cross-fade-tiled-expected.png: Added.
19413 * platform/efl/css3/images/cross-fade-tiled-expected.txt: Added.
19414 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Added.
19415 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added.
19416 * platform/efl/fast/css/child-style-can-override-visited-style-expected.png: Added.
19417 * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt: Added.
19418 * platform/efl/fast/css/clip-text-in-scaled-div-expected.png: Added.
19419 * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt: Added.
19420 * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Added.
19421 * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Added.
19422 * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Added.
19423 * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Added.
19424 * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Added.
19425 * platform/efl/fast/css/invalidation-errors-2-expected.txt:
19426 * platform/efl/fast/css/invalidation-errors-expected.txt:
19427 * platform/efl/fast/css/shadow-multiple-expected.png:
19428 * platform/efl/fast/css/text-overflow-input-expected.png: Added.
19429 * platform/efl/fast/css/text-overflow-input-expected.txt: Added.
19430 * platform/efl/fast/css/text-rendering-expected.png: Removed.
19431 * platform/efl/fast/css/text-rendering-expected.txt: Added.
19432 * platform/efl/svg/css/composite-shadow-example-expected.txt: Removed.
19433 * platform/efl/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
19434 * platform/efl/svg/css/group-with-shadow-expected.png: Added.
19435 * platform/efl/svg/css/stars-with-shadow-expected.png: Added.
19436 * platform/efl/test_expectations.txt:
19437 * platform/efl/transforms/svg-vs-css-expected.png:
19438 * platform/efl/transforms/svg-vs-css-expected.txt:
19440 2012-05-03 Zhenyao Mo <zmo@google.com>
19442 Unreviewed, rebaseline
19444 * platform/chromium-linux-x86/fast/js/dfg-double-vote-fuzz-expected.txt: Added.
19446 2012-05-03 Dan Bernstein <mitz@apple.com>
19448 highlight for Ruby text is mispositioned in the Web Inspector
19449 https://bugs.webkit.org/show_bug.cgi?id=82684
19451 Reviewed by Simon Fraser.
19453 * fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html: Added.
19454 * fast/writing-mode/flipped-blocks-inline-map-local-to-container.html: Added.
19456 2012-05-03 Andrey Kosyakov <caseq@chromium.org>
19458 Unreviewed, adjusted platform specifiers for fast/js/dfg-double-vote-fuzz.html
19460 * platform/chromium/test_expectations.txt:
19462 2012-05-03 Andrey Kosyakov <caseq@chromium.org>
19464 Unreviewed gardening. Narrowed down platform specifiers for some tests, removed some entries.
19466 * platform/chromium/test_expectations.txt:
19468 2012-05-03 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
19470 Remove extra checks for empty string when parsing CSS value
19471 https://bugs.webkit.org/show_bug.cgi?id=85480
19473 Reviewed by Alexis Menard.
19475 * fast/html/font-face-empty-should-not-crash-expected.txt: Added.
19476 * fast/html/font-face-empty-should-not-crash.html: Added.
19478 2012-05-03 Arpita Bahuguna <arpitabahuguna@gmail.com>
19480 Broken handling of pseudo-elements in selectors API
19481 https://bugs.webkit.org/show_bug.cgi?id=83446
19483 Reviewed by Antti Koivisto.
19485 * fast/dom/Window/querySelectorAll-with-pseudo-elements-expected.txt: Added.
19486 * fast/dom/Window/querySelectorAll-with-pseudo-elements.html: Added.
19487 New layout testcase added for verifying that the querySelectorAll() API returns zero
19488 when querying for pseudo-elements selectors; as per the specification.
19490 2012-05-03 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
19492 [EFL] [DRT] Update EFL baselines after r115846
19493 https://bugs.webkit.org/show_bug.cgi?id=85474
19495 Unreviewed, EFL rebaseline after changes in r115846.
19497 * platform/efl/fast/block/float/032-expected.txt:
19498 * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
19499 * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
19500 * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt:
19501 * platform/efl/fast/block/margin-collapse/103-expected.txt:
19502 * platform/efl/fast/clip/008-expected.txt:
19503 * platform/efl/fast/clip/011-expected.txt:
19504 * platform/efl/fast/clip/012-expected.txt:
19505 * platform/efl/fast/html/details-no-summary4-expected.txt:
19506 * platform/efl/fast/html/details-open-javascript-expected.txt:
19507 * platform/efl/fast/html/details-open2-expected.txt:
19508 * platform/efl/fast/html/details-open4-expected.txt:
19509 * platform/efl/fast/replaced/replaced-breaking-expected.txt:
19510 * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
19511 * platform/efl/fast/table/003-expected.txt:
19512 * platform/efl/fast/table/overflowHidden-expected.txt:
19513 * platform/efl/fast/table/text-field-baseline-expected.txt:
19514 * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
19515 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
19516 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
19518 2012-05-03 Mihnea Ovidenie <mihnea@adobe.com>
19520 [CSSRegions]Correct fast/regions/region-style-inline-background-color.html
19521 https://bugs.webkit.org/show_bug.cgi?id=85470
19523 Reviewed by Andreas Kling.
19525 Fix a typo in the original test and update the expectations.
19526 The purpose of this test is to verify that region styling is NOT enabled for inline elements. The test was passing
19527 because region styling rule was not applied due to incorrect region selector.
19529 The corrected test makes sure that region styling rule has the right region selector and can be applied to the first region in the test file.
19531 * fast/regions/region-style-inline-background-color.html:
19532 * platform/chromium-win/fast/regions/region-style-inline-background-color-expected.txt:
19533 * platform/mac/fast/regions/region-style-inline-background-color-expected.txt:
19535 2012-04-30 Pavel Feldman <pfeldman@chromium.org>
19537 Web Inspector: migrate breakpoint manager to live locations.
19538 https://bugs.webkit.org/show_bug.cgi?id=85136
19540 Reviewed by Yury Semikhatsky.
19542 * http/tests/inspector/debugger-test.js:
19543 (initialize_DebuggerTest):
19544 * inspector/debugger/breakpoint-manager-expected.txt:
19545 * inspector/debugger/breakpoint-manager.html:
19546 * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
19547 * inspector/debugger/scripts-panel.html:
19548 * inspector/debugger/source-frame-expected.txt:
19549 * inspector/debugger/source-frame.html:
19550 * platform/chromium/inspector/debugger/breakpoint-manager-expected.txt: Removed.
19552 2012-05-03 Uday Kiran <udaykiran@motorola.com>
19554 CSS clip: auto clips to box borders instead of removing clipping
19555 https://bugs.webkit.org/show_bug.cgi?id=36772
19557 Reviewed by Andreas Kling.
19559 CSS 2.1 test case added for clip:auto
19561 * css2.1/20110323/clip-001-expected.html: Added.
19562 * css2.1/20110323/clip-001.html: Added.
19563 * fast/css/getPropertyValue-clip.html: getPropertyValue for clip when auto is specified should return auto and not rect(0px 0px 0px 0px).
19565 2012-05-03 Nikolas Zimmermann <nzimmermann@rim.com>
19567 Fix multiple begin values support - especially with seeking through setCurrentTime
19568 https://bugs.webkit.org/show_bug.cgi?id=85372
19570 Reviewed by Zoltan Herczeg.
19572 * svg/animations/multiple-begin-additive-animation-expected.txt: Added.
19573 * svg/animations/multiple-begin-additive-animation.html: Added.
19574 * svg/animations/multiple-begin-animation-discrete-expected.svg: Added.
19575 * svg/animations/multiple-begin-animation-discrete.svg: Added.
19576 * svg/animations/multiple-begin-animation-expected.svg: Added.
19577 * svg/animations/multiple-begin-animation.svg: Added.
19578 * svg/animations/resources/multiple-begin-additive-animation.svg: Added.
19579 * svg/animations/script-tests/multiple-begin-additive-animation.js: Added.
19596 2012-05-03 Dongwoo Im <dw.im@samsung.com>
19598 [EFL][DRT] Implement the LayoutTestController's methods related to the Page Visibility API.
19599 https://bugs.webkit.org/show_bug.cgi?id=85347
19601 Reviewed by Nikolas Zimmermann.
19603 * platformrm/efl/Skipped: Remove one test case of the Page Visibility API.
19605 2012-05-02 Tom Zakrajsek <tomz@codeaurora.org>
19607 Need tests for PerfTestRunner.computeStatistics
19608 https://bugs.webkit.org/show_bug.cgi?id=85410
19610 Reviewed by Ryosuke Niwa.
19612 * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Added.
19613 * fast/harness/perftests/perf-runner-compute-statistics.html: Added.
19614 * platform/chromium/test_expectations.txt:
19616 2012-05-02 Csaba Osztrogonác <ossy@webkit.org>
19618 [Qt] Unreviewed morning gardening.
19620 * platform/qt-5.0/Skipped:
19621 * platform/qt-5.0/fast/forms/search-rtl-expected.png: Added.
19622 * platform/qt-5.0/fast/forms/search-rtl-expected.txt:
19623 * platform/qt/Skipped:
19625 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
19627 Unreviewed gardening. Adjusted expectations for slow tests.
19629 * platform/chromium/test_expectations.txt:
19631 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
19633 Unreviewed. Removed entry for fast/dom/prototype-inheritance-2.html to keep lint happy.
19635 * platform/chromium/test_expectations.txt:
19637 2012-05-02 Erik Arvidsson <arv@chromium.org>
19639 Remove window-properties.html and other iterate over all possible properties tests
19640 https://bugs.webkit.org/show_bug.cgi?id=85430
19642 Reviewed by Eric Seidel.
19644 These tests iterate over all properties in the global scope and their respective properties.
19645 These tests are different on all platforms because they depend on build flags.
19646 Each feature should be covered by a more specific test than a global catch all that breaks
19647 every time anyone touches any IDL file.
19649 * fast/dom/Window/window-properties-expected.txt: Removed.
19650 * fast/dom/Window/window-properties.html: Removed.
19651 * fast/dom/prototype-inheritance-2-expected.txt: Removed.
19652 * fast/dom/prototype-inheritance-2.html: Removed.
19653 * fast/dom/prototype-inheritance-expected.txt: Removed.
19654 * fast/dom/prototype-inheritance.html: Removed.
19655 * fast/dom/script-tests/prototype-inheritance-2.js: Removed.
19656 * fast/dom/script-tests/prototype-inheritance.js: Removed.
19657 * platform/chromium-win/fast/dom/Window/window-properties-expected.txt: Removed.
19658 * platform/chromium-win/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19659 * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Removed.
19660 * platform/chromium/test_expectations.txt:
19661 * platform/efl/Skipped:
19662 * platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed.
19663 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19664 * platform/mac/fast/dom/Window/window-properties-expected.txt: Removed.
19665 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19666 * platform/qt-4.8/fast/dom/Window/window-properties-expected.png: Removed.
19667 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Removed.
19668 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Removed.
19669 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19670 * platform/qt-5.0/fast/dom/Window/window-properties-expected.png: Removed.
19671 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Removed.
19672 * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19673 * platform/qt-arm/Skipped:
19674 * platform/qt/fast/dom/prototype-inheritance-2-expected.png: Removed.
19675 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19676 * platform/qt/fast/dom/prototype-inheritance-expected.png: Removed.
19677 * platform/win/Skipped:
19678 * platform/win/fast/dom/Window/window-properties-expected.txt: Removed.
19679 * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Removed.
19680 * platform/wincairo/Skipped:
19682 2012-05-02 Dirk Pranke <dpranke@chromium.org>
19684 Suppress svg failure after switching chromium-win to DRT mode.
19686 Unreviewed, expectations change.
19688 * platform/chromium/test_expectations.txt:
19690 2012-05-02 Sheriff Bot <webkit.review.bot@gmail.com>
19692 Unreviewed, rolling out r115902.
19693 http://trac.webkit.org/changeset/115902
19694 https://bugs.webkit.org/show_bug.cgi?id=85441
19696 Compile failure on linux 32 (Requested by zhenyao on #webkit).
19698 * storage/indexeddb/key-generator-expected.txt:
19699 * storage/indexeddb/resources/key-generator.js:
19701 2012-05-02 Sheriff Bot <webkit.review.bot@gmail.com>
19703 Unreviewed, rolling out r115905.
19704 http://trac.webkit.org/changeset/115905
19705 https://bugs.webkit.org/show_bug.cgi?id=85435
19707 New computeStatistics test is failing on chromium ports
19708 (Requested by tomz on #webkit).
19710 * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Removed.
19711 * fast/harness/perftests/perf-runner-compute-statistics.html: Removed.
19713 2012-05-02 Zhenyao Mo <zmo@google.com>
19715 Rebaseline, unreviewed.
19717 * platform/chromium-linux-x86/http/tests/loading: Added.
19718 * platform/chromium-linux-x86/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
19719 * platform/chromium-linux/http/tests/loading/pdf-commit-load-callbacks-expected.txt:
19721 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org>
19723 Unreviewed gardening.
19725 Rebaselined overflow-delete-line.html and ancestor-overflow.html.
19727 The pixel changes are only text differences.
19729 * fast/repaint/overflow-delete-line-expected.txt: Added.
19730 * platform/chromium-mac-leopard/compositing/overflow/ancestor-overflow-expected.png: Added.
19731 * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Added.
19732 * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png:
19733 * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.txt: Removed.
19734 * platform/chromium-mac/fast/repaint/overflow-delete-line-expected.txt: Removed.
19735 * platform/chromium-win/compositing/overflow/ancestor-overflow-expected.txt:
19736 * platform/chromium/test_expectations.txt:
19737 * platform/efl/fast/repaint/overflow-delete-line-expected.txt: Removed.
19738 * platform/gtk/fast/repaint/overflow-delete-line-expected.txt: Removed.
19740 2012-05-02 Tom Zakrajsek <tomz@codeaurora.org>
19742 Need tests for PerfTestRunner.computeStatistics
19743 https://bugs.webkit.org/show_bug.cgi?id=85410
19745 Reviewed by Ryosuke Niwa.
19747 * fast/harness/perftests/perf-runner-compute-statistics-expected.txt: Added.
19748 * fast/harness/perftests/perf-runner-compute-statistics.html: Added.
19750 2012-05-02 Joshua Bell <jsbell@chromium.org>
19752 IndexedDB: Handle generated keys up to 2^53
19753 https://bugs.webkit.org/show_bug.cgi?id=85114
19755 Reviewed by Tony Chang.
19757 * storage/indexeddb/key-generator-expected.txt:
19758 * storage/indexeddb/resources/key-generator.js:
19761 2012-05-02 Zhenyao Mo <zmo@google.com>
19763 Rebaseline, unreviewed.
19765 * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
19767 2012-05-02 Zhenyao Mo <zmo@google.com>
19769 Rebaseline, unreviewed.
19771 * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
19772 * platform/chromium/media/media-can-play-wav-audio-expected.txt: Added.
19774 2012-05-02 Adam Klein <adamk@chromium.org>
19776 Childlist mutations in shadow DOM should be observable with MutationObservers
19777 https://bugs.webkit.org/show_bug.cgi?id=85402
19779 Reviewed by Ojan Vafai.
19781 Added test covering childList mutations as well as attribute and
19782 characterData mutations (these were already working).
19784 * fast/mutation/shadow-dom-expected.txt: Added.
19785 * fast/mutation/shadow-dom.html: Added.
19787 2012-05-02 Eric Carlson <eric.carlson@apple.com>
19789 Crash in WebCore::TextTrackList::remove
19790 https://bugs.webkit.org/show_bug.cgi?id=85095
19792 Reviewed by Maciej Stachowiak.
19794 * media/track/track-remove-quickly-expected.txt: Added.
19795 * media/track/track-remove-quickly.html: Added.
19797 2012-05-02 David Barton <dbarton@mathscribe.com>
19799 After appending MathML with jquery the table renders with overlaps
19800 https://bugs.webkit.org/show_bug.cgi?id=52444
19802 Reviewed by Julien Chaffraix.
19804 * mathml/presentation/mo-stretch.html:
19805 * platform/mac/mathml/presentation/mo-stretch-expected.png:
19806 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
19808 2012-05-02 Gustavo Noronha Silva <gns@gnome.org>
19810 Unreviewed gardening.
19812 * platform/gtk/test_expectations.txt: remove duplicate annotation
19813 for fast/workers/storage/use-same-database-in-page-and-workers.html,
19814 added comment explaining the ocasional ASSERT that's a
19815 cross-platform problem.
19817 2012-05-02 Andy Estes <aestes@apple.com>
19819 media/audio-repaint.html sometimes fails on Lion Debug (Tests)
19820 https://bugs.webkit.org/show_bug.cgi?id=84357
19822 * platform/mac/Skipped: Skipped the flaky test.
19824 2012-05-02 Andy Estes <aestes@apple.com>
19826 Update two more Mac baselines.
19828 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
19829 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
19831 2012-05-02 Andy Estes <aestes@apple.com>
19833 Update more Mac baselines after r115846.
19835 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
19836 * platform/mac/fast/block/float/avoiding-float-centered-expected.txt:
19837 * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt:
19838 * platform/mac/media/audio-controls-rendering-expected.txt:
19840 2012-05-02 Ryosuke Niwa <rniwa@webkit.org>
19842 blockquote gets clobbered on delete, but the font-tag inside it doesn't
19843 https://bugs.webkit.org/show_bug.cgi?id=19702
19845 Reviewed by Enrica Casucci.
19847 Add a regression test initially authored by Ojan Vafai since this bug appears to have been fixed already.
19849 * editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote-expected.txt: Added.
19850 * editing/execCommand/delete-line-and-insert-text-in-font-inside-blockquote.html: Added.
19852 2012-05-02 Keith Rosenblatt <keith.rosenblatt@nokia.com>
19854 [Qt] ASSERT in FontCustomPlatformDataQt.cpp with invalid font in data URI
19855 https://bugs.webkit.org/show_bug.cgi?id=85089
19857 Reviewed by Simon Hausmann.
19859 * fast/css/font-face-data-uri-invalid-expected.txt: Added.
19860 * fast/css/font-face-data-uri-invalid.html: Added.
19862 2012-05-02 Andy Estes <aestes@apple.com>
19864 Update Mac baselines after r115846.
19866 * platform/mac/fast/clip/008-expected.txt:
19867 * platform/mac/fast/clip/011-expected.txt:
19868 * platform/mac/fast/clip/012-expected.txt:
19869 * platform/mac/fast/forms/input-text-double-click-expected.txt:
19870 * platform/mac/fast/repaint/overflow-delete-line-expected.txt:
19871 * platform/mac/media/controls-after-reload-expected.txt:
19872 * platform/mac/media/controls-strict-expected.txt:
19873 * platform/mac/media/video-controls-rendering-expected.txt:
19874 * platform/mac/media/video-display-toggle-expected.txt:
19875 * platform/mac/media/video-no-audio-expected.txt:
19876 * platform/mac/media/video-playing-and-pause-expected.txt:
19877 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
19878 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
19879 * platform/mac/svg/hixie/mixed/003-expected.txt:
19880 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
19881 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
19883 2012-05-02 Nate Chapin <japhet@chromium.org>
19885 Unreviewed, rebaseline pdf-commit-load-callbacks.html for chromium-linux.
19887 * platform/chromium-linux/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
19889 2012-05-02 Csaba Osztrogonác <ossy@webkit.org>
19891 [Qt] Unreviewed, rebaselining after changes in r115846.
19893 REGRESSION(110072): Clipping is not applied on layers that are animated using platform code
19894 https://bugs.webkit.org/show_bug.cgi?id=83954
19896 * platform/qt/animations/combo-transform-translate+scale-expected.txt: Added.
19897 * platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
19898 * platform/qt/compositing/overflow/ancestor-overflow-expected.png:
19899 * platform/qt/compositing/overflow/ancestor-overflow-expected.txt:
19900 * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
19901 * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
19902 * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
19903 * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
19904 * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
19905 * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
19906 * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
19907 * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
19908 * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
19909 * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
19910 * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
19911 * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
19912 * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
19913 * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
19914 * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
19915 * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
19916 * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
19917 * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
19918 * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
19919 * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
19920 * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
19921 * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
19922 * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
19923 * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
19924 * platform/qt/editing/pasteboard/4806874-expected.png:
19925 * platform/qt/editing/pasteboard/4806874-expected.txt:
19926 * platform/qt/editing/pasteboard/input-field-1-expected.png:
19927 * platform/qt/editing/pasteboard/input-field-1-expected.txt:
19928 * platform/qt/editing/selection/3690703-2-expected.png:
19929 * platform/qt/editing/selection/3690703-2-expected.txt:
19930 * platform/qt/editing/selection/3690703-expected.png:
19931 * platform/qt/editing/selection/3690703-expected.txt:
19932 * platform/qt/editing/selection/3690719-expected.png:
19933 * platform/qt/editing/selection/3690719-expected.txt:
19934 * platform/qt/editing/selection/4895428-3-expected.png:
19935 * platform/qt/editing/selection/4895428-3-expected.txt:
19936 * platform/qt/editing/selection/4975120-expected.png:
19937 * platform/qt/editing/selection/4975120-expected.txt:
19938 * platform/qt/editing/selection/drag-select-1-expected.png:
19939 * platform/qt/editing/selection/drag-select-1-expected.txt:
19940 * platform/qt/editing/selection/expanding-selections-expected.png:
19941 * platform/qt/editing/selection/expanding-selections-expected.txt:
19942 * platform/qt/editing/selection/leave-requested-block-expected.png:
19943 * platform/qt/editing/selection/leave-requested-block-expected.txt:
19944 * platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
19945 * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
19946 * platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
19947 * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt:
19948 * platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
19949 * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt:
19950 * platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
19951 * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
19952 * platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
19953 * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
19954 * platform/qt/fast/block/float/032-expected.png:
19955 * platform/qt/fast/block/float/032-expected.txt:
19956 * platform/qt/fast/block/float/033-expected.txt:
19957 * platform/qt/fast/block/float/avoidance-rtl-expected.txt:
19958 * platform/qt/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
19959 * platform/qt/fast/block/float/float-not-removed-from-next-sibling3-expected.txt:
19960 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
19961 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt:
19962 * platform/qt/fast/block/float/in-margin-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
19963 * platform/qt/fast/block/float/in-margin-expected.txt:
19964 * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
19965 * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
19966 * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
19967 * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
19968 * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
19969 * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
19970 * platform/qt/fast/clip/008-expected.png:
19971 * platform/qt/fast/clip/008-expected.txt:
19972 * platform/qt/fast/clip/011-expected.png:
19973 * platform/qt/fast/clip/011-expected.txt:
19974 * platform/qt/fast/clip/012-expected.png:
19975 * platform/qt/fast/clip/012-expected.txt:
19976 * platform/qt/fast/clip/017-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png.
19977 * platform/qt/fast/clip/017-expected.txt:
19978 * platform/qt/fast/css/input-search-padding-expected.png:
19979 * platform/qt/fast/css/input-search-padding-expected.txt:
19980 * platform/qt/fast/css/invalidation-errors-2-expected.png:
19981 * platform/qt/fast/css/invalidation-errors-2-expected.txt:
19982 * platform/qt/fast/css/invalidation-errors-expected.png:
19983 * platform/qt/fast/css/invalidation-errors-expected.txt:
19984 * platform/qt/fast/css/line-height-expected.png:
19985 * platform/qt/fast/css/line-height-expected.txt:
19986 * platform/qt/fast/css/nested-layers-with-hover-expected.png:
19987 * platform/qt/fast/css/nested-layers-with-hover-expected.txt:
19988 * platform/qt/fast/css/resize-single-axis-expected.txt: Added.
19989 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
19990 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
19991 * platform/qt/fast/css/text-overflow-input-expected.txt:
19992 * platform/qt/fast/dom/isindex-001-expected.png: Added.
19993 * platform/qt/fast/dom/isindex-001-expected.txt:
19994 * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.png:
19995 * platform/qt/fast/dynamic/subtree-boundary-percent-height-expected.txt:
19996 * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.png:
19997 * platform/qt/fast/dynamic/subtree-no-common-root-static-y-expected.txt:
19998 * platform/qt/fast/dynamic/subtree-table-cell-height-expected.png:
19999 * platform/qt/fast/dynamic/subtree-table-cell-height-expected.txt:
20000 * platform/qt/fast/events/context-no-deselect-expected.png: Added.
20001 * platform/qt/fast/events/context-no-deselect-expected.txt:
20002 * platform/qt/fast/events/mouse-relative-position-expected.txt: Added.
20003 * platform/qt/fast/forms/basic-inputs-expected.txt:
20004 * platform/qt/fast/forms/date/date-appearance-expected.png: Added.
20005 * platform/qt/fast/forms/date/date-appearance-expected.txt: Added.
20006 * platform/qt/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/qt/fast/forms/search-styled-expected.png.
20007 * platform/qt/fast/forms/encoding-test-expected.txt:
20008 * platform/qt/fast/forms/fieldset-align-expected.png: Added.
20009 * platform/qt/fast/forms/fieldset-align-expected.txt:
20010 * platform/qt/fast/forms/floating-textfield-relayout-expected.png: Added.
20011 * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
20012 * platform/qt/fast/forms/input-align-expected.png: Added.
20013 * platform/qt/fast/forms/input-align-expected.txt:
20014 * platform/qt/fast/forms/input-appearance-bkcolor-expected.png: Added.
20015 * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
20016 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
20017 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
20018 * platform/qt/fast/forms/input-appearance-disabled-expected.png: Added.
20019 * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
20020 * platform/qt/fast/forms/input-appearance-focus-expected.png: Added.
20021 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
20022 * platform/qt/fast/forms/input-appearance-preventDefault-expected.png: Added.
20023 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
20024 * platform/qt/fast/forms/input-appearance-readonly-expected.png: Added.
20025 * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
20026 * platform/qt/fast/forms/input-appearance-selection-expected.png: Added.
20027 * platform/qt/fast/forms/input-appearance-visibility-expected.png: Added.
20028 * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
20029 * platform/qt/fast/forms/input-baseline-expected.png: Added.
20030 * platform/qt/fast/forms/input-baseline-expected.txt:
20031 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
20032 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
20033 * platform/qt/fast/forms/input-field-text-truncated-expected.png: Added.
20034 * platform/qt/fast/forms/input-field-text-truncated-expected.txt:
20035 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png:
20036 * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
20037 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png:
20038 * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
20039 * platform/qt/fast/forms/input-readonly-empty-expected.png: Added.
20040 * platform/qt/fast/forms/input-readonly-empty-expected.txt:
20041 * platform/qt/fast/forms/input-spaces-expected.png: Added.
20042 * platform/qt/fast/forms/input-spaces-expected.txt:
20043 * platform/qt/fast/forms/input-text-click-inside-expected.png: Added.
20044 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
20045 * platform/qt/fast/forms/input-text-double-click-expected.png: Added.
20046 * platform/qt/fast/forms/input-text-double-click-expected.txt:
20047 * platform/qt/fast/forms/input-text-option-delete-expected.png: Added.
20048 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
20049 * platform/qt/fast/forms/input-text-self-emptying-click-expected.png: Added.
20050 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
20051 * platform/qt/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
20052 * platform/qt/fast/forms/input-width-expected.txt:
20053 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png:
20054 * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt:
20055 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
20056 * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
20057 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
20058 * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
20059 * platform/qt/fast/forms/placeholder-position-expected.png:
20060 * platform/qt/fast/forms/placeholder-position-expected.txt:
20061 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png:
20062 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
20063 * platform/qt/fast/forms/search-display-none-cancel-button-expected.png:
20064 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
20065 * platform/qt/fast/forms/search-rtl-expected.png:
20066 * platform/qt/fast/forms/search-rtl-expected.txt:
20067 * platform/qt/fast/forms/search-styled-expected.png:
20068 * platform/qt/fast/forms/search-styled-expected.txt:
20069 * platform/qt/fast/forms/search-vertical-alignment-expected.png:
20070 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
20071 * platform/qt/fast/forms/text-style-color-expected.png: Added.
20072 * platform/qt/fast/forms/text-style-color-expected.txt:
20073 * platform/qt/fast/forms/textfield-focus-ring-expected.png:
20074 * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
20075 * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
20076 * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
20077 * platform/qt/fast/html/details-no-summary4-expected.png:
20078 * platform/qt/fast/html/details-no-summary4-expected.txt:
20079 * platform/qt/fast/html/details-open-javascript-expected.png:
20080 * platform/qt/fast/html/details-open-javascript-expected.txt:
20081 * platform/qt/fast/html/details-open2-expected.png:
20082 * platform/qt/fast/html/details-open2-expected.txt:
20083 * platform/qt/fast/html/details-open4-expected.png:
20084 * platform/qt/fast/html/details-open4-expected.txt:
20085 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt:
20086 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
20087 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt:
20088 * platform/qt/fast/layers/self-painting-outline-expected.txt:
20089 * platform/qt/fast/lists/dynamic-marker-crash-expected.png: Added.
20090 * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
20091 * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
20092 * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
20093 * platform/qt/fast/overflow/004-expected.png: Added.
20094 * platform/qt/fast/overflow/004-expected.txt:
20095 * platform/qt/fast/overflow/line-clamp-expected.png:
20096 * platform/qt/fast/overflow/line-clamp-expected.txt:
20097 * platform/qt/fast/overflow/overflow-focus-ring-expected.png: Added.
20098 * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
20099 * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
20100 * platform/qt/fast/repaint/iframe-scroll-repaint-expected.txt:
20101 * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
20102 * platform/qt/fast/repaint/lines-with-layout-delta-expected.txt:
20103 * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
20104 * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt:
20105 * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.txt:
20106 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
20107 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
20108 * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
20109 * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
20110 * platform/qt/fast/repaint/search-field-cancel-expected.png:
20111 * platform/qt/fast/repaint/search-field-cancel-expected.txt:
20112 * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
20113 * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt:
20114 * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt:
20115 * platform/qt/fast/repaint/subtree-root-clip-3-expected.txt:
20116 * platform/qt/fast/repaint/subtree-root-clip-expected.txt:
20117 * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
20118 * platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
20119 * platform/qt/fast/repaint/table-hover-on-link-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
20120 * platform/qt/fast/repaint/table-hover-on-link-expected.txt: Added.
20121 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
20122 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
20123 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
20124 * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
20125 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
20126 * platform/qt/fast/replaced/width100percent-textfield-expected.png:
20127 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
20128 * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png: Added.
20129 * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
20130 * platform/qt/fast/speech/input-appearance-speechbutton-expected.png: Added.
20131 * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt: Added.
20132 * platform/qt/fast/speech/speech-bidi-rendering-expected.png: Added.
20133 * platform/qt/fast/speech/speech-bidi-rendering-expected.txt: Added.
20134 * platform/qt/fast/table/029-expected.png:
20135 * platform/qt/fast/table/029-expected.txt:
20136 * platform/qt/fast/table/colspanMinWidth-expected.png:
20137 * platform/qt/fast/table/colspanMinWidth-expected.txt:
20138 * platform/qt/fast/table/colspanMinWidth-vertical-expected.png:
20139 * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
20140 * platform/qt/fast/table/overflowHidden-expected.png:
20141 * platform/qt/fast/table/overflowHidden-expected.txt:
20142 * platform/qt/fast/table/spanOverlapRepaint-expected.png:
20143 * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
20144 * platform/qt/fast/table/text-field-baseline-expected.png:
20145 * platform/qt/fast/table/text-field-baseline-expected.txt:
20146 * platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
20147 * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
20148 * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
20149 * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
20150 * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
20151 * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt:
20152 * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
20153 * platform/qt/svg/hixie/mixed/003-expected.png:
20154 * platform/qt/svg/hixie/mixed/003-expected.txt:
20155 * platform/qt/tables/mozilla/bugs/45621-expected.png:
20156 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
20157 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
20158 * platform/qt/tables/mozilla/bugs/bug154780-expected.png:
20159 * platform/qt/tables/mozilla/bugs/bug154780-expected.txt:
20160 * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
20161 * platform/qt/tables/mozilla/bugs/bug24200-expected.png:
20162 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
20163 * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
20164 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
20165 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
20166 * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
20167 * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
20168 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
20169 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
20170 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
20171 * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
20172 * platform/qt/tables/mozilla/bugs/bug55545-expected.png:
20173 * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
20174 * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
20175 * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
20176 * platform/qt/tables/mozilla/other/move_row-expected.txt:
20177 * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
20178 * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
20179 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
20180 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
20181 * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
20182 * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
20183 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
20184 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
20185 * platform/qt/test_expectations.txt:
20187 2012-05-02 Eric Carlson <eric.carlson@apple.com>
20189 Mac media engine doesn't reccognize canPlayType('audio/wav; codecs=1')
20190 https://bugs.webkit.org/show_bug.cgi?id=85409
20192 Not reviewed, new platform results added after r115798.
20194 * platform/mac/media/media-can-play-wav-audio-expected.txt: Added.
20196 2012-05-02 Csaba Osztrogonác <ossy@webkit.org>
20198 [Qt][WK2] Unreviewed gardening after r115821.
20200 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated.
20202 2012-05-02 Filip Pizlo <fpizlo@apple.com>
20204 Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85408
20206 * platform/mac/test_expectations.txt:
20208 2012-05-02 Kenneth Russell <kbr@google.com>
20210 Don't allocate stencil buffer if stencil flag is false in context creation attributes
20211 https://bugs.webkit.org/show_bug.cgi?id=85317
20213 Reviewed by Dimitri Glazkov.
20215 * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt:
20216 * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
20218 2012-05-02 Zan Dobersek <zandobersek@gmail.com>
20220 Unreviewed, rebaselining after changes in r115846.
20222 * fast/repaint/table-hover-on-link-expected.txt:
20223 * platform/gtk/editing/inserting/before-after-input-element-expected.txt:
20224 * platform/gtk/editing/pasteboard/4806874-expected.txt:
20225 * platform/gtk/editing/pasteboard/input-field-1-expected.txt:
20226 * platform/gtk/editing/selection/3690703-2-expected.txt:
20227 * platform/gtk/editing/selection/3690703-expected.txt:
20228 * platform/gtk/editing/selection/3690719-expected.txt:
20229 * platform/gtk/editing/selection/4895428-3-expected.txt:
20230 * platform/gtk/editing/selection/4975120-expected.txt:
20231 * platform/gtk/editing/selection/drag-select-1-expected.txt:
20232 * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
20233 * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
20234 * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
20235 * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
20236 * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt:
20237 * platform/gtk/fast/block/float/032-expected.txt:
20238 * platform/gtk/fast/block/float/033-expected.txt:
20239 * platform/gtk/fast/block/float/avoidance-rtl-expected.txt:
20240 * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt:
20241 * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt:
20242 * platform/gtk/fast/block/float/in-margin-expected.txt:
20243 * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
20244 * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
20245 * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt:
20246 * platform/gtk/fast/block/margin-collapse/103-expected.txt:
20247 * platform/gtk/fast/clip/008-expected.txt:
20248 * platform/gtk/fast/clip/011-expected.txt:
20249 * platform/gtk/fast/clip/012-expected.txt:
20250 * platform/gtk/fast/clip/017-expected.txt:
20251 * platform/gtk/fast/css/input-search-padding-expected.txt:
20252 * platform/gtk/fast/css/invalidation-errors-2-expected.txt:
20253 * platform/gtk/fast/css/invalidation-errors-expected.txt:
20254 * platform/gtk/fast/css/text-overflow-input-expected.txt:
20255 * platform/gtk/fast/dom/isindex-001-expected.txt:
20256 * platform/gtk/fast/dom/isindex-002-expected.txt:
20257 * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt:
20258 * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt:
20259 * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt:
20260 * platform/gtk/fast/events/autoscroll-expected.txt:
20261 * platform/gtk/fast/events/context-no-deselect-expected.txt:
20262 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
20263 * platform/gtk/fast/forms/encoding-test-expected.txt:
20264 * platform/gtk/fast/forms/fieldset-align-expected.txt:
20265 * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
20266 * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
20267 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
20268 * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
20269 * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
20270 * platform/gtk/fast/forms/input-appearance-width-expected.txt:
20271 * platform/gtk/fast/forms/input-baseline-expected.txt:
20272 * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
20273 * platform/gtk/fast/forms/input-field-text-truncated-expected.txt:
20274 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
20275 * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
20276 * platform/gtk/fast/forms/input-readonly-empty-expected.txt:
20277 * platform/gtk/fast/forms/input-table-expected.txt:
20278 * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
20279 * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
20280 * platform/gtk/fast/forms/input-text-double-click-expected.txt:
20281 * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
20282 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
20283 * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
20284 * platform/gtk/fast/forms/input-width-expected.txt:
20285 * platform/gtk/fast/forms/placeholder-position-expected.txt:
20286 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
20287 * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
20288 * platform/gtk/fast/forms/search-rtl-expected.txt:
20289 * platform/gtk/fast/forms/search-styled-expected.txt:
20290 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
20291 * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
20292 * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
20293 * platform/gtk/fast/forms/textfield-overflow-expected.txt:
20294 * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
20295 * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
20296 * platform/gtk/fast/html/details-no-summary4-expected.txt:
20297 * platform/gtk/fast/html/details-open-javascript-expected.txt:
20298 * platform/gtk/fast/html/details-open2-expected.txt:
20299 * platform/gtk/fast/html/details-open4-expected.txt:
20300 * platform/gtk/fast/invalid/residual-style-expected.txt:
20301 * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt:
20302 * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt:
20303 * platform/gtk/fast/layers/self-painting-outline-expected.txt:
20304 * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt:
20305 * platform/gtk/fast/overflow/004-expected.txt:
20306 * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
20307 * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt:
20308 * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt:
20309 * platform/gtk/fast/repaint/layer-outline-expected.txt:
20310 * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt:
20311 * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt:
20312 * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt:
20313 * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
20314 * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt:
20315 * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt:
20316 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt:
20317 * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt:
20318 * platform/gtk/fast/repaint/subtree-root-clip-expected.txt:
20319 * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt:
20320 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
20321 * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
20322 * platform/gtk/fast/table/003-expected.txt:
20323 * platform/gtk/fast/table/029-expected.txt:
20324 * platform/gtk/fast/table/colspanMinWidth-expected.txt:
20325 * platform/gtk/fast/table/overflowHidden-expected.txt:
20326 * platform/gtk/fast/table/text-field-baseline-expected.txt:
20327 * platform/gtk/fast/text/selection-painted-separately-expected.txt:
20328 * platform/gtk/fast/text/selection-rect-rounding-expected.txt:
20329 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
20330 * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
20331 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
20332 * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
20333 * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt:
20334 * platform/gtk/tables/mozilla/bugs/45621-expected.txt:
20335 * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
20336 * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
20337 * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
20338 * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
20339 * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
20340 * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
20341 * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
20342 * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
20343 * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt:
20344 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
20345 * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
20346 * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
20347 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
20348 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
20349 * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
20350 * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
20351 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
20353 2012-05-02 Filip Pizlo <fpizlo@apple.com>
20355 Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85404
20357 * platform/mac/test_expectations.txt:
20359 2012-05-02 Nate Chapin <japhet@chromium.org>
20361 Unreviewed, expectations updates after r115774.
20363 * platform/chromium-win/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
20364 * platform/chromium/test_expectations.txt:
20365 * platform/gtk/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
20366 * platform/gtk/test_expectations.txt:
20367 * platform/qt/Skipped:
20368 * platform/qt/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
20370 2012-05-02 Filip Pizlo <fpizlo@apple.com>
20372 Unreviewed, changing test expectations due to https://bugs.webkit.org/show_bug.cgi?id=85401
20374 * platform/mac/test_expectations.txt:
20376 2012-05-02 Oliver Hunt <oliver@apple.com>
20378 Unreviewed, rolling out r115388.
20379 http://trac.webkit.org/changeset/115388
20380 https://bugs.webkit.org/show_bug.cgi?id=85011
20382 This caused many weird performance problems, and needs to be
20385 * fast/js/global-recursion-on-full-stack-expected.txt:
20386 * fast/js/stack-trace-expected.txt:
20388 2012-05-02 Zan Dobersek <zandobersek@gmail.com>
20390 Unreviewed, removing recent test expectations for changes in r115846
20391 to get proper new baselines from the buildbots.
20393 * platform/gtk/test_expectations.txt:
20395 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org>
20397 Unreviewed Chromium gardening.
20399 * platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
20400 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
20401 * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
20402 * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt:
20403 * platform/chromium-mac/editing/spelling/inline_spelling_markers-expected.txt: Removed.
20404 * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
20405 * platform/chromium-mac/fast/forms/input-value-expected.txt:
20406 * platform/chromium-mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
20407 * platform/chromium-mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
20408 Rebaselined the previous tests.
20410 * platform/chromium/test_expectations.txt:
20411 Tweaked the expectation files to cover the failures on Mac.
20413 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org>
20415 Unreviewed expectation updates after r115846.
20417 * platform/gtk/test_expectations.txt:
20418 * platform/qt/test_expectations.txt:
20419 Added more files after triaging the diffs.
20421 2012-05-02 Ryosuke Niwa <rniwa@webkit.org>
20423 NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand
20424 https://bugs.webkit.org/show_bug.cgi?id=75843
20426 Reviewed by Tony Chang.
20428 Add a regression test.
20430 * editing/execCommand/indent-with-after-content-crash-expected.txt: Added.
20431 * editing/execCommand/indent-with-after-content-crash.html: Added.
20433 2012-05-02 Julien Chaffraix <jchaffraix@webkit.org>
20435 REGRESSION(110072): Clipping is not applied on layers that are animated using platform code
20436 https://bugs.webkit.org/show_bug.cgi?id=83954
20438 Reviewed by Simon Fraser.
20440 * fast/layers/no-clipping-overflow-hidden-added-after-transform-expected.html: Added.
20441 * fast/layers/no-clipping-overflow-hidden-added-after-transform.html: Added.
20442 * fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html: Added.
20443 * fast/layers/no-clipping-overflow-hidden-added-after-transition.html: Added.
20444 * fast/layers/no-clipping-overflow-hidden-hardware-acceleration-expected.html: Added.
20445 * fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html: Added.
20447 * platform/chromium/test_expectations.txt:
20448 * platform/gtk/test_expectations.txt:
20449 * platform/qt/test_expectations.txt:
20450 Disabled some tests for those platforms.
20452 * platform/efl/test_expectations.txt:
20453 * platform/mac/test_expectations.txt:
20454 * platform/qt/Skipped:
20455 * platform/win/Skipped:
20456 Re-enabled those tests on the premises that r11072 / bug 75568 got rolled out.
20458 2012-05-02 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
20460 [EFL] EFL's LayoutTestController overridePreference implementation
20461 https://bugs.webkit.org/show_bug.cgi?id=83007
20463 Unskip tescases depending on LayoutTestController overridePreference method.
20465 Reviewed by Antonio Gomes.
20467 * platform/efl/Skipped:
20469 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
20471 Unreviewed. Refining expectations for passing tests.
20473 * platform/chromium/test_expectations.txt:
20475 2012-05-02 Raphael Kubo da Costa <rakuco@webkit.org>
20477 Unreviewed, EFL rebaseline after r115415 and r115294.
20479 * platform/efl/fast/images/support-broken-image-delegate-expected.txt:
20480 * platform/efl/http/tests/loading/simple-subframe-expected.txt:
20481 * platform/efl/security/block-test-expected.txt:
20482 * platform/efl/security/block-test-no-port-expected.txt:
20484 2012-05-02 Philippe Normand <pnormand@igalia.com>
20486 Unreviewed, GTK rebaseline after r115825.
20488 * platform/gtk/fast/lists/drag-into-marker-expected.txt:
20490 2012-05-02 Raphael Kubo da Costa <rakuco@webkit.org>
20492 Unreviewed, EFL rebaseline after r113885.
20494 * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
20496 2012-05-02 Philippe Normand <pnormand@igalia.com>
20498 Unreviewed, GTK rebaseline after r115829.
20500 * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
20501 * platform/gtk/fast/layers/video-layer-expected.txt:
20502 * platform/gtk/test_expectations.txt:
20504 2012-05-02 Philippe Normand <pnormand@igalia.com>
20506 [GTK] media/track/track-cue-rendering-snap-to-lines-not-set.html fails
20507 https://bugs.webkit.org/show_bug.cgi?id=84378
20509 Reviewed by Eric Carlson.
20511 * platform/gtk/media/audio-controls-rendering-expected.txt:
20512 * platform/gtk/media/audio-repaint-expected.txt:
20513 * platform/gtk/media/controls-after-reload-expected.txt:
20514 * platform/gtk/media/controls-strict-expected.txt:
20515 * platform/gtk/media/controls-styling-expected.txt:
20516 * platform/gtk/media/controls-without-preload-expected.txt:
20517 * platform/gtk/media/media-controls-clone-expected.txt:
20518 * platform/gtk/media/media-document-audio-repaint-expected.txt:
20519 * platform/gtk/media/video-controls-rendering-expected.txt:
20520 * platform/gtk/media/video-display-toggle-expected.txt:
20521 * platform/gtk/media/video-empty-source-expected.txt:
20522 * platform/gtk/media/video-no-audio-expected.txt:
20523 * platform/gtk/media/video-playing-and-pause-expected.txt:
20524 * platform/gtk/media/video-volume-slider-expected.txt:
20525 * platform/gtk/media/video-zoom-controls-expected.txt:
20526 * platform/gtk/test_expectations.txt: Unflag fixed test.
20528 2012-05-02 Zan Dobersek <zandobersek@gmail.com>
20530 [GTK] drag&drop related failures
20531 https://bugs.webkit.org/show_bug.cgi?id=84675
20533 Reviewed by Philippe Normand.
20535 Remove test cases from expectations that are now passing.
20537 * platform/gtk/test_expectations.txt:
20539 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
20541 Unreviewed. Removed entries for 4 media tests that pass now.
20543 * platform/chromium/test_expectations.txt:
20545 2012-05-02 Philippe Normand <pnormand@igalia.com>
20547 Unreviewed, GTK test_expectations update.
20549 * platform/gtk/test_expectations.txt:
20550 http/tests/loading/pdf-commit-load-callbacks.html is failing.
20552 2012-05-02 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
20554 [EFL][DRT] Gardening failure cases on EFL port
20555 https://bugs.webkit.org/show_bug.cgi?id=85365
20557 Unreviewed EFL gardening.
20559 * platform/efl/Skipped:
20560 * platform/efl/test_expectations.txt:
20562 2012-05-02 Csaba Osztrogonác <ossy@webkit.org>
20564 [Qt][Mac] Skip new failing tests and one crashing test to paint the bot green.
20566 * platform/qt-mac/Skipped:
20568 2012-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
20570 [Qt] Unreviewed gardening, skipping failing test
20572 * platform/qt/Skipped:
20574 2012-05-02 Tommy Widenflycht <tommyw@google.com>
20576 MediaStream API: Changing webkitGetUserMedia to take an object instead of a string
20577 https://bugs.webkit.org/show_bug.cgi?id=84850
20579 Reviewed by Dimitri Glazkov.
20581 Also took the opportunity to update the peerconnection-Attributes test
20582 to test PeerConnection00 instead.
20584 * fast/mediastream/argument-types-expected.txt:
20585 * fast/mediastream/peerconnection-Attributes-expected.txt:
20586 * fast/mediastream/script-tests/argument-types.js:
20588 * fast/mediastream/script-tests/peerconnection-Attributes.js:
20589 * platform/chromium/media/video-capture-preview.html:
20591 2012-05-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
20593 [EFL] CSS tests needs rebaselining
20594 https://bugs.webkit.org/show_bug.cgi?id=85177
20596 Unreviewed gardening.
20598 * platform/efl/fast/css/disabled-author-styles-expected.png: Added.
20599 * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
20600 * platform/efl/fast/css/inline-element-line-break-expected.txt:
20601 * platform/efl/fast/css/inline-properties-important-expected.txt:
20602 * platform/efl/fast/css/invalid-percentage-property-expected.txt:
20603 * platform/efl/fast/css/invalidation-errors-3-expected.txt:
20604 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
20605 * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
20606 * platform/efl/fast/css/layerZOrderCrash-expected.txt:
20607 * platform/efl/fast/css/line-height-expected.txt:
20608 * platform/efl/fast/css/line-height-overflow-expected.txt:
20609 * platform/efl/fast/css/list-outline-expected.txt:
20610 * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
20611 * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
20612 * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
20613 * platform/efl/fast/css/negative-leading-expected.txt:
20614 * platform/efl/fast/css/negative-nth-child-expected.txt:
20615 * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
20616 * platform/efl/fast/css/nested-layers-with-hover-expected.txt:
20617 * platform/efl/fast/css/non-empty-span-expected.png:
20618 * platform/efl/fast/css/non-empty-span-expected.txt:
20619 * platform/efl/fast/css/nth-child-dynamic-expected.txt:
20620 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
20621 * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
20622 * platform/efl/fast/css/outline-auto-location-expected.txt:
20623 * platform/efl/fast/css/outline-narrowLine-expected.txt:
20624 * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
20625 * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
20626 * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
20627 * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
20628 * platform/efl/fast/css/quirk-orphaned-units-expected.txt:
20629 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
20630 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
20631 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
20632 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
20633 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
20634 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
20635 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
20636 * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
20637 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
20638 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
20639 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
20640 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
20641 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
20642 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
20643 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
20644 * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
20645 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
20646 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
20647 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
20648 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
20649 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
20650 * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
20651 * platform/efl/fast/css/selector-set-attribute-expected.txt:
20652 * platform/efl/fast/css/table-text-align-quirk-expected.txt:
20653 * platform/efl/fast/css/table-text-align-strict-expected.txt:
20654 * platform/efl/fast/css/text-align-expected.txt:
20655 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
20656 * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
20657 * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
20658 * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
20659 * platform/efl/fast/css/text-transform-select-expected.txt:
20660 * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
20661 * platform/efl/fast/css/universal-hover-quirk-expected.txt:
20662 * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
20663 * platform/efl/fast/css/word-space-extra-expected.txt:
20664 * platform/efl/fast/css/zoom-font-size-expected.txt:
20666 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
20668 Unreviewed gardening, marked fast/js/random-array-gc-stress.html as SLOW on debug.
20670 * platform/chromium/test_expectations.txt:
20672 2012-05-02 Andrey Kosyakov <caseq@chromium.org>
20674 Unreviewed test rebaseline after r115749.
20676 * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
20677 * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
20678 * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
20679 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
20680 * platform/chromium-mac/media/audio-repaint-expected.png:
20681 * platform/chromium-mac/media/controls-after-reload-expected.png:
20682 * platform/chromium-mac/media/controls-layout-direction-expected.png:
20683 * platform/chromium-mac/media/media-controls-clone-expected.png:
20684 * platform/chromium-win/media/audio-controls-rendering-expected.png:
20685 * platform/chromium-win/media/audio-repaint-expected.png:
20686 * platform/chromium-win/media/controls-after-reload-expected.png:
20687 * platform/chromium-win/media/controls-layout-direction-expected.png:
20688 * platform/chromium-win/media/media-controls-clone-expected.png:
20689 * platform/chromium/test_expectations.txt:
20691 2012-05-02 Dongwoo Im <dw.im@samsung.com>
20693 [EFL] Implement the Web Audio API feature.
20694 https://bugs.webkit.org/show_bug.cgi?id=78688
20696 Reviewed by Philippe Normand.
20698 Implement the Web Audio API feature on the EFL port.
20699 https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
20701 * platform/efl/Skipped: Change the comment of webaudio.
20703 2012-05-01 Andrew Scherkus <scherkus@chromium.org>
20705 [Chromium] Adjust baseline location for media/media-can-play-type-webm.html.
20707 * platform/chromium/media/media-can-play-webm-expected.txt: Renamed from LayoutTests/media/media-can-play-webm-expected.txt.
20709 2012-04-27 Andrew Scherkus <scherkus@chromium.org>
20711 Clean up media canPlayType() tests and add a test for WebM.
20712 https://bugs.webkit.org/show_bug.cgi?id=85116
20714 Reviewed by Eric Carlson.
20716 * media/media-can-play-flac-audio-expected.txt:
20717 * media/media-can-play-flac-audio.html:
20718 * media/media-can-play-mpeg-audio-expected.txt:
20719 * media/media-can-play-mpeg-audio.html:
20720 * media/media-can-play-mpeg4-video.html:
20721 * media/media-can-play-octet-stream-expected.txt:
20722 * media/media-can-play-octet-stream.html:
20723 * media/media-can-play-ogg-expected.txt:
20724 * media/media-can-play-ogg.html:
20725 * media/media-can-play-type-expected.txt: Renamed from LayoutTests/media/video-can-play-type-expected.txt.
20726 * media/media-can-play-type.html: Added.
20727 * media/media-can-play-wav-audio-expected.txt:
20728 * media/media-can-play-wav-audio.html:
20729 * media/media-can-play-webm-expected.txt: Added.
20730 * media/media-can-play-webm.html: Added.
20731 * media/video-can-play-type.html: Removed.
20733 2012-05-01 Eric Seidel <eric@webkit.org>
20735 Add <iframe seamless> navigation code (and pass all the navigation tests)
20736 https://bugs.webkit.org/show_bug.cgi?id=85340
20738 Reviewed by Adam Barth.
20740 Update results now that we pass all the navigation tests.
20742 * fast/frames/seamless/seamless-form-get-expected.txt:
20743 * fast/frames/seamless/seamless-form-get-named-expected.txt:
20744 * fast/frames/seamless/seamless-form-post-expected.txt:
20745 * fast/frames/seamless/seamless-form-post-named-expected.txt:
20746 * fast/frames/seamless/seamless-hyperlink-expected.txt:
20747 * fast/frames/seamless/seamless-hyperlink-named-expected.txt:
20748 * fast/frames/seamless/seamless-window-location-expected.txt:
20749 * fast/frames/seamless/seamless-window-location-href-expected.txt:
20750 * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
20751 * fast/frames/seamless/seamless-window-open-expected.txt:
20753 2012-05-01 Kent Tamura <tkent@chromium.org>
20755 [Chromium] Move date-input-visible-strings-expected.txt to the correct place.
20757 * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt.
20759 2012-05-01 Ryosuke Niwa <rniwa@webkit.org>
20761 Unnecessary <form> tags created inside of an <iframe> with designMode on
20762 https://bugs.webkit.org/show_bug.cgi?id=13126
20764 Reviewed by Eric Seidel.
20766 Add a regression test since this bug doesn't reproduce anymore but it's still good to test it.
20768 * editing/inserting/insert-paragraph-inside-form-expected.txt: Added.
20769 * editing/inserting/insert-paragraph-inside-form.html: Added.
20771 2012-05-01 Xiaomei Ji <xji@chromium.org>
20773 Skip editing/selection/move-by-word-visually-mac.html (introduced in r115788) in qt and wk2.
20775 * platform/qt/Skipped:
20776 * platform/wk2/Skipped:
20778 2012-05-01 Xiaomei Ji <xji@chromium.org>
20780 enable ctrl-arrow move by word visually in other platforms (besides Windows)
20781 https://bugs.webkit.org/show_bug.cgi?id=85017
20783 Reviewed by Ryosuke Niwa.
20785 Since DOMSelection.modify('move', 'left'/'right', 'word') moves caret by word in visual order (instead of
20786 logical order) now, there are several changes to the test file:
20787 1. file name renamed from move-left-right-by-word-mac.html to move-by-word-visually-mac.html.
20788 2. test expectations change from moving caret by word in logical order to moving caret by word in visual order.
20789 3. since test expectations are inside test file itself, test file itself changes accordingly.
20791 * editing/selection/move-by-word-visually-mac-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac-expected.txt.
20792 * editing/selection/move-by-word-visually-mac.html: Copied from LayoutTests/editing/selection/move-left-right-by-word-mac.html.
20793 * editing/selection/move-left-right-by-word-mac-expected.txt: Removed.
20794 * editing/selection/move-left-right-by-word-mac.html: Removed.
20796 2012-05-01 Raymond Liu <raymond.liu@intel.com>
20798 Modify RealtimeAnalyserNode pull mechanism
20799 https://bugs.webkit.org/show_bug.cgi?id=77515
20801 Reviewed by Chris Rogers.
20803 * webaudio/automatic-pull-node-expected.txt: Added.
20804 * webaudio/automatic-pull-node.html: Added.
20806 2012-05-01 Keishi Hattori <keishi@webkit.org>
20808 datalist: Form control in a <datalist> should be barred from constraint validation
20809 https://bugs.webkit.org/show_bug.cgi?id=84359
20811 Reviewed by Kent Tamura.
20813 * fast/forms/datalist/datalist-child-validation-expected.txt: Added.
20814 * fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist.
20815 * fast/forms/form-control-element-crash-expected.txt: Added.
20816 * fast/forms/form-control-element-crash.html: Added. Tests for the crash reported in Bug 85149.
20818 2012-05-01 Kent Tamura <tkent@chromium.org>
20820 [Chromium] Rebaseline for date-input-visible-strings.html.
20822 * platform/chromium-linux-x86/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt.
20823 * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt.
20824 * platform/chromium/test_expectations.txt:
20826 2012-05-01 Andy Estes <aestes@apple.com>
20828 scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges()
20829 https://bugs.webkit.org/show_bug.cgi?id=85273
20831 * platform/mac/Skipped: Skip the test.
20833 2012-05-01 Ryosuke Niwa <rniwa@webkit.org>
20835 Skip the test added by r115724 on WebKit2 and Qt because drag and drop isn't supported by DRT
20836 on those platforms.
20838 * platform/qt/Skipped:
20839 * platform/wk2/Skipped:
20841 2012-05-01 Joe Thomas <joethomas@motorola.com>
20843 [GTK] new ref test fast/forms/listbox-clear-restore.html fails.
20844 https://bugs.webkit.org/show_bug.cgi?id=77633
20846 Reviewed by Martin Robinson.
20848 Flakiness of the test case is fixed in http://trac.webkit.org/changeset/115526.
20849 Enabling the test for GTK and Chromium ports.
20851 * platform/chromium/test_expectations.txt:
20852 * platform/gtk/test_expectations.txt:
20854 2012-05-01 Nate Chapin <japhet@chromium.org>
20856 Test for https://bugs.webkit.org/show_bug.cgi?id=85275.
20858 Reviewed by Alexey Proskuryakov.
20860 * http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
20861 * http/tests/loading/pdf-commit-load-callbacks.html: Added.
20862 * platform/chromium/http/tests/loading: Added.
20863 * platform/chromium/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
20864 * platform/wk2/Skipped: New test requires layoutTestController.dumpResourceLoadCallbacks(),
20865 which isn't support for wk2 yet.
20867 2012-05-01 Eric Seidel <eric@webkit.org>
20869 Add support for seamless attribute as well as seamless sandbox flag and default CSS styling
20870 https://bugs.webkit.org/show_bug.cgi?id=85302
20872 Reviewed by Ojan Vafai.
20874 Update all the test results now that the html.css changes have
20875 been added for seamless, as specified by HTML5:
20876 http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#replaced-elements
20878 I also added a new test for about:blank iframes (per a code-FIXME)
20879 as well as some new testing to confirm that the default seamless-CSS style
20880 applies even when iframes cannot render seamless due to security restrictions.
20882 * fast/frames/seamless/seamless-basic-expected.txt:
20883 * fast/frames/seamless/seamless-basic.html:
20884 * fast/frames/seamless/seamless-inherited-origin-expected.txt: Added.
20885 * fast/frames/seamless/seamless-inherited-origin.html: Added.
20886 * fast/frames/seamless/seamless-inline-expected.txt:
20887 * fast/frames/seamless/seamless-min-max-expected.txt:
20888 * fast/frames/seamless/seamless-nested-expected.txt:
20889 * fast/frames/seamless/seamless-quirks-expected.txt:
20890 * fast/frames/seamless/seamless-sandbox-flag-expected.txt:
20891 * fast/frames/seamless/seamless-sandbox-flag.html:
20892 * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
20893 * http/tests/security/seamless/seamless-cross-origin-expected.txt:
20894 * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt:
20895 * svg/in-html/by-reference.html: was using seamless, but really doens't want to, doing so just adds noise.
20897 2012-05-01 James Simonsen <simonjam@chromium.org>
20899 Ensure HTMLElementStack fails gracefully if it has a non-Element.
20900 https://bugs.webkit.org/show_bug.cgi?id=85167
20902 Reviewed by Adam Barth.
20904 * html5lib/resources/webkit02.dat:
20906 2012-05-01 Christophe Dumez <christophe.dumez@intel.com>
20908 [EFL] fast/loader/file-protocol-fragment.html needs rebaselining
20909 https://bugs.webkit.org/show_bug.cgi?id=85182
20911 Unreviewed, add EFL expectation for fast/loader/file-protocol-fragment.html
20912 and unskip the test.
20914 * platform/efl/Skipped:
20915 * platform/efl/fast/loader/file-protocol-fragment-expected.txt: Added.
20917 2012-05-01 David Dorwin <ddorwin@chromium.org>
20919 Remove expectations for media/encrypted-media/encrypted-media-events.html now that crash is fixed.
20920 https://bugs.webkit.org/show_bug.cgi?id=84596
20922 Unreviewed expectations update.
20924 * platform/chromium/test_expectations.txt:
20926 2012-05-01 Andy Estes <aestes@apple.com>
20928 [Mac] inspector/debugger/linkifier.html is flakey
20929 https://bugs.webkit.org/show_bug.cgi?id=85319
20931 * platform/mac/Skipped: Skip the flakey test.
20933 2012-05-01 Silvia Pfeiffer <silviapf@chromium.org>
20935 Audio controls have a 1px surplus outline coming from RenderImage::paintReplaced base class,
20936 which needs overwriting. All layout tests with an audio element need a
20938 https://bugs.webkit.org/show_bug.cgi?id=84570
20940 Reviewed by Eric Carlson.
20942 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
20943 * platform/chromium-linux/media/audio-repaint-expected.png:
20944 * platform/chromium-linux/media/controls-after-reload-expected.png:
20945 * platform/chromium-linux/media/controls-layout-direction-expected.png:
20946 * platform/chromium-linux/media/media-controls-clone-expected.png:
20947 * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
20948 * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
20949 * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
20950 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
20951 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
20952 * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
20953 * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
20954 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
20955 * platform/chromium-mac/media/audio-repaint-expected.png:
20956 * platform/chromium-mac/media/controls-after-reload-expected.png:
20957 * platform/chromium-mac/media/controls-layout-direction-expected.png:
20958 * platform/chromium-mac/media/media-controls-clone-expected.png:
20959 * platform/chromium-win/media/audio-controls-rendering-expected.png:
20960 * platform/chromium-win/media/audio-repaint-expected.png:
20961 * platform/chromium-win/media/controls-after-reload-expected.png:
20962 * platform/chromium-win/media/controls-layout-direction-expected.png:
20963 * platform/chromium-win/media/media-controls-clone-expected.png:
20965 2012-05-01 Aaron Colwell <acolwell@chromium.org>
20967 Temporarily removing tests for webkitSourceAddId() & webkitSourceRemoveId()
20968 until the rest of the Media Source v0.5 methods are implemented.
20969 https://bugs.webkit.org/show_bug.cgi?id=85295
20971 Reviewed by Eric Carlson.
20973 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Removed.
20974 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
20975 * platform/chromium/test_expectations.txt:
20977 2012-05-01 Eric Seidel <eric@webkit.org>
20979 Add seamless test cases (all of these will pass as we land the implementation patches)
20980 https://bugs.webkit.org/show_bug.cgi?id=85251
20982 Reviewed by Adam Barth.
20984 These are all test cases which were written as part of implementing seamless
20985 on my github branch: https://github.com/eseidel/webkit/compare/master...seamless
20986 All of these will pass once the implementation is landed, which I am uploading
20987 as a series of patches as we speak. Because the each of pieces
20988 affects variety of tests, it seems easiest to read the implmentation
20989 diffs if I land all the tests up-front.
20991 * fast/frames/seamless/resources/css-cascade-child.html: Added.
20992 * fast/frames/seamless/resources/done.html: Added.
20993 * fast/frames/seamless/resources/nested-seamless.html: Added.
20994 * fast/frames/seamless/resources/quirks-square.html: Added.
20995 * fast/frames/seamless/resources/square.html: Added.
20996 * fast/frames/seamless/resources/two-inline-blocks.html: Added.
20997 * fast/frames/seamless/seamless-basic-expected.txt: Added.
20998 * fast/frames/seamless/seamless-basic.html: Added.
20999 * fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
21000 * fast/frames/seamless/seamless-css-cascade.html: Added.
21001 * fast/frames/seamless/seamless-designMode-expected.txt: Added.
21002 * fast/frames/seamless/seamless-designMode.html: Added.
21003 * fast/frames/seamless/seamless-float-expected.txt: Added.
21004 * fast/frames/seamless/seamless-float.html: Added.
21005 * fast/frames/seamless/seamless-form-get-expected.txt: Added.
21006 * fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
21007 * fast/frames/seamless/seamless-form-get-named.html: Added.
21008 * fast/frames/seamless/seamless-form-get-override-expected.txt: Added.
21009 * fast/frames/seamless/seamless-form-get-override.html: Added.
21010 * fast/frames/seamless/seamless-form-get.html: Added.
21011 * fast/frames/seamless/seamless-form-post-expected.txt: Added.
21012 * fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
21013 * fast/frames/seamless/seamless-form-post-named.html: Added.
21014 * fast/frames/seamless/seamless-form-post-override-expected.txt: Added.
21015 * fast/frames/seamless/seamless-form-post-override.html: Added.
21016 * fast/frames/seamless/seamless-form-post.html: Added.
21017 * fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
21018 * fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
21019 * fast/frames/seamless/seamless-hyperlink-named.html: Added.
21020 * fast/frames/seamless/seamless-hyperlink-override-expected.txt: Added.
21021 * fast/frames/seamless/seamless-hyperlink-override.html: Added.
21022 * fast/frames/seamless/seamless-hyperlink.html: Added.
21023 * fast/frames/seamless/seamless-inline-expected.txt: Added.
21024 * fast/frames/seamless/seamless-inline.html: Added.
21025 * fast/frames/seamless/seamless-min-max-expected.txt: Added.
21026 * fast/frames/seamless/seamless-min-max.html: Added.
21027 * fast/frames/seamless/seamless-nested-expected.txt: Added.
21028 * fast/frames/seamless/seamless-nested.html: Added.
21029 * fast/frames/seamless/seamless-quirks-expected.txt: Added.
21030 * fast/frames/seamless/seamless-quirks.html: Added.
21031 * fast/frames/seamless/seamless-sandbox-flag-expected.txt: Added.
21032 * fast/frames/seamless/seamless-sandbox-flag.html: Added.
21033 * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
21034 * fast/frames/seamless/seamless-sandbox-srcdoc.html: Added.
21035 * fast/frames/seamless/seamless-window-location-expected.txt: Added.
21036 * fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
21037 * fast/frames/seamless/seamless-window-location-href.html: Added.
21038 * fast/frames/seamless/seamless-window-location-replace-expected.txt: Added.
21039 * fast/frames/seamless/seamless-window-location-replace.html: Added.
21040 * fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
21041 * fast/frames/seamless/seamless-window-location-sandbox.html: Added.
21042 * fast/frames/seamless/seamless-window-location.html: Added.
21043 * fast/frames/seamless/seamless-window-open-expected.txt: Added.
21044 * fast/frames/seamless/seamless-window-open-override-expected.txt: Added.
21045 * fast/frames/seamless/seamless-window-open-override.html: Added.
21046 * fast/frames/seamless/seamless-window-open.html: Added.
21047 * http/tests/security/seamless/resources/square.html: Added.
21048 * http/tests/security/seamless/seamless-cross-origin-expected.txt: Added.
21049 * http/tests/security/seamless/seamless-cross-origin.html: Added.
21050 * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
21051 * http/tests/security/seamless/seamless-sandbox-srcdoc.html: Added.
21053 2012-05-01 Philip Rogers <pdr@google.com>
21055 Skip building instance tree for disallowed target
21056 https://bugs.webkit.org/show_bug.cgi?id=85202
21058 Reviewed by Nikolas Zimmermann.
21060 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
21061 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
21062 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
21063 * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
21064 * svg/custom/animate-disallowed-mask-element-expected.txt: Added.
21065 * svg/custom/animate-disallowed-mask-element.svg: Added.
21067 2012-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
21069 Accumulation for values-animation is broken
21070 https://bugs.webkit.org/show_bug.cgi?id=85158
21072 Reviewed by Darin Adler.
21074 * svg/animations/accumulate-values-width-animation-expected.txt: Added.
21075 * svg/animations/accumulate-values-width-animation.html: Added.
21076 * svg/animations/resources/accumulate-values-width-animation.svg: Added.
21077 * svg/animations/script-tests/accumulate-values-width-animation.js: Added.
21091 2012-05-01 Ryosuke Niwa <rniwa@webkit.org>
21093 drag of links with styled text drop as links with plain text
21094 https://bugs.webkit.org/show_bug.cgi?id=19386
21096 Reviewed by Hajime Morita.
21098 Add a regression test since the said bug appears to have been fixed on ToT WebKit.
21100 * editing/pasteboard/drag-drop-url-with-style-expected.txt: Added.
21101 * editing/pasteboard/drag-drop-url-with-style.html: Added.
21103 2012-05-01 Andreas Kling <kling@webkit.org>
21105 Remove Mac WK2-specific result for svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm.
21107 * platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
21109 2012-05-01 Yuzhu Shen <yzshen@chromium.org>
21111 Fix test regression introduced by r115086.
21112 https://bugs.webkit.org/show_bug.cgi?id=84566
21114 Reviewed by Pavel Feldman.
21116 * inspector/network-status-non-http.html:
21117 * platform/qt/Skipped:
21119 2012-05-01 Kent Tamura <tkent@chromium.org>
21121 [Chromium] Rebaseline for recent changes about <input type=date>.
21123 * platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
21124 * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
21125 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
21126 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
21127 * platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
21128 * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
21129 * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
21130 * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
21131 * platform/chromium/test_expectations.txt:
21133 2012-05-01 Kent Tamura <tkent@chromium.org>
21135 [Chromium] Test expectation update for r115713.
21136 https://bugs.webkit.org/show_bug.cgi?id=84935
21138 * platform/chromium/test_expectations.txt:
21139 Mark TEXT for date-input-visible-strings.html
21141 2012-05-01 Philippe Normand <pnormand@igalia.com>
21143 Unreviewed, GTK test_expectations update.
21145 * platform/gtk/test_expectations.txt: media/track/track-mode.html
21146 is still flaky as per bug 83878.
21148 2012-04-30 Zan Dobersek <zandobersek@gmail.com>
21150 Unreviewed, rebaselining after r115666 and test expectations update
21153 * platform/gtk/fast/js/constructor-length-expected.txt:
21154 * platform/gtk/test_expectations.txt:
21156 2012-04-30 Kent Tamura <tkent@chromium.org>
21158 REGRESSION(r115600): parseLocalizedDate() should fail for invalid inputs
21159 https://bugs.webkit.org/show_bug.cgi?id=85176
21161 Reviewed by Kentaro Hara.
21163 * platform/chromium/test_expectations.txt: Remove an entry for a fixed test.
21165 2012-04-30 Ilya Sherman <isherman@chromium.org>
21167 Unreviewed, rolling out r113511.
21168 http://trac.webkit.org/changeset/113511
21169 https://bugs.webkit.org/show_bug.cgi?id=66032
21170 https://bugs.webkit.org/show_bug.cgi?id=85150
21172 Regression: Many autofilled form fields lack the default
21173 autofill background even when authors don’t override the
21176 * fast/forms/input-autofilled-expected.txt:
21177 * fast/forms/input-autofilled.html:
21179 2012-04-30 Keishi Hattori <keishi@webkit.org>
21181 datalist: Inconsistent behavior of HTMLInputElement::list
21182 https://bugs.webkit.org/show_bug.cgi?id=84351
21184 Reviewed by Kent Tamura.
21186 * fast/forms/datalist/input-list-expected.txt:
21187 * fast/forms/datalist/input-list.html: Added tests for all input types.
21188 * platform/chromium/fast/forms/datalist/input-list-expected.txt: Added.
21190 2012-04-30 Koji Ishii <kojiishi@gmail.com>
21192 REGRESSION: editing/inserting/insert-bg-font.html fails on Lion
21193 https://bugs.webkit.org/show_bug.cgi?id=82079
21195 Reviewed by Ryosuke Niwa.
21197 The test fails only if "Correct spelling automatically" is turned on.
21198 AutoCorrect kicks in because the test has "backgroundblue" as a word,
21199 so changing it to "background blue" fixes the failure.
21201 * editing/inserting/insert-bg-font-expected.txt: Change "backgroundblue" to "background blue".
21202 * editing/inserting/insert-bg-font.html: Ditto.
21204 2012-04-30 Xingnan Wang <xingnan.wang@intel.com>
21206 Add multichannel support for input of JavaScriptAudioNode
21207 https://bugs.webkit.org/show_bug.cgi?id=84687
21209 Reviewed by Chris Rogers.
21211 * webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Added.
21212 * webaudio/javascriptaudionode-downmix8-2channel-input.html: Added.
21213 * webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Added.
21214 * webaudio/javascriptaudionode-upmix2-8channel-input.html: Added.
21215 * webaudio/resources/javascriptaudionode-testing.js: Added.
21217 (processAudioData):
21219 (checkStereoOnlyData):
21222 2012-04-30 Zhenyao Mo <zmo@google.com>
21224 Unreviewed, test expectations update.
21226 * platform/chromium/test_expectations.txt:
21228 2012-04-30 Ryosuke Niwa <rniwa@webkit.org>
21230 NULL ptr in WebCore::Range::getBorderAndTextQuads
21231 https://bugs.webkit.org/show_bug.cgi?id=77218
21233 Reviewed by Eric Seidel.
21235 Add a regression test. We use alert here instead of innerHTML, textContent, etc...
21236 because document element is no longer well-formed at the end of the test.
21238 * fast/dom/Range/range-created-in-mutation-event-crash-expected.txt: Added.
21239 * fast/dom/Range/range-created-in-mutation-event-crash.xhtml: Added.
21241 2012-04-30 Mark Rowe <mrowe@apple.com>
21243 REGRESSION (r115544): platform/mac/fast/events/pointer-events-dashboard.html is failing
21245 Remove the test since r115544 removed the special behavior in Dashboard.
21247 Rubber-stamped by Anders Carlsson.
21249 * platform/mac/fast/events/pointer-events-dashboard-expected.png: Removed.
21250 * platform/mac/fast/events/pointer-events-dashboard-expected.txt: Removed.
21251 * platform/mac/fast/events/pointer-events-dashboard.html: Removed.
21253 2012-04-30 Tom Zakrajsek <tomz@codeaurora.org>
21255 Unreviewed gardening
21257 * platform/qt/test_expectations.txt:
21259 2012-04-30 Sadrul Habib Chowdhury <sadrul@chromium.org>
21261 [chromium] Disable battery-status API support.
21262 https://bugs.webkit.org/show_bug.cgi?id=84499
21264 Reviewed by Adam Barth.
21266 * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
21267 * platform/chromium/test_expectations.txt:
21269 2012-04-30 Gavin Barraclough <barraclough@apple.com>
21271 Arguments object resets attributes on redefinition of a parameter
21272 https://bugs.webkit.org/show_bug.cgi?id=84994
21274 Rubber stamped by Oliver Hunt.
21276 * fast/js/arguments-expected.txt:
21277 * fast/js/script-tests/arguments.js:
21278 - Added test cases.
21280 2012-04-30 Kentaro Hara <haraken@chromium.org>
21282 WebGLRenderingContext methods should throw TypeError for not enough arguments
21283 https://bugs.webkit.org/show_bug.cgi?id=84787
21285 Reviewed by Kenneth Russell.
21287 Currently, WebGLRenderingcontext methods implement
21288 "Not enough arguments" error as SyntaxError. The Web IDL
21289 spec requires that it should be TypeError:
21290 http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm
21292 This patch changes SyntaxError to TypeError.
21294 * fast/canvas/webgl/webgl-exceptions-expected.txt: Added.
21295 * fast/canvas/webgl/webgl-exceptions.html: Added.
21297 2012-04-30 Abhishek Arya <inferno@chromium.org>
21299 Remove positioned float code.
21300 https://bugs.webkit.org/show_bug.cgi?id=84795
21302 Reviewed by Dan Bernstein.
21304 * fast/block/float/positioned-float-crash-expected.txt: Added.
21305 * fast/block/float/positioned-float-crash.html: Added.
21307 2012-04-30 Sam Weinig <sam@webkit.org>
21310 https://bugs.webkit.org/show_bug.cgi?id=84036
21312 Reviewed by Anders Carlsson.
21314 * fast/js/constructor-length.html:
21315 * platform/mac/fast/js/constructor-length-expected.txt:
21316 Remove WebKitBlobBuilder from this test, as it is not exposed on all platforms,
21317 and add Blob, which is.
21319 * platform/mac/Skipped:
21320 Skip fast/files/blob-builder-crash.html, since we no longer support WebKitBlobBuilder.
21322 2012-04-30 Mark Hahnenberg <mhahnenberg@apple.com>
21324 fast/js/random-array-gc-stress times out in debug mode
21325 https://bugs.webkit.org/show_bug.cgi?id=84821
21327 Reviewed by Darin Adler.
21329 * fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more.
21332 2012-04-30 Benjamin Poulain <bpoulain@apple.com>
21334 Add fast path for radix == 10 to numberProtoFuncToString
21335 https://bugs.webkit.org/show_bug.cgi?id=85120
21337 Reviewed by Darin Adler.
21339 Add more test coverage for Number.proto.toString.
21341 * platform/chromium/test_expectations.txt: Mark the test as failing on Chromium.
21342 * fast/js/toString-number-expected.txt: Added.
21343 * fast/js/toString-number.html: Added.
21345 2012-04-30 Tommy Widenflycht <tommyw@google.com>
21347 MediaStream API: Adding a test for the experimental PeerConnection00
21348 https://bugs.webkit.org/show_bug.cgi?id=82881
21350 Reviewed by Dimitri Glazkov.
21352 Tests construction of objects.
21354 * fast/mediastream/constructors-expected.txt: Added.
21355 * fast/mediastream/constructors.html: Added.
21357 2012-04-30 Justin Schuh <jschuh@chromium.org>
21359 loadOrRedirectSubframe should return the owner element's frame
21360 https://bugs.webkit.org/show_bug.cgi?id=84780
21362 Reviewed by Nate Chapin.
21364 * fast/loader/javascript-url-iframe-remove-on-navigate-expected.txt: Added.
21365 * fast/loader/javascript-url-iframe-remove-on-navigate.html: Added.
21367 2012-04-30 Thiago Marcos P. Santos <thiago.santos@intel.com>
21369 [EFL] Update expectations for media/audio-delete-while-step-button-clicked.html
21370 https://bugs.webkit.org/show_bug.cgi?id=85180
21372 Unreviewed gardening.
21374 * platform/efl/test_expectations.txt:
21376 2012-04-30 Beth Dakin <bdakin@apple.com>
21378 https://bugs.webkit.org/show_bug.cgi?id=82922
21379 border-image with image-set does not render correctly when viewed at
21381 -and corresponding-
21382 <rdar://problem/11167820>
21384 Reviewed by Dan Bernstein.
21386 * fast/hidpi/image-set-border-image-comparison.html: Added.
21387 * fast/hidpi/resources/Breakpoint-2x.png: Added.
21388 * fast/hidpi/resources/Breakpoint.png: Added.
21389 * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
21390 * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
21392 2012-04-30 Andreas Kling <kling@webkit.org>
21394 Rebaseline svg/zoom/page/zoom-svg-through-object-with-percentage-size.svg for Mac after Length changes.
21396 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
21398 2012-04-30 Yi Shen <yi.4.shen@nokia.com>
21400 Inserting a paragraph between quoted lines in editing/deleting/delete-4038408-fix.html doesn't work
21401 https://bugs.webkit.org/show_bug.cgi?id=78193
21403 Reviewed by Ryosuke Niwa.
21405 When pasting a copied portion of a blockquote with a newline at the end into an unquoted area,
21406 the newline is inserted after the blockquote since we don't want it also to be quoted. However,
21407 this behavior has also applied when we insert a paragraph between quoted lines, which is incorrect.
21408 To figure out the right place to insert a paragraph, we need providing more information to the
21409 InsertParagraphSeparatorCommand by introducing a boolean parameter "pasteBlockqutoeIntoUnquotedArea".
21411 * editing/inserting/insert-paragraph-separator-in-blockquote-expected.txt: Added.
21412 * editing/inserting/insert-paragraph-separator-in-blockquote.html: Added.
21413 * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote-expected.txt: Added.
21414 * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html: Added.
21416 2012-04-30 Antti Koivisto <antti@apple.com>
21418 Protect current element in HTMLLinkElement::setCSSStyleSheet
21419 https://bugs.webkit.org/show_bug.cgi?id=85166
21421 Reviewed by Andreas Kling.
21423 * fast/css/cached-sheet-restore-crash-expected.txt: Added.
21424 * fast/css/cached-sheet-restore-crash.html: Added.
21426 2012-04-30 Pavel Feldman <pfeldman@chromium.org>
21428 Not reviewed: chromium expectations updated.
21430 * platform/chromium/test_expectations.txt:
21432 2012-04-30 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
21434 [GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry
21435 https://bugs.webkit.org/show_bug.cgi?id=85156
21437 Reviewed by Martin Robinson.
21439 Unskip http/tests/xmlhttprequest/origin-whitelisting-removal.html
21441 * platform/gtk/test_expectations.txt:
21443 2012-04-30 Pavel Feldman <pfeldman@chromium.org>
21445 Not reviewed: chromium expectations updated.
21447 * platform/chromium/test_expectations.txt:
21449 2012-04-30 Andreas Kling <kling@webkit.org>
21451 Add Mac expectation for fast/dom/Window/window-lookup-precedence.html.
21453 Mac builds without ENABLE(DATALIST).
21455 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
21457 2012-04-29 Andreas Kling <kling@webkit.org>
21459 Skip the fast/performance/ directory on Mac since the bots don't build with ENABLE(WEB_TIMING).
21461 * platform/mac/Skipped:
21463 2012-04-29 Sam Weinig <sam@webkit.org>
21465 Add support for the Blob constructor (Part 2)
21466 https://bugs.webkit.org/show_bug.cgi?id=84555
21468 Address additional feedback on Blob construction.
21469 - Add exception when the dictionary is not an object.
21470 - Ensure the proper ordering of dictionary access. Tested via
21471 throwing exceptions in toString, and ensuring correct one is
21473 - Changed type of exception throw for invalid enumeration to a
21476 Reviewed by Kentaro Hara.
21478 * fast/files/blob-constructor-expected.txt:
21479 * fast/files/script-tests/blob-constructor.js:
21481 2012-04-29 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
21483 [GTK] DRT needs an implementation of layoutTestController.setDomainRelaxationForbiddenForURLScheme
21484 https://bugs.webkit.org/show_bug.cgi?id=85131
21486 Reviewed by Martin Robinson.
21488 Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
21490 * platform/gtk/test_expectations.txt:
21492 2012-04-29 Zan Dobersek <zandobersek@gmail.com>
21494 Unreviewed, gardening after revisions 115573 and 115582.
21496 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
21497 * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
21498 * platform/gtk/fast/forms/001-expected.txt:
21499 * platform/gtk/fast/html/details-position-expected.txt: Added.
21500 * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
21501 * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
21502 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
21503 * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
21504 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
21506 2012-04-28 Csaba Osztrogonác <ossy@webkit.org>
21508 [Qt] Unreviewed weekend gardening, update test results, skip new failing tests.
21510 * fast/files/workers/inline-worker-via-blob-url.html: Trivial typo fix after r115582.
21511 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
21512 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
21513 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
21514 * platform/qt/Skipped: Skip a new failing reftest after r115554.
21515 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
21516 * platform/qt/fast/html/details-position-expected.png: Updated after r115573.
21517 * platform/qt/fast/html/details-position-expected.txt: Updated after r115573.
21518 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Updated after r115573.
21520 2012-04-28 Li Yin <li.yin@intel.com>
21522 MessagePort must set m_closed to be true at the end of MessagePort::close function
21523 https://bugs.webkit.org/show_bug.cgi?id=85139
21525 Test MessageChannel.port whether can receive message after it is closed.
21527 Reviewed by Kentaro Hara.
21529 * fast/events/message-port-close-expected.txt: Added.
21530 * fast/events/message-port-close.html: Added.
21532 2012-04-28 Sam Weinig <sam@webkit.org>
21534 Add support for the Blob constructor
21535 https://bugs.webkit.org/show_bug.cgi?id=84555
21537 Reviewed by Maciej Stachowiak.
21539 Switch tests that were not directly testing BlobBuilder over to
21540 using the Blob constructor, to get test coverage of standard way
21541 constructing blobs.
21543 * fast/files/blob-constructor.html: Added.
21544 * fast/files/blob-constructor-expected.txt: Added.
21545 * fast/files/script-tests/blob-constructor.js: Added.
21548 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
21549 * fast/dom/HTMLAnchorElement/anchor-download.html:
21550 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
21551 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
21552 * fast/dom/constructed-objects-prototypes-expected.txt:
21553 * fast/dom/window-domurl-crash.html:
21554 * fast/files/blob-slice-overflow.html:
21555 * fast/files/blob-slice-test.html:
21556 * fast/files/file-reader-fffd-expected.txt:
21557 * fast/files/file-reader-fffd.html:
21558 * fast/files/not-enough-arguments-expected.txt:
21559 * fast/files/not-enough-arguments.html:
21560 * fast/files/resources/read-blob-test-cases.js:
21561 * fast/files/resources/read-common.js:
21562 * fast/files/workers/inline-worker-via-blob-url.html:
21563 * fast/filesystem/resources/file-writer-abort-continue.js:
21564 * fast/filesystem/resources/file-writer-abort-depth.js:
21565 * fast/filesystem/resources/file-writer-abort.js:
21566 * fast/filesystem/resources/file-writer-events.js:
21567 * fast/filesystem/resources/file-writer-gc-blob.js:
21568 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
21569 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
21570 * fast/filesystem/resources/file-writer-utils.js:
21571 * http/tests/fileapi/create-blob-url-from-data-url.html:
21572 * http/tests/filesystem/no-cache-filesystem-url.html:
21573 * http/tests/local/blob/resources/hybrid-blob-util.js:
21574 * http/tests/security/resources/create-filesystem-file.html:
21575 * http/tests/websocket/tests/hixie76/send-object.html:
21576 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
21577 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
21578 * http/tests/websocket/tests/hybi/send-blob.html:
21579 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
21580 * http/tests/websocket/tests/hybi/send-file-blob.html:
21581 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
21582 * platform/mac/fast/dom/Window/window-properties-expected.txt:
21583 * storage/indexeddb/noblobs.html:
21584 * storage/indexeddb/structured-clone.html:
21586 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
21588 Unreviewed, removing a Mac WebKit2-specific test result for
21589 http/tests/xmlviewer/dumpAsText/frames.html that is not required
21590 anymore after changes in r115572.
21592 * platform/mac-wk2/http/tests/xmlviewer: Removed.
21593 * platform/mac-wk2/http/tests/xmlviewer/dumpAsText: Removed.
21594 * platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Removed.
21596 2012-04-28 Emil A Eklund <eae@chromium.org>
21598 Unreviewed rebaseline for tests affected by Length change in r115573.
21600 * fast/borders/border-radius-huge-assert-expected.txt: Added.
21601 * fast/html/details-position-expected.txt: Added.
21602 * platform/chromium-mac-leopard/fast/forms/001-expected.png:
21603 * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
21604 * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
21605 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
21606 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
21607 * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
21608 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
21609 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
21610 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
21611 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
21612 * platform/chromium-mac/fast/forms/001-expected.png:
21613 * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
21614 * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
21615 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
21616 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
21617 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
21618 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
21619 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
21620 * platform/chromium-win/fast/html/details-position-expected.txt:
21621 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
21622 * platform/efl/fast/borders/border-radius-huge-assert-expected.txt: Removed.
21623 * platform/efl/fast/html/details-position-expected.txt: Removed.
21624 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
21625 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
21626 * platform/gtk/fast/borders/border-radius-huge-assert-expected.txt: Removed.
21627 * platform/gtk/fast/html/details-position-expected.txt: Removed.
21628 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
21629 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
21630 * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
21631 * svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
21633 2012-04-26 Emil A Eklund <eae@chromium.org>
21635 Move Length and CSS length computation to float
21636 https://bugs.webkit.org/show_bug.cgi?id=84801
21638 Reviewed by Eric Seidel.
21640 Change Length and CSS length computation to floating point. This gets us
21641 closer to the goal of supporting subpixel layout and improves precision
21642 for SVG which already uses floating point for its layout.
21644 This change makes computedStyle return fractional values for pixel values
21645 if a fraction is specified. It also changes the result of computations
21646 where two or more values with fractional precision. Prior to this change
21647 the result of Length(2.9) + Length(2.9) would be 4 as each value would be
21648 floored. with this change the result is 5 as the addition is done with
21649 floating point precision and then the result will be floored. Once we
21650 enable subpixel layout the resulting value in this example would be 5.8.
21652 * fast/dom/length-attribute-mapping-expected.txt:
21653 * fast/dom/length-attribute-mapping.html:
21654 * platform/mac-snowleopard/fast/forms/001-expected.png:
21655 * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
21656 * platform/mac/fast/forms/001-expected.txt:
21657 * platform/mac/fast/html/details-position-expected.png:
21658 * platform/mac/fast/html/details-position-expected.txt:
21659 * platform/mac/fast/replaced/width100percent-checkbox-expected.png:
21660 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
21661 * platform/mac/fast/replaced/width100percent-radio-expected.png:
21662 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
21663 * platform/mac/mathml/presentation/fractions-expected.png:
21664 * platform/mac/mathml/presentation/fractions-expected.txt:
21665 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
21666 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
21667 * platform/mac/mathml/presentation/mo-stretch-expected.png:
21668 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
21669 * platform/mac/mathml/presentation/subsup-expected.png:
21670 * platform/mac/mathml/presentation/subsup-expected.txt:
21671 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
21672 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
21673 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
21674 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
21676 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
21678 [WK2] http/tests/navigation/anchor-frames-gbk.html fails
21679 https://bugs.webkit.org/show_bug.cgi?id=76896
21681 Reviewed by Darin Adler.
21683 Unskip the now-passing test for Mac and Qt WK2 ports.
21685 * platform/mac-wk2/Skipped:
21686 * platform/qt-5.0-wk2/Skipped:
21688 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
21690 Unreviewed, adding a Gtk-specific baseline for
21691 fast/dom/Window/window-lookup-precedence.html.
21693 * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
21695 2012-04-28 Alexander Pavlov <apavlov@chromium.org>
21697 Web Inspector: Enable touch events feature fails touch feature detection
21698 https://bugs.webkit.org/show_bug.cgi?id=84397
21700 Reviewed by Pavel Feldman.
21702 * fast/events/touch/emulate-touch-events-expected.txt:
21703 * fast/events/touch/emulate-touch-events.html:
21705 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
21707 <animateTransform type="scale"> should use '0' as effective from value not '1', if no base value is specified and from is not given
21708 https://bugs.webkit.org/show_bug.cgi?id=85133
21710 Reviewed by Antti Koivisto.
21712 * svg/animations/animateTransform-by-scale-1-expected.svg: Added.
21713 * svg/animations/animateTransform-by-scale-1.svg: Added.
21715 2012-04-28 Noel Gordon <noel.gordon@gmail.com>
21717 [chromium] http/tests/websocket/tests/hixie76/url-parsing.html is failing
21718 https://bugs.webkit.org/show_bug.cgi?id=85130
21720 Unreviewed test expectations update: fix expected text after r115533.
21722 * platform/chromium-mac/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed.
21723 * platform/chromium-win/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed.
21724 * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Renamed from LayoutTests/platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt.
21726 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
21728 SVGAnimateColorElement doesn't support by/to animations properly
21729 https://bugs.webkit.org/show_bug.cgi?id=36704
21731 Reviewed by Antti Koivisto.
21733 * svg/animations/animateColor-additive-2a-expected.svg: Added.
21734 * svg/animations/animateColor-additive-2a.svg: Added.
21735 * svg/animations/animateColor-additive-2b-expected.svg: Added.
21736 * svg/animations/animateColor-additive-2b.svg: Added.
21737 * svg/animations/animateColor-additive-2c-expected.svg: Added.
21738 * svg/animations/animateColor-additive-2c.svg: Added.
21739 * svg/animations/animateColor-additive-2d-expected.svg: Added.
21740 * svg/animations/animateColor-additive-2d.svg: Added.
21742 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
21744 Fix repetitions & by animation support for path animations
21745 https://bugs.webkit.org/show_bug.cgi?id=85071
21747 Reviewed by Antti Koivisto.
21749 * svg/animations/path-animation.svg: Added.
21750 * svg/animations/path-animation-expected.svg: Added.
21751 * svg/animations/repeating-path-animation-expected.svg: Added.
21752 * svg/animations/repeating-path-animation.svg: Added.
21753 * svg/animations/script-tests/svgpath-animation-1.js: Correct testcase, now that by animations are supported.
21757 * svg/animations/svgpath-animation-1-expected.txt:
21759 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
21761 SVGAnimateMotion does not handle accumulation
21762 https://bugs.webkit.org/show_bug.cgi?id=18564
21764 Reviewed by Antti Koivisto.
21766 Import mozilla <animateMotion> reftests, and two testscases from
21767 Dr. Olaf Hoffmanns SVG test suite, covering all additive/accumulate modes
21768 for <animateMotion>.
21770 * svg/animations/animateMotion-additive-1-expected.svg: Added.
21771 * svg/animations/animateMotion-additive-1.svg: Added.
21772 * svg/animations/animateMotion-additive-2a-expected.svg: Added.
21773 * svg/animations/animateMotion-additive-2a.svg: Added.
21774 * svg/animations/animateMotion-additive-2b-expected.svg: Added.
21775 * svg/animations/animateMotion-additive-2b.svg: Added.
21776 * svg/animations/animateMotion-additive-2c-expected.svg: Added.
21777 * svg/animations/animateMotion-additive-2c.svg: Added.
21778 * svg/animations/animateMotion-additive-2d-expected.svg: Added.
21779 * svg/animations/animateMotion-additive-2d.svg: Added.
21780 * svg/animations/mozilla/animateMotion-by-1-expected.svg: Added.
21781 * svg/animations/mozilla/animateMotion-by-1.svg: Added.
21782 * svg/animations/mozilla/animateMotion-from-to-1-expected.svg: Added.
21783 * svg/animations/mozilla/animateMotion-from-to-1.svg: Added.
21784 * svg/animations/mozilla/animateMotion-indefinite-to-1-expected.svg: Added.
21785 * svg/animations/mozilla/animateMotion-indefinite-to-1.svg: Added.
21786 * svg/animations/mozilla/animateMotion-indefinite-to-2-expected.svg: Added.
21787 * svg/animations/mozilla/animateMotion-indefinite-to-2.svg: Added.
21788 * svg/animations/mozilla/animateMotion-mpath-pathLength-1-expected.svg: Added.
21789 * svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg: Added.
21790 * svg/animations/mozilla/animateMotion-mpath-targetChange-1-expected.svg: Added.
21791 * svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg: Added.
21792 * svg/animations/mozilla/animateMotion-to-overridden-1-expected.svg: Added.
21793 * svg/animations/mozilla/animateMotion-to-overridden-1.svg: Added.
21795 2012-04-27 Yury Semikhatsky <yurys@chromium.org>
21797 ScriptStateProtectedPtr should not keep a strong reference to the context
21798 https://bugs.webkit.org/show_bug.cgi?id=85009
21800 Test that after frame navigation all arguments passed to the console messages
21801 created in that frame will be discarded and not prevent the frame context from
21804 Reviewed by Pavel Feldman.
21806 * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt: Added.
21807 * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html: Added.
21808 * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt:
21809 * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html:
21810 * http/tests/inspector-enabled/resources/console-clear-arguments-test.js: Added.
21812 (dumpConsoleMessageArgumentCounts):
21813 * http/tests/inspector/console-test.js:
21814 (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
21815 (initialize_ConsoleTest):
21817 2012-04-28 Csaba Osztrogonác <ossy@webkit.org>
21819 [Qt] Unreviewed weekend gardening, skip new failing tests.
21821 * platform/qt/Skipped:
21823 2012-04-27 Noel Gordon <noel.gordon@gmail.com>
21825 Layout Test fast/images/gif-large-checkerboard.html is a flaky crash
21826 https://bugs.webkit.org/show_bug.cgi?id=85073
21828 Unreviewed text expectations update. Test has been a solid PASS for past 12 hours
21829 since the patch for bug 85077 rolled in.
21831 * platform/chromium/test_expectations.txt:
21833 2012-04-27 Csaba Osztrogonác <ossy@webkit.org>
21835 Unreviewed gardening, update expected files after r115446.
21837 * fast/dom/Window/window-lookup-precedence-expected.txt: Updated after r115446.
21838 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
21839 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
21840 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
21841 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
21842 * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
21843 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
21844 * platform/qt/fast/js/global-constructors-expected.txt: Updated after r115446.
21846 2012-04-27 Zan Dobersek <zandobersek@gmail.com>
21848 Unreviewed, rebaselining after revisions 115446, 115510 and 115533.
21850 * fast/dom/Window/window-lookup-precedence-expected.txt:
21851 * http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
21852 * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
21853 * platform/gtk/media/video-colorspace-yuv420-expected.txt:
21854 * platform/gtk/media/video-colorspace-yuv422-expected.txt:
21856 2012-04-27 Dean Jackson <dino@apple.com>
21858 Support reverse and alternate-reverse in CA animations
21859 https://bugs.webkit.org/show_bug.cgi?id=78041
21861 Reviewed by Beth Dakin.
21863 Tests support for reverse and alternate-reverse animations on
21864 CoreAnimation objects, as well as filling out some of the software
21865 animator tests. There are three variables to exercise: reverse vs
21866 forward direction animations, whether reversed timing functions are
21867 inverted correctly, and that fill mode respects the direction of
21870 Refactored the animation test helper class so we could reuse
21871 property parsing and evaluation.
21873 * animations/animation-direction-reverse-fill-mode-expected.txt: Added.
21874 * animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Added.
21875 * animations/animation-direction-reverse-fill-mode-hardware.html: Added.
21876 * animations/animation-direction-reverse-fill-mode.html: Added.
21877 * animations/animation-direction-reverse-hardware-expected.txt: Added.
21878 * animations/animation-direction-reverse-hardware-opacity-expected.txt: Added.
21879 * animations/animation-direction-reverse-hardware-opacity.html: Added.
21880 * animations/animation-direction-reverse-hardware.html: Added.
21881 * animations/animation-direction-reverse-non-hardware-expected.txt: Added.
21882 * animations/animation-direction-reverse-non-hardware.html: Added.
21883 * animations/animation-direction-reverse-timing-functions-expected.txt: Added.
21884 * animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Added.
21885 * animations/animation-direction-reverse-timing-functions-hardware.html: Added.
21886 * animations/animation-direction-reverse-timing-functions.html: Added.
21887 * animations/resources/animation-test-helpers.js:
21888 (checkExpectedValue):
21889 (getPropertyValue):
21890 (comparePropertyValue):
21892 2012-04-27 Sheriff Bot <webkit.review.bot@gmail.com>
21894 Unreviewed, rolling out r115407.
21895 http://trac.webkit.org/changeset/115407
21896 https://bugs.webkit.org/show_bug.cgi?id=85126
21898 Caused heap use after free (Requested by keishi_ on #webkit).
21900 * fast/forms/datalist/datalist-child-validation-expected.txt: Removed.
21901 * fast/forms/datalist/datalist-child-validation.html: Removed.
21903 2012-04-27 Kentaro Hara <haraken@chromium.org>
21905 "Not enough arguments" error should be TypeError
21906 https://bugs.webkit.org/show_bug.cgi?id=84628
21908 Reviewed by Darin Adler.
21910 Currently, some custom bindings implement "Not enough arguments"
21911 error as SyntaxError. The Web IDL spec requires that it should be
21912 TypeError: http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm
21913 Thus, this patch changes SyntaxError to TypeError, and adds test
21914 cases for the exception.
21916 * http/tests/websocket/tests/hixie76/send-empty-expected.txt:
21917 * http/tests/websocket/tests/hixie76/url-parsing.html:
21918 * http/tests/websocket/tests/hybi/send-empty-expected.txt:
21919 * http/tests/websocket/tests/hybi/url-parsing.html:
21920 * http/tests/xmlhttprequest/exceptions-expected.txt:
21921 * http/tests/xmlhttprequest/exceptions.html:
21922 * platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
21923 * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
21924 * svg/dom/SVGLength-expected.txt:
21925 * webaudio/audionode-expected.txt:
21926 * webaudio/audionode.html:
21928 2012-04-27 Kenneth Russell <kbr@google.com>
21930 Remove SHADER_COMPILER constant
21931 https://bugs.webkit.org/show_bug.cgi?id=85115
21933 Reviewed by Darin Adler.
21935 * fast/canvas/webgl/constants-expected.txt: Updated expected results.
21936 * fast/canvas/webgl/constants.html: Synced test with Khronos repository.
21938 2012-04-27 Joe Thomas <joethomas@motorola.com>
21940 fast/forms/listbox-clear-restore.html is failing
21941 https://bugs.webkit.org/show_bug.cgi?id=82818
21943 Reviewed by Darin Adler.
21945 This testcase was flaky on the bot and from the screenshots it looks like the timer failed to fire.
21946 Using document.body.offsetWidth to force a layout instead of timer.
21948 * fast/forms/listbox-clear-restore.html:
21949 * platform/mac/Skipped:
21951 2012-04-27 Andrew Scherkus <scherkus@chromium.org>
21953 [Chromium] Unreviewed, updating baselines for media/video-colorspace-yuv420/422.html due to r115510.
21955 * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
21956 * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
21957 * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png:
21958 * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png:
21959 * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
21960 * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
21961 * platform/chromium-mac/media/video-colorspace-yuv420-expected.png:
21962 * platform/chromium-mac/media/video-colorspace-yuv420-expected.txt:
21963 * platform/chromium-mac/media/video-colorspace-yuv422-expected.png:
21964 * platform/chromium-mac/media/video-colorspace-yuv422-expected.txt:
21965 * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
21966 * platform/chromium-win/media/video-colorspace-yuv420-expected.txt:
21967 * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
21968 * platform/chromium-win/media/video-colorspace-yuv422-expected.txt:
21969 * platform/chromium/test_expectations.txt:
21971 2012-04-27 Yi Shen <yi.4.shen@nokia.com>
21973 REGRESSION(113723): Pressing enter in this list example deletes the whole list
21974 https://bugs.webkit.org/show_bug.cgi?id=85016
21976 Reviewed by Enrica Casucci.
21978 The bug was caused by CompositeEditCommand::breakOutOfEmptyListItem, which calls isListItem
21979 on the empty list's siblings to decide which part of the list should get removed. However,
21980 the check fails when the empty list's sibling is a text node, or a list element (e.g. ul, ol).
21981 Fixed it by skipping empty list's non-element sibling and calling isListElement to do further
21984 * editing/execCommand/break-out-of-empty-list-item-expected.txt:
21985 * editing/execCommand/script-tests/break-out-of-empty-list-item.js:
21987 2012-04-27 Tim Horton <timothy_horton@apple.com>
21989 SMIL animation causes leak of the related Document (and many elements)
21990 https://bugs.webkit.org/show_bug.cgi?id=83856
21991 <rdar://problem/11216047>
21993 Reviewed by Dean Jackson.
21995 Add a few tests for different parts of this patch: smil-leak-elements tests that animated
21996 elements are garbage collected properly after being removed from the page;
21998 smil-leak-element-instances and its related smil-leak-element-instances-noBaseValRef test
21999 that we don't leak instances after they're removed from the document while the original element is still alive;
22001 smil-leak-dynamically-added-element-instances tests the same thing, but adds half of the instances
22002 while the animation is in the middle of running;
22004 svglength-element-removed-crash ensures that an animated element is not freed
22005 if JavaScript code is holding a reference to an animated property wrapper.
22007 * svg/animations/smil-leak-dynamically-added-element-instances-expected.txt: Added.
22008 * svg/animations/smil-leak-dynamically-added-element-instances.svg: Added.
22009 * svg/animations/smil-leak-element-instances-expected.txt: Added.
22010 * svg/animations/smil-leak-element-instances-noBaseValRef-expected.txt: Added.
22011 * svg/animations/smil-leak-element-instances-noBaseValRef.svg: Added.
22012 * svg/animations/smil-leak-element-instances.svg: Added.
22013 * svg/animations/smil-leak-elements-expected.txt: Added.
22014 * svg/animations/smil-leak-elements.svg: Added.
22015 * svg/animations/svglength-element-removed-crash-expected.txt: Added.
22016 * svg/animations/svglength-element-removed-crash.svg: Added.
22018 2012-04-27 Dirk Pranke <dpranke@chromium.org>
22020 Mark tables/mozilla/other/slashlogo.html as SLOW
22021 https://bugs.webkit.org/show_bug.cgi?id=85106
22023 * platform/chromium/test_expectations.txt:
22025 2012-04-24 Jeffrey Pfau <jpfau@apple.com>
22027 Disable RTF in JavaScript drag-and-drop
22028 https://bugs.webkit.org/show_bug.cgi?id=76597
22030 Reviewed by Maciej Stachowiak.
22032 * fast/events/drag-and-drop-subframe-dataTransfer-expected.txt: Added.
22033 * fast/events/drag-and-drop-subframe-dataTransfer.html: Added.
22034 * fast/events/resources/file-for-drag-and-drop-subframe-dataTransfer.html: Added.
22036 2012-04-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
22038 [EFL] [DRT] Unskip passing tests related to editing commands
22039 https://bugs.webkit.org/show_bug.cgi?id=84944
22041 Unreviewed, unskip passing editing commands tests.
22043 * platform/efl/Skipped:
22045 2012-04-24 Shadi Khalek <shadi@chromium.org>
22047 Support video format yuv422p tests on different ports.
22048 https://bugs.webkit.org/show_bug.cgi?id=82281
22050 Reviewed by Eric Carlson.
22052 * media/content/test_yuv420.mp4: Added.
22053 * media/content/test_yuv420.ogv:
22054 * media/content/test_yuv422.mp4: Added.
22055 * media/content/test_yuv422.ogv:
22056 * media/video-colorspace-yuv420.html:
22057 * media/video-colorspace-yuv422.html:
22059 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22061 [Chromium] fast/js/dfg-uint32array.html is a flaky timeout.
22062 https://bugs.webkit.org/show_bug.cgi?id=85090
22064 * platform/chromium/test_expectations.txt: Added.
22066 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22068 Mark svg/as-image/svg-as-relative-image-with-explicit-size.html as flaky.
22069 https://bugs.webkit.org/show_bug.cgi?id=85107
22071 * platform/chromium/test_expectations.txt: Registered flakiness.
22073 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22075 Mark tables/mozilla/other/slashlogo.html as flaky timeout.
22076 https://bugs.webkit.org/show_bug.cgi?id=85106
22078 * platform/chromium/test_expectations.txt: Marked.
22080 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22082 [Chromium] Remove remaining mentions of platform/mac-leopard.
22084 * platform/chromium/test_expectations.txt: Removed.
22086 2012-04-27 Nat Duca <nduca@chromium.org>
22088 Implement high-resolution time via window.performance.now()
22089 https://bugs.webkit.org/show_bug.cgi?id=66684
22091 This implements the high resolution time spec from
22092 http://www.w3.org/TR/hr-time/, giving javascript access to
22093 sub-millisecond timestamps that increase over time instead of being
22094 subject to skewing, for example when the host machine's clock changes.
22096 Reviewed by Tony Gentilcore.
22098 * fast/dom/Window/window-properties-performance-expected.txt:
22099 * fast/performance/performance-now-timestamps-expected.txt: Added.
22100 * fast/performance/performance-now-timestamps.html: Added.
22101 * fast/performance/script-tests/TEMPLATE.html: Added.
22102 * fast/performance/script-tests/performance-now-timestamps.js: Added.
22104 * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
22106 2012-04-27 Tony Chang <tony@chromium.org>
22108 remove LayoutTests/platform/mac-leopard
22109 https://bugs.webkit.org/show_bug.cgi?id=84999
22111 These results are no longer used by any ports.
22113 * platform/mac-leopard: Removed.
22115 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
22117 [EFL] Several media layout tests need rebaselining
22118 https://bugs.webkit.org/show_bug.cgi?id=84943
22120 Unreviewed, rebaseline EFL media layout tests due to r114957.
22122 * platform/efl/media/media-controls-clone-expected.txt:
22123 * platform/efl/media/video-empty-source-expected.txt:
22124 * platform/efl/media/video-zoom-controls-expected.txt:
22126 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22128 Unreviewed, rolling out r115484.
22129 http://trac.webkit.org/changeset/115484
22130 https://bugs.webkit.org/show_bug.cgi?id=84555
22132 Broke Chromium compile.
22134 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
22135 * fast/dom/HTMLAnchorElement/anchor-download.html:
22136 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
22137 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
22138 * fast/dom/window-domurl-crash.html:
22139 * fast/files/blob-constructor-expected.txt: Removed.
22140 * fast/files/blob-constructor.html: Removed.
22141 * fast/files/blob-slice-overflow.html:
22142 * fast/files/blob-slice-test.html:
22143 * fast/files/file-reader-fffd.html:
22144 * fast/files/not-enough-arguments.html:
22145 * fast/files/resources/read-blob-test-cases.js:
22146 (testReadingTripleSlicedHybridBlob):
22147 * fast/files/resources/read-common.js:
22149 * fast/files/script-tests/blob-constructor.js: Removed.
22150 * fast/files/workers/inline-worker-via-blob-url.html:
22151 * fast/filesystem/resources/file-writer-abort-continue.js:
22154 * fast/filesystem/resources/file-writer-abort-depth.js:
22155 * fast/filesystem/resources/file-writer-abort.js:
22158 * fast/filesystem/resources/file-writer-events.js:
22161 * fast/filesystem/resources/file-writer-gc-blob.js:
22164 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
22165 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
22166 * fast/filesystem/resources/file-writer-utils.js:
22167 * http/tests/fileapi/create-blob-url-from-data-url.html:
22168 * http/tests/filesystem/no-cache-filesystem-url.html:
22169 * http/tests/local/blob/resources/hybrid-blob-util.js:
22170 (HybridBlobTestUtil.this.appendAndCreateBlob):
22171 (HybridBlobTestUtil):
22172 * http/tests/security/resources/create-filesystem-file.html:
22173 * http/tests/websocket/tests/hixie76/send-object.html:
22174 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
22175 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
22176 * http/tests/websocket/tests/hybi/send-blob.html:
22177 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
22178 * http/tests/websocket/tests/hybi/send-file-blob.html:
22179 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
22180 (createBlobContainingHelloWorld):
22182 (createBlobContainingAllDistinctBytes):
22183 * platform/mac/fast/dom/Window/window-properties-expected.txt:
22184 * storage/indexeddb/noblobs.html:
22185 * storage/indexeddb/structured-clone.html:
22187 2012-04-27 Dirk Pranke <dpranke@chromium.org>
22189 [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT
22190 https://bugs.webkit.org/show_bug.cgi?id=84917
22192 Unreviewed, build fix.
22194 Reland the change in r115453 with a fix for chromium win.
22196 * platform/chromium/test_expectations.txt:
22198 2012-04-27 Eric Carlson <eric.carlson@apple.com>
22200 https://bugs.webkit.org/show_bug.cgi?id=85038
22202 Unreviewed, Mac test_expectations update.
22204 * platform/mac/test_expectations.txt: Skip http/tests/inspector/network/network-initiator.html.
22206 2012-04-27 Alexandru Chiculita <achicu@adobe.com>
22208 [CSS Shaders] Implement CSS Animations and Transitions for CSS Shaders
22209 https://bugs.webkit.org/show_bug.cgi?id=71406
22211 Reviewed by Dean Jackson.
22213 * animations/resources/animation-test-helpers.js: Added a check for the "custom" function and used the parser in custom-filter-parser.js instead.
22214 (getFilterParameters):
22215 (filterParametersMatch):
22216 * css3/filters/custom/custom-filter-animation-expected.txt: Added.
22217 * css3/filters/custom/custom-filter-animation.html: Added.
22218 * css3/filters/resources/custom-filter-parser.js: Added a simple parser for the "custom" function, so that multiple types can be checked correctly.
22220 2012-04-26 Sam Weinig <sam@webkit.org>
22222 Add support for the Blob constructor
22223 https://bugs.webkit.org/show_bug.cgi?id=84555
22225 Reviewed by Maciej Stachowiak.
22227 Switch tests that were not directly testing BlobBuilder over to
22228 using the Blob constructor, to get test coverage of standard way
22229 constructing blobs.
22231 * fast/files/blob-constructor.html:
22232 * fast/files/blob-constructor-expected.txt:
22233 * fast/files/script-tests/blob-constructor.js:
22236 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
22237 * fast/dom/HTMLAnchorElement/anchor-download.html:
22238 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
22239 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
22240 * fast/dom/window-domurl-crash.html:
22241 * fast/files/blob-builder-crash-expected.txt: Removed.
22242 * fast/files/blob-builder-crash.html: Removed.
22243 * fast/files/blob-slice-overflow.html:
22244 * fast/files/blob-slice-test.html:
22245 * fast/files/file-reader-fffd.html:
22246 * fast/files/not-enough-arguments.html:
22247 * fast/files/resources/read-blob-test-cases.js:
22248 * fast/files/resources/read-common.js:
22249 * fast/files/workers/inline-worker-via-blob-url.html:
22250 * fast/filesystem/resources/file-writer-abort-continue.js:
22251 * fast/filesystem/resources/file-writer-abort-depth.js:
22252 * fast/filesystem/resources/file-writer-abort.js:
22253 * fast/filesystem/resources/file-writer-events.js:
22254 * fast/filesystem/resources/file-writer-gc-blob.js:
22255 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
22256 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
22257 * fast/filesystem/resources/file-writer-utils.js:
22258 * http/tests/fileapi/create-blob-url-from-data-url.html:
22259 * http/tests/filesystem/no-cache-filesystem-url.html:
22260 * http/tests/local/blob/resources/hybrid-blob-util.js:
22261 * http/tests/security/resources/create-filesystem-file.html:
22262 * http/tests/websocket/tests/hixie76/send-object.html:
22263 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
22264 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
22265 * http/tests/websocket/tests/hybi/send-blob.html:
22266 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
22267 * http/tests/websocket/tests/hybi/send-file-blob.html:
22268 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
22269 * platform/mac/fast/dom/Window/window-properties-expected.txt:
22270 * storage/indexeddb/noblobs.html:
22271 * storage/indexeddb/structured-clone.html:
22273 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22275 Remove passing test from expectations.
22277 * platform/chromium/test_expectations.txt: Another one bites the dust.
22279 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22281 [Chromium] Layout Tests fast/js/dfg-float64array.html, fast/js/dfg-uint16array.html, and fast/js/dfg-uint8array.html are flaky timeouts.
22282 https://bugs.webkit.org/show_bug.cgi?id=85090
22284 * platform/chromium/test_expectations.txt: Marked as flakes.
22286 2012-04-27 Shawn Singh <shawnsingh@chromium.org>
22288 Infinite backgroundClipRect should not be scrolled.
22289 https://bugs.webkit.org/show_bug.cgi?id=84979
22291 Reviewed by Adrienne Walker.
22293 * compositing/iframes/resources/fixed-position-transformed-subframe.html: Added.
22294 * compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
22295 * compositing/iframes/scroll-fixed-transformed-element-expected.txt: Added.
22296 * compositing/iframes/scroll-fixed-transformed-element.html: Added.
22298 2012-04-27 Erik Arvidsson <arv@chromium.org>
22300 Clean up tests in preparation for ES5.2 global scope fix
22301 https://bugs.webkit.org/show_bug.cgi?id=85001
22303 Reviewed by Gavin Barraclough.
22305 * fast/css/resize-value-compared.html:
22306 * fast/dom/resources/navigation-type-matches-querystring.html:
22307 * fast/dom/script-tests/webtiming-document-open.js:
22308 * fast/dom/script-tests/webtiming-navigate-within-document.js:
22309 * fast/dom/script-tests/webtiming.js:
22310 * http/tests/inspector/indexeddb/indexeddb-test.js:
22311 * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
22312 * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
22313 * http/tests/misc/resources/webtiming-no-origin.html:
22314 * http/tests/misc/resources/webtiming-one-redirect.html:
22315 * http/tests/misc/resources/webtiming-ssl.html:
22316 * http/tests/misc/resources/webtiming-two-redirects.html:
22317 * http/tests/misc/webtiming-slow-load.php:
22319 2012-04-27 Dirk Pranke <dpranke@chromium.org>
22321 Unreviewed, revert r115453 - broke chromium win bots
22323 * platform/chromium/test_expectations.txt:
22325 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22327 Layout Test media/video-currentTime-set.html is still flaky
22328 https://bugs.webkit.org/show_bug.cgi?id=85003
22330 Reviewed by Eric Carlson.
22332 * media/video-currentTime-set.html: Removed extraneous timeout code.
22334 2012-04-27 Ryosuke Niwa <rniwa@webkit.org>
22336 FormatBlock crashes when body element is removed prior to the command execution
22337 https://bugs.webkit.org/show_bug.cgi?id=84937
22339 Reviewed by Tony Chang.
22341 Add a regression test for executing FormatCommand immediately after removing
22342 the body element thereby turning the selection end points to non-candidates.
22344 * editing/execCommand/format-block-without-body-crash-expected.txt: Added.
22345 * editing/execCommand/format-block-without-body-crash.html: Added.
22347 2012-04-27 Julien Chaffraix <jchaffraix@webkit.org>
22349 NULL-deref in RenderBox::clippedOverflowRectForRepaint
22350 https://bugs.webkit.org/show_bug.cgi?id=84774
22352 Reviewed by Tony Chang.
22354 * fast/inline/crash-new-continuation-with-outline-expected.txt: Added.
22355 * fast/inline/crash-new-continuation-with-outline.html: Added.
22357 2012-04-27 Dirk Pranke <dpranke@chromium.org>
22359 [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT
22360 https://bugs.webkit.org/show_bug.cgi?id=84917
22362 Unreviewed, expectations change to accompany the new-run-webkit-tests change.
22364 * platform/chromium/test_expectations.txt
22366 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
22368 [EFL] ResourceError domain needs to be properly set in FrameLoaderClient
22369 https://bugs.webkit.org/show_bug.cgi?id=84129
22371 Reviewed by Nate Chapin.
22373 Unskip the tests which require EFL's DumpRenderTree to support
22374 LayoutTestController's dumpResourceLoadCallbacks() and print out
22375 correctly information about resource loading errors.
22377 * platform/efl/Skipped:
22379 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22381 [Chromium] platform/chromium/media/video-capture-preview.html is a flaky crash.
22382 https://bugs.webkit.org/show_bug.cgi?id=85082
22384 * platform/chromium/test_expectations.txt: Added expectation of flakiness.
22386 2012-04-27 Alexander Pavlov <apavlov@chromium.org>
22388 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
22389 https://bugs.webkit.org/show_bug.cgi?id=84946
22391 Reviewed by Yury Semikhatsky.
22393 * inspector/debugger/disable-script-expected.txt: Added.
22394 * inspector/debugger/disable-script.html: Added.
22396 2012-04-27 Keishi Hattori <keishi@webkit.org>
22398 IETC HTML5: verify HTMLDataListElement - instanceof HTMLDataListElement fails.
22399 https://bugs.webkit.org/show_bug.cgi?id=81196
22401 Reviewed by Kent Tamura.
22403 * fast/dom/Window/resources/window-properties.js: Added HTMLDataListElement to the list.
22404 * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt:
22406 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22408 Unreviewed, rolling out r115417.
22409 http://trac.webkit.org/changeset/115417
22410 https://bugs.webkit.org/show_bug.cgi?id=84946
22412 Added test is broken on windows.
22414 * inspector/debugger/disable-script-expected.txt: Removed.
22415 * inspector/debugger/disable-script.html: Removed.
22417 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
22419 [Chromium] fast/images/gif-large-checkerboard.html is a flaky crash
22420 https://bugs.webkit.org/show_bug.cgi?id=85073
22422 * platform/chromium/test_expectations.txt: Marked flaky crash.
22424 2012-04-26 Andreas Kling <kling@webkit.org>
22426 Avoid mutating Element attribute storage in StepRange constructor.
22427 <http://webkit.org/b/84797>
22429 Reviewed by Antti Koivisto.
22431 * fast/selectors/querySelector-in-range-crash-expected.txt: Added.
22432 * fast/selectors/querySelector-in-range-crash.html: Added.
22434 2012-04-27 Rob Buis <rbuis@rim.com>
22436 SVG inline style of 'marker-*' does not override
22437 https://bugs.webkit.org/show_bug.cgi?id=84824
22439 Add tests for clip-path, filter, mask and marker-* properties.
22441 Reviewed by Nikolas Zimmermann.
22443 * svg/custom/inline-style-overrides-clipPath-expected.svg: Added.
22444 * svg/custom/inline-style-overrides-clipPath.svg: Added.
22445 * svg/custom/inline-style-overrides-filter-expected.svg: Added.
22446 * svg/custom/inline-style-overrides-filter.svg: Added.
22447 * svg/custom/inline-style-overrides-markers-expected.svg: Added.
22448 * svg/custom/inline-style-overrides-markers.svg: Added.
22449 * svg/custom/inline-style-overrides-mask-expected.svg: Added.
22450 * svg/custom/inline-style-overrides-mask.svg: Added.
22452 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
22454 Support values animation mode with just a single value
22455 https://bugs.webkit.org/show_bug.cgi?id=85064
22457 Reviewed by Antti Koivisto.
22459 * svg/animations/resources/single-values-animation.svg: Added.
22460 * svg/animations/script-tests/single-values-animation.js: Added.
22464 * svg/animations/single-values-animation-expected.txt: Added.
22465 * svg/animations/single-values-animation.html: Added.
22467 2012-04-27 Marcus Bulach <bulach@chromium.org>
22469 [chromium] Update test expectation.
22470 https://bugs.webkit.org/show_bug.cgi?id=85038
22472 Unreviewed, chromium test_expectations update.
22474 * platform/chromium/test_expectations.txt:
22476 2012-04-27 Konrad Piascik <kpiascik@rim.com>
22478 Web Inspector: Allow inspection of Web Socket Frames
22479 https://bugs.webkit.org/show_bug.cgi?id=83282
22481 Reviewed by Pavel Feldman.
22483 * http/tests/inspector/web-socket-frame-error-expected.txt: Added.
22484 * http/tests/inspector/web-socket-frame-error.html: Added.
22485 * http/tests/inspector/web-socket-frame-expected.txt: Added.
22486 * http/tests/inspector/web-socket-frame.html: Added.
22488 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
22490 Fix repetitions & by animation support for SVGAnimateTransformElement
22491 https://bugs.webkit.org/show_bug.cgi?id=85051
22493 Reviewed by Antti Koivisto.
22495 Enable <animateTransform> test in additive-type-by-animation, which was disabled as it triggered assertions before this patch.
22496 Add lots of new <animateTransform> covering additive/accumulative animations using reftests, for all animateTransform types (translate/rotate/skewX/skewY/scale).
22498 * svg/animations/additive-type-by-animation-expected.txt:
22499 * svg/animations/animateTransform-accumulation-expected.svg: Added.
22500 * svg/animations/animateTransform-accumulation.svg: Added.
22501 * svg/animations/animateTransform-by-scale-expected.svg: Added.
22502 * svg/animations/animateTransform-by-scale.svg: Added.
22503 * svg/animations/animateTransform-from-by-from-to-comparision-expected.svg: Added.
22504 * svg/animations/animateTransform-from-by-from-to-comparision.svg: Added.
22505 * svg/animations/animateTransform-from-by-scale-additive-sum-expected.svg: Added.
22506 * svg/animations/animateTransform-from-by-scale-additive-sum.svg: Added.
22507 * svg/animations/animateTransform-from-by-scale-expected.svg: Added.
22508 * svg/animations/animateTransform-from-by-scale.svg: Added.
22509 * svg/animations/animateTransform-rotate-around-point-expected.svg: Added.
22510 * svg/animations/animateTransform-rotate-around-point.svg: Added.
22511 * svg/animations/animateTransform-skewX-expected.svg: Added.
22512 * svg/animations/animateTransform-skewX.svg: Added.
22513 * svg/animations/animateTransform-skewY-expected.svg: Added.
22514 * svg/animations/animateTransform-skewY.svg: Added.
22515 * svg/animations/animateTransform-translate-expected.svg: Added.
22516 * svg/animations/animateTransform-translate.svg: Added.
22517 * svg/animations/multiple-animateTransform-additive-sum-expected.svg: Added.
22518 * svg/animations/multiple-animateTransform-additive-sum.svg: Added.
22519 * svg/animations/resources/additive-type-by-animation.svg:
22520 * svg/animations/script-tests/additive-type-by-animation.js:
22525 * svg/animations/script-tests/svgtransform-animation-1.js:
22534 * svg/animations/script-tests/svgtransform-animation-discrete.js:
22539 * svg/animations/svgtransform-animation-1-expected.txt:
22540 * svg/animations/svgtransform-animation-discrete-expected.txt:
22542 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
22544 SVG Animations update baseVal instead of animVal
22545 https://bugs.webkit.org/show_bug.cgi?id=12437
22547 Reviewed by Dirk Schulze.
22549 Add tests that change the CSS property while an animation is running, finally fixed now for both SVG DOM & CSS animations.
22551 * svg/animations/change-css-property-while-animating-fill-freeze-expected.txt: Added.
22552 * svg/animations/change-css-property-while-animating-fill-freeze.html: Added.
22553 * svg/animations/change-css-property-while-animating-fill-remove-expected.txt: Added.
22554 * svg/animations/change-css-property-while-animating-fill-remove.html: Added.
22555 * svg/animations/resources/change-css-property-while-animating-fill-freeze.svg: Added.
22556 * svg/animations/resources/change-css-property-while-animating-fill-remove.svg: Added.
22557 * svg/animations/script-tests/change-css-property-while-animating-fill-freeze.js: Added.
22564 * svg/animations/script-tests/change-css-property-while-animating-fill-remove.js: Added.
22572 2012-04-27 Philippe Normand <pnormand@igalia.com>
22574 Unreviewed, GTK test_expectations update.
22576 * platform/gtk/test_expectations.txt: Mark another http/inspector
22579 2012-04-26 Alexander Pavlov <apavlov@chromium.org>
22581 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
22582 https://bugs.webkit.org/show_bug.cgi?id=84946
22584 Reviewed by Yury Semikhatsky.
22586 * inspector/debugger/disable-script-expected.txt: Added.
22587 * inspector/debugger/disable-script.html: Added.
22589 2012-04-27 Philippe Normand <pnormand@igalia.com>
22591 Unreviewed, GTK test_expectations update.
22593 * platform/gtk/test_expectations.txt: Flag http test hitting an ASSERT.
22595 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
22597 [EFL] DRT should support LayoutTestController's dumpResourceLoadCallbacks()
22598 https://bugs.webkit.org/show_bug.cgi?id=81891
22600 Reviewed by Philippe Normand.
22602 Unskip tests which depend on EFL's DumpRenderTree support for
22603 LayoutTestController's dumpResourceLoadCallbacks(), now that it is
22606 * platform/efl/Skipped:
22608 2012-04-27 Marcus Bulach <bulach@chromium.org>
22610 [chromium] Update test expectation.
22611 https://bugs.webkit.org/show_bug.cgi?id=85038
22613 Unreviewed, chromium test_expectations update.
22615 * platform/chromium/test_expectations.txt:
22617 2012-04-27 Philippe Normand <pnormand@igalia.com>
22619 Unreviewed, GTK test_expectations update.
22621 * platform/gtk/test_expectations.txt: Fix expected results of
22622 css2.1 results and remove non-existant fast/form test.
22624 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
22626 REGRESSION (r94497): Pressing Command+A when inline (Marked Text) is not empty will clean whole content
22627 https://bugs.webkit.org/show_bug.cgi?id=84501
22629 Reviewed by Alexey Proskuryakov.
22631 Add a regression test for selecting all when there is a composition text.
22633 * editing/input/select-all-clear-input-method-expected.txt: Added.
22634 * editing/input/select-all-clear-input-method.html: Added.
22636 2012-04-26 Csaba Osztrogonác <ossy@webkit.org>
22638 [Qt] Unreviewed morning gardening, skip a new failing test.
22640 * platform/qt/Skipped:
22642 2012-04-26 Keishi Hattori <keishi@webkit.org>
22644 datalist: Form control in a <datalist> should be barred from constraint validation
22645 https://bugs.webkit.org/show_bug.cgi?id=84359
22647 Reviewed by Kent Tamura.
22649 * fast/forms/datalist/datalist-child-validation-expected.txt: Added.
22650 * fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist.
22652 2012-04-26 Jeffrey Pfau <jpfau@apple.com>
22654 Invalid cast in WebCore::HTMLCollection::isAcceptableElement
22655 https://bugs.webkit.org/show_bug.cgi?id=84626
22657 Reviewed by Darin Adler.
22659 Add tests to make sure only HTML elements are present in most HTMLCollection objects.
22661 * fast/dom/htmlcollection-non-html-option-expected.txt: Added.
22662 * fast/dom/htmlcollection-non-html.html: Added.
22664 2012-04-26 Benjamin Poulain <bpoulain@apple.com>
22666 Skip the new ObjC tests for WebKit2
22668 Reviewed by Andreas Kling.
22670 WebKitTestRunner doesn't have objCController, the new tests for
22671 the Objective-C bindings should be skipped on WebKit2.
22673 * platform/wk2/Skipped:
22675 2012-04-26 Oliver Hunt <oliver@apple.com>
22677 Remove RegisterFile::end()/m_end
22678 https://bugs.webkit.org/show_bug.cgi?id=85011
22680 Reviewed by Gavin Barraclough.
22682 Now that we recurse on the top of the used portion of the stack we
22683 can provide an error message even when the stack is completely full.
22685 Also made sure we were consistent in which callframe we used when
22686 creating stack overflow errors.
22688 * fast/js/global-recursion-on-full-stack-expected.txt:
22689 * fast/js/stack-trace-expected.txt:
22691 2012-04-26 Tom Zakrajsek <tomz@codeaurora.org>
22693 Unreviewed gardening
22695 * platform/qt/test_expectations.txt:
22697 2012-04-26 Aaron Colwell <acolwell@chromium.org>
22699 Updating MediaSource layout test to verify that webkitSourceState is always
22700 SOURCE_CLOSED when an error occurs.
22702 Minor style fixes and informative console messages were also added.
22703 https://bugs.webkit.org/show_bug.cgi?id=84996
22705 Reviewed by Eric Carlson.
22707 * http/tests/media/media-source/webm/video-media-source-errors-expected.txt:
22708 * http/tests/media/media-source/webm/video-media-source-errors.html:
22710 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
22712 Remove Chromium test expectation after r115244.
22714 * platform/chromium/test_expectations.txt:
22716 2012-04-26 Dave Tharp <dtharp@codeaurora.org>
22718 Integrate IETC CSS : multicolumn tests
22719 https://bugs.webkit.org/show_bug.cgi?id=84784
22721 Reviewed by Beth Dakin.
22723 Adding IETC CSS Multicolumn tests along with corresponding reference tests.
22724 Failures are noted in port-specific test_expectations.txt.
22726 * ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.htm: Added.
22727 * ietestcenter/css3/multicolumn/column-block-formatting-context-001.htm: Added.
22728 * ietestcenter/css3/multicolumn/column-containing-block-001-expected.htm: Added.
22729 * ietestcenter/css3/multicolumn/column-containing-block-001.htm: Added.
22730 * ietestcenter/css3/multicolumn/column-containing-block-002-expected.htm: Added.
22731 * ietestcenter/css3/multicolumn/column-containing-block-002.htm: Added.
22732 * ietestcenter/css3/multicolumn/column-containing-block-003-expected.htm: Added.
22733 * ietestcenter/css3/multicolumn/column-containing-block-003.htm: Added.
22734 * ietestcenter/css3/multicolumn/column-filling-001-expected.htm: Added.
22735 * ietestcenter/css3/multicolumn/column-filling-001.htm: Added.
22736 * ietestcenter/css3/multicolumn/column-width-applies-to-001-expected.htm: Added.
22737 * ietestcenter/css3/multicolumn/column-width-applies-to-001.htm: Added.
22738 * ietestcenter/css3/multicolumn/column-width-applies-to-002-expected.htm: Added.
22739 * ietestcenter/css3/multicolumn/column-width-applies-to-002.htm: Added.
22740 * ietestcenter/css3/multicolumn/column-width-applies-to-003-expected.htm: Added.
22741 * ietestcenter/css3/multicolumn/column-width-applies-to-003.htm: Added.
22742 * ietestcenter/css3/multicolumn/column-width-applies-to-004-expected.htm: Added.
22743 * ietestcenter/css3/multicolumn/column-width-applies-to-004.htm: Added.
22744 * ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.htm: Added.
22745 * ietestcenter/css3/multicolumn/column-width-applies-to-005.htm: Added.
22746 * ietestcenter/css3/multicolumn/column-width-applies-to-006-expected.htm: Added.
22747 * ietestcenter/css3/multicolumn/column-width-applies-to-006.htm: Added.
22748 * ietestcenter/css3/multicolumn/column-width-applies-to-007-expected.htm: Added.
22749 * ietestcenter/css3/multicolumn/column-width-applies-to-007.htm: Added.
22750 * ietestcenter/css3/multicolumn/column-width-applies-to-008-expected.htm: Added.
22751 * ietestcenter/css3/multicolumn/column-width-applies-to-008.htm: Added.
22752 * ietestcenter/css3/multicolumn/column-width-applies-to-009-expected.htm: Added.
22753 * ietestcenter/css3/multicolumn/column-width-applies-to-009.htm: Added.
22754 * ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.htm: Added.
22755 * ietestcenter/css3/multicolumn/column-width-applies-to-010.htm: Added.
22756 * ietestcenter/css3/multicolumn/column-width-applies-to-012-expected.htm: Added.
22757 * ietestcenter/css3/multicolumn/column-width-applies-to-012.htm: Added.
22758 * ietestcenter/css3/multicolumn/column-width-applies-to-013-expected.htm: Added.
22759 * ietestcenter/css3/multicolumn/column-width-applies-to-013.htm: Added.
22760 * ietestcenter/css3/multicolumn/column-width-applies-to-014-expected.htm: Added.
22761 * ietestcenter/css3/multicolumn/column-width-applies-to-014.htm: Added.
22762 * ietestcenter/css3/multicolumn/column-width-applies-to-015-expected.htm: Added.
22763 * ietestcenter/css3/multicolumn/column-width-applies-to-015.htm: Added.
22764 * ietestcenter/css3/multicolumn/column-width-negative-001-expected.htm: Added.
22765 * ietestcenter/css3/multicolumn/column-width-negative-001.htm: Added.
22766 * ietestcenter/css3/multicolumn/column-width-percentage-001-expected.htm: Added.
22767 * ietestcenter/css3/multicolumn/column-width-percentage-001.htm: Added.
22768 * platform/chromium/test_expectations.txt:
22769 * platform/efl/test_expectations.txt:
22770 * platform/gtk/test_expectations.txt:
22771 * platform/mac/test_expectations.txt:
22772 * platform/qt/test_expectations.txt:
22774 2012-04-26 Raphael Kubo da Costa <rakuco@webkit.org>
22776 [EFL] Unreviewed gardening.
22778 Update expectations in security/ after r115294.
22780 * platform/efl/security/block-test-expected.txt:
22781 * platform/efl/security/block-test-no-port-expected.txt:
22783 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
22785 [Chromium] Remove expectation of failure for a fixed test.
22787 * platform/chromium/test_expectations.txt: Now passing.
22789 2012-04-26 Eric Carlson <eric.carlson@apple.com>
22791 Unreviewed gardening, remove tests that now pass from test_expectations.txt
22793 * platform/mac/test_expectations.txt:
22795 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
22797 Add a test for crash in DOMSelection::deleteFromDocument
22798 https://bugs.webkit.org/show_bug.cgi?id=84991
22800 Reviewed by Alexey Proskuryakov.
22802 Add a test for the bug 44153 (fixed in r65587).
22804 * editing/selection/deleteFromDocument-after-document-open-crash-expected.txt: Added.
22805 * editing/selection/deleteFromDocument-after-document-open-crash.html: Added.
22807 2012-04-26 Benjamin Poulain <bpoulain@apple.com>
22809 ObjcClass::methodsNamed() can leak if buffer is dynamically allocated
22810 https://bugs.webkit.org/show_bug.cgi?id=84668
22812 Reviewed by Alexey Proskuryakov.
22814 Extend the test coverage to accessor with very long name. Add coverage for the
22815 JavaScript to Objective-C method name conversion.
22817 * platform/mac/plugins/bindings-objc-long-method-name-expected.txt: Added.
22818 * platform/mac/plugins/bindings-objc-long-method-name.html: Added.
22819 * platform/mac/plugins/bindings-objc-method-name-conversion-expected.txt: Added.
22820 * platform/mac/plugins/bindings-objc-method-name-conversion.html: Added.
22822 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
22824 [Chromium] media/video-currentTime-set.html is flaky
22825 https://bugs.webkit.org/show_bug.cgi?id=85003
22827 * platform/chromium/test_expectations.txt: Added expectation of flakiness.
22829 2012-04-26 Robert Hogan <robert@webkit.org>
22831 Unreviewed, rolling out r115342.
22832 http://trac.webkit.org/changeset/115342
22834 r115340 was rolled out
22836 * platform/qt/test_expectations.txt:
22838 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
22840 Unreviewed, rolling out r115349.
22841 http://trac.webkit.org/changeset/115349
22843 Patch that required this change was reverted.
22845 * platform/chromium/test_expectations.txt:
22847 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
22849 Unreviewed, rolling out r115340.
22850 http://trac.webkit.org/changeset/115340
22851 https://bugs.webkit.org/show_bug.cgi?id=83048
22853 Does not work with Windows.
22855 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Added.
22856 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Added.
22857 * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Added.
22858 * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
22859 * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Added.
22860 * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
22861 * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Added.
22862 * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
22863 * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Added.
22864 * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
22865 * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Added.
22866 * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
22867 * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Added.
22868 * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
22869 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Added.
22870 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Added.
22871 * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Added.
22872 * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
22873 * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Added.
22874 * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
22875 * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Added.
22876 * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
22877 * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Added.
22878 * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
22879 * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
22880 * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
22881 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Added.
22882 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Added.
22883 * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Added.
22884 * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
22885 * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Added.
22886 * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
22887 * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Added.
22888 * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
22889 * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Added.
22890 * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
22891 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
22892 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
22893 * css2.1/20110323/background-016.htm: Removed.
22894 * css2.1/20110323/block-replaced-width-001.htm: Added.
22895 * css2.1/20110323/empty-inline-001.htm:
22896 * css2.1/20110323/reftest.list: Removed.
22897 * css2.1/reference/ref-filled-green-100px-square.htm: Removed.
22898 * css2.1/reference/ref-filled-green-100px-square.xht: Removed.
22899 * css2.1/reference/ref-if-there-is-no-red.htm: Removed.
22900 * css2.1/reference/ref-if-there-is-no-red.xht: Removed.
22901 * css2.1/reference/ref-nothing-below.htm: Removed.
22902 * css2.1/reference/ref-nothing-below.xht: Removed.
22903 * css2.1/reference/ref-this-text-should-be-green.htm: Removed.
22904 * css2.1/reference/ref-this-text-should-be-green.xht: Removed.
22905 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
22906 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
22907 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22908 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
22909 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22910 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22911 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22912 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22913 * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Added.
22914 * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22915 * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Added.
22916 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
22917 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22918 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22919 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22920 * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22921 * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Added.
22922 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
22923 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22924 * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22925 * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22926 * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22927 * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Added.
22928 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
22929 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
22930 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22931 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
22932 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22933 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22934 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22935 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22936 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Added.
22937 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Added.
22938 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
22939 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
22940 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22941 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
22942 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
22943 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
22944 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22945 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
22946 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22947 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
22948 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22949 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
22950 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22951 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
22952 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22953 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
22954 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
22955 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
22956 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
22957 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22958 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
22959 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22960 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
22961 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22962 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
22963 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22964 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
22965 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22966 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
22967 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
22968 * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22969 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
22970 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
22971 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
22972 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
22973 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22974 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
22975 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22976 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
22977 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22978 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
22979 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22980 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
22981 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22982 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
22983 * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Added.
22984 * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Added.
22985 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
22986 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
22987 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
22988 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
22989 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
22990 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
22991 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
22992 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
22993 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Added.
22994 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
22995 * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Added.
22997 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
22999 [Chromium] Remove expectation of a test failure after the test itself was removed in r115340.
23001 * platform/chromium/test_expectations.txt: Removed failure expectation.
23003 2012-04-25 Ken Buchanan <kenrb@chromium.org>
23005 Crash from removal of line break object after layout
23006 https://bugs.webkit.org/show_bug.cgi?id=75461
23008 Reviewed by David Hyatt.
23010 Test exercising crashing condition in bug 75461.
23012 * fast/block/line-layout/line-break-obj-removal-crash-expected.txt: Added
23013 * fast/block/line-layout/line-break-obj-removal-crash.html: Added
23015 2012-04-26 Robert Hogan <robert@webkit.org>
23017 Update Qt expectations after r115340
23019 css2.1/20110323/abspos-replaced-width-margin-000.htm fails the reftest due to
23020 scrollbar artefacts.
23024 * platform/qt/test_expectations.txt:
23026 2012-04-26 Christophe Dumez <christophe.dumez@intel.com>
23028 [EFL] Enable VIDEO_TRACK feature
23029 https://bugs.webkit.org/show_bug.cgi?id=84830
23031 Reviewed by Gustavo Noronha Silva.
23033 Unskip test cases which requires the VIDEO_TRACK feature now that it
23034 is enabled by default for EFL port.
23036 * platform/efl/Skipped:
23038 2012-04-03 Robert Hogan <robert@webkit.org>
23040 new-webkit-run-tests: handle ref tests from the CSS test suite
23041 https://bugs.webkit.org/show_bug.cgi?id=83048
23043 Reviewed by Ryosuke Niwa.
23045 Add some of the reference infrastructure from the CSS 2.1 test suite.
23047 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Removed.
23048 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Removed.
23049 * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Removed.
23050 * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Removed.
23051 * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Removed.
23052 * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Removed.
23053 * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Removed.
23054 * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Removed.
23055 * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Removed.
23056 * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Removed.
23057 * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Removed.
23058 * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Removed.
23059 * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Removed.
23060 * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Removed.
23061 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Removed.
23062 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Removed.
23063 * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Removed.
23064 * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Removed.
23065 * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Removed.
23066 * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Removed.
23067 * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Removed.
23068 * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Removed.
23069 * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Removed.
23070 * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Removed.
23071 * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
23072 * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
23073 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Removed.
23074 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Removed.
23075 * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Removed.
23076 * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Removed.
23077 * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Removed.
23078 * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Removed.
23079 * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Removed.
23080 * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Removed.
23081 * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Removed.
23082 * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Removed.
23083 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
23084 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
23085 These results are superseded by the reference results.
23087 * css2.1/20110323/background-016.htm: Added to prove the CSS test suite reference results work.
23089 * css2.1/20110323/block-replaced-width-001.htm: Removed. This test does not pass its reference result.
23090 It regressed at some point.
23092 * css2.1/20110323/empty-inline-001.htm: The test has been updated from the CSS test suite.
23094 * css2.1/20110323/reftest.list: Added.
23095 * css2.1/reference/ref-filled-green-100px-square.htm: Added.
23096 * css2.1/reference/ref-filled-green-100px-square.xht: Added.
23097 * css2.1/reference/ref-if-there-is-no-red.htm: Added.
23098 * css2.1/reference/ref-if-there-is-no-red.xht: Added.
23099 * css2.1/reference/ref-nothing-below.htm: Added.
23100 * css2.1/reference/ref-nothing-below.xht: Added.
23101 * css2.1/reference/ref-this-text-should-be-green.htm: Added.
23102 * css2.1/reference/ref-this-text-should-be-green.xht: Added.
23104 Ref test infrastructure from the CSS test suite.
23106 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
23107 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
23108 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23109 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
23110 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23111 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23112 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23113 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23114 * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Removed.
23115 * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23116 * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Removed.
23117 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
23118 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23119 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23120 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23121 * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23122 * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Removed.
23123 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
23124 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23125 * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23126 * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23127 * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23128 * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Removed.
23129 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
23130 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
23131 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23132 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
23133 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23134 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23135 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23136 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23137 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Removed.
23138 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Removed.
23139 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
23140 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
23141 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23142 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
23143 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
23144 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
23145 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23146 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
23147 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23148 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
23149 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23150 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
23151 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23152 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
23153 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23154 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
23155 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
23156 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
23157 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23158 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23159 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
23160 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23161 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23162 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
23163 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23164 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
23165 * platform/gtk/css2.1/20110323/empty-inline-001-expected.txt: Removed.
23166 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
23167 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
23168 * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23169 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
23170 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
23171 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
23172 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
23173 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23174 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
23175 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23176 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
23177 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23178 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
23179 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23180 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
23181 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23182 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
23183 * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Removed.
23184 * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Removed.
23185 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
23186 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
23187 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
23188 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
23189 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
23190 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
23191 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
23192 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
23193 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
23194 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
23195 * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Removed.
23197 These results are superseded by the reference results.
23199 2012-04-26 Philip Rogers <pdr@google.com>
23201 Fix Skia's SkPathContainsPoint to work with sub-pixel accuracy
23202 https://bugs.webkit.org/show_bug.cgi?id=84117
23204 Reviewed by Eric Seidel.
23206 * svg/hittest/svg-small-path-expected.txt: Added.
23207 * svg/hittest/svg-small-path.xhtml: Added.
23209 2012-04-26 Sheriff Bot <webkit.review.bot@gmail.com>
23211 Unreviewed, rolling out r115323.
23212 http://trac.webkit.org/changeset/115323
23213 https://bugs.webkit.org/show_bug.cgi?id=84975
23215 Bad test, breaks all builds (Requested by apavlov1 on
23218 * inspector/debugger/disable-script-expected.txt: Removed.
23219 * inspector/debugger/disable-script.html: Removed.
23221 2012-04-26 Douglas Stockwell <dstockwell@chromium.org>
23223 IndexedDB: cursor does not correctly iterate over keys added and removed during iteration
23224 https://bugs.webkit.org/show_bug.cgi?id=84467
23226 Reviewed by Ojan Vafai.
23228 New test for keys added in reverse order during cursor iteration.
23230 * storage/indexeddb/cursor-added-bug-expected.txt: Added.
23231 * storage/indexeddb/cursor-added-bug.html: Added.
23232 * storage/indexeddb/resources/cursor-added-bug.js: Added.
23235 (setVersionSuccess):
23239 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
23241 [EFL] [DRT] LayoutTestController needs implementation of setJavaScriptProfilingEnabled
23242 https://bugs.webkit.org/show_bug.cgi?id=84576
23244 Reviewed by Martin Robinson.
23246 Unskip test cases which rely on LayoutTestController's
23247 setJavaScriptProfilingEnabled implementation.
23249 * platform/efl/Skipped:
23251 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
23253 [Chromium] webaudio/audioparam-exponentialRampToValueAtTime.html is occasionally crashing
23254 https://bugs.webkit.org/show_bug.cgi?id=84972
23256 * platform/chromium/test_expectations.txt: Marked as flaky.
23258 2012-04-26 Alexander Pavlov <apavlov@chromium.org>
23260 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
23261 https://bugs.webkit.org/show_bug.cgi?id=84946
23263 Reviewed by Yury Semikhatsky.
23265 * inspector/debugger/disable-script-expected.txt: Added.
23266 * inspector/debugger/disable-script.html: Added.
23268 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com>
23270 [cairo] CairoGraphicsContext fillRect (with Color) overrides composite operator
23271 https://bugs.webkit.org/show_bug.cgi?id=84848
23273 Reviewed by Martin Robinson.
23275 Unskipping and baselining feDropShadow test,
23276 now works because of composite operator fix.
23277 Fixed png baseline result for drop shadow test on GTK.
23279 * platform/efl/svg/filters/feDropShadow-expected.png: Added.
23280 * platform/efl/svg/filters/feDropShadow-expected.txt: Added.
23281 * platform/efl/test_expectations.txt:
23282 * platform/gtk/svg/filters/feDropShadow-expected.png:
23284 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com>
23286 Fix additive by animations for most SMIL list types
23287 https://bugs.webkit.org/show_bug.cgi?id=84968
23289 Reviewed by Antti Koivisto.
23291 Add lots of new tests covering SMIL by-animations on all primitives.
23293 * svg/animations/additive-type-by-animation-expected.txt: Added.
23294 * svg/animations/additive-type-by-animation.html: Added.
23295 * svg/animations/length-list-animation-expected.svg: Added.
23296 * svg/animations/length-list-animation.svg: Added.
23297 * svg/animations/non-additive-type-by-animation-expected.txt:
23298 * svg/animations/resources/additive-type-by-animation.svg: Added.
23299 * svg/animations/resources/non-additive-type-by-animation.svg:
23300 * svg/animations/resources/svglength-additive-by-1.svg: Added.
23301 * svg/animations/resources/svglength-additive-by-2.svg: Added.
23302 * svg/animations/resources/svglength-additive-by-3.svg: Added.
23303 * svg/animations/resources/svglength-additive-by-4.svg: Added.
23304 * svg/animations/resources/svglength-additive-by-5.svg: Added.
23305 * svg/animations/resources/svglength-additive-by-6.svg: Added.
23306 * svg/animations/resources/svglength-additive-from-by-1.svg: Added.
23307 * svg/animations/resources/svglength-additive-from-by-2.svg: Added.
23308 * svg/animations/resources/svglength-additive-from-by-3.svg: Added.
23309 * svg/animations/resources/svglength-additive-from-by-4.svg: Added.
23310 * svg/animations/script-tests/additive-type-by-animation.js: Added.
23316 * svg/animations/script-tests/non-additive-type-by-animation.js:
23318 * svg/animations/script-tests/svglength-additive-by-1.js: Added.
23325 * svg/animations/script-tests/svglength-additive-by-2.js: Added.
23332 * svg/animations/script-tests/svglength-additive-by-3.js: Added.
23340 * svg/animations/script-tests/svglength-additive-by-4.js: Added.
23348 * svg/animations/script-tests/svglength-additive-by-5.js: Added.
23356 * svg/animations/script-tests/svglength-additive-by-6.js: Added.
23364 * svg/animations/script-tests/svglength-additive-from-by-1.js: Added.
23371 * svg/animations/script-tests/svglength-additive-from-by-2.js: Added.
23379 * svg/animations/script-tests/svglength-additive-from-by-3.js: Added.
23387 * svg/animations/script-tests/svglength-additive-from-by-4.js: Added.
23395 * svg/animations/svglength-additive-by-1-expected.txt: Added.
23396 * svg/animations/svglength-additive-by-1.html: Added.
23397 * svg/animations/svglength-additive-by-2-expected.txt: Added.
23398 * svg/animations/svglength-additive-by-2.html: Added.
23399 * svg/animations/svglength-additive-by-3-expected.txt: Added.
23400 * svg/animations/svglength-additive-by-3.html: Added.
23401 * svg/animations/svglength-additive-by-4-expected.txt: Added.
23402 * svg/animations/svglength-additive-by-4.html: Added.
23403 * svg/animations/svglength-additive-by-5-expected.txt: Added.
23404 * svg/animations/svglength-additive-by-5.html: Added.
23405 * svg/animations/svglength-additive-by-6-expected.txt: Added.
23406 * svg/animations/svglength-additive-by-6.html: Added.
23407 * svg/animations/svglength-additive-from-by-1-expected.txt: Added.
23408 * svg/animations/svglength-additive-from-by-1.html: Added.
23409 * svg/animations/svglength-additive-from-by-2-expected.txt: Added.
23410 * svg/animations/svglength-additive-from-by-2.html: Added.
23411 * svg/animations/svglength-additive-from-by-3-expected.txt: Added.
23412 * svg/animations/svglength-additive-from-by-3.html: Added.
23413 * svg/animations/svglength-additive-from-by-4-expected.txt: Added.
23414 * svg/animations/svglength-additive-from-by-4.html: Added.
23416 2012-04-26 Stephen Chenney <schenney@chromium.org>
23418 SVG FEConvolveMatrix does not check for invalid property values
23419 https://bugs.webkit.org/show_bug.cgi?id=84363
23421 Reviewed by Dirk Schulze.
23423 Adding code to check for valid input values on SVG feConvolveMatrix properties.
23425 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23426 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23427 * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23428 * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23429 * platform/chromium-win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23430 * platform/efl/svg/filters/feConvolveFilter-y-bounds-expected.txt:
23431 * platform/gtk/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23432 * platform/gtk/svg/custom/convolution-crash-expected.txt:
23433 * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt:
23434 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23435 * platform/mac/svg/custom/convolution-crash-expected.txt:
23436 * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.txt:
23437 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23438 * platform/qt/svg/custom/convolution-crash-expected.txt:
23439 * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.txt:
23440 * svg/filters/feConvolveMatrix-invalid-targetX-expected.svg: Added.
23441 * svg/filters/feConvolveMatrix-invalid-targetX.svg: Added.
23442 * svg/filters/feConvolveMatrix-invalid-targetY-expected.svg: Added.
23443 * svg/filters/feConvolveMatrix-invalid-targetY.svg: Added.
23444 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX-expected.svg: Added.
23445 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX.svg: Added.
23446 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY-expected.svg: Added.
23447 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg: Added.
23448 * svg/filters/feConvolveMatrix-negative-orderX-expected.svg: Added.
23449 * svg/filters/feConvolveMatrix-negative-orderX.svg: Added.
23450 * svg/filters/feConvolveMatrix-negative-orderY-expected.svg: Added.
23451 * svg/filters/feConvolveMatrix-negative-orderY.svg: Added.
23452 * svg/filters/feConvolveMatrix-non-integral-order-expected.svg: Added.
23453 * svg/filters/feConvolveMatrix-non-integral-order.svg: Added.
23454 * svg/filters/feConvolveMatrix-zero-divisor-expected.svg: Added.
23455 * svg/filters/feConvolveMatrix-zero-divisor.svg: Added.
23457 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com>
23459 [EFL][DRT] Unskip media tests that were already fixed in r113178
23460 https://bugs.webkit.org/show_bug.cgi?id=84947
23462 Unreviewed, EFL gardening.
23464 * platform/efl/Skipped: Removed a group of media tests.
23466 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
23468 [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry
23469 https://bugs.webkit.org/show_bug.cgi?id=83880
23471 Reviewed by Antonio Gomes.
23473 Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry
23474 and removeOriginAccessWhitelistEntry implementation.
23476 * platform/efl/Skipped:
23478 2012-04-26 Christophe Dumez <christophe.dumez@intel.com>
23480 http/tests/security/cross-frame-access-put.html is failing
23481 https://bugs.webkit.org/show_bug.cgi?id=82751
23483 Reviewed by Kentaro Hara.
23485 * http/tests/security/cross-frame-access-put-expected.txt: Correct
23486 expected value for window.frameElement. It is now 'null' instead of
23487 'undefined' when shouldAllowAccessToNode() check fails, since bug
23489 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed.
23490 It is now identifical to the global expectation.
23491 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed. Ditto.
23493 2012-04-26 Mihnea Ovidenie <mihnea@adobe.com>
23495 Crash when collecting svg symbol element in named flow.
23496 https://bugs.webkit.org/show_bug.cgi?id=84493
23498 Reviewed by David Hyatt.
23500 * fast/regions/symbol-in-named-flow-crash-expected.txt: Added.
23501 * fast/regions/symbol-in-named-flow-crash.svg: Added.
23503 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com>
23505 Share code used to animate discrete types between all animators
23506 https://bugs.webkit.org/show_bug.cgi?id=84853
23508 Reviewed by Andreas Kling.
23510 Add tests covering by-animation on non-additive types, which should have no effect.
23512 * svg/animations/non-additive-type-by-animation-expected.txt: Added.
23513 * svg/animations/non-additive-type-by-animation.html: Added.
23514 * svg/animations/resources/non-additive-type-by-animation.svg: Added.
23515 * svg/animations/script-tests/non-additive-type-by-animation.js: Added.
23519 2012-04-25 Csaba Osztrogonác <ossy@webkit.org>
23521 [Qt][WK2] Unreviewed, rolling out r113703 because of crashing tests.
23522 http://trac.webkit.org/changeset/113703
23523 https://bugs.webkit.org/show_bug.cgi?id=83024
23525 * platform/qt-5.0-wk2/Skipped:
23526 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
23528 2012-04-25 Mark Hahnenberg <mhahnenberg@apple.com>
23530 fast/js/random-array-gc-stress times out in debug mode
23531 https://bugs.webkit.org/show_bug.cgi?id=84821
23533 Reviewed by Geoffrey Garen.
23535 * fast/js/script-tests/random-array-gc-stress.js: Trying a lower number of iterations
23536 to make the slow bots happy.
23538 2012-04-25 David Barton <dbarton@mathscribe.com>
23540 Rebaseline *.png pixel test files after bug 84649 fix
23541 https://bugs.webkit.org/show_bug.cgi?id=84905
23543 Reviewed by Beth Dakin.
23545 * platform/mac/mathml/presentation/fenced-expected.png:
23546 * platform/mac/mathml/presentation/fenced-mi-expected.png:
23547 * platform/mac/mathml/presentation/mo-expected.png:
23548 * platform/mac/mathml/presentation/mo-stretch-expected.png:
23549 * platform/mac/mathml/presentation/over-expected.png:
23550 * platform/mac/mathml/presentation/row-alignment-expected.png:
23551 * platform/mac/mathml/presentation/row-expected.png:
23552 * platform/mac/mathml/presentation/sub-expected.png:
23553 * platform/mac/mathml/presentation/subsup-expected.png:
23555 2012-04-25 Alec Flett <alecflett@chromium.org>
23557 IndexedDB: implement cursor.advance()
23558 https://bugs.webkit.org/show_bug.cgi?id=84174
23560 Reviewed by Ojan Vafai.
23562 Tests for cursor.advance().
23564 * storage/indexeddb/cursor-advance-expected.txt: Added.
23565 * storage/indexeddb/cursor-advance.html: Added.
23566 * storage/indexeddb/resources/cursor-advance.js: Added.
23569 (createAndPopulateObjectStore):
23570 (makeAdvanceTest.continueToTest):
23571 (makeAdvanceTest.request.onerror):
23577 (testContinueThenAdvance):
23578 (testAdvanceMultiple):
23579 (testAdvanceToEnd):
23581 2012-04-25 Alpha Lam <hclam@chromium.org>
23583 Unreviewed, rolling out r115260.
23584 http://trac.webkit.org/changeset/115260
23585 https://bugs.webkit.org/show_bug.cgi?id=84467
23587 r115260 is crashing a list of IndexDB tests, revert.
23589 * storage/indexeddb/cursor-added-bug-expected.txt: Removed.
23590 * storage/indexeddb/cursor-added-bug.html: Removed.
23591 * storage/indexeddb/resources/cursor-added-bug.js: Removed.
23593 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org>
23595 Remove unnecessary timeouts (and closures) from content-element-in-* tests.
23596 https://bugs.webkit.org/show_bug.cgi?id=84896
23598 These tests don't need any of them. Not sure how they got there in the first place. Oh wait. I reviewed this code. /me hands head in shame.
23600 Reviewed by Ojan Vafai.
23602 * fast/dom/shadow/content-element-in-media-element.html: Removed the timeout and extra closures.
23603 * fast/dom/shadow/content-element-in-meter-element.html: Ditto.
23604 * fast/dom/shadow/content-element-in-progress-element.html: Ditto.
23605 * fast/dom/shadow/content-element-in-select-element.html: Ditto.
23607 2012-04-25 Alexandru Chiculita <achicu@adobe.com>
23609 [Chromium] Layout Test css3/filters/custom/custom-filter-property-computed-style.html is failing
23610 https://bugs.webkit.org/show_bug.cgi?id=84067
23612 Reviewed by Ryosuke Niwa.
23614 All the CSS filters/shaders script tests expected to have a document.styleSheets.item(0) that they could change.
23615 The script-tests add a <link> that references a CSS file from a different parent folder, so the script
23616 has no access to the actual rules anymore. Updated all the tests to use createElement("style")
23617 and get the styleSheet by using el.sheet instead of assuming that there's one style already created.
23619 * css3/filters/script-tests/custom-filter-property-computed-style.js:
23620 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
23621 (testInvalidFilterRule):
23622 * css3/filters/script-tests/effect-custom-disabled.js:
23623 (testInvalidFilterRule):
23624 * css3/filters/script-tests/filter-property-computed-style.js:
23625 (testComputedFilterRule):
23626 * css3/filters/script-tests/filter-property-parsing-invalid.js:
23627 (testInvalidFilterRule):
23628 * css3/filters/script-tests/filter-property-parsing.js:
23630 * css3/filters/script-tests/filter-property.js:
23631 * platform/chromium/test_expectations.txt: Removed reference to this bug.
23632 * platform/mac/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed. This is not necessary anymore.
23634 2012-04-25 Alexandru Chiculita <achicu@adobe.com>
23636 CSS Shaders: Use u_texture instead of s_texture. It was updated in the spec
23637 https://bugs.webkit.org/show_bug.cgi?id=82618
23639 Reviewed by Dean Jackson.
23641 Changed the uniform name passed to the CSS Shaders from s_texture to u_texture.
23642 https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html
23644 * css3/filters/resources/color-add.fs:
23645 * css3/filters/resources/color-offset-parameters.fs:
23646 * css3/filters/resources/color-offset.fs:
23648 2012-04-25 Douglas Stockwell <dstockwell@chromium.org>
23650 IndexedDB: cursor does not correctly iterate over keys added and removed during iteration
23651 https://bugs.webkit.org/show_bug.cgi?id=84467
23653 Reviewed by Ojan Vafai.
23655 New test for keys added in reverse order during cursor iteration.
23657 * storage/indexeddb/cursor-added-bug-expected.txt: Added.
23658 * storage/indexeddb/cursor-added-bug.html: Added.
23659 * storage/indexeddb/resources/cursor-added-bug.js: Added.
23662 (setVersionSuccess):
23666 2012-04-25 Alec Flett <alecflett@chromium.org>
23668 IndexedDB: support openCursor(IDBKey)
23669 https://bugs.webkit.org/show_bug.cgi?id=84652
23671 Reviewed by Ojan Vafai.
23673 Augment existing tests, and add new tests to support
23674 IDBKey parameter to openCursor/openKeyCursor. Note that this removes
23675 a test that was previously using dictionary-style parameters,
23676 which have been temporarily broken due to IDL limitations.
23678 * storage/indexeddb/cursor-delete-expected.txt:
23679 * storage/indexeddb/open-cursor-expected.txt:
23680 * storage/indexeddb/opencursor-key-expected.txt: Added.
23681 * storage/indexeddb/opencursor-key.html: Added.
23682 * storage/indexeddb/resources/cursor-delete.js:
23684 * storage/indexeddb/resources/open-cursor.js:
23685 (emptyCursorWithKeySuccess):
23686 (openEmptyCursorWithKey):
23687 (cursorWithKeySuccess):
23688 (openCursorWithKey):
23689 (emptyCursorSuccess):
23692 * storage/indexeddb/resources/opencursor-key.js: Added.
23695 (createAndPopulateObjectStore):
23698 (testObjectStore.request.onsuccess):
23700 (testIndex.request.onsuccess):
23702 (testIndexWithKey.request.onsuccess):
23703 (testIndexWithKey):
23705 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org>
23707 [Chromium[ Remove a flaky expectation for a test that's been consistently passing.
23709 * platform/chromium/test_expectations.txt: Removed.
23711 2012-04-25 Alpha Lam <hclam@chromium.org>
23713 Unreviewed test expectations update.
23714 https://bugs.webkit.org/show_bug.cgi?id=84890
23716 Rebaseline chromium-mac test expectation for media/audio-repaint.html after r115235.
23718 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
23720 2012-04-25 Stephen Chenney <schenney@chromium.org>
23722 Rebaseline chromium test results after bug 72796 is fixed
23723 https://bugs.webkit.org/show_bug.cgi?id=84731
23725 Unreviewed Chromikum expectations update.
23727 Text baselines changed now that this bug has been fixed.
23729 * platform/chromium-linux-x86/svg/custom/use-clipped-hit-expected.txt: Added.
23730 * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt: Added.
23731 * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt:
23732 * platform/chromium-linux/svg/custom/use-clipped-hit-expected.txt: Added.
23733 * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt: Added.
23734 * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt:
23735 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
23736 * platform/chromium-mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
23737 * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
23738 * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
23739 * platform/chromium-mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
23740 * platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Added.
23741 * platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Added.
23742 * platform/chromium-win-xp/svg/custom/use-clipped-hit-expected.txt: Added.
23743 * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt: Added.
23744 * platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
23745 * platform/chromium-win/svg/carto.net/button-expected.txt:
23746 * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
23747 * platform/chromium-win/svg/carto.net/slider-expected.txt:
23748 * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
23749 * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
23750 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
23751 * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
23752 * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
23753 * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
23754 * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
23755 * platform/chromium/test_expectations.txt:
23757 2012-04-25 Andreas Kling <kling@webkit.org>
23759 Use the same results for fast/html/details-marker-style.html on all mac bots.
23761 * platform/mac/fast/html/details-marker-style-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.png.
23762 * platform/mac/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.txt.
23764 2012-04-25 Filip Pizlo <fpizlo@apple.com>
23766 http://bellard.org/jslinux/ triggers an assertion failure in the DFG JIT
23767 https://bugs.webkit.org/show_bug.cgi?id=84815
23768 <rdar://problem/11319514>
23770 Rubber stamped by Gavin Barraclough.
23772 * fast/js/dfg-uint32-to-number-on-captured-variable-expected.txt: Added.
23773 * fast/js/dfg-uint32-to-number-on-captured-variable.html: Added.
23774 * fast/js/jsc-test-list:
23775 * fast/js/script-tests/dfg-uint32-to-number-on-captured-variable.js: Added.
23778 2012-04-25 Nate Chapin <japhet@chromium.org>
23780 Test for https://bugs.webkit.org/show_bug.cgi?id=83632.
23782 Reviewed by Eric Seidel.
23784 * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash-expected.txt: Added.
23785 * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html: Added.
23787 2012-04-25 Andrew Scherkus <scherkus@chromium.org>
23789 Rebaseline Chromium media layout tests due to r114957.
23791 * platform/chromium-linux-x86/media/video-empty-source-expected.txt:
23792 * platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Removed.
23793 * platform/chromium-linux/media/video-empty-source-expected.txt:
23794 * platform/chromium-mac-leopard/media/video-empty-source-expected.txt:
23795 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
23796 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt:
23797 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
23798 * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
23799 * platform/chromium-mac/media/audio-repaint-expected.txt:
23800 * platform/chromium-mac/media/controls-after-reload-expected.txt:
23801 * platform/chromium-mac/media/controls-strict-expected.txt:
23802 * platform/chromium-mac/media/controls-styling-expected.txt:
23803 * platform/chromium-mac/media/controls-without-preload-expected.txt:
23804 * platform/chromium-mac/media/media-controls-clone-expected.txt:
23805 * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
23806 * platform/chromium-mac/media/video-controls-rendering-expected.txt:
23807 * platform/chromium-mac/media/video-display-toggle-expected.txt:
23808 * platform/chromium-mac/media/video-empty-source-expected.txt:
23809 * platform/chromium-mac/media/video-no-audio-expected.txt:
23810 * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
23811 * platform/chromium-mac/media/video-volume-slider-expected.txt:
23812 * platform/chromium-mac/media/video-zoom-controls-expected.txt:
23813 * platform/chromium-win-vista/media/video-empty-source-expected.txt:
23814 * platform/chromium-win-xp/media/video-empty-source-expected.txt:
23815 * platform/chromium-win/fast/layers/video-layer-expected.txt:
23816 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
23817 * platform/chromium-win/media/audio-repaint-expected.txt:
23818 * platform/chromium-win/media/controls-after-reload-expected.txt:
23819 * platform/chromium-win/media/controls-strict-expected.txt:
23820 * platform/chromium-win/media/controls-styling-expected.txt:
23821 * platform/chromium-win/media/controls-without-preload-expected.txt:
23822 * platform/chromium-win/media/media-controls-clone-expected.txt:
23823 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
23824 * platform/chromium-win/media/video-controls-rendering-expected.txt:
23825 * platform/chromium-win/media/video-display-toggle-expected.txt:
23826 * platform/chromium-win/media/video-empty-source-expected.txt:
23827 * platform/chromium-win/media/video-no-audio-expected.txt:
23828 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
23829 * platform/chromium-win/media/video-volume-slider-expected.txt:
23830 * platform/chromium-win/media/video-zoom-controls-expected.txt:
23831 * platform/chromium/test_expectations.txt:
23832 * platform/qt/media/audio-repaint-expected.txt: Renamed from LayoutTests/media/audio-repaint-expected.txt.
23834 2012-04-25 Alpha Lam <hclam@chromium.org>
23836 Unreviewed test expectations update.
23837 https://bugs.webkit.org/show_bug.cgi?id=84877
23839 Mark a failing test after changes in r115227.
23841 * platform/chromium/test_expectations.txt:
23843 2012-04-25 Sheriff Bot <webkit.review.bot@gmail.com>
23845 Unreviewed, rolling out r115222.
23846 http://trac.webkit.org/changeset/115222
23847 https://bugs.webkit.org/show_bug.cgi?id=84874
23849 Caused test regressions on the EFL build (Requested by rakuco
23852 * platform/efl/Skipped:
23854 2012-04-24 Ryosuke Niwa <rniwa@webkit.org>
23856 REGRESSION(r112177): listStyleType CSS property gets converted into listStyle
23857 https://bugs.webkit.org/show_bug.cgi?id=83026
23859 Reviewed by Darin Adler.
23861 Added test cases to cssText-shorthand.html and rebaselined some tests.
23863 * fast/css/cssText-shorthand-expected.txt:
23864 * fast/css/cssText-shorthand.html: Added more test cases.
23865 * fast/css/remove-shorthand-expected.txt: Correctly adds both border-width and border-style
23866 when border-color is missing.
23867 * printing/page-rule-css-text-expected.txt: Correctly uses border-width instead of border.
23869 2012-04-25 Nate Chapin <japhet@chromium.org>
23871 Test for https://bugs.webkit.org/show_bug.cgi?id=83918.
23873 Reviewed by Alexey Proskuryakov.
23875 * http/tests/cache/cancel-during-failure-crash-expected.txt: Added.
23876 * http/tests/cache/cancel-during-failure-crash.html: Added.
23878 2012-04-25 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
23880 [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry
23881 https://bugs.webkit.org/show_bug.cgi?id=83880
23883 Reviewed by Antonio Gomes.
23885 Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry
23886 and removeOriginAccessWhitelistEntry implementation.
23888 * platform/efl/Skipped:
23890 2012-04-25 Thiago Marcos P. Santos <thiago.santos@intel.com>
23892 [EFL] Remove duplicated test expectations
23893 https://bugs.webkit.org/show_bug.cgi?id=84717
23895 Unreviewed gardening.
23897 These expected results are the same as the global ones.
23899 * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Removed.
23900 * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
23901 * platform/efl/fast/block/float/in-margin-expected.txt: Removed.
23902 * platform/efl/fast/block/positioning/028-expected.txt: Removed.
23903 * platform/efl/fast/block/positioning/031-expected.txt: Removed.
23904 * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
23905 * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
23906 * platform/efl/fast/borders/border-radius-different-width-001-expected.txt: Removed.
23907 * platform/efl/fast/borders/borderRadiusDashed01-expected.txt: Removed.
23908 * platform/efl/fast/borders/borderRadiusDashed06-expected.txt: Removed.
23909 * platform/efl/fast/borders/borderRadiusDotted02-expected.txt: Removed.
23910 * platform/efl/fast/borders/borderRadiusDotted03-expected.txt: Removed.
23911 * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.txt: Removed.
23912 * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Removed.
23913 * platform/efl/fast/borders/only-one-border-with-width-expected.txt: Removed.
23914 * platform/efl/fast/clip/017-expected.txt: Removed.
23915 * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
23916 * platform/efl/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
23917 * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
23918 * platform/efl/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
23919 * platform/efl/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
23920 * platform/efl/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
23921 * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
23922 * platform/efl/fast/files/url-required-arguments-expected.txt: Removed.
23923 * platform/efl/fast/gradients/border-image-gradient-expected.txt: Removed.
23924 * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
23925 * platform/efl/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
23926 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
23927 * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
23928 * platform/efl/fast/parser/comment-in-script-expected.txt: Removed.
23929 * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed.
23930 * platform/efl/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
23931 * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
23932 * platform/efl/fast/repaint/subtree-root-clip-expected.txt: Removed.
23933 * platform/efl/fast/replaced/image-tag-expected.txt: Removed.
23934 * platform/efl/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
23935 * platform/efl/svg/as-background-image/background-image-tiled-expected.txt: Removed.
23936 * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Removed.
23937 * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Removed.
23938 * platform/efl/svg/clip-path/clip-in-mask-expected.txt: Removed.
23939 * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.txt: Removed.
23940 * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.txt: Removed.
23941 * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed.
23942 * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed.
23943 * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed.
23944 * platform/efl/svg/css/mask-with-shadow-expected.txt: Removed.
23945 * platform/efl/svg/dynamic-updates/SVG-dynamic-css-transform-expected.txt: Removed.
23946 * platform/efl/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.txt: Removed.
23947 * platform/efl/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.txt: Removed.
23948 * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.txt: Removed.
23949 * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.txt: Removed.
23950 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt: Removed.
23951 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt: Removed.
23952 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt: Removed.
23953 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt: Removed.
23954 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt: Removed.
23955 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt: Removed.
23956 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt: Removed.
23957 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.txt: Removed.
23958 * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.txt: Removed.
23959 * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.txt: Removed.
23960 * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: Removed.
23961 * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: Removed.
23962 * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.txt: Removed.
23963 * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: Removed.
23964 * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: Removed.
23965 * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: Removed.
23966 * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: Removed.
23967 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Removed.
23968 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Removed.
23969 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.txt: Removed.
23970 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Removed.
23971 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Removed.
23972 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Removed.
23973 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Removed.
23974 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.txt: Removed.
23975 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Removed.
23976 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Removed.
23977 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.txt: Removed.
23978 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt: Removed.
23979 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.txt: Removed.
23980 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.txt: Removed.
23981 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.txt: Removed.
23982 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.txt: Removed.
23983 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.txt: Removed.
23984 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.txt: Removed.
23985 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.txt: Removed.
23986 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.txt: Removed.
23987 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.txt: Removed.
23988 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed.
23989 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.txt: Removed.
23990 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.txt: Removed.
23991 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.txt: Removed.
23992 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.txt: Removed.
23993 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.txt: Removed.
23994 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.txt: Removed.
23995 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.txt: Removed.
23996 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.txt: Removed.
23997 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.txt: Removed.
23998 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.txt: Removed.
23999 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.txt: Removed.
24000 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.txt: Removed.
24001 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.txt: Removed.
24002 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt: Removed.
24003 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Removed.
24004 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Removed.
24005 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Removed.
24006 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Removed.
24007 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Removed.
24008 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Removed.
24009 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Removed.
24010 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Removed.
24011 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Removed.
24012 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Removed.
24013 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Removed.
24014 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Removed.
24015 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Removed.
24016 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Removed.
24017 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.txt: Removed.
24018 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.txt: Removed.
24019 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.txt: Removed.
24020 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.txt: Removed.
24021 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.txt: Removed.
24022 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.txt: Removed.
24023 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.txt: Removed.
24024 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.txt: Removed.
24025 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.txt: Removed.
24026 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.txt: Removed.
24027 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.txt: Removed.
24028 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.txt: Removed.
24029 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.txt: Removed.
24030 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.txt: Removed.
24031 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.txt: Removed.
24032 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.txt: Removed.
24033 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.txt: Removed.
24034 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.txt: Removed.
24035 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.txt: Removed.
24036 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.txt: Removed.
24037 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.txt: Removed.
24038 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.txt: Removed.
24039 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.txt: Removed.
24040 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.txt: Removed.
24041 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
24042 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt: Removed.
24043 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.txt: Removed.
24044 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.txt: Removed.
24045 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.txt: Removed.
24046 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Removed.
24047 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Removed.
24048 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Removed.
24049 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Removed.
24050 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Removed.
24051 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Removed.
24052 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Removed.
24053 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Removed.
24054 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Removed.
24055 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Removed.
24056 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.txt: Removed.
24057 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.txt: Removed.
24058 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.txt: Removed.
24059 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.txt: Removed.
24060 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.txt: Removed.
24061 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.txt: Removed.
24062 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.txt: Removed.
24063 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.txt: Removed.
24064 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.txt: Removed.
24065 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.txt: Removed.
24066 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.txt: Removed.
24067 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.txt: Removed.
24068 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.txt: Removed.
24069 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.txt: Removed.
24070 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt: Removed.
24071 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt: Removed.
24072 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Removed.
24073 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Removed.
24074 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Removed.
24075 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Removed.
24076 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Removed.
24077 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.txt: Removed.
24078 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.txt: Removed.
24079 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt: Removed.
24080 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.txt: Removed.
24081 * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Removed.
24082 * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Removed.
24083 * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.txt: Removed.
24084 * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.txt: Removed.
24085 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.txt: Removed.
24086 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.txt: Removed.
24087 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.txt: Removed.
24088 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.txt: Removed.
24089 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.txt: Removed.
24090 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.txt: Removed.
24091 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.txt: Removed.
24092 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.txt: Removed.
24093 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.txt: Removed.
24094 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.txt: Removed.
24095 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.txt: Removed.
24096 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.txt: Removed.
24097 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt: Removed.
24098 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.txt: Removed.
24099 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.txt: Removed.
24100 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.txt: Removed.
24101 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.txt: Removed.
24102 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.txt: Removed.
24103 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Removed.
24104 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Removed.
24105 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Removed.
24106 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Removed.
24107 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
24108 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Removed.
24109 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.txt: Removed.
24110 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Removed.
24111 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Removed.
24112 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Removed.
24113 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Removed.
24114 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.txt: Removed.
24115 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.txt: Removed.
24116 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.txt: Removed.
24117 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.txt: Removed.
24118 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.txt: Removed.
24119 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.txt: Removed.
24120 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.txt: Removed.
24121 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.txt: Removed.
24122 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.txt: Removed.
24123 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.txt: Removed.
24124 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.txt: Removed.
24125 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.txt: Removed.
24126 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.txt: Removed.
24127 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.txt: Removed.
24128 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.txt: Removed.
24129 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.txt: Removed.
24130 * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Removed.
24131 * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Removed.
24132 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.txt: Removed.
24133 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.txt: Removed.
24134 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.txt: Removed.
24135 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.txt: Removed.
24136 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.txt: Removed.
24137 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt: Removed.
24138 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.txt: Removed.
24139 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.txt: Removed.
24140 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.txt: Removed.
24141 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.txt: Removed.
24142 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.txt: Removed.
24143 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.txt: Removed.
24144 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.txt: Removed.
24145 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.txt: Removed.
24146 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt: Removed.
24147 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.txt: Removed.
24148 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.txt: Removed.
24149 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.txt: Removed.
24150 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.txt: Removed.
24151 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.txt: Removed.
24152 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.txt: Removed.
24153 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.txt: Removed.
24154 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.txt: Removed.
24155 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt: Removed.
24156 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.txt: Removed.
24157 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.txt: Removed.
24158 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.txt: Removed.
24159 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.txt: Removed.
24160 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.txt: Removed.
24161 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.txt: Removed.
24162 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.txt: Removed.
24163 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.txt: Removed.
24164 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.txt: Removed.
24165 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.txt: Removed.
24166 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.txt: Removed.
24167 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.txt: Removed.
24168 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Removed.
24169 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt: Removed.
24170 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Removed.
24171 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Removed.
24172 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Removed.
24173 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Removed.
24174 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.txt: Removed.
24175 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Removed.
24176 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Removed.
24177 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Removed.
24178 * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.txt: Removed.
24179 * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.txt: Removed.
24180 * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.txt: Removed.
24181 * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.txt: Removed.
24182 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: Removed.
24183 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.txt: Removed.
24184 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.txt: Removed.
24185 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.txt: Removed.
24186 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.txt: Removed.
24187 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: Removed.
24188 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.txt: Removed.
24189 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.txt: Removed.
24190 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.txt: Removed.
24191 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.txt: Removed.
24192 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Removed.
24193 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Removed.
24194 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Removed.
24195 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Removed.
24196 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Removed.
24197 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Removed.
24198 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed.
24199 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed.
24200 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Removed.
24201 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Removed.
24202 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Removed.
24203 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Removed.
24204 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.txt: Removed.
24205 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.txt: Removed.
24206 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.txt: Removed.
24207 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.txt: Removed.
24208 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.txt: Removed.
24209 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.txt: Removed.
24210 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.txt: Removed.
24211 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.txt: Removed.
24212 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.txt: Removed.
24213 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.txt: Removed.
24214 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.txt: Removed.
24215 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.txt: Removed.
24216 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.txt: Removed.
24217 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.txt: Removed.
24218 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.txt: Removed.
24219 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.txt: Removed.
24220 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.txt: Removed.
24221 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt: Removed.
24222 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.txt: Removed.
24223 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.txt: Removed.
24224 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.txt: Removed.
24225 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.txt: Removed.
24226 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.txt: Removed.
24227 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.txt: Removed.
24228 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.txt: Removed.
24229 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.txt: Removed.
24230 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.txt: Removed.
24231 * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.txt: Removed.
24232 * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.txt: Removed.
24233 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.txt: Removed.
24234 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.txt: Removed.
24235 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.txt: Removed.
24236 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.txt: Removed.
24237 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.txt: Removed.
24238 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.txt: Removed.
24239 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.txt: Removed.
24240 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt: Removed.
24241 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.txt: Removed.
24242 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: Removed.
24243 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.txt: Removed.
24244 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.txt: Removed.
24245 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.txt: Removed.
24246 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.txt: Removed.
24247 * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.txt: Removed.
24248 * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.txt: Removed.
24249 * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.txt: Removed.
24250 * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.txt: Removed.
24251 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.txt: Removed.
24252 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.txt: Removed.
24253 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.txt: Removed.
24254 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.txt: Removed.
24255 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.txt: Removed.
24256 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.txt: Removed.
24257 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.txt: Removed.
24258 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.txt: Removed.
24259 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.txt: Removed.
24260 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.txt: Removed.
24261 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.txt: Removed.
24262 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed.
24263 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed.
24264 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.txt: Removed.
24265 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.txt: Removed.
24266 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.txt: Removed.
24267 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.txt: Removed.
24268 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.txt: Removed.
24269 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt: Removed.
24270 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.txt: Removed.
24271 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.txt: Removed.
24272 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.txt: Removed.
24273 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.txt: Removed.
24274 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt: Removed.
24275 * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.txt: Removed.
24276 * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.txt: Removed.
24277 * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.txt: Removed.
24278 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.txt: Removed.
24279 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.txt: Removed.
24280 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.txt: Removed.
24281 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.txt: Removed.
24282 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.txt: Removed.
24283 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.txt: Removed.
24284 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.txt: Removed.
24285 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.txt: Removed.
24286 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.txt: Removed.
24287 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.txt: Removed.
24288 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.txt: Removed.
24289 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.txt: Removed.
24290 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt: Removed.
24291 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.txt: Removed.
24292 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.txt: Removed.
24293 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.txt: Removed.
24294 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.txt: Removed.
24295 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.txt: Removed.
24296 * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.txt: Removed.
24297 * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.txt: Removed.
24298 * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.txt: Removed.
24299 * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Removed.
24300 * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.txt: Removed.
24301 * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.txt: Removed.
24302 * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Removed.
24303 * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.txt: Removed.
24304 * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed.
24305 * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
24306 * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Removed.
24307 * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Removed.
24308 * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Removed.
24309 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
24310 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
24311 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
24312 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
24313 * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
24314 * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
24315 * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
24316 * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
24318 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24320 [Chromium] Unreviewed test expectations update
24321 https://bugs.webkit.org/show_bug.cgi?id=84427
24323 Unmark platform/chromium/editing/spelling/delete-misspelled-word.html as flaky.
24324 The test has been fixed in r114866.
24326 * platform/chromium/test_expectations.txt:
24328 2012-04-25 Ádám Kallai <kadam@inf.u-szeged.hu>
24330 [Qt] Unreviewed gardening. Skip a flaky test.
24331 https://bugs.webkit.org/show_bug.cgi?id=84866
24333 * platform/qt/Skipped:
24335 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24337 [Chromium] Unreviewed test expectations update
24338 https://bugs.webkit.org/show_bug.cgi?id=82300
24340 Unmark compositing/images/direct-pdf-image.html as failing on Mac 10.6
24342 * platform/chromium/test_expectations.txt:
24344 2012-04-25 Milian Wolff <milian.wolff@kdab.com>
24346 [Qt] add LayoutTestController::setPrinting support to Qt unit tests
24347 https://bugs.webkit.org/show_bug.cgi?id=84246
24349 Reviewed by Simon Hausmann.
24351 * platform/qt/printing/compositing-layer-printing-expected.png: Added.
24352 * platform/qt/printing/compositing-layer-printing-expected.txt: Added.
24353 * platform/qt/printing/media-queries-print-expected.png: Added.
24354 * platform/qt/printing/media-queries-print-expected.txt: Added.
24355 * platform/qt/printing/page-rule-in-media-query-expected.png: Added.
24356 * platform/qt/printing/page-rule-in-media-query-expected.txt: Renamed from LayoutTests/platform/qt/printing/page-rule-in-media-query-expected.txt.
24357 * platform/qt/printing/simultaneous-position-float-change-expected.png: Added.
24358 * platform/qt/printing/simultaneous-position-float-change-expected.txt: Added.
24359 * platform/qt/printing/width-overflow-expected.png: Added.
24360 * platform/qt/printing/width-overflow-expected.txt: Added.
24361 * platform/qt/Skipped:
24362 * platform/qt/printing/page-rule-in-media-query-expected.png: Removed.
24364 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24366 [Chromium] Unreviewed test expectations update
24367 https://bugs.webkit.org/show_bug.cgi?id=74055
24369 Unmark fast/canvas/canvas-largedraws.html as failing on Mac 10.5
24371 * platform/chromium/test_expectations.txt:
24373 2012-04-25 Mark Hahnenberg <mhahnenberg@apple.com>
24375 fast/js/random-array-gc-stress times out in debug mode
24376 https://bugs.webkit.org/show_bug.cgi?id=84821
24378 Reviewed by Darin Adler.
24380 * fast/js/script-tests/random-array-gc-stress.js: Reduce number of iterations so
24381 that the test can complete without timing out. Also remove the gc() function because
24382 a gc() function is already provided in resources/js-test-pre.js.
24384 2012-04-25 Ádám Kallai <kadam@inf.u-szeged.hu>
24386 [Qt] Unreviewed gardening. Rebaseline after r115187.
24388 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
24389 * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
24391 2012-04-25 Pierre Rossi <pierre.rossi@gmail.com>
24393 [SVG] Nothing should be stroked when the stroke-width is 0
24394 https://bugs.webkit.org/show_bug.cgi?id=83568
24396 Reviewed by Nikolas Zimmermann.
24398 * platform/chromium/test_expectations.txt: mark affected tests for rebaseline.
24399 * platform/qt/Skipped: Unskip svg/custom/path-zero-strokewidth.svg
24401 2012-04-25 Philippe Normand <pnormand@igalia.com>
24403 Unreviewed, GTK test_expectations update.
24405 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
24406 Rebaseline after r115187.
24407 * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
24408 Rebaseline after r115091.
24409 * platform/gtk/test_expectations.txt:
24411 2012-04-25 Pavel Feldman <pfeldman@chromium.org>
24413 Web Inspector: extract Linkifier from DebuggerPresentationModel.
24414 https://bugs.webkit.org/show_bug.cgi?id=84855
24416 Reviewed by Yury Semikhatsky.
24418 * inspector/debugger/linkifier.html:
24420 2012-04-25 Pavel Feldman <pfeldman@chromium.org>
24422 Web Inspector: move sourcemap-agnostic part of the debugger presentation model into the raw debugger.
24423 https://bugs.webkit.org/show_bug.cgi?id=84852
24425 Reviewed by Yury Semikhatsky.
24427 * http/tests/inspector/debugger-test.js:
24428 * inspector/debugger/callstack-placards-discarded.html:
24429 * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
24430 * inspector/debugger/live-edit-expected.txt:
24431 * inspector/debugger/scripts-panel.html:
24432 * inspector/debugger/selected-call-frame-after-formatting-source.html:
24433 * inspector/debugger/set-breakpoint.html:
24435 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24437 [Chromium] Unreviewed test expectations update
24438 https://bugs.webkit.org/show_bug.cgi?id=84854
24440 Mark the following tests as flaky on Linux 32-bit:
24442 svg/batik/text/textOnPath.svg
24443 svg/batik/text/verticalTextOnPath.svg
24445 * platform/chromium/test_expectations.txt:
24447 2012-04-25 Yury Semikhatsky <yurys@chromium.org>
24449 Web Inspector: use composite node provider for diff nodes in heap profiler
24450 https://bugs.webkit.org/show_bug.cgi?id=84849
24452 Inroduced HeapSnapshotDiffNodesProvider which is basically a composite provider
24453 combining providers for added and deleted nodes. This allowed to remove custom
24454 implementation of HeapSnapshotGridNode.prototype.populateChildren.
24456 Reviewed by Pavel Feldman.
24458 * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html:
24459 * inspector/profiler/heap-snapshot-comparison-show-all.html:
24460 * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html:
24462 2012-04-25 Szilard Ledan <szledan@inf.u-szeged.hu>
24464 [Qt] Gardening. Skipped a failing test.
24465 https://bugs.webkit.org/show_bug.cgi?id=84566
24467 Removed a test from test_expectations after r115171.
24469 Reviewed by Csaba Osztrogonác.
24471 * platform/qt/Skipped:
24472 * platform/qt/test_expectations.txt:
24474 2012-04-25 Nikolas Zimmermann <nzimmermann@rim.com>
24476 Refactor to/from/animatedType creation, to share more code between animators
24477 https://bugs.webkit.org/show_bug.cgi?id=84846
24479 Reviewed by Antti Koivisto.
24481 Rebaseline one test result, which shows a progression.
24482 (At the initial time when we capture the result, only two circles should be visible.)
24484 * platform/chromium/test_expectations.txt:
24485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
24486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
24488 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24490 [Chromium] Unreviewed test expectations update
24491 https://bugs.webkit.org/show_bug.cgi?id=84847
24493 Mark inspector/timeline/timeline-start-time.html as flaky on Windows.
24495 * platform/chromium/test_expectations.txt:
24497 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24499 [Chromium] Unreviewed test expectations update
24501 Unmark the following CSS pseudo-class tests:
24503 fast/css/empty-pseudo-class.html
24504 fast/css/first-child-pseudo-class.html
24505 fast/css/first-of-type-pseudo-class.html
24506 fast/css/last-child-pseudo-class.html
24507 fast/css/last-of-type-pseudo-class.html
24508 fast/css/only-child-pseudo-class.html
24509 fast/css/only-of-type-pseudo-class.html
24511 * platform/chromium/test_expectations.txt:
24513 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24515 [Chromium] Unreviewed test expectations update
24517 Remove expectation for a passing test:
24518 fast/dom/error-to-string-stack-overflow.html
24520 Add an expectation for a passing test:
24521 fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
24523 * platform/chromium/test_expectations.txt:
24525 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24527 [Chromium] Unreviewed test expectations update
24529 Unmark these tests as failing on Windows:
24530 fast/repaint/moving-shadow-on-container.html
24531 fast/repaint/moving-shadow-on-path.html
24533 * platform/chromium/test_expectations.txt:
24535 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24537 [Chromium] Unreviewed test expectations update
24538 https://bugs.webkit.org/show_bug.cgi?id=84813
24540 Mark these tests as failing only on Mac and Windows:
24542 css3/filters/custom/custom-filter-shader-cache.html
24543 css3/filters/custom/effect-custom-combined-missing.html
24544 css3/filters/custom/effect-custom.html
24546 * platform/chromium/test_expectations.txt:
24548 2012-04-25 Mikhail Naganov <mnaganov@chromium.org>
24550 [Chromium] Unreviewed test expectations update
24552 Unmark html5lib/runner.html -- changes that broke it were reverted in r115149.
24554 * platform/chromium/test_expectations.txt:
24556 2012-04-25 Sergio Villar Senin <svillar@igalia.com>
24558 Unreviewed. Unskipped 28 http tests passing on all the GTK+ bots.
24560 * platform/gtk/test_expectations.txt:
24562 2012-04-25 Nikolas Zimmermann <nzimmermann@rim.com>
24564 Not reviewed. Update pixel test baseline on Lion. All color space changes when painting images.
24565 I noticed that svg/custom/focus-ring.svg is flakey, the result may be off by two 1px changes.
24567 * platform/mac/svg/as-background-image/svg-as-background-4-expected.png:
24568 * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png:
24569 * platform/mac/svg/carto.net/window-expected.png:
24570 * platform/mac/svg/custom/createImageElement-expected.png:
24571 * platform/mac/svg/custom/createImageElement2-expected.png:
24572 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
24573 * platform/mac/svg/custom/focus-ring-expected.png:
24574 * platform/mac/svg/custom/image-parent-translation-expected.png:
24575 * platform/mac/svg/custom/image-small-width-height-expected.png:
24576 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
24577 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
24578 * platform/mac/svg/custom/js-update-image-and-display-expected.png:
24579 * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
24580 * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
24581 * platform/mac/svg/custom/js-update-image-expected.png:
24582 * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
24583 * platform/mac/svg/custom/pointer-events-image-expected.png:
24584 * platform/mac/svg/custom/text-image-opacity-expected.png:
24585 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
24586 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
24587 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
24588 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
24589 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
24590 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
24591 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
24592 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
24593 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
24594 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
24595 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
24596 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
24597 * platform/mac/svg/wicd/test-rightsizing-b-expected.png:
24598 * platform/mac/svg/zoom/page/zoom-background-images-expected.png:
24600 2012-04-25 Xianzhu Wang <wangxianzhu@chromium.org>
24602 Web Inspector: REGRESSION: Incorrect highlight position of inspected element in scrolled page
24603 https://bugs.webkit.org/show_bug.cgi?id=84755
24605 Reviewed by Pavel Feldman.
24607 * http/tests/inspector/elements-test.js: Extracted common function dumpInspectorHighlightRects() into here with a small bug fixed (x and y inversed).
24608 * inspector/elements/highlight-node-scaled-expected.txt: Corrected the wrong inversed x and y.
24609 * inspector/elements/highlight-node-scaled.html: Extracted out dumpInspectorHighlightRects().
24610 * inspector/elements/highlight-node-scroll-expected.txt: Added. Expectation of the new test case.
24611 * inspector/elements/highlight-node-scroll.html: Added. The new test case.
24612 * inspector/elements/highlight-node.html: Extracted out dumpInspectorHighlightRects(). Expectation not changed because the x and y happened to be the same in the original expectation.
24613 * inspector/elements/highlight-svg-root.html: Ditto.
24615 2012-04-25 Csaba Osztrogonác <ossy@webkit.org>
24617 [Qt] Unreviewed morning gardening after r115091.
24619 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
24620 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
24622 2012-04-24 Csaba Osztrogonác <ossy@webkit.org>
24624 [Qt] Unreviewed morning gardening after r115085.
24626 * platform/qt/Skipped: Unskip a non-existing test.
24627 * platform/qt/svg/custom/embedding-external-svgs-expected.txt:
24628 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
24629 * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
24630 * platform/qt/svg/custom/use-clipped-hit-expected.txt:
24631 * platform/qt/svg/custom/use-modify-target-symbol-expected.txt:
24632 * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
24633 * platform/qt/svg/custom/use-setAttribute-crash-expected.txt:
24634 * platform/qt/svg/custom/use-symbol-overflow-expected.txt:
24635 * platform/wk2/Skipped: Unskip a non-existing test.
24637 2012-04-24 Yury Semikhatsky <yurys@chromium.org>
24639 Unreviewed. Skip inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
24640 on Win and Win Cairo in addition to Mac and Qt(JSC doesn't support heap profiling and
24641 the test doesn't make sense there).
24643 * platform/win/Skipped:
24644 * platform/wincairo/Skipped:
24646 2012-04-24 Philippe Normand <pnormand@igalia.com>
24648 Unreviewed, GTK svg rebaseline after r115085.
24650 * platform/gtk/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
24651 * platform/gtk/svg/carto.net/button-expected.txt:
24652 * platform/gtk/svg/carto.net/colourpicker-expected.txt:
24653 * platform/gtk/svg/carto.net/slider-expected.txt:
24654 * platform/gtk/svg/carto.net/window-expected.txt:
24655 * platform/gtk/svg/custom/embedding-external-svgs-expected.txt:
24656 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
24657 * platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt:
24658 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
24659 * platform/gtk/svg/custom/use-modify-target-symbol-expected.txt:
24660 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
24661 * platform/gtk/svg/custom/use-on-g-containing-symbol-expected.txt:
24662 * platform/gtk/svg/custom/use-on-symbol-expected.txt:
24663 * platform/gtk/svg/custom/use-recalcStyle-crash-expected.txt:
24664 * platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
24665 * platform/gtk/svg/custom/use-setAttribute-crash-expected.txt:
24666 * platform/gtk/svg/custom/use-symbol-overflow-expected.txt:
24668 2012-04-24 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org>
24670 getMatchedCSSRules() should return null when the second argument is an unrecognized pseudo-element name
24671 https://bugs.webkit.org/show_bug.cgi?id=83298
24673 Reviewed by Ojan Vafai.
24675 * fast/dom/Window/getMatchedCSSRules-with-invalid-pseudo-elements-expected.txt: Added.
24676 * fast/dom/Window/getMatchedCSSRules-with-invalid-pseudo-elements.html: Added.
24678 2012-04-24 Alexis Menard <alexis.menard@openbossa.org>
24680 Implement createTBody for table element.
24681 https://bugs.webkit.org/show_bug.cgi?id=84465
24683 Reviewed by Ojan Vafai.
24685 Add test to cover the new createTBody method.
24687 * fast/table/table-create-tbody-existing-tbody-expected.txt: Added.
24688 * fast/table/table-create-tbody-existing-tbody.html: Added.
24689 * fast/table/table-create-tbody-expected.txt: Added.
24690 * fast/table/table-create-tbody-multiple-tbody-expected.txt: Added.
24691 * fast/table/table-create-tbody-multiple-tbody.html: Added.
24692 * fast/table/table-create-tbody.html: Added.
24694 2012-04-24 Yong Li <yoli@rim.com>
24696 ASSERT failure in RenderLayer::computeRepaintRects
24697 https://bugs.webkit.org/show_bug.cgi?id=84480
24699 Reviewed by Simon Fraser.
24701 Add a layout test for it.
24703 * compositing/visibility/compositing-and-visibility-turned-off-together-expected.txt: Added.
24704 * compositing/visibility/compositing-and-visibility-turned-off-together.html: Added.
24706 2012-04-24 Kent Tamura <tkent@chromium.org>
24708 Calendar Picker: Open a calendar picker by keyboard operation
24709 https://bugs.webkit.org/show_bug.cgi?id=84680
24711 Reviewed by Kentaro Hara.
24713 * fast/forms/date/date-stepup-stepdown-from-renderer-expected.txt:
24714 * fast/forms/date/date-stepup-stepdown-from-renderer.html:
24715 Stepping up/down by kerboard was removed. Update the test to confirm it doesn't work.
24717 2012-04-24 Alpha Lam <hclam@chromium.org>
24719 [chromium] Unreviewed test expectations update.
24720 https://bugs.webkit.org/show_bug.cgi?id=84813
24722 Suppress test image mismatch due to r115123. Rebaseline is coming soon.
24724 * platform/chromium/test_expectations.txt:
24726 2012-04-24 Yael Aharon <yael.aharon@nokia.com>
24728 [Qt] Move notification icon download out of WebCore
24729 https://bugs.webkit.org/show_bug.cgi?id=80700
24731 Reviewed by Jian Li.
24733 Remove http/tests/notifications after the code the tests were testing has been removed.
24735 * http/tests/notifications: Removed.
24736 * http/tests/notifications/icon-does-not-exist-expected.txt: Removed.
24737 * http/tests/notifications/icon-does-not-exist.html: Removed.
24738 * http/tests/notifications/icon-exists-cancel-expected.txt: Removed.
24739 * http/tests/notifications/icon-exists-cancel.html: Removed.
24740 * http/tests/notifications/icon-exists-expected.txt: Removed.
24741 * http/tests/notifications/icon-exists-show-alert-during-load-expected.txt: Removed.
24742 * http/tests/notifications/icon-exists-show-alert-during-load.html: Removed.
24743 * http/tests/notifications/icon-exists.html: Removed.
24744 * http/tests/notifications/icon-requires-auth-expected.txt: Removed.
24745 * http/tests/notifications/icon-requires-auth.html: Removed.
24746 * http/tests/notifications/resources: Removed.
24747 * http/tests/notifications/resources/icon-exists.png: Removed.
24748 * http/tests/notifications/resources/icon-requires-auth.php: Removed.
24749 * platform/chromium/test_expectations.txt:
24750 * platform/efl/Skipped:
24751 * platform/gtk/test_expectations.txt:
24752 * platform/mac/Skipped:
24753 * platform/qt-5.0-wk2/Skipped:
24754 * platform/qt/Skipped:
24755 * platform/win/Skipped:
24756 * platform/wincairo/Skipped:
24758 2012-04-24 Yael Aharon <yael.aharon@nokia.com>
24760 Unreviewed rebaseline after r115134.
24762 * platform/qt/fast/block/positioning/016-expected.txt:
24763 * platform/qt/fast/block/positioning/025-expected.txt:
24765 2012-04-24 Jeffrey Pfau <jpfau@apple.com>
24767 Prevent drag and drop from setting file URLs
24768 https://bugs.webkit.org/show_bug.cgi?id=76596
24770 Reviewed by Enrica Casucci.
24772 Updated tests to reflect new expectations.
24774 * http/tests/security/dataTransfer-set-data-file-url.html:
24775 * platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html:
24777 2012-04-24 Alpha Lam <hclam@chromium.org>
24779 [chromium] Unreviewed test expectations update.
24780 https://bugs.webkit.org/show_bug.cgi?id=84810
24782 Mark svg/carto.net/window.svg as fail due to changes in r115085.
24784 * platform/chromium/test_expectations.txt:
24786 2012-04-24 Alpha Lam <hclam@chromium.org>
24788 [chromium] Unreviewed test expectations update.
24789 https://bugs.webkit.org/show_bug.cgi?id=84806
24791 html5lib/runner.html fails after r115099 and r115127, mark it so.
24793 * platform/chromium/test_expectations.txt:
24795 2012-04-24 Chris Rogers <crogers@google.com>
24797 Fix layout test failures for Oscillator because WaveTable now normalizes to 0dBFS instead of -6dbFS
24798 https://bugs.webkit.org/show_bug.cgi?id=84799
24800 Reviewed by James Robinson.
24802 This fixes failures caused by: http://trac.webkit.org/changeset/115111
24803 We need to adjust the layout test itself to scale by 1/2 to compensate for the new WaveTable normalization.
24804 The reason we don't change the audio .wav file baselines themselves is because audio values can potentially
24805 clip past full scale, and we need to be able to avoid this "overshoot".
24807 * webaudio/resources/oscillator-testing.js:
24808 (generateExponentialOscillatorSweep):
24810 2012-04-24 Alexandru Chiculita <achicu@adobe.com>
24812 CSS Shaders: Repainting the FECustomFilter requires full source image
24813 https://bugs.webkit.org/show_bug.cgi?id=76689
24815 Reviewed by Dean Jackson.
24817 * css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
24818 * css3/filters/custom/filter-repaint-custom-clipped-expected.txt: Added.
24819 * css3/filters/custom/filter-repaint-custom-clipped.html: Added.
24820 * css3/filters/custom/filter-repaint-custom-expected.png: Added.
24821 * css3/filters/custom/filter-repaint-custom-expected.txt: Added.
24822 * css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
24823 * css3/filters/custom/filter-repaint-custom-rotated-expected.txt: Added.
24824 * css3/filters/custom/filter-repaint-custom-rotated.html: Added.
24825 * css3/filters/custom/filter-repaint-custom.html: Added.
24826 * css3/filters/resources/color-add.fs: Added.
24827 * css3/filters/resources/vertex-horizontal-offset.vs: Added.
24828 * css3/filters/resources/vertex-rotate.vs: Added.
24829 * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
24830 * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-expected.png: Added.
24831 * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
24832 * platform/chromium/test_expectations.txt:
24834 2012-04-24 Alpha Lam <hclam@chromium.org>
24836 [chromium] Unreviewed test expectations update.
24837 https://bugs.webkit.org/show_bug.cgi?id=84802
24839 New test added in r115096 is failing on Chromium, mark it so.
24841 * platform/chromium/test_expectations.txt:
24843 2012-04-24 Rob Buis <rbuis@rim.com>
24845 REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests)
24846 https://bugs.webkit.org/show_bug.cgi?id=84783
24848 Reviewed by Dirk Schulze.
24850 Fix struct-use-09-b.svg missing test result by converting to a reftest.
24852 * platform/chromium-linux/svg/custom/struct-use-09-b-expected.png: Removed.
24853 * platform/chromium-mac-leopard/svg/custom/struct-use-09-b-expected.png: Removed.
24854 * platform/chromium-mac/svg/custom/struct-use-09-b-expected.png: Removed.
24855 * platform/chromium-mac/svg/custom/struct-use-09-b-expected.txt: Removed.
24856 * platform/chromium-win/svg/custom/struct-use-09-b-expected.png: Removed.
24857 * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: Removed.
24858 * platform/gtk/svg/custom/struct-use-09-b-expected.png: Removed.
24859 * platform/gtk/svg/custom/struct-use-09-b-expected.txt: Removed.
24860 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Removed.
24861 * platform/mac/svg/custom/struct-use-09-b-expected.png: Removed.
24862 * platform/qt/svg/custom/struct-use-09-b-expected.png: Removed.
24863 * platform/qt/svg/custom/struct-use-09-b-expected.txt: Removed.
24864 * svg/custom/struct-use-09-b-expected.svg:
24865 * svg/custom/struct-use-09-b.svg:
24867 2012-04-24 Alpha Lam <hclam@chromium.org>
24869 [chromium] Unreviewd test expectations update.
24870 https://bugs.webkit.org/show_bug.cgi?id=84790
24872 Adding expectations for new tests added in r115091.
24874 * platform/chromium-mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
24875 * platform/chromium-mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
24876 * platform/chromium-mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
24878 2012-04-24 Victor Carbune <vcarbune@adobe.com>
24880 Extra display logic for the media control panel element
24881 https://bugs.webkit.org/show_bug.cgi?id=82476
24883 Reviewed by Eric Carlson.
24885 Added test to ensure that controls are not displayed when
24886 the controls attribute is not set.
24888 * media/video-controls-toggling-expected.txt: Added.
24889 * media/video-controls-toggling.html: Added.
24891 2012-04-24 Alexandru Chiculita <achicu@adobe.com>
24893 CSS Shaders: Custom filters painting is broken
24894 https://bugs.webkit.org/show_bug.cgi?id=82803
24896 Reviewed by Kenneth Russell.
24898 * platform/chromium/test_expectations.txt: Un-skipping related tests on Chromium.
24900 2012-04-24 Rob Buis <rbuis@rim.com>
24902 [SVG] convert use-css-events.svg to be a reftest
24903 https://bugs.webkit.org/show_bug.cgi?id=84788
24905 Reviewed by Andreas Kling.
24907 * platform/chromium-linux/svg/custom/use-css-events-expected.png: Removed.
24908 * platform/chromium-mac/svg/custom/use-css-events-expected.png: Removed.
24909 * platform/chromium-mac/svg/custom/use-css-events-expected.txt: Removed.
24910 * platform/chromium-win/svg/custom/use-css-events-expected.png: Removed.
24911 * platform/chromium-win/svg/custom/use-css-events-expected.txt: Removed.
24912 * platform/gtk/svg/custom/use-css-events-expected.png: Removed.
24913 * platform/gtk/svg/custom/use-css-events-expected.txt: Removed.
24914 * platform/mac-leopard/svg/custom/use-css-events-expected.png: Removed.
24915 * platform/mac-snowleopard/svg/custom/use-css-events-expected.png: Removed.
24916 * platform/mac/svg/custom/use-css-events-expected.png: Removed.
24917 * platform/mac/svg/custom/use-css-events-expected.txt: Removed.
24918 * platform/qt/svg/custom/use-css-events-expected.png: Removed.
24919 * platform/qt/svg/custom/use-css-events-expected.txt: Removed.
24920 * platform/win/svg/custom/use-css-events-expected.txt: Removed.
24921 * svg/custom/use-css-events-expected.svg: Added.
24923 2012-04-24 Rob Buis <rbuis@rim.com>
24925 REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests)
24926 https://bugs.webkit.org/show_bug.cgi?id=84783
24928 Reviewed by Andreas Kling.
24930 This regression was caused because the test results from an old patch were
24931 blindly taken, rebaseline these against trunk.
24933 * svg/custom/use-in-symbol-with-offset-expected.txt:
24934 * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
24935 * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
24937 2012-04-24 Alpha Lam <hclam@chromium.org>
24939 [chromium] Unreviewed test expectations update.
24940 https://bugs.webkit.org/show_bug.cgi?id=84785
24942 Updating test expectation changes due to r115085.
24944 * platform/chromium-linux-x86/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24945 * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24946 * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24947 * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24948 * platform/chromium-mac/svg/custom/struct-use-09-b-expected.txt: Added.
24949 * platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24950 * platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt: Removed.
24951 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt:
24952 * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
24953 * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt:
24954 * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
24955 * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt:
24956 * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt:
24957 * platform/chromium/svg/custom/use-in-symbol-with-offset-expected.txt: Added.
24958 * platform/chromium/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt.
24959 * platform/chromium/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt.
24961 2012-04-24 Ryosuke Niwa <rniwa@webkit.org>
24963 Revert r115009; It doesn't make necessary changes to NodeRareData and Node.
24965 * fast/forms/form-collection-radio-node-list-expected.txt: Removed.
24966 * fast/forms/form-collection-radio-node-list.html: Removed.
24968 2012-04-24 Alpha Lam <hclam@chromium.org>
24970 Unreviewed. Test expectations updates to make lint happy.
24972 Some test files are removed or moved so update test expectations accordingly.
24974 * platform/chromium/test_expectations.txt:
24975 * platform/gtk/test_expectations.txt:
24977 2012-04-24 Robert Hogan <robert@webkit.org>
24979 Rebaseline 2 tests after r115091
24983 * platform/mac/accessibility/table-detection-expected.txt:
24984 * platform/mac/accessibility/table-with-rules-expected.txt:
24986 2012-04-24 Dana Jansens <danakj@chromium.org>
24988 [chromium] Rebaseline and enable the background-blur layout tests
24989 https://bugs.webkit.org/show_bug.cgi?id=84654
24993 * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: Removed.
24994 * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added.
24995 * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
24996 * platform/chromium/test_expectations.txt:
24998 2012-04-24 Filip Pizlo <fpizlo@apple.com>
25000 DFG performs incorrect DCE on (some?) intrinsics
25001 https://bugs.webkit.org/show_bug.cgi?id=84746
25002 <rdar://problem/11310772>
25004 Rubber stamped by Oliver Hunt.
25006 * fast/js/dfg-dead-min-one-arg-expected.txt: Added.
25007 * fast/js/dfg-dead-min-one-arg.html: Added.
25008 * fast/js/dfg-dead-min-two-args-expected.txt: Added.
25009 * fast/js/dfg-dead-min-two-args.html: Added.
25010 * fast/js/script-tests/dfg-dead-min-one-arg.js: Added.
25013 * fast/js/script-tests/dfg-dead-min-two-args.js: Added.
25019 2012-04-24 Andreas Kling <kling@webkit.org>
25021 Rebaseline mac rendertree output for svg/custom/use-css-events.svg.
25023 * platform/mac/svg/custom/use-css-events-expected.txt: Updated for custom ellipse renderer changes.
25025 2012-04-24 Tommy Widenflycht <tommyw@google.com>
25027 MediaStream API: Moving LT/fast/dom/MediaStream/* to LT/fast/mediastream
25028 https://bugs.webkit.org/show_bug.cgi?id=82870
25030 Reviewed by Dimitri Glazkov.
25032 * fast/dom/MediaStream/script-tests/argument-types.js: Removed.
25033 * fast/mediastream/argument-types-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/argument-types-expected.txt.
25034 * fast/mediastream/argument-types.html: Renamed from LayoutTests/fast/dom/MediaStream/argument-types.html.
25035 * fast/mediastream/enabled-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/enabled-expected.txt.
25036 * fast/mediastream/enabled.html: Renamed from LayoutTests/fast/dom/MediaStream/enabled.html.
25037 * fast/mediastream/no-interface-object-expected.txt: Renamed from LayoutTests/fast/dom/MediaStream/no-interface-object-expected.txt.
25038 * fast/mediastream/no-interface-object.html: Renamed from LayoutTests/fast/dom/MediaStream/no-interface-object.html.
25039 * fast/mediastream/peerconnection-Attributes.html:
25040 * fast/mediastream/peerconnection-argument-types.html:
25041 * fast/mediastream/script-tests/argument-types.js:
25043 * fast/mediastream/script-tests/enabled.js: Renamed from LayoutTests/fast/dom/MediaStream/script-tests/enabled.js.
25044 (hasGetUserMediaProperty):
25045 * fast/mediastream/script-tests/no-interface-object.js: Renamed from LayoutTests/fast/dom/MediaStream/script-tests/no-interface-object.js.
25046 (shouldThrowReferenceError):
25048 * fast/mediastream/script-tests/peerconnection-Attributes.js: Renamed from LayoutTests/fast/mediastream/script-tests/Attributes.js.
25054 (ObjectThrowingException.prototype.toString):
25057 * fast/mediastream/script-tests/peerconnection-argument-types.js: Copied from LayoutTests/fast/mediastream/script-tests/argument-types.js.
25061 (ObjectThrowingException.prototype.toString):
25062 * platform/efl/Skipped:
25063 * platform/mac/Skipped:
25064 * platform/qt/Skipped:
25065 * platform/win/Skipped:
25066 * platform/wincairo/Skipped:
25068 2012-04-24 Mark Hahnenberg <mhahnenberg@apple.com>
25070 Failure to allocate ArrayStorage in emit_op_new_array leads to poisonous JSArray
25071 https://bugs.webkit.org/show_bug.cgi?id=84648
25073 Reviewed by Geoffrey Garen.
25075 Added a test that randomly allocates new arrays, modifies the object graph by
25076 pointing arrays to other arrays, and removes arrays from the global list. This test
25077 is sufficient to repro this bug when the DFG is disabled, and it should serve as
25078 a good regression test as we implement more optimizations for array allocation in
25081 * fast/js/random-array-gc-stress-expected.txt: Added.
25082 * fast/js/random-array-gc-stress.html: Added.
25083 * fast/js/script-tests/random-array-gc-stress.js: Added.
25088 2012-04-21 Robert Hogan <robert@webkit.org>
25090 CSS 2.1 failure: table-columns-example-001 fails
25091 https://bugs.webkit.org/show_bug.cgi?id=83978
25093 Reviewed by David Hyatt.
25095 * css2.1/20110323/table-columns-example-001-expected.html: Added.
25096 * css2.1/20110323/table-columns-example-001.htm: Added.
25097 * fast/css/table-rules-attribute-expected.html: Added.
25098 * fast/css/table-rules-attribute-groups-expected.html: Added.
25099 * fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
25100 * fast/css/table-rules-attribute-groups-with-frame-expected.txt: Added.
25101 * fast/css/table-rules-attribute-groups-with-frame.html: Added.
25102 * fast/css/table-rules-attribute-groups.html: Added.
25103 * fast/css/table-rules-attribute-none-with-frame-expected.html: Added.
25104 * fast/css/table-rules-attribute-none-with-frame.html: Added.
25105 * fast/css/table-rules-attribute-with-frame1-expected.png: Added.
25106 * fast/css/table-rules-attribute-with-frame1-expected.txt: Added.
25107 * fast/css/table-rules-attribute-with-frame1.html: Added.
25108 * fast/css/table-rules-attribute-with-frame2-expected.png: Added.
25109 * fast/css/table-rules-attribute-with-frame2-expected.txt: Added.
25110 * fast/css/table-rules-attribute-with-frame2.html: Added.
25111 These test the correct interaction of a rules attribute with a frame attribute. 'cols' is used
25112 for the test, but each of cols, rows, and all have the same effect on the table's borders. It wasn't
25113 possible to create reftests for all of them because of the different behaviour of the frame attr to
25114 a simple border, probably due to painting order.
25115 * fast/css/table-rules-attribute.html: Added.
25116 This tests correct rendering of the rules attribute on a table without its own border. It
25117 also tests border collapsing on tables with a rules attribute.
25118 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
25119 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
25120 This is a progression - the table's border is hidden.
25121 * platform/chromium/test_expectations.txt:
25122 * platform/gtk/test_expectations.txt:
25123 * platform/mac/Skipped:
25124 * platform/mac/test_expectations.txt:
25125 * platform/qt/test_expectations.txt:
25127 2012-04-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
25129 [EFL] Rebaseline background tests
25130 https://bugs.webkit.org/show_bug.cgi?id=84686
25132 Unreviewed rebaseline.
25134 * platform/efl/Skipped:
25135 * platform/efl/fast/backgrounds/001-expected.txt:
25136 * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
25137 * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
25138 * platform/efl/fast/backgrounds/background-leakage-expected.txt:
25139 * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
25140 * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
25141 * platform/efl/fast/backgrounds/background-position-1-expected.png:
25142 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
25143 * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
25144 * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
25145 * platform/efl/fast/backgrounds/mask-box-image-expected.png: Added.
25146 * platform/efl/fast/backgrounds/mask-box-image-expected.txt: Added.
25147 * platform/efl/fast/backgrounds/mask-composite-expected.png:
25148 * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
25149 * platform/efl/fast/backgrounds/positioned-root-expected.png: Removed.
25150 * platform/efl/fast/backgrounds/positioned-root-expected.txt: Removed.
25151 * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
25152 * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
25153 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
25154 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
25155 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
25156 * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
25157 * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
25158 * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
25159 * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
25160 * platform/efl/fast/backgrounds/size/backgroundSize17-expected.txt: Removed.
25161 * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
25162 * platform/efl/fast/backgrounds/size/backgroundSize18-expected.txt: Removed.
25163 * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
25164 * platform/efl/fast/backgrounds/size/backgroundSize19-expected.txt: Removed.
25165 * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
25166 * platform/efl/fast/backgrounds/size/backgroundSize20-expected.txt: Removed.
25167 * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
25168 * platform/efl/fast/backgrounds/size/backgroundSize21-expected.txt: Removed.
25169 * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
25170 * platform/efl/fast/backgrounds/size/backgroundSize22-expected.txt: Removed.
25171 * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png: Added.
25172 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
25173 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
25174 * platform/efl/fast/backgrounds/size/zero-expected.txt:
25175 * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
25176 * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt:
25177 * platform/efl/fast/backgrounds/svg-as-mask-expected.txt: Removed.
25178 * platform/efl/fast/backgrounds/table-root-expected.png: Removed.
25179 * platform/efl/fast/backgrounds/table-root-expected.txt: Removed.
25181 2012-04-24 Kenneth Russell <kbr@google.com>
25183 fast/dom/Window/window-postmessage-clone.html failing on Mac after r114992
25184 https://bugs.webkit.org/show_bug.cgi?id=84741
25186 Not reviewed. Rebaseline only; verified locally.
25188 * fast/dom/Window/window-postmessage-clone-expected.txt:
25190 2012-04-24 Andreas Kling <kling@webkit.org>
25192 Unreviewed, skip unsupported inspector heap profiler test on mac.
25194 * platform/mac/Skipped: Skip inspector/profiler/heap-snapshot-comparison-dom-groups-change.html
25196 2012-04-24 Rob Buis <rbuis@rim.com>
25198 [SVG] getBBox on a <g> within symbol returns 0 but with defs it works correctly
25199 https://bugs.webkit.org/show_bug.cgi?id=72796
25201 SVG <use> of <symbol> containing <linearGradient> renders black
25202 https://bugs.webkit.org/show_bug.cgi?id=82775
25204 Add a new test for each bug. Also rebaseline some test results since
25205 RenderSVGHiddenContainer is dumped now.
25207 Reviewed by Dirk Schulze.
25209 * platform/chromium/test_expectations.txt:
25210 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
25211 * platform/mac/svg/carto.net/button-expected.txt:
25212 * platform/mac/svg/carto.net/colourpicker-expected.txt:
25213 * platform/mac/svg/carto.net/slider-expected.txt:
25214 * platform/mac/svg/carto.net/window-expected.txt:
25215 * platform/mac/svg/custom/embedding-external-svgs-expected.txt:
25216 * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
25217 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
25218 * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
25219 * platform/mac/svg/custom/struct-use-09-b-expected.txt: Removed.
25220 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
25221 * platform/mac/svg/custom/use-css-events-expected.txt:
25222 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
25223 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
25224 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
25225 * platform/mac/svg/custom/use-on-symbol-expected.txt:
25226 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
25227 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
25228 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
25229 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
25230 * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
25231 * platform/qt/svg/carto.net/button-expected.txt:
25232 * platform/qt/svg/carto.net/colourpicker-expected.txt:
25233 * platform/qt/svg/carto.net/slider-expected.txt:
25234 * platform/qt/svg/carto.net/window-expected.txt:
25235 * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
25236 * platform/qt/svg/custom/use-on-g-containing-symbol-expected.txt:
25237 * platform/qt/svg/custom/use-on-symbol-expected.txt:
25238 * platform/qt/svg/custom/use-recalcStyle-crash-expected.txt:
25239 * platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
25240 * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
25241 * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
25242 * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt:
25243 * svg/custom/bbox-of-g-in-symbol-expected.txt: Added.
25244 * svg/custom/bbox-of-g-in-symbol.svg: Added.
25245 * svg/custom/deep-dynamic-updates-expected.txt:
25246 * svg/custom/gradient-in-symbol-expected.svg: Added.
25247 * svg/custom/gradient-in-symbol.svg: Added.
25248 * svg/custom/use-in-symbol-with-offset-expected.txt:
25249 * svg/custom/use-setAttribute-crash-expected.txt:
25250 * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
25251 * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
25252 * svg/custom/use-transfer-width-height-properties-to-symbol1-expected.txt:
25253 * svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt:
25255 2012-04-24 Philip Rogers <pdr@google.com>
25257 Update svg-ellipse-non-scale-stroke expectations
25258 https://bugs.webkit.org/show_bug.cgi?id=82628
25260 Unreviewed update of test expectations.
25262 * platform/chromium/test_expectations.txt:
25263 * platform/gtk/svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: Removed.
25264 * platform/gtk/test_expectations.txt:
25265 * svg/hittest/svg-ellipse-non-scale-stroke-expected.txt:
25267 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25269 [Chromium] Unreviewed test expectations update.
25270 https://bugs.webkit.org/show_bug.cgi?id=84735
25272 Mark http/tests/inspector/change-iframe-src.html as flaky on Windows
25274 * platform/chromium/test_expectations.txt:
25276 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25278 [Chromium] Unreviewed test expectations update.
25279 https://bugs.webkit.org/show_bug.cgi?id=84733
25281 Mark fast/canvas/canvas-composite.html as flaky on Vista.
25283 * platform/chromium/test_expectations.txt:
25285 2012-04-24 Philippe Normand <pnormand@igalia.com>
25287 Unreviewed, GTK test_expectations update.
25289 * platform/gtk/test_expectations.txt: One more drag&drop test
25290 failing and mark fast/events/panScroll-click-hyperlink.html as
25293 2012-04-24 Pavel Feldman <pfeldman@chromium.org>
25295 Web Inspector: encapsulate live location into the Script.
25296 https://bugs.webkit.org/show_bug.cgi?id=84722
25298 Reviewed by Yury Semikhatsky.
25300 * http/tests/inspector/debugger-test.js:
25301 (initialize_DebuggerTest):
25302 * inspector/debugger/linkifier.html:
25304 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25306 [Chromium] Unreviewed test expectations update.
25308 The following tests have been marked as crashing in debug mode only:
25310 http/tests/websocket/tests/hixie76/workers/close-in-onmessage-crash.html
25311 http/tests/websocket/tests/hixie76/workers/close-in-worker.html
25312 http/tests/websocket/tests/hixie76/workers/worker-handshake-challenge-randomness.html
25313 http/tests/websocket/tests/hixie76/workers/worker-simple.html
25314 media/media-controller-playback.html
25315 media/track/track-cues-missed.html
25316 media/track/track-cues-pause-on-exit.html
25317 media/track/track-cues-sorted-before-dispatch.html
25319 * platform/chromium/test_expectations.txt:
25321 2012-04-24 Carlos Garcia Campos <cgarcia@igalia.com>
25323 [GTK] Should pass canvas/philip/tests/toDataURL.jpeg.alpha.html
25324 https://bugs.webkit.org/show_bug.cgi?id=83973
25326 Reviewed by Philippe Normand.
25328 * platform/gtk/test_expectations.txt: Unskip
25329 canvas/philip/tests/toDataURL.jpeg.alpha.html
25331 2012-04-24 Florin Malita <fmalita@google.com>
25333 WebCore::EventTarget::addEventListener crash
25334 https://bugs.webkit.org/show_bug.cgi?id=84171
25336 Reviewed by Nikolas Zimmermann.
25338 * svg/custom/use-tref-crash-expected.txt: Added.
25339 * svg/custom/use-tref-crash.svg: Added.
25341 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25343 [Chromium] Unreviewed test expectations update.
25344 https://bugs.webkit.org/show_bug.cgi?id=84724
25346 Mark platform/chromium/media/video-frame-size-change.html as flaky on Mac 10.6.
25348 * platform/chromium/test_expectations.txt:
25350 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25352 [Chromium] Unreviewed test expectations update.
25353 http://crbug.com/31623
25355 Mark http/tests/appcache/remove-cache.html as flaky on Mac 10.6.
25357 * platform/chromium/test_expectations.txt:
25359 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25361 [Chromium] Unreviewed test expectations update.
25362 https://bugs.webkit.org/show_bug.cgi?id=84720
25364 Mark fast/repaint/fixed-right-in-page-scale.html as flaky in debug mode.
25366 * platform/chromium/test_expectations.txt:
25368 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25370 [Chromium] Unreviewed test expectations update.
25371 https://bugs.webkit.org/show_bug.cgi?id=84719
25373 Mark svg/text/select-text-svgfont.html as flaky on Windows.
25375 * platform/chromium/test_expectations.txt:
25377 2012-04-24 Christophe Dumez <christophe.dumez@intel.com>
25379 [EFL] Enable Web Timing
25380 https://bugs.webkit.org/show_bug.cgi?id=84705
25382 Reviewed by Tony Gentilcore.
25384 Unskip the test cases that require Web Timing now that it is enabled
25385 by default in EFL port.
25387 * platform/efl/Skipped:
25389 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25391 [Chromium] Unreviewed test expectations update.
25392 https://bugs.webkit.org/show_bug.cgi?id=65063
25394 Unmark as failing on Mac 10.6 css2.1/t0905-c414-flt-01-d-g.html.
25396 * platform/chromium/test_expectations.txt:
25398 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25400 [Chromium] Unreviewed test expectations update.
25402 Unmark as failing on Mac 10.5 the following tests:
25403 fast/backgrounds/size/backgroundSize15.html
25404 fast/events/reveal-link-when-focused.html
25405 fast/frames/content-opacity-1.html
25406 fast/frames/content-opacity-2.html
25407 fast/xsl/xslt-extra-content-at-end.xml
25408 printing/return-from-printing-mode.html
25410 * platform/chromium/test_expectations.txt:
25412 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25414 [Chromium] Unreviewed test expectations update.
25415 https://bugs.webkit.org/show_bug.cgi?id=82628
25417 Unmark svg/hittest/svg-ellipse-non-scale-stroke.xhtml -- passes for a long time.
25419 * platform/chromium/test_expectations.txt:
25421 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25423 [Chromium] Unreviewed test expectations update.
25424 https://bugs.webkit.org/show_bug.cgi?id=75161
25426 Unmark media/video-poster-blocked-by-willsendrequest.html -- fails no more after FFmpeg roll 132717:133551 in Chromium.
25428 * platform/chromium/test_expectations.txt:
25430 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25432 [Chromium] Unreviewed test expectations update.
25433 https://bugs.webkit.org/show_bug.cgi?id=84714
25435 Mark compositing/geometry/empty-embed-rects.html as flaky on Mac 10.6.
25437 * platform/chromium/test_expectations.txt:
25439 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25441 [Chromium] Unreviewed test expectations update.
25442 https://bugs.webkit.org/show_bug.cgi?id=84712
25444 Mark http/tests/inspector/network/x-frame-options-deny.html as flaky on Vista.
25446 * platform/chromium/test_expectations.txt:
25448 2012-04-24 Philippe Normand <pnormand@igalia.com>
25450 Unreviewed, fix some more GTK baselines after r114836.
25452 * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
25453 * platform/gtk/fast/dom/importNodeHTML-expected.txt:
25454 * platform/gtk/fast/dom/importNodeXML-expected.txt:
25455 * platform/gtk/fast/dom/inner-text-expected.txt:
25456 * platform/gtk/fast/dom/isindex-001-expected.txt:
25457 * platform/gtk/fast/dom/isindex-002-expected.txt:
25458 * platform/gtk/fast/dom/outerText-expected.txt:
25459 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
25460 * platform/gtk/fast/dom/row-inner-text-expected.txt:
25461 * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
25462 * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt:
25463 * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt:
25464 * platform/gtk/fast/dom/tabindex-clamp-expected.txt:
25465 * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
25467 2012-04-24 János Badics <jbadics@inf.u-szeged.hu>
25469 [Qt] Gardening. Skipped a test because JSC doesn't support heap profiling.
25471 Reviewed by Csaba Osztrogonác.
25473 * platform/qt/Skipped:
25475 2012-04-24 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
25477 [EFL] [DRT] Enable passing sputnik tests
25478 https://bugs.webkit.org/show_bug.cgi?id=84600
25480 Unreviewed, unskip sputnik tests which are passing now.
25482 * platform/efl/Skipped:
25484 2012-04-24 Christophe Dumez <christophe.dumez@intel.com>
25486 [EFL] Move tests that require link prefetching to test expectations
25487 https://bugs.webkit.org/show_bug.cgi?id=84673
25489 Unreviewed, test expectations update.
25491 Move tests that require link prefetching to test expectations since it
25492 is disabled by default.
25494 * platform/efl/Skipped:
25495 * platform/efl/test_expectations.txt:
25497 2012-04-24 Pavel Feldman <pfeldman@chromium.org>
25499 Web Inspector: remove pure delegation code from DebuggerPresentationModel
25500 https://bugs.webkit.org/show_bug.cgi?id=84704
25502 Reviewed by Yury Semikhatsky.
25504 * http/tests/inspector/debugger-test.js:
25505 (initialize_DebuggerTest):
25506 * inspector/debugger/pause-in-inline-script.html:
25508 2012-04-24 Yury Semikhatsky <yurys@chromium.org>
25510 Web Inspector: native nodes may have snapshot id less than base snapshot max JS object id
25511 https://bugs.webkit.org/show_bug.cgi?id=84681
25513 Make sure new nodes whose IDs less than base snapshot max JS object id will
25514 get into snapshot delta.
25516 Reviewed by Pavel Feldman.
25518 * inspector/profiler/heap-snapshot-comparison-dom-groups-change-expected.txt: Added.
25519 * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: Added.
25521 2012-04-24 Philippe Normand <pnormand@igalia.com>
25523 Unreviewed, unflag tests passing after r114796.
25525 * platform/gtk/test_expectations.txt:
25527 2012-04-24 Philippe Normand <pnormand@igalia.com>
25529 Unreviewed, GTK test_expectations update.
25531 * platform/gtk/test_expectations.txt:
25533 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25535 [Chromium] Unreviewed test expectations update.
25536 https://bugs.webkit.org/show_bug.cgi?id=79454
25538 Mark svg/text/text-rescale.html as flaky on release Linux as well.
25540 * platform/chromium/test_expectations.txt:
25542 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25544 [Chromium] Unreviewed test expectations update.
25545 https://bugs.webkit.org/show_bug.cgi?id=84696
25547 Mark fast/workers/storage/interrupt-database.html as flaky on Mac 10.6
25549 * platform/chromium/test_expectations.txt:
25551 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25553 [Chromium] Unreviewed test expectations update.
25554 https://bugs.webkit.org/show_bug.cgi?id=84698
25556 Mark fast/forms/placeholder-position.html as flaky on Linux
25558 * platform/chromium/test_expectations.txt:
25560 2012-04-24 Szilard Ledan <szledan@inf.u-szeged.hu>
25564 Reviewed by Csaba Osztrogonác.
25566 * platform/qt/Skipped: Skip http/tests/notifications/icon-exists-cancel.html, because it fails from r115011.
25567 * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Added after r115009.
25569 2012-04-24 Philippe Normand <pnormand@igalia.com>
25571 Unreviewed, GTK test_expectations update, mark some tests as
25572 failing and remove wrong baselines.
25574 * platform/gtk/fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Removed.
25575 * platform/gtk/fast/events/mouse-relative-position-expected.txt: Removed.
25576 * platform/gtk/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
25577 * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt: Removed.
25578 * platform/gtk/test_expectations.txt:
25580 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25582 [Chromium] Unreviewed test expectations update.
25584 Fix lint error in the test expectations file.
25586 * platform/chromium/test_expectations.txt:
25588 2012-04-24 Philippe Normand <pnormand@igalia.com>
25590 Unreviewed, re-add the GTK baselines that were removed during last
25591 rebaseline of doom (like r114836 and likely other commits).
25593 * platform/gtk/: Fix empty baselines...
25594 * platform/gtk/editing/selection/5195166-1-expected.txt: Added.
25595 * platform/gtk/fast/html/details-marker-style-expected.txt: Added.
25596 * platform/gtk/fast/images/support-broken-image-delegate-expected.txt: Added.
25598 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25600 [Chromium] Unreviewed test expectations update.
25601 https://bugs.webkit.org/show_bug.cgi?id=84689
25603 Mark fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html as flaky on Mac 10.6
25605 * platform/chromium/test_expectations.txt:
25607 2012-04-24 Christophe Dumez <christophe.dumez@intel.com>
25609 [EFL] move tests that require LayoutTestController's layerTreeAsText to test expectations
25610 https://bugs.webkit.org/show_bug.cgi?id=84671
25612 Unreviewed, test expectations update.
25614 Moving test cases which require layerTreeAsText from Skipped list to
25617 * platform/efl/Skipped:
25618 * platform/efl/test_expectations.txt:
25620 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25622 [Chromium] Unreviewed test expectations update.
25623 https://bugs.webkit.org/show_bug.cgi?id=84688
25625 Mark compositing/animation/computed-style-during-delay.html as flaky on Mac 10.6
25627 * platform/chromium/test_expectations.txt:
25629 2012-04-24 Kent Tamura <tkent@chromium.org>
25631 [Chromium] All of <datalist> tests are passing.
25633 * platform/chromium/test_expectations.txt:
25635 2012-04-24 Mikhail Naganov <mnaganov@chromium.org>
25637 [Chromium] Unreviewed test expectations update.
25639 Mark certain media tests after FFmpeg roll in Chromium:
25640 media/media-controller-playback.html
25641 media/track/track-cues-missed.html
25642 media/track/track-cues-pause-on-exit.html
25643 media/track/track-cues-sorted-before-dispatch.html
25644 media/video-colorspace-yuv422.html
25645 media/video-currentTime-delay.html
25647 * platform/chromium/test_expectations.txt:
25649 2012-04-24 Philippe Normand <pnormand@igalia.com>
25651 Unreviewed, GTK test_expectations and another media rebaseline
25654 * platform/gtk/fast/forms/large-toggle-elements-expected.txt:
25655 * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.txt:
25656 * platform/gtk/media/audio-controls-rendering-expected.txt:
25657 * platform/gtk/media/audio-repaint-expected.txt:
25658 * platform/gtk/media/controls-strict-expected.txt:
25659 * platform/gtk/media/controls-styling-expected.txt:
25660 * platform/gtk/media/controls-without-preload-expected.txt:
25661 * platform/gtk/media/media-controls-clone-expected.txt:
25662 * platform/gtk/media/media-document-audio-repaint-expected.txt:
25663 * platform/gtk/media/video-controls-rendering-expected.txt:
25664 * platform/gtk/test_expectations.txt:
25666 2012-04-24 Csaba Osztrogonác <ossy@webkit.org>
25668 [Qt] Unreviewed gardening. Skip failing tests because of new regressions.
25670 * platform/qt-5.0-wk2/Skipped:
25671 * platform/qt-5.0/Skipped:
25672 * platform/qt/Skipped:
25674 2012-04-24 Rakesh KN <rakesh.kn@motorola.com>
25676 RadioNodeList support in HTMLFormElement::elements
25677 https://bugs.webkit.org/show_bug.cgi?id=81854
25679 Reviewed by Ryosuke Niwa.
25681 * fast/forms/form-collection-radio-node-list-expected.txt: Added.
25682 * fast/forms/form-collection-radio-node-list.html: Added.
25684 2012-04-24 Philippe Normand <pnormand@igalia.com>
25686 Unreviewed, GTK test_expectations update.
25688 * platform/gtk/test_expectations.txt:
25690 2012-04-24 Philippe Normand <pnormand@igalia.com>
25692 Unreviewed, GTK rebaseline after r114957.
25694 * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
25695 * platform/gtk/media/video-empty-source-expected.txt:
25696 * platform/gtk/media/video-no-audio-expected.txt:
25697 * platform/gtk/media/video-volume-slider-expected.txt:
25698 * platform/gtk/media/video-zoom-controls-expected.txt:
25700 2012-04-23 Kent Tamura <tkent@chromium.org>
25702 Unreviewed. Fix incorrect test results for <datalist>
25704 * fast/forms/datalist/datalist-expected.txt: Remove fallback content.
25705 * fast/forms/datalist/datalist-nonoption-child-expected.txt: ditto.
25706 * platform/chromium-linux/fast/forms/datalist/input-list-expected.png: Removed.
25707 * platform/chromium-mac/fast/forms/datalist/input-list-expected.png: Removed.
25708 * platform/chromium-mac/fast/forms/datalist/input-list-expected.txt: Removed.
25709 * platform/chromium-win/fast/forms/datalist/input-list-expected.png: Removed.
25710 * platform/chromium-win/fast/forms/datalist/input-list-expected.txt: Removed.
25712 2012-04-23 Kent Tamura <tkent@chromium.org>
25714 Show the format indicator in a date field
25715 https://bugs.webkit.org/show_bug.cgi?id=83872
25717 Reviewed by Hajime Morita.
25719 * fast/forms/date/date-fixed-placeholder-expected.txt: Added.
25720 * fast/forms/date/date-fixed-placeholder.html: Added.
25721 * platform/chromium/test_expectations.txt:
25722 Mark date-appearance.html FAIL because of render dump change.
25724 2012-04-23 Dmitry Titov <dimich@chromium.org>
25726 Getting baselines for new test landed in http://trac.webkit.org/changeset/114973
25729 * platform/chromium-linux-x86/fast/html/details-marker-style-expected.txt: Added.
25730 * platform/chromium-linux/fast/html/details-marker-style-expected.png: Added.
25731 * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
25732 * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.txt: Added.
25733 * platform/chromium-mac-snowleopard/fast/html/details-marker-style-expected.txt: Added.
25734 * platform/chromium-mac/fast/html/details-marker-style-expected.png: Added.
25735 * platform/chromium-mac/fast/html/details-marker-style-expected.txt: Added.
25736 * platform/chromium-win-vista/fast/html/details-marker-style-expected.txt: Added.
25737 * platform/chromium-win-xp/fast/html/details-marker-style-expected.txt: Added.
25738 * platform/chromium-win/fast/html/details-marker-style-expected.png: Added.
25739 * platform/chromium-win/fast/html/details-marker-style-expected.txt: Added.
25741 2012-04-23 Dana Jansens <danakj@chromium.org>
25743 Layout Test platform/chromium/compositing/filters/background-filter-blur-outsets.html is failing
25744 https://bugs.webkit.org/show_bug.cgi?id=84072
25746 Reviewed by Adrienne Walker.
25748 Use onload and layoutTestController.display() to ensure the page is
25749 loaded and compositor is ready before setting the background blur.
25751 Also, smaller blur for faster test bots.
25753 * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
25754 * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt:
25755 * platform/chromium/compositing/filters/background-filter-blur-off-axis.html:
25756 * platform/chromium/compositing/filters/background-filter-blur-outsets.html:
25757 * platform/chromium/compositing/filters/background-filter-blur.html:
25759 2012-04-23 Kenneth Russell <kbr@google.com>
25761 Change ImageData to reference Uint8ClampedArray rather than CanvasPixelArray
25762 https://bugs.webkit.org/show_bug.cgi?id=73011
25764 Reviewed by Oliver Hunt.
25766 * fast/canvas/imagedata-contains-uint8clampedarray-expected.txt: Added.
25767 * fast/canvas/imagedata-contains-uint8clampedarray.html: Added.
25768 * fast/dom/Window/script-tests/postmessage-clone.js:
25769 * fast/dom/Window/window-postmessage-clone-expected.txt:
25770 * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
25771 * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
25773 2012-04-23 Kent Tamura <tkent@chromium.org>
25775 Unreviewed, fix wrong paths of js-test-*.js.
25776 https://bugs.webkit.org/show_bug.cgi?id=82871
25778 * fast/forms/datalist/input-list.html:
25780 2012-04-23 Erik Arvidsson <arv@chromium.org>
25782 [V8] Fix issue with trying to access a constructor in a frame that has been removed
25783 https://bugs.webkit.org/show_bug.cgi?id=84640
25785 Reviewed by Kentaro Hara.
25787 * fast/dom/constructor-in-removed-frame-expected.txt: Added.
25788 * fast/dom/constructor-in-removed-frame.html: Added.
25790 2012-04-23 Sheriff Bot <webkit.review.bot@gmail.com>
25792 Unreviewed, rolling out r114965.
25793 http://trac.webkit.org/changeset/114965
25794 https://bugs.webkit.org/show_bug.cgi?id=84665
25796 Four new resource load delegate test failures (Requested by
25797 jernoble on #webkit).
25799 * http/tests/cache/cancel-during-failure-crash-expected.txt: Removed.
25800 * http/tests/cache/cancel-during-failure-crash.html: Removed.
25801 * platform/chromium-mac/security/block-test-expected.txt:
25802 * platform/chromium-win/security/block-test-expected.txt:
25803 * platform/gtk/security/block-test-expected.txt:
25804 * platform/mac/security/block-test-expected.txt:
25806 2012-04-23 Beth Dakin <bdakin@apple.com>
25808 https://bugs.webkit.org/show_bug.cgi?id=84649
25809 RenderMathMLOperator currently ignores font families, fails to use Stix
25811 Reviewed by Dan Bernstein.
25813 Metrics are slightly different now that Stix glyphs are being used for operators.
25814 * platform/mac/mathml/presentation/fenced-expected.txt:
25815 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
25816 * platform/mac/mathml/presentation/mo-expected.txt:
25817 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
25818 * platform/mac/mathml/presentation/over-expected.txt:
25819 * platform/mac/mathml/presentation/row-alignment-expected.txt:
25820 * platform/mac/mathml/presentation/row-expected.txt:
25821 * platform/mac/mathml/presentation/sub-expected.txt:
25822 * platform/mac/mathml/presentation/subsup-expected.txt:
25824 2012-04-23 Eriq Augustine <eaugusti@chromium.org>
25826 Return value from executed script in Chromium.
25827 https://bugs.webkit.org/show_bug.cgi?id=79851
25829 Reviewed by Adam Barth.
25831 Testing executing a script and getting the result of that script.
25833 * platform/chromium/http/tests/misc/execute-and-return-value-expected.txt: Added.
25834 * platform/chromium/http/tests/misc/execute-and-return-value.html: Added.
25836 2012-04-23 Kent Tamura <tkent@chromium.org>
25838 RenderDetailsMarker should draw the triangle inside the content box
25839 https://bugs.webkit.org/show_bug.cgi?id=84557
25841 Reviewed by Hajime Morita.
25843 * fast/html/details-marker-style.html: Added.
25844 * platform/mac-snowleopard/fast/html/details-marker-style-expected.png: Added.
25845 * platform/mac-snowleopard/fast/html/details-marker-style-expected.txt: Added.
25847 2012-04-23 Filip Pizlo <fpizlo@apple.com>
25849 DFG OSR exit should ensure that all variables have been initialized
25850 https://bugs.webkit.org/show_bug.cgi?id=84653
25851 <rdar://problem/11258183>
25853 Reviewed by Gavin Barraclough.
25855 * fast/js/dfg-dead-variable-on-exit-expected.txt: Added.
25856 * fast/js/dfg-dead-variable-on-exit.html: Added.
25857 * fast/js/script-tests/dfg-dead-variable-on-exit.js: Added.
25860 2012-04-23 Zhenyao Mo <zmo@google.com>
25862 Unreviewed, test expectations update.
25864 * platform/chromium/test_expectations.txt:
25866 2012-04-23 Nate Chapin <japhet@chromium.org>
25868 Test for https://bugs.webkit.org/show_bug.cgi?id=83918.
25870 Reviewed by Alexey Proskuryakov.
25872 * http/tests/cache/cancel-during-failure-crash-expected.txt: Added.
25873 * http/tests/cache/cancel-during-failure-crash.html: Added.
25874 * platform/chromium-mac/security/block-test-expected.txt:
25875 * platform/chromium-win/security/block-test-expected.txt:
25876 * platform/gtk/security/block-test-expected.txt:
25877 * platform/mac/security/block-test-expected.txt:
25879 2012-04-23 Kentaro Hara <haraken@chromium.org>
25881 Unreviewed. Split LayoutTests/ChangeLog.
25883 * ChangeLog-2012-04-23: Copied from LayoutTests/ChangeLog.