2012-05-09 Ken Buchanan Crash from removal of a line break object https://bugs.webkit.org/show_bug.cgi?id=85997 Reviewed by David Hyatt. Test case to exercise crashing condition in bug 85997. * fast/block/line-layout/line-break-removal-near-textarea-crash-expected.txt: Added * fast/block/line-layout/line-break-removal-near-textarea-crash.html: Added 2012-05-09 Alexis Menard [Qt][WK2] REGRESSION(r113678):After this change fast/text/text-stroke-width-cairo-dos.html makes the next test crash https://bugs.webkit.org/show_bug.cgi?id=83582 Unreviewed gardening : I don't observe crashes anymore. * platform/qt-5.0-wk2/Skipped: 2012-05-09 Christophe Dumez [EFL][DRT] EFL's DRT needs to support LayoutTestController.dumpIconChanges() https://bugs.webkit.org/show_bug.cgi?id=84435 Reviewed by Antonio Gomes. Unskip the test checking for DumpRenderTree's support for LayoutTestController's dumpIconChanges() in EFL port. * platform/efl/Skipped: 2012-05-09 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-5.0/fast/text/international/text-spliced-font-expected.png: Added. * platform/qt-5.0/fast/text/international/text-spliced-font-expected.txt: Added. * platform/qt/Skipped: 2012-05-09 Abhishek Arya Crash in ReplaceSelectionCommand::performTrivialReplace https://bugs.webkit.org/show_bug.cgi?id=85943 Reviewed by Ryosuke Niwa. * editing/inserting/insert-html-crash-expected.txt: Added. * editing/inserting/insert-html-crash.html: Added. 2012-05-03 Shawn Singh Hit testing is incorrect in some cases with perspective transforms https://bugs.webkit.org/show_bug.cgi?id=79136 Reviewed by Simon Fraser. * transforms/3d/hit-testing/coplanar-with-camera-expected.txt: Added. * transforms/3d/hit-testing/coplanar-with-camera.html: Added. * transforms/3d/hit-testing/perspective-clipped-expected.txt: Added. * transforms/3d/hit-testing/perspective-clipped.html: Added. 2012-05-09 Dominik Röttsches Textarea-placeholder-wrapping.html may fail because of scrollbars https://bugs.webkit.org/show_bug.cgi?id=85989 Reviewed by Ryosuke Niwa. Increasing rows to avoid scrollbar single pixel differences to cause failures of this test. * fast/forms/textarea-placeholder-wrapping-expected.html: * fast/forms/textarea-placeholder-wrapping.html: 2012-05-09 Thiago Marcos P. Santos [EFL] shared-stylesheet-mutation tests are flaky https://bugs.webkit.org/show_bug.cgi?id=85901 Reviewed by Antti Koivisto. This test is flaky on EFL because the timeout for applying the style is too short for a Debug build. * http/tests/css/resources/shared-stylesheet-mutation.js: (executeTests): 2012-05-09 Dominik Röttsches [EFL][DRT] Gardening failures and crashes https://bugs.webkit.org/show_bug.cgi?id=85996 Unreviewed, EFL gardening. * platform/efl/test_expectations.txt: 2012-05-09 Tommy Widenflycht MediaStream API: SessionDescription::addCandidate should not crash for malformed input https://bugs.webkit.org/show_bug.cgi?id=85988 Reviewed by Adam Barth. * fast/mediastream/SessionDescription-expected.txt: Added. * fast/mediastream/SessionDescription.html: Added. 2012-05-09 Takashi Sakamoto Crash in WebCore::RenderBoxModelObject::paddingLeft https://bugs.webkit.org/show_bug.cgi?id=83889 Reviewed by Abhishek Arya. As just invoking layoutTestController.display() invokes scrollbar's WebCore::RenderScrollbarPart::paintIntoRect(), adding display() after invoking layoutTestController.dumpAsText(). * scrollbars/scrollbar-percent-padding-crash.html: Added. * scrollbars/scrollbar-percent-padding-crash-expected.txt: Added. 2012-05-09 Antti Koivisto Skip failing test http/tests/loading/post-in-iframe-with-back-navigation.html. Not reviewed. * platform/mac/Skipped: 2012-05-09 Antti Koivisto Test from bug 34875 should specify font-size https://bugs.webkit.org/show_bug.cgi?id=85913 Not reviewed. Skip fast/block/positioning/offsetLeft-offsetTop-multicolumn.html * platform/mac/Skipped: 2012-05-09 Dominik Röttsches [EFL] Gardening a timeout failure https://bugs.webkit.org/show_bug.cgi?id=85979 Unreviewed, EFL gardening. * platform/efl/test_expectations.txt: Adding font-face-download-error.html. 2012-05-09 Takashi Sakamoto ShadowRoot needs applyAuthorStyles https://bugs.webkit.org/show_bug.cgi?id=78472 Reviewed by Hajime Morita. * fast/dom/shadow/shadow-root-applyAuthorStyles.html: * fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html: Tested four cases: case 1: applyAuthorStyles is false, case 2: applyAuthorStyles is true with , case 3: applyAuthorStyles is true with inline script declaration, and case 4: applyAuthorStyles is true with important UA property. The case 1, 2 and 3 specify "span { ... }" with author styles and verify rendering results. The case 4 specifies '' with an author style, text-align: end, and verify rendering result. 2012-05-09 Mikhail Pozdnyakov [EFL] fast/overflow/scroll-div-hide-show.html testcase does not pass https://bugs.webkit.org/show_bug.cgi?id=85960 Unreviewed. Gardening. * platform/efl/Skipped: Skipping fast/overflow/scroll-div-hide-show.html. 2012-05-09 Sudarsana Nagineni [EFL][DRT] Add baselines for new CSS cases after r116438 https://bugs.webkit.org/show_bug.cgi?id=85967 Unreviewed, add EFL baselines for new tests after r116438. * platform/efl/css2.1/20110323/first-letter-000-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-000-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-001-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-001-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-001-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-001-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-002-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-002-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-003-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-003-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-004-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-004-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-005-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-005-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-006-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-006-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-nested-007-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-nested-007-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-001-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-002-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-003-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-004-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-005-expected.txt: Added. * platform/efl/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/efl/css2.1/20110323/first-letter-quote-006-expected.txt: Added. * platform/efl/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/efl/fast/css/first-letter-nested-positioned-expected.txt: Added. * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/efl/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. 2012-05-09 Csaba Osztrogonác [Qt] Unreviewed gardening, add platform specific expected files for new tests. * platform/qt/css2.1/20110323/first-letter-000-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-000-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-001-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-001-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-001-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-001-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-002-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-002-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-003-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-003-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-004-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-004-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-005-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-005-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-006-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-006-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-nested-007-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-nested-007-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-001-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-002-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-003-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-004-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-005-expected.txt: Added. * platform/qt/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/qt/css2.1/20110323/first-letter-quote-006-expected.txt: Added. * platform/qt/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/qt/fast/block/float/avoiding-float-centered-expected.txt: Added. * platform/qt/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/qt/fast/css/first-letter-nested-positioned-expected.txt: Added. * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/qt/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. * platform/qt/fast/html/details-marker-style-expected.png: Added. * platform/qt/fast/html/details-marker-style-expected.txt: Added. * platform/qt/fast/images/png-suite/test-expected.txt: Added. * platform/qt/fast/text/international/text-spliced-font-expected.png: Added. * platform/qt/fast/text/international/text-spliced-font-expected.txt: Added. * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png: Added. * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt: Added. * platform/qt/svg/custom/path-zero-strokewidth-expected.png: Added. * platform/qt/svg/custom/path-zero-strokewidth-expected.txt: Added. 2012-05-09 Csaba Osztrogonác [Qt] Unreviewed gardening, add a platform specific expected file for a passing test. * platform/qt-5.0-wk2/fast/repaint/focus-ring-expected.txt: Added. 2012-05-09 Yoshifumi Inoue [Chromium][Forms] HTMLOptionsCollection doesn't have indexed properties on property enumeration https://bugs.webkit.org/show_bug.cgi?id=85937 Reviewed by Kentaro Hara. * fast/forms/select/options-indexed-properties-expected.txt: Added. * fast/forms/select/options-indexed-properties.html: Added. * platform/chromium/inspector/console/console-format-collections-expected.txt: Changed for HTMLOptionCollection printed output 2012-05-09 Christophe Dumez [EFL] http/tests/loading/post-in-iframe-with-back-navigation.html fails https://bugs.webkit.org/show_bug.cgi?id=85974 Unreviewed EFL gardening. Move http/tests/loading/post-in-iframe-with-back-navigation.html to test_expectations.txt. This test was added in r116473 but fails on all the bots. * platform/efl/test_expectations.txt: 2012-05-09 Tommy Widenflycht MediaStream API: Adding a test for constructed from JS MediaStreams https://bugs.webkit.org/show_bug.cgi?id=85883 Reviewed by Kent Tamura. Also moved shouldNotThrow to js-test-pre, and removed it from all mediastream tests. * fast/js/resources/js-test-pre.js: (shouldNotThrow): * fast/mediastream/MediaStreamConstructor-expected.txt: Added. * fast/mediastream/MediaStreamConstructor.html: Added. * fast/mediastream/peerconnection-argument-types-expected.txt: * fast/mediastream/peerconnection-iceoptions.html: * fast/mediastream/script-tests/argument-types.js: * fast/mediastream/script-tests/peerconnection-argument-types.js: 2012-05-09 Kent Tamura [Chromium] Test expectation update for media-stream tests https://bugs.webkit.org/show_bug.cgi?id=85952 * platform/chromium/test_expectations.txt: 2012-05-09 Zoltan Arvai [Qt] Gardening. Skip a failing test, remove an unnecessary platform specific expected file. https://bugs.webkit.org/show_bug.cgi?id=85969 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Removed after r116491. 2012-05-09 Shinya Kawanaka Position should be able to have ShadowRoot as a container. https://bugs.webkit.org/show_bug.cgi?id=82021 Reviewed by Ryosuke Niwa. Skipped non-chromium port since SHADOW_DOM flag is not enabled in those platforms. We will add bunch of tests for editing in Shadow DOM into editing/shadow later, so I added the whole directory name to the skipped list. * editing/shadow/doubleclick-on-meter-in-shadow-crash-expected.txt: Added. * editing/shadow/doubleclick-on-meter-in-shadow-crash.html: Added. * editing/shadow/rightclick-on-meter-in-shadow-crash-expected.txt: Added. * editing/shadow/rightclick-on-meter-in-shadow-crash.html: Added. * editing/shadow/shadow-selection-not-exported-expected.txt: Added. * editing/shadow/shadow-selection-not-exported.html: Added. * platform/efl/Skipped: * platform/gtk/test_expectations.txt: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-05-09 Mikhail Pozdnyakov [EFL][DRT] LayoutTestController addUserScript implementation https://bugs.webkit.org/show_bug.cgi?id=84718 Reviewed by Antonio Gomes. Unskipped corresponding testcases. * platform/efl/Skipped: 2012-05-09 Kent Tamura [Chromium] Test expectation update. * platform/chromium/test_expectations.txt: video-media-source-seek.html is also SLOW? 2012-05-09 Christophe Dumez [EFL] http/tests/loading/pdf-commit-load-callbacks.html is failing https://bugs.webkit.org/show_bug.cgi?id=85957 Unreviewed gardening. Move http/tests/loading/pdf-commit-load-callbacks.html to test_expectations.txt while Bug 85956 is fixed. * platform/efl/test_expectations.txt: 2012-05-09 Nikolas Zimmermann REGRESSION(r105057): Infinite loop inside SVGTextLayoutEngine::currentLogicalCharacterMetrics https://bugs.webkit.org/show_bug.cgi?id=83405 Reviewed by Darin Adler. Add two new testcases covering the problem. * svg/text/add-tspan-position-bug-expected.html: Added. * svg/text/add-tspan-position-bug.html: Added. * svg/text/modify-tspan-position-bug-expected.html: Added. * svg/text/modify-tspan-position-bug.html: Added. 2012-05-08 Kent Tamura Unreviewed, a trivial test fix to remove a platform-dependency. https://bugs.webkit.org/show_bug.cgi?id=81854 * fast/forms/form-collection-radio-node-list-expected.txt: * fast/forms/form-collection-radio-node-list.html: Remove form controls from the document before completing the test. 2012-05-08 Kent Tamura [Chromium] Test expectation update Skip post-in-iframe-with-back-navigation.html because it might cause a failure of the next test, preload-append-scan.php * platform/chromium/test_expectations.txt: 2012-05-08 Kent Tamura [Chromium] Update test expectations. * platform/chromium/test_expectations.txt: 2012-05-08 Rakesh KN RadioNodeList support in HTMLFormElement::elements https://bugs.webkit.org/show_bug.cgi?id=81854 Reviewed by Ryosuke Niwa. * fast/forms/form-collection-radio-node-list-expected.txt: Added. * fast/forms/form-collection-radio-node-list.html: Added. 2012-05-08 Benjamin Poulain [JSC] Regression: addEventListener() and removeEventListener() raise an exception on missing args https://bugs.webkit.org/show_bug.cgi?id=85928 Reviewed by Geoffrey Garen. * fast/dom/Window/window-legacy-event-listener-expected.txt: Added. * fast/dom/Window/window-legacy-event-listener.html: Added. * fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt: Added. * fast/dom/XMLHttpRequest-legacy-event-listener.html: Added. * fast/dom/node-legacy-event-listener-expected.txt: Added. * fast/dom/node-legacy-event-listener.html: Added. 2012-05-08 Raphael Kubo da Costa [EFL] Gardening, unskip test after r116475. * platform/efl/test_expectations.txt: 2012-05-08 Ojan Vafai Suppress failing test while the fix is being worked out. * platform/chromium/test_expectations.txt: 2012-05-08 Abhishek Arya Crash due to owning renderer not removed from custom scrollbar. https://bugs.webkit.org/show_bug.cgi?id=80610 Reviewed by Eric Seidel. * scrollbars/scrollbar-owning-renderer-crash-expected.txt: Added. * scrollbars/scrollbar-owning-renderer-crash.html: Added. 2012-05-08 Kangil Han [EFL][DRT] Implement TextInputController. https://bugs.webkit.org/show_bug.cgi?id=78559 Reviewed by Martin Robinson. TextInputController has been created for an input emulation purpose in DRT. However, not like other ports, EFL doesn't have it. Therefore, this patch will enable EFL port to have an input emulation in DRT. * platform/efl/Skipped: 2012-05-08 Jon Lee Safari warns that it needs to resend the form in an iFrame when going back https://bugs.webkit.org/show_bug.cgi?id=82658 Reviewed by Darin Adler. Add new test which navigates a series of pages in an iframe. Each navigation is a POST. At the third page we click on a back link, and expect to see stale POST data. * http/tests/loading/post-in-iframe-with-back-navigation-expected.txt: Added. * http/tests/loading/post-in-iframe-with-back-navigation.html: Added. * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-1.php: Added. * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-2.php: Added. * http/tests/loading/resources/post-in-iframe-with-back-navigation-page-3.php: Added. * http/tests/resources/js-test-post.js: Added. Copied from fast/js/resources since it is inaccessible to the test server. * http/tests/resources/js-test-pre.js: Added. Copied from fast/js/resources since it is inaccessible to the test server. 2012-05-08 Eric Seidel Add stylesheet inheritance support to IFRAME_SEAMLESS https://bugs.webkit.org/show_bug.cgi?id=85914 Reviewed by Ojan Vafai. Update the results (for both static and dynamic inheritance) now that this support is landed. * fast/frames/seamless/seamless-css-cascade-expected.txt: 2012-05-08 Raymond Toy JavaScriptAudioNode should not ASSERT if number of input channels is 0 https://bugs.webkit.org/show_bug.cgi?id=85818 Reviewed by Eric Seidel. * webaudio/javascriptaudionode-zero-input-channels-expected.txt: Added. * webaudio/javascriptaudionode-zero-input-channels.html: Added. 2012-05-08 Alexander Shalamov [EFL][DRT] EventSender needs implementation of leapForward function https://bugs.webkit.org/show_bug.cgi?id=83486 Reviewed by Eric Seidel. Unskipping few tests that were failing due to the missing leapForward function Added EFL specific test result, since EFL doesnt support 2D wheel events * platform/efl/Skipped: * platform/efl/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added. 2012-05-08 Oliver Hunt Add mac results for new tests following http://trac.webkit.org/changeset/116438. * platform/mac/css2.1/20110323/first-letter-000-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-001-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added. * platform/mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added. * platform/mac/fast/css/first-letter-nested-positioned-expected.txt: Added. * platform/mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. 2012-05-08 Philip Rogers Prevent crash in animated lists https://bugs.webkit.org/show_bug.cgi?id=85382 Reviewed by Nikolas Zimmermann. * svg/animations/animate-linear-discrete-additive-b-expected.svg: Added. * svg/animations/animate-linear-discrete-additive-b.svg: Added. * svg/animations/animate-linear-discrete-additive-c-expected.svg: Added. * svg/animations/animate-linear-discrete-additive-c.svg: Added. * svg/animations/animate-linear-discrete-additive-expected.svg: Added. * svg/animations/animate-linear-discrete-additive.svg: Added. * svg/animations/animate-list-crash-expected.txt: Added. * svg/animations/animate-list-crash.svg: Added. 2012-05-08 Ojan Vafai Chromium rebaselines after http://trac.webkit.org/changeset/116438. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-000-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/chromium-mac-leopard/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/chromium-mac-leopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-000-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-000-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-001-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-001-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-002-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-003-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-004-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-005-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-006-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-nested-007-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-001-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-002-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-003-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-004-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-005-expected.txt: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/chromium-mac/css2.1/20110323/first-letter-quote-006-expected.txt: Added. * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/chromium-mac/fast/css/first-letter-nested-positioned-expected.txt: Added. * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/chromium-mac/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. * platform/chromium-win/css2.1/20110323/first-letter-000-expected.png: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * platform/chromium-win/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. * 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. 2012-05-08 Mikhail Pozdnyakov [EFL] Handling of numeric-pad keys in EFL's PlatformKeyboardEvent https://bugs.webkit.org/show_bug.cgi?id=85479 Reviewed by Gustavo Noronha Silva. Unskipped fast/events/keydown-numpad-keys.html. * platform/efl/Skipped: 2012-05-04 Nikolas Zimmermann Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation https://bugs.webkit.org/show_bug.cgi?id=85627 Reviewed by Antti Koivisto. Update animate-target-id-changed.svg test to match Firefox behavior. When an animation element with fill="freeze" is changed to a new target eg, via animate.href = "#someOtherID", the animation effect should be removed. Add tests for assertions I ran into while developing this patch. * platform/chromium/test_expectations.txt: Require new results for animate-target-id-changed-expected.txt. * platform/mac/svg/custom/animate-target-id-changed-expected.png: * svg/animations/list-wrapper-assertion-expected.svg: Added. * svg/animations/list-wrapper-assertion.svg: Added. * svg/custom/animate-target-id-changed-expected.txt: * svg/custom/animate-target-id-changed.svg: 2012-05-08 Shezan Baig offsetLeft broken within CSS3 columns https://bugs.webkit.org/show_bug.cgi?id=34875 Reviewed by Julien Chaffraix. Add test for offsetLeft and offsetTop within multi-columns. * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.txt: Added. * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html: Added. 2012-05-08 Christophe Dumez [EFL] media/video-play-require-user-gesture.html test is failing https://bugs.webkit.org/show_bug.cgi?id=85900 Unreviewed gardening. Move media/video-play-require-user-gesture.html to test_expectations.txt since it requires Full Screen API support. Also move fullscreen tests from Skipped list to test_expectations.txt * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-08 Alexander Shalamov [EFL] Layout test fast/overflow/lots-of-sibling-inline-boxes.html is flaky in debug builds https://bugs.webkit.org/show_bug.cgi?id=85896 Unreviewed gardening. Marking test as slow, since it times-out when executed using debug builds under heavy processor loads. * platform/efl/test_expectations.txt: 2012-05-08 Christophe Dumez [EFL] Update Web Timing tests expectations https://bugs.webkit.org/show_bug.cgi?id=85622 Unreviewed Gardening. Removed http/tests/misc/webtiming-origins.html and http/tests/misc/webtiming-ssl from test expectations. They started to pass after r116160. * platform/efl/test_expectations.txt: 2012-05-08 Christophe Dumez [EFL] http/tests/security/cross-frame-access-* tests are failing https://bugs.webkit.org/show_bug.cgi?id=85899 Unreviewed, move failing tests to test expectations. http/tests/security/cross-frame-access-* tests are failing because EFL port does not support showModalDialog. We need to move the test cases to test expectations while the feature is implemented. * platform/efl/test_expectations.txt: 2012-03-31 Robert Hogan CSS 2.1 failure: first-letter-nested-004.htm fails https://bugs.webkit.org/show_bug.cgi?id=72987 Reviewed by Eric Seidel. * css2.1/20110323/first-letter-000.htm: Added. * css2.1/20110323/first-letter-001.htm: Added. * css2.1/20110323/first-letter-dynamic-001.htm: Added. * css2.1/20110323/first-letter-dynamic-002.htm: Added. * css2.1/20110323/first-letter-dynamic-003a.htm: Added. * css2.1/20110323/first-letter-dynamic-003b.htm: Added. * css2.1/20110323/first-letter-inherit-001.htm: Added. * css2.1/20110323/first-letter-nested-001.htm: Added. * css2.1/20110323/first-letter-nested-002.htm: Added. * css2.1/20110323/first-letter-nested-003.htm: Added. * css2.1/20110323/first-letter-nested-004.htm: Added. * css2.1/20110323/first-letter-nested-005.htm: Added. * css2.1/20110323/first-letter-nested-006.htm: Added. * css2.1/20110323/first-letter-nested-007.htm: Added. * css2.1/20110323/first-letter-quote-001.htm: Added. * css2.1/20110323/first-letter-quote-002.htm: Added. * css2.1/20110323/first-letter-quote-003.htm: Added. * css2.1/20110323/first-letter-quote-004.htm: Added. * css2.1/20110323/first-letter-quote-005.htm: Added. * css2.1/20110323/first-letter-quote-006.htm: Added. * fast/css/first-letter-capitalized-edit-select-crash-expected.txt: Rebaselined. * fast/css/first-letter-nested-positioned.htm: Added. Tests that text nested inside a positioned object is styled. * fast/css/first-letter-quotes-no-content-before-after.html: Added. Tests that two consecutive quotes, each in a :before and :after pseudo element surrounding an empty main element, get styled with first letter. Behold! Pixel Results! * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-000-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-001-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-001-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-002-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003a-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-dynamic-003b-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-inherit-001-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-001-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-002-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-003-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-004-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-005-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-006-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-nested-007-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-001-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-002-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-003-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-004-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-005-expected.txt: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.png: Added. * platform/chromium-linux-x86/css2.1/20110323/first-letter-quote-006-expected.txt: Added. * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.png: Added. * platform/chromium-linux-x86/fast/css/first-letter-nested-positioned-expected.txt: Added. * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.png: Added. * platform/chromium-linux-x86/fast/css/first-letter-quotes-no-content-before-after-expected.txt: Added. 2012-05-08 Hironori Bono [Chromium] Fix the position of an RTL resizer https://bugs.webkit.org/show_bug.cgi?id=80640 Reviewed by Tony Chang. When rendering an RTL resizer, my r110073 renders it at the same position as the one used for rendering a LTR resizer. Unfortunately, this code renders the RTL resizer image at an incorrect position on Mac and Linux. This change uses the correct formula to calculate the position of an RTL resizer. * platform/chromium/platform/chromium/scrollbars: Added. * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.png: Added. * platform/chromium/platform/chromium/scrollbars/rtl-resizer-position-expected.txt: Added. * platform/chromium/scrollbars/rtl-resizer-position.html: Added. 2012-05-08 Csaba Osztrogonác [Qt] Unreviewed gardening, skip failing tests. * platform/qt-5.0/Skipped: 2012-05-08 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip now passing tests, update platform specific expected files. * platform/mac/Skipped: * platform/qt/Skipped: * platform/qt/fast/block/float/016-expected.png: * platform/qt/fast/css/border-solid-single-edge-antialias-expected.txt: Added. * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: * platform/qt/fast/js/constructor-length-expected.txt: Added. * platform/qt/fast/repaint/scale-page-shrink-expected.png: Added. * platform/qt/fast/repaint/scale-page-shrink-expected.txt: Added. * platform/qt/fast/table/027-expected.png: * platform/qt/fast/table/027-expected.txt: * platform/qt/fast/table/027-vertical-expected.png: * platform/qt/fast/table/027-vertical-expected.txt: * platform/qt/tables/mozilla/bugs/bug14929-expected.png: * platform/qt/tables/mozilla/bugs/bug14929-expected.txt: * platform/qt/tables/mozilla/bugs/bug2123-expected.png: * platform/qt/tables/mozilla/bugs/bug2123-expected.txt: * platform/qt/tables/mozilla/bugs/bug2509-expected.png: * platform/qt/tables/mozilla/bugs/bug2509-expected.txt: * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png: * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt: * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png: * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt: * platform/qt/tables/mozilla/bugs/bug2947-expected.png: * platform/qt/tables/mozilla/bugs/bug2947-expected.txt: * platform/qt/tables/mozilla/bugs/bug34176-expected.png: * platform/qt/tables/mozilla/bugs/bug34176-expected.txt: * platform/qt/tables/mozilla/bugs/bug44505-expected.png: * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/qt/test_expectations.txt: 2012-05-08 Mikhail Pozdnyakov [EFL][DRT] fast/layers/video-layer.html needs rebaseline after bug85602 landed https://bugs.webkit.org/show_bug.cgi?id=85873 Unreviewed, EFL gardening. * platform/efl/fast/layers/video-layer-expected.txt: 2012-05-08 Sudarsana Nagineni [EFL] [DRT] Add baselines for the tests which are missing expected results https://bugs.webkit.org/show_bug.cgi?id=85875 Unreviewed, add EFL baselines for the tests which are missing expected results. * platform/efl/fast/css/first-line-text-decoration-expected.png: Added. * platform/efl/fast/css/first-line-text-decoration-expected.txt: Added. * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. * platform/efl/fast/images/png-suite/test-expected.png: Added. * platform/efl/fast/images/png-suite/test-expected.txt: Added. * platform/efl/test_expectations.txt: 2012-05-08 Christophe Dumez [EFL][DRT] EFL's DRT does not fully support page visibility https://bugs.webkit.org/show_bug.cgi?id=85032 Reviewed by Antonio Gomes. Unskip remaining page visibility test cases now that the functionality is fully implemented in EFL port. * platform/efl/Skipped: 2012-05-08 Csaba Osztrogonác Unreviewed. Remove an accidentally committed file. * platform/qt/Skipped.orig: Removed. 2012-05-08 János Badics [Qt] Unskip now passing tests and update platform specific expected files. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: * platform/qt/Skipped.orig: Copied from LayoutTests/platform/qt/Skipped. * platform/qt/editing/pasteboard/paste-text-014-expected.png: Added. * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png: Added. * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt: * platform/qt/fast/block/float/multiple-float-positioning-expected.png: Added. * platform/qt/fast/block/float/multiple-float-positioning-expected.txt: * platform/qt/fast/block/margin-collapse/103-expected.png: Added. * platform/qt/fast/block/margin-collapse/103-expected.txt: Added. * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.png: Added. * platform/qt/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt: * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.png: Added. * platform/qt/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt: * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.png: Added. * platform/qt/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt: * platform/qt/fast/block/positioning/auto/006-expected.png: Added. * platform/qt/fast/block/positioning/auto/006-expected.txt: * platform/qt/fast/css/apple-prefix-expected.png: Added. * platform/qt/fast/css/apple-prefix-expected.txt: * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png: Added. * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt: Added. * platform/qt/fast/css/ex-after-font-variant-expected.png: Added. * platform/qt/fast/css/ex-after-font-variant-expected.txt: * platform/qt/fast/css/percentage-non-integer-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. * platform/qt/fast/css/percentage-non-integer-expected.txt: * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Added. * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png: Added. * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.txt: * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added. * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: * platform/qt/fast/dynamic/008-expected.png: Added. * platform/qt/fast/dynamic/008-expected.txt: * platform/qt/fast/forms/box-shadow-override-expected.png: Added. * platform/qt/fast/forms/box-shadow-override-expected.txt: * platform/qt/fast/forms/disabled-select-change-index-expected.png: Added. * platform/qt/fast/forms/disabled-select-change-index-expected.txt: * platform/qt/fast/forms/file/file-input-direction-expected.png: Added. * platform/qt/fast/forms/file/file-input-direction-expected.txt: * platform/qt/fast/forms/file/file-input-disabled-expected.png: Added. * platform/qt/fast/forms/file/file-input-disabled-expected.txt: * platform/qt/fast/forms/form-element-geometry-expected.png: Added. * platform/qt/fast/forms/form-element-geometry-expected.txt: * platform/qt/fast/forms/input-disabled-color-expected.png: Added. * platform/qt/fast/forms/input-disabled-color-expected.txt: * platform/qt/fast/forms/input-text-click-outside-expected.png: Added. * platform/qt/fast/forms/input-text-click-outside-expected.txt: Added. * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.png: Added. * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added. * platform/qt/fast/forms/negativeLineHeight-expected.png: Added. * platform/qt/fast/forms/negativeLineHeight-expected.txt: * platform/qt/fast/forms/placeholder-pseudo-style-expected.png: Added. * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: Added. * platform/qt/fast/forms/range/slider-padding-expected.png: Added. * platform/qt/fast/forms/range/slider-padding-expected.txt: Added. * platform/qt/fast/forms/tabbing-input-iframe-expected.png: Added. * platform/qt/fast/forms/tabbing-input-iframe-expected.txt: Added. * platform/qt/fast/forms/textAreaLineHeight-expected.png: Added. * platform/qt/fast/forms/textAreaLineHeight-expected.txt: Added. * platform/qt/fast/forms/textarea-align-expected.png: Added. * platform/qt/fast/forms/textarea-align-expected.txt: * platform/qt/fast/forms/textarea-scrollbar-expected.png: Added. * platform/qt/fast/forms/textarea-scrollbar-expected.txt: Added. * platform/qt/fast/forms/textarea-scrolled-type-expected.png: Added. * platform/qt/fast/forms/textarea-scrolled-type-expected.txt: Added. * platform/qt/fast/forms/textarea-setinnerhtml-expected.png: Added. * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt: * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png: Added. * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt: * platform/qt/fast/invalid/016-expected.png: Added. * platform/qt/fast/invalid/016-expected.txt: * platform/qt/fast/invalid/missing-end-tag-expected.png: Added. * platform/qt/fast/invalid/missing-end-tag-expected.txt: Added. * platform/qt/fast/layers/scroll-rect-to-visible-expected.png: Added. * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt: * platform/qt/fast/overflow/003-expected.png: Added. * platform/qt/fast/overflow/003-expected.txt: * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.png: Added. * platform/qt/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added. * platform/qt/fast/overflow/image-selection-highlight-expected.png: Added. * platform/qt/fast/overflow/image-selection-highlight-expected.txt: * platform/qt/fast/overflow/overflow-rtl-expected.png: Added. * platform/qt/fast/overflow/overflow-rtl-expected.txt: Added. * platform/qt/fast/overflow/overflow-x-y-expected.png: Added. * platform/qt/fast/overflow/overflow-x-y-expected.txt: Added. * platform/qt/fast/overflow/scrollRevealButton-expected.png: Added. * platform/qt/fast/overflow/scrollRevealButton-expected.txt: Added. * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: * platform/qt/fast/parser/entity-comment-in-textarea-expected.png: Added. * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt: Added. * platform/qt/fast/parser/open-comment-in-textarea-expected.png: Added. * platform/qt/fast/parser/open-comment-in-textarea-expected.txt: Added. * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png. * platform/qt/fast/repaint/button-spurious-layout-hint-expected.txt: Added. * platform/qt/fast/repaint/control-clip-expected.png: Added. * platform/qt/fast/repaint/control-clip-expected.txt: * platform/qt/fast/repaint/flexible-box-overflow-expected.png: Added. * platform/qt/fast/repaint/flexible-box-overflow-expected.txt: Added. * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added. * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.txt: Added. * platform/qt/fast/repaint/focus-ring-expected.png: Added. * platform/qt/fast/repaint/focus-ring-expected.txt: Added. * platform/qt/fast/repaint/inline-block-overflow-expected.png: Added. * platform/qt/fast/repaint/inline-block-overflow-expected.txt: Added. * platform/qt/fast/repaint/inline-outline-repaint-expected.png: Added. * platform/qt/fast/repaint/inline-outline-repaint-expected.txt: * platform/qt/fast/repaint/layer-child-outline-expected.png: Added. * platform/qt/fast/repaint/layer-child-outline-expected.txt: Added. * platform/qt/fast/repaint/layer-outline-expected.png: Added. * platform/qt/fast/repaint/layer-outline-expected.txt: Added. * platform/qt/fast/repaint/layer-outline-horizontal-expected.png: Added. * platform/qt/fast/repaint/layer-outline-horizontal-expected.txt: Added. * platform/qt/fast/repaint/list-marker-expected.png: Added. * platform/qt/fast/repaint/list-marker-expected.txt: Added. * platform/qt/fast/repaint/selection-after-delete-expected.png: Added. * platform/qt/fast/repaint/selection-after-delete-expected.txt: * platform/qt/fast/repaint/selection-after-remove-expected.png: Added. * platform/qt/fast/repaint/selection-after-remove-expected.txt: * platform/qt/fast/repaint/selection-clear-expected.png: * platform/qt/fast/repaint/selection-clear-expected.txt: * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.png: Added. * platform/qt/fast/repaint/selection-gap-overflow-scroll-expected.txt: Added. * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added. * platform/qt/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added. * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.png: Added. * platform/qt/fast/repaint/text-selection-rect-in-overflow-expected.txt: Added. * platform/qt/fast/repaint/text-shadow-expected.png: Added. * platform/qt/fast/repaint/text-shadow-expected.txt: Added. * platform/qt/fast/repaint/text-shadow-horizontal-expected.png: Added. * platform/qt/fast/repaint/text-shadow-horizontal-expected.txt: Added. * platform/qt/fast/replaced/border-radius-clip-expected.png: Added. * platform/qt/fast/replaced/border-radius-clip-expected.txt: Added. * platform/qt/fast/replaced/width100percent-textarea-expected.png: Added. * platform/qt/fast/replaced/width100percent-textarea-expected.txt: Added. * platform/qt/fast/table/003-expected.png: Added. * platform/qt/fast/table/003-expected.txt: * platform/qt/fast/table/cell-pref-width-invalidation-expected.png: Added. * platform/qt/fast/table/cell-pref-width-invalidation-expected.txt: * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png: Added. * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt: * platform/qt/fast/text/basic/003-expected.png: Added. * platform/qt/fast/text/basic/003-expected.txt: * platform/qt/fast/text/cg-vs-atsui-expected.png: Added. * platform/qt/fast/text/cg-vs-atsui-expected.txt: * platform/qt/fast/text/complex-text-opacity-expected.png: Added. * platform/qt/fast/text/complex-text-opacity-expected.txt: Added. * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added. * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added. * platform/qt/fast/text/large-text-composed-char-expected.png: Added. * platform/qt/fast/text/large-text-composed-char-expected.txt: * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png: Added. * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt: * platform/qt/fast/text/line-breaks-after-white-space-expected.png: Added. * platform/qt/fast/text/line-breaks-after-white-space-expected.txt: * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: * platform/qt/fast/text/whitespace/pre-break-word-expected.png: Added. * platform/qt/fast/text/whitespace/pre-break-word-expected.txt: * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png: Added. * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.txt: * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: Added. * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: * platform/qt/fast/text/word-break-expected.png: Added. * platform/qt/fast/text/word-break-expected.txt: * platform/qt/fast/xsl/xslt-entity-expected.png: Added. * platform/qt/fast/xsl/xslt-entity-expected.txt: 2012-05-03 Alexander Pavlov Extra line-breaks added when copying from source. https://bugs.webkit.org/show_bug.cgi?id=85282 Reviewed by Ryosuke Niwa. * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win-expected.txt: Added. * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html: Added. 2012-05-08 János Badics [Qt] Gardening after 116361. Updated expected result. Reviewed by Csaba Osztrogonác. * platform/qt/fast/js/switch-behaviour-expected.txt: 2012-05-08 Csaba Osztrogonác Unreviewed gardening. Remove tests from test expectations and from a Skipped list, because they were disabled by r94327. * platform/efl/Skipped: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2012-05-07 Kent Tamura [Chormium] Test expectatino update * platform/chromium/test_expectations.txt: - multiline-pack.html is failing on all DEBUG bots. - filter-repaint-custom-rotated.html fails on Mac. 2012-05-07 Pavel Feldman Web Inspector: do not create locations for resolved provisional breakpoints https://bugs.webkit.org/show_bug.cgi?id=85716 Reviewed by Yury Semikhatsky. * inspector/debugger/breakpoint-manager-expected.txt: * inspector/debugger/breakpoint-manager.html: 2012-05-07 Simon Fraser Compositing layers with transformed children not large enough to show contents https://bugs.webkit.org/show_bug.cgi?id=85855 Reviewed by Dan Bernstein. Test having composited element with clipped, transformed children. * compositing/geometry/bounds-clipped-composited-child-expected.png: Added. * compositing/geometry/bounds-clipped-composited-child-expected.txt: Added. * compositing/geometry/bounds-clipped-composited-child.html: Added. 2012-05-07 Kent Tamura [Chromium] Add expectations for first-line-text-decoration.html. * platform/chromium-linux/fast/css/first-line-text-decoration-expected.png: Added. * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-expected.png: Added. * platform/chromium-mac/fast/css/first-line-text-decoration-expected.png: Added. * platform/chromium-win/fast/css/first-line-text-decoration-expected.png: Added. * platform/chromium-win/fast/css/first-line-text-decoration-expected.txt: Added. 2012-05-07 Dongwoo Im width/height attributes of input element cannot be accessed by JavaScript. https://bugs.webkit.org/show_bug.cgi?id=70304 Reviewed by Darin Adler. If the type of input element is image button, width/height attributes should be supported. These attributes are defined in HTML5 spec. http://www.w3.org/TR/html5/the-map-element.html#attr-dim-width * fast/forms/input-width-height-attributes-expected.txt: Added. * fast/forms/input-width-height-attributes-without-renderer-expected.txt: Added. * fast/forms/input-width-height-attributes-without-renderer-loaded-image-expected.txt: Added. * fast/forms/input-width-height-attributes-without-renderer-loaded-image.html: Added. * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image-expected.txt: Added. * fast/forms/input-width-height-attributes-without-renderer-not-loaded-image.html: Added. * fast/forms/input-width-height-attributes-without-renderer.html: Added. * fast/forms/input-width-height-attributes.html: Added. * fast/forms/resources/green.jpg: Added. * fast/forms/resources/image-slow.pl: Added. 2012-05-07 Kinuko Yasuda Support cross-filesystem operations in FileSystem API https://bugs.webkit.org/show_bug.cgi?id=84135 Reviewed by David Levin. * fast/filesystem/cross-filesystem-op-expected.txt: Added. * fast/filesystem/cross-filesystem-op.html: Added. 2012-05-07 Ojan Vafai Chromium rebaselines after http://trac.webkit.org/changeset/116373. Differences look to just be in platform-specific text rendering. * platform/chromium-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/chromium-mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. 2012-05-07 Andy Estes Add platform/mac/ results for new tests added by r116373. * platform/mac/fast/css/first-line-text-decoration-expected.txt: Added. * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. 2012-05-04 Zhenyao Mo vertexAttribPointer needs to reject large negative offsets https://bugs.webkit.org/show_bug.cgi?id=85117 Reviewed by Kenneth Russell. * fast/canvas/webgl/index-validation-expected.txt: * fast/canvas/webgl/index-validation.html: Add a test case for large negative offset. 2012-05-07 Pravin D :first-line text-decorations are not rendered https://bugs.webkit.org/show_bug.cgi?id=6047 Reviewed by Eric Seidel. * fast/css/first-line-text-decoration.html: Added. * platform/qt-linux/fast/css/first-line-text-decoration-expected.png: Added. * platform/qt-linux/fast/css/first-line-text-decoration-expected.txt: Added. This test checks if text-decoration present in the tags first-line style is applied properly. * fast/css/first-line-text-decoration-inherited-from-parent.html: Added. * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added. * platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Added. This test checks if the text-decoration and text color is chosen properly in the case where the first-line style is inherited from a parent and contains such text-decorations. 2012-05-07 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/test_expectations.txt: Mark seamless frames as failing until we enable the feature. 2012-05-07 Oliver Hunt LLInt doesn't check for Ropes when performing a character switch https://bugs.webkit.org/show_bug.cgi?id=85837 Reviewed by Filip Pizlo. Add a few tests to force the use of ropes on switch statements. * fast/js/script-tests/switch-behaviour.js: * fast/js/switch-behaviour-expected.txt: 2012-05-07 Raymond Toy ConvolverNode setBuffer() should not ASSERT on null buffer https://bugs.webkit.org/show_bug.cgi?id=85653 Reviewed by Chris Rogers. * webaudio/convolver-setBuffer-null-expected.txt: Added. * webaudio/convolver-setBuffer-null.html: Added. 2012-05-07 Ken Buchanan Crash due to positioned object list not being cleared during block flow split https://bugs.webkit.org/show_bug.cgi?id=85074 Reviewed by Abhishek Arya. Test exercises crashing condition in bug 85074. It creates a column span that requires multiple layers of splitting blocks from the element that contains the columns, puts a positioned element underneath one of the split blocks, and then causes a reattach of the column span element. * fast/block/positioning/positioned-object-under-split-block-parent-crash-expected.txt: Added * fast/block/positioning/positioned-object-under-split-block-parent-crash.html: Added 2012-05-07 Andy Estes Update media/ pixel test results after r115749. * platform/mac/media/audio-controls-rendering-expected.png: * platform/mac/media/controls-after-reload-expected.png: * platform/mac/media/controls-layout-direction-expected.png: * platform/mac/media/controls-strict-expected.png: * platform/mac/media/media-controls-clone-expected.png: * platform/mac/media/video-controls-rendering-expected.png: * platform/mac/media/video-display-toggle-expected.png: * platform/mac/media/video-layer-crash-expected.png: * platform/mac/media/video-playing-and-pause-expected.png: 2012-05-07 Dirk Pranke Fix compositing expectations to not include leopard. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-05-07 Shezan Baig Selection Background Color Error https://bugs.webkit.org/show_bug.cgi?id=80382 Reviewed by David Hyatt. Added new test case for selection background color. * fast/backgrounds/selection-background-color.html: Added. * fast/backgrounds/selection-background-color-expected.html: Added. 2012-05-07 Mikhail Pozdnyakov Unreviewed. Rebaseline fast/layers/video-layer.html. * platform/efl/fast/layers/video-layer-expected.txt: 2012-05-07 Dirk Pranke Mark more tests as flaky, including some compositing tests https://bugs.webkit.org/show_bug.cgi?id=85771 Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-05-07 Mikhail Pozdnyakov [EFL] Page caching permission from EFL's FrameLoaderClient https://bugs.webkit.org/show_bug.cgi?id=85620 Reviewed by Gustavo Noronha Silva. Unskip bug-related testcases. * platform/efl/Skipped: 2012-05-07 Andy Estes Update mac-wk2 baselines. * platform/mac-wk2/Skipped: Skip a test that times out due to WKTR's EventSender implementation not supporting drag and drop. Remove mac-wk2 platform-specific results for two tests that now match the baseline result. * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt: Removed. * platform/mac-wk2/media/no-auto-play-in-sandbox-expected.txt: Removed. 2012-05-07 Alec Flett IndexedDB: Replace numeric constants with strings https://bugs.webkit.org/show_bug.cgi?id=84894 Reviewed by Tony Chang. New test for legacy constants (legacy-constants) and update all other tests to use the new string-based constants. * storage/indexeddb/basics-expected.txt: * storage/indexeddb/basics-workers-expected.txt: * storage/indexeddb/constants-expected.txt: * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/cursor-added-bug-expected.txt: * storage/indexeddb/cursor-advance-expected.txt: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-continue-validity-expected.txt: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-inconsistency-expected.txt: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-key-order-expected.txt: * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: * storage/indexeddb/cursor-primary-key-order-expected.txt: * storage/indexeddb/cursor-reverse-bug-expected.txt: * storage/indexeddb/cursor-skip-deleted-expected.txt: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/delete-range-expected.txt: * storage/indexeddb/error-causes-abort-by-default-expected.txt: * storage/indexeddb/exception-in-event-aborts-expected.txt: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keypath-intrinsic-properties-expected.txt: * storage/indexeddb/legacy-constants-expected.txt: Added. * storage/indexeddb/legacy-constants.html: Added. * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate.html: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/resources/clear.js: (clear): * storage/indexeddb/mozilla/resources/create-index-unique.js: (createAndVerifyIndex): * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: (cleanDatabase): * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: (checkCursorResultsAndSetupMutatingCursor): * storage/indexeddb/mozilla/resources/cursor-mutation.js: (setupMutatingCursor): * storage/indexeddb/mozilla/resources/cursors.js: * storage/indexeddb/mozilla/resources/indexes.js: * storage/indexeddb/mozilla/resources/odd-result-order.js: (addRecord): (deleteRecord): * storage/indexeddb/mozilla/resources/readwrite-transactions.js: (setVersionComplete): (postAdd): (postAdd2): (postPut): (postPut2): (postPut3): (postPut4): (postDelete): (postDelete2): * storage/indexeddb/mozilla/resources/readyState.js: (test): (openSuccess): (setupObjectStore): (getRecord): (finalCheck): * storage/indexeddb/mozilla/resources/versionchange.js: (postSetVersion): (postSetVersion2): * storage/indexeddb/mozilla/versionchange-expected.txt: * storage/indexeddb/mutating-cursor-expected.txt: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/noblobs.html: * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/objectstore-count-expected.txt: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/opencursor-key-expected.txt: * storage/indexeddb/prefetch-bugfix-108071-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/request-event-propagation-expected.txt: * storage/indexeddb/resources/basics.js: (test): (openCallback): * storage/indexeddb/resources/constants.js: (test): * storage/indexeddb/resources/create-object-store-options.js: (setVersionComplete): * storage/indexeddb/resources/cursor-added-bug.js: (openCursor): * storage/indexeddb/resources/cursor-advance.js: (runTest): (testAdvanceIndexNoDupe): (testAdvanceIndexPrev): (testAdvanceIndexPrevNoDupe): * storage/indexeddb/resources/cursor-continue-validity.js: (continueTest): (continueIndexTest): (testModifyContinueOrder): * storage/indexeddb/resources/cursor-continue.js: (ascendingTest): (descendingTest): * storage/indexeddb/resources/cursor-delete.js: (openCursor): (addObject): * storage/indexeddb/resources/cursor-inconsistency.js: (openBasicCursor): * storage/indexeddb/resources/cursor-index-delete.js: (openCursor): (addObject): * storage/indexeddb/resources/cursor-key-order.js: * storage/indexeddb/resources/cursor-prev-no-duplicate.js: (populateStore): (testFarRangeCursor_closed): (testFarRangeCursor_open): (testFarRangeCursor_indexClosed): (testFarRangeCursor_indexOpen): (testFarRangeCursor_indexKeyOpen): (testFarRangeCursor_indexKeyClosed): (testBoundaryCursor_closed): (testBoundaryCursor_open): (testBoundaryCursor_indexClosed): (testBoundaryCursor_indexOpen): (testBoundaryCursor_indexKeyClosed): (testBoundaryCursor_indexKeyOpen): (testNoDuplicate_closed): (testNoDuplicate_open): (testNoDuplicate_indexKeyClosed): * storage/indexeddb/resources/cursor-primary-key-order.js: (populateStore): * storage/indexeddb/resources/cursor-reverse-bug.js: (populateStore): (testCursor): * storage/indexeddb/resources/cursor-skip-deleted.js: (basicCursorTest): (reverseCursorTest): * storage/indexeddb/resources/cursor-update.js: (openBasicCursor): * storage/indexeddb/resources/data-corruption.js: (addData): (getData): * storage/indexeddb/resources/database-quota.js: (checkQuotaEnforcing): * storage/indexeddb/resources/delete-range.js: (runTests.nextTest): (runTests): * storage/indexeddb/resources/error-causes-abort-by-default.js: (addData): (transactionCompleted): (transactionAborted1): * storage/indexeddb/resources/exception-in-event-aborts.js: (startTest): (transactionAborted1): (transactionAborted2): * storage/indexeddb/resources/factory-deletedatabase.js: (getValue): * storage/indexeddb/resources/index-count.js: * storage/indexeddb/resources/index-cursor.js: (runNextTest): (testNullKeyRange): * storage/indexeddb/resources/index-multientry.js: * storage/indexeddb/resources/index-unique.js: (setVersionCompleted): * storage/indexeddb/resources/key-generator.js: (.): * storage/indexeddb/resources/key-type-array.js: * storage/indexeddb/resources/keypath-edges.js: * storage/indexeddb/resources/keypath-intrinsic-properties.js: * storage/indexeddb/resources/legacy-constants.js: Added. (test): (prepareDatabase.openreq.onsuccess.verreq.onsuccess): (prepareDatabase.openreq.onsuccess): (prepareDatabase): (populateStore): (checkNext.request.onsuccess): (checkNext): (checkNextNoDuplicate.request.onsuccess): (checkNextNoDuplicate): (checkPrev.request.onsuccess): (checkPrev): (checkPrevNoDuplicate.request.onsuccess): (checkPrevNoDuplicate): * storage/indexeddb/resources/mutating-cursor.js: (openForwardCursor): (openReverseCursor): * storage/indexeddb/resources/objectstore-autoincrement.js: (setVersionCompleted): * storage/indexeddb/resources/objectstore-basics.js: (addData): (addAgainFailure): * storage/indexeddb/resources/objectstore-count.js: * storage/indexeddb/resources/objectstore-cursor.js: (runNextTest): (testNullKeyRange): * storage/indexeddb/resources/open-cursor.js: (cursorWithKeySuccess): (cursorSuccess): * storage/indexeddb/resources/open-during-transaction.js: * storage/indexeddb/resources/opencursor-key.js: * storage/indexeddb/resources/prefetch-bugfix-108071.js: * storage/indexeddb/resources/request-event-propagation.js: (startTest): (transactionAborted): (transactionAborted2): * storage/indexeddb/resources/set_version_blocked.js: (blocked): * storage/indexeddb/resources/transaction-abort.js: (startTest): * storage/indexeddb/resources/transaction-after-close.js: (runFirstRegularTransaction): (firstTransactionComplete): (onSecondOpen): * storage/indexeddb/resources/transaction-basics.js: (testInvalidMode): * storage/indexeddb/resources/transaction-event-propagation.js: (startTest): (dbAbortBubbleCallback): * storage/indexeddb/resources/transaction-rollback.js: (setVersionComplete): (abortCallback): * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion.html: * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-event-propagation-expected.txt: * storage/indexeddb/transaction-rollback-expected.txt: * storage/indexeddb/tutorial.html: 2012-05-07 Adam Barth Test the combination of CSP and srcdoc https://bugs.webkit.org/show_bug.cgi?id=85778 Reviewed by Eric Seidel. This test ensure that