2012-05-30 Emil A Eklund Unreviewed test expectations updates for window and mac now that we no longer skip a couple of tests on those platforms. * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png: * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png: * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt: * platform/chromium-win/fast/block/margin-collapse/103-expected.png: * platform/chromium-win/fast/block/margin-collapse/103-expected.txt: 2012-05-30 Dan Bernstein [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8 https://bugs.webkit.org/show_bug.cgi?id=87740 Reviewed by Darin Adler. * platform/qt-4.8/Skipped: Removed fast/forms/textarea-maxlength.html. 2012-05-30 Raphael Kubo da Costa [EFL] Gardening. Unskip test that is now passing. * platform/efl/test_expectations.txt: 2012-05-30 Emil A Eklund Unreviewed chromium snowleopard rebaseline for background-position-parsing test following r118978. * platform/chromium-mac-snowleopard/fast/backgrounds/background-position-parsing-expected.png: 2012-05-30 Alec Flett IndexedDB: Implement IDBTransaction.error and IDBRequest.error https://bugs.webkit.org/show_bug.cgi?id=87865 Reviewed by Tony Chang. * storage/indexeddb/basics-expected.txt: * storage/indexeddb/basics-workers-expected.txt: * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/deleteIndex-expected.txt: * storage/indexeddb/factory-cmp-expected.txt: * storage/indexeddb/get-keyrange-expected.txt: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics-workers-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keyrange-expected.txt: * 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/readonly-expected.txt: * storage/indexeddb/resources/basics.js: (test): (openCallback): * storage/indexeddb/resources/create-and-remove-object-store.js: (testCreateAndRemove): (cleanDatabase): (tryOnceMore): * storage/indexeddb/resources/cursor-continue.js: (ascendingErrorTestLessThan.request.onsuccess): (ascendingErrorTestLessThan): (ascendingErrorTestEqual.request.onsuccess): (ascendingErrorTestEqual): (descendingErrorTestGreaterThan.request.onsuccess): (descendingErrorTestGreaterThan): (descendingErrorTestEqual.request.onsuccess): (descendingErrorTestEqual): (onTransactionComplete): * storage/indexeddb/resources/cursor-update.js: (keyCursor): * storage/indexeddb/resources/database-basics.js: (testClose): * storage/indexeddb/resources/database-quota.js: (logError): * storage/indexeddb/resources/deleteIndex.js: (twiddleIndexes): (postTwiddling): * storage/indexeddb/resources/factory-cmp.js: (testValidKeys): (testInvalidKeys): * storage/indexeddb/resources/get-keyrange.js: (getNullTest): * storage/indexeddb/resources/index-basics.js: (index3Count): * storage/indexeddb/resources/index-count.js: * storage/indexeddb/resources/index-unique.js: (addMoreDataFailed): * storage/indexeddb/resources/invalid-keys.js: * storage/indexeddb/resources/key-generator.js: * storage/indexeddb/resources/key-type-array.js: (testDepthLimits): * storage/indexeddb/resources/keypath-edges.js: * storage/indexeddb/resources/keyrange.js: (test): * storage/indexeddb/resources/objectstore-autoincrement.js: (getAbrahamSuccess): * storage/indexeddb/resources/objectstore-basics.js: (setVersionSuccess): (createIndex): (addAgainFailure): (removeSuccessButNotThere): (testPreConditions.request.onsuccess): (testPreConditions): * storage/indexeddb/resources/objectstore-count.js: * storage/indexeddb/resources/open-cursor.js: (cursorWithKeySuccess): (cursorSuccess): * storage/indexeddb/resources/readonly.js: (openSuccess): * storage/indexeddb/resources/set_version_queue.js: (connectionError): * storage/indexeddb/resources/shared.js: (unexpectedErrorCallback): (evalAndExpectException): * storage/indexeddb/resources/transaction-abort-workers.js: (transactionAborted): (transactionCompleted): (timeoutTest.transaction.onabort): (timeoutTest): (errorTransactionAborted): * storage/indexeddb/resources/transaction-abort.js: (firstAdd): (secondAdd): (transactionAborted): * storage/indexeddb/resources/transaction-after-close.js: (firstTransactionComplete): * storage/indexeddb/resources/transaction-and-objectstore-calls.js: (created): (afterComplete): * storage/indexeddb/resources/transaction-basics.js: (testInactiveAbortedTransaction): (testInactiveCompletedTransaction): (testInvalidMode): * storage/indexeddb/resources/transaction-read-only.js: (setVersionDone): (gotCursor): * storage/indexeddb/set_version_queue-expected.txt: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-abort-workers-expected.txt: * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-read-only-expected.txt: 2012-05-30 Emil A Eklund Unreviewed chromium mac rebaseline for changes in r118978. * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png: * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.txt: * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt: * platform/chromium/test_expectations.txt: 2012-05-30 Emil A Eklund Floats wraps incorrectly when top edge has subpixel precision https://bugs.webkit.org/show_bug.cgi?id=87688 Reviewed by Levi Weintraub. When computing the logical left and right offsets for a float we incorrectly floored the logical top when passing it to the float search adapter. This caused it to return incorrect values where the floored and pixel snapped values are not the same. * fast/sub-pixel/float-wrap-with-subpixel-top-expected.html: Added. * fast/sub-pixel/float-wrap-with-subpixel-top.html: Added. * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png: * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk-wk2/Skipped: * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-05-30 Christophe Dumez [EFL] EFL's DRT should print the number of MessagePorts for new each new intent https://bugs.webkit.org/show_bug.cgi?id=86841 Reviewed by Adam Barth. Unskip the test case which requires the DumpRenderTree to print out the number of MessagePorts for each new intent. * platform/efl/test_expectations.txt: 2012-05-30 Emil A Eklund Inline blocks with margin wrap incorrectly with subpixel layout turned on https://bugs.webkit.org/show_bug.cgi?id=87897 Reviewed by Levi Weintraub. Add test for inline blocks with a subpixel margin. Marked as skipped on all platforms but chromium as subpixel layout has not yet been enabled for any other platform. * fast/sub-pixel/inline-block-with-margin-expected.html: Added. * fast/sub-pixel/inline-block-with-margin.html: Added. * platform/efl/Skipped: * platform/gtk-wk2/Skipped: * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-05-30 Jessie Berlin [Qt][GTK][Mac][Win] New plugins/npruntime/delete-plugin-within-* tests introduced in r117012 fail/crash https://bugs.webkit.org/show_bug.cgi?id=86443 Skip these tests on Windows because they crash. * platform/win/Skipped: 2012-05-30 Raphael Kubo da Costa [EFL] Unreviewed gardening in fast/transforms. Unskip passing tests that just needed baselines and update the PNGs for a few ones which were already passing. * platform/efl/Skipped: * platform/efl/fast/transforms/bounding-rect-zoom-expected.png: * platform/efl/fast/transforms/diamond-expected.png: * platform/efl/fast/transforms/identity-matrix-expected.png: * platform/efl/fast/transforms/overflow-with-transform-expected.png: * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: * platform/efl/fast/transforms/skew-with-unitless-zero-expected.png: * platform/efl/fast/transforms/transform-on-inline-expected.png: * platform/efl/fast/transforms/transform-positioned-ancestor-expected.png: * platform/efl/fast/transforms/transform-table-row-expected.png: * platform/efl/fast/transforms/transformed-caret-expected.png: * platform/efl/fast/transforms/transformed-caret-expected.txt: * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt: * platform/efl/fast/transforms/transforms-with-opacity-expected.png: 2012-05-30 Raphael Kubo da Costa [EFL] Unreviewed gardening in fast/parser. Unskip a passing test that just needed a baseline and update the PNGs for a few ones which were already passing. * platform/efl/Skipped: * platform/efl/fast/parser/001-expected.png: * platform/efl/fast/parser/bad-xml-slash-expected.png: * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png: * platform/efl/fast/parser/document-write-option-expected.png: * platform/efl/fast/parser/entity-comment-in-style-expected.png: * platform/efl/fast/parser/entity-comment-in-style-expected.txt: * platform/efl/fast/parser/entity-comment-in-textarea-expected.png: * platform/efl/fast/parser/fonts-expected.png: * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png: * platform/efl/fast/parser/open-comment-in-style-expected.png: * platform/efl/fast/parser/open-comment-in-textarea-expected.png: * platform/efl/fast/parser/title-error-test-expected.png: * platform/efl/fast/parser/xhtml-alternate-entities-expected.png: * platform/efl/test_expectations.txt: 2012-05-30 Tony Chang rename flexbox css values from justify and distribute to space-between and space-around https://bugs.webkit.org/show_bug.cgi?id=87867 Reviewed by Ojan Vafai. * css3/flexbox/columns-auto-size.html: * css3/flexbox/css-properties-expected.txt: * css3/flexbox/css-properties.html: * css3/flexbox/flex-pack.html: * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt: * css3/flexbox/multiline-line-pack-horizontal-column.html: * css3/flexbox/multiline-line-pack.html: * css3/flexbox/multiline-pack-expected.txt: * css3/flexbox/multiline-pack.html: * css3/flexbox/position-absolute-child.html: * css3/flexbox/true-centering.html: 2012-05-30 Rafael Weinstein [Chromium] rebaseline fast/dom/Window/mozilla-focus-blur.html * platform/chromium/fast/dom/Window/mozilla-focus-blur-expected.txt: Added. 2012-05-30 Jessie Berlin [Win] Many editing tests failing https://bugs.webkit.org/show_bug.cgi?id=87890 Add/updated expected (failing?) results for Windows editing tests. * platform/win/editing/deleting/delete-start-block-expected.txt: Added. * platform/win/editing/deleting/regional-indicators-expected.txt: Added. * platform/win/editing/input: Added. * platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added. * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added. * platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added. * platform/win/editing/selection/caret-ltr-right-expected.txt: * platform/win/editing/selection/caret-rtl-2-left-expected.txt: * platform/win/editing/selection/caret-rtl-right-expected.txt: * platform/win/editing/selection/select-from-textfield-outwards-expected.txt: * platform/win/editing/selection/transformed-selection-rects-expected.txt: * platform/win/editing/spelling/grammar-paste-expected.txt: Added. * platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added. * platform/win/editing/spelling/spellcheck-queue-expected.txt: Added. * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added. 2012-05-29 Adrienne Walker Transformed fixed position layers have an incorrect overlap map entry https://bugs.webkit.org/show_bug.cgi?id=64201 Reviewed by Darin Adler. Add a test for a layer with both fixed position and a transform to verify that this is considered as fixed position with respect to the root. Also, add a test with a child layer with fixed position and a parent with a transform to verify that the child is not considered as fixed position with respect to the root. * compositing/layer-creation/fixed-position-and-transform-expected.png: Added. * compositing/layer-creation/fixed-position-and-transform-expected.txt: Added. * compositing/layer-creation/fixed-position-and-transform.html: Added. * compositing/layer-creation/fixed-position-under-transform-expected.png: Added. * compositing/layer-creation/fixed-position-under-transform-expected.txt: Added. * compositing/layer-creation/fixed-position-under-transform.html: Added. 2012-05-30 Oliver Hunt DFG does not correctly handle exceptions caught in the LLInt https://bugs.webkit.org/show_bug.cgi?id=87885 Reviewed by Filip Pizlo. Pile of code to convince the DFG to throw an exception that ends up being caught in the LLInt * fast/js/exception-propagate-from-dfg-to-llint-expected.txt: Added. * fast/js/exception-propagate-from-dfg-to-llint.html: Added. * fast/js/script-tests/exception-propagate-from-dfg-to-llint.js: Added. (o.toString): (h): (g): (f1): (f2): 2012-05-30 Ulan Degenbaev [v8] Crash after redefining setter on typed array to a number https://bugs.webkit.org/show_bug.cgi?id=87862 Reviewed by Kenneth Russell. Remove calls to typed array set() method from C++. Store the copying script as a hidden property of a typed array prototype. * fast/canvas/webgl/array-override-set-expected.txt: Added. * fast/canvas/webgl/array-override-set.html: Added. 2012-05-30 Stephen Chenney http/tests/cache/subresource-expiration-2.html is slow on Linux Unreviewed Chromium test expectations expansion. * platform/chromium/test_expectations.txt: 2012-05-30 Tim Horton fast/dom/Window/mozilla-focus-blur.html is failing on Mac https://bugs.webkit.org/show_bug.cgi?id=87884 Unreviewed failing baselines after http://trac.webkit.org/changeset/118916. * platform/mac/fast/dom/Window/mozilla-focus-blur-expected.txt: Added. 2012-05-30 Stephen Chenney Layout Test perf/mouse-event.html is flaky on Linux https://bugs.webkit.org/show_bug.cgi?id=87886 Unreviewed Chromium expectations update for perf/mouse-event.html * platform/chromium/test_expectations.txt: 2012-05-30 Stephen Chenney Unreviewed Chromium expectations update for http/tests/media/media-source/video-media-source-errors.html * platform/chromium/test_expectations.txt: 2012-05-30 Alexey Proskuryakov * platform/wk2/Skipped: Skipping newly added file-last-modified-after-delete.html, because WTR doesn't implement beginDragWithFiles. 2012-05-30 Shinya Kawanaka comparePositions in htmlediting should consider nested Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=87623 Reviewed by Ryosuke Niwa. * editing/shadow/compare-positions-in-nested-shadow-expected.txt: Added. * editing/shadow/compare-positions-in-nested-shadow.html: Added. 2012-05-30 Erik Arvidsson [V8] Clean up V8LazyEventListener to use one less function call https://bugs.webkit.org/show_bug.cgi?id=87785 Reviewed by Kentaro Hara. Instead of relying on 'arguments' we rely on 'this'. 'this' cannot be intercepted by a with-statement so it is safe to use that to bind the context objects. This allows us to remove one layer of function indirection in the generated code. * platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt: 2012-05-30 Stephen Chenney Unreviewed Chromium test expectations for fast/layers/scroll-with-transform-composited-layer.html * platform/chromium/test_expectations.txt: 2012-05-30 Xueqing Huang The tests listed in win/Skipped should be removed after this change, but some of these need to rebaseline in Windows, we do that in bug#87610. https://bugs.webkit.org/show_bug.cgi?id=86296 Reviewed by Tony Chang. * platform/win/Skipped: 2012-05-30 Alexey Proskuryakov * fast/files/read-blob-async-expected.txt: Updating results to what Mac WK1 bot sees (two additional "result: null" lines). 2012-05-30 David Barton mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac https://bugs.webkit.org/show_bug.cgi?id=86786 Somehow these weren't included in r118935. Unreviewed gardening. * platform/mac-lion/Skipped: * platform/mac/Skipped: 2012-05-30 Stephen Chenney Unreviewed Chromium test expectations update. tex-image-with-format-and-type.html tex-image-with-format-and-type.html formaction-attribute.html terminate-during-sync-operation.html * platform/chromium/test_expectations.txt: 2012-05-30 Marcelo Lira WebKit2: Implement layoutTestController.setPluginsEnabled() in WebKitTestRunner. https://bugs.webkit.org/show_bug.cgi?id=58593 Unskip passing tests. Reviewed by Darin Adler. * platform/wk2/Skipped: 2012-05-30 Rafael Weinstein Updating test expectations (css3/filters/custom-filter-property-computed-style, fast/frames/cached-frame-counter). * platform/chromium/test_expectations.txt: 2012-05-30 David Barton mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac https://bugs.webkit.org/show_bug.cgi?id=86786 The test result files below contain slightly improved metrics (usually by a single pixel) and some other very minor (visually undetectable) pixel changes. To be honest, I'm not sure what caused all these changes, since a lot of mathml tests have been skipped or failing for a while. The small metric improvements were not caused by changes in mathml code - perhaps LayoutUnit rounding or other 1-pixel corrections in logical width code? At any rate, I'd like to rebaseline these tests, and unskip them and other mathml tests. Unreviewed rebaselining/gardening. * platform/mac-lion/Skipped: * platform/mac/Skipped: * platform/mac/mathml/presentation/attributes-expected.png: * platform/mac/mathml/presentation/fenced-mi-expected.png: * platform/mac/mathml/presentation/fractions-expected.png: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/subsup-expected.png: * platform/mac/mathml/presentation/subsup-expected.txt: 2012-05-30 Mikhail Pozdnyakov [EFL][DRT] http/tests/navigation/new-window-redirect-history.html does not pass https://bugs.webkit.org/show_bug.cgi?id=87848 Reviewed by Csaba Osztrogonác. * platform/efl/Skipped: Unskipped http/tests/navigation/new-window-redirect-history.html. 2012-05-30 Sergio Villar Senin Unreviewed, removed some tests from the test_expectations file as they have been regularly passing in the 3 GTK bots for some time. * platform/gtk/test_expectations.txt: 2012-05-30 Jessie Berlin [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being enabled on Windows https://bugs.webkit.org/show_bug.cgi?id=87858 Skip the test on Windows to get the bots greener. * platform/win/Skipped: 2012-05-30 Jessie Berlin More Windows test cleanup. Update the Skipped list and tests for features turned on/off on Windows. * platform/win/Skipped: * platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added. * platform/win/fast/js/global-constructors-expected.txt: 2012-05-30 Kinuko Yasuda File.lastModifiedDate must return null if the modified time info is not available https://bugs.webkit.org/show_bug.cgi?id=87709 Reviewed by Kentaro Hara. * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Added. * http/tests/local/fileapi/file-last-modified-after-delete.html: Added. * http/tests/local/fileapi/resources/temp-file-utils.js: Added. * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Added. * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: Factored out common temp-file related functions into temp-file-utils.js. * http/tests/local/fileapi/send-sliced-dragged-file.html: 2012-05-30 Mikhail Pozdnyakov [EFL][DRT] EFL's DRT needs "postProgressFinishedNotification" message https://bugs.webkit.org/show_bug.cgi?id=87833 Reviewed by Tor Arne Vestbø. * platform/efl/Skipped: Unskipped http/tests/loading/progress-finished-callback.html. 2012-05-30 Stephen Chenney [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky https://bugs.webkit.org/show_bug.cgi?id=85952 Unreviewed Chromium expectations update to broaden expectations. * platform/chromium/test_expectations.txt: 2012-05-30 Jochen Eisinger Match Firefox restrictions to window.blur and window.focus https://bugs.webkit.org/show_bug.cgi?id=86969 Reviewed by Adam Barth. * fast/dom/HTMLDocument/hasFocus.html: * fast/dom/Window/mozilla-focus-blur-expected.txt: Added. * fast/dom/Window/mozilla-focus-blur.html: Added. * fast/notifications/notifications-click-event-focus-expected.txt: Added. * fast/notifications/notifications-click-event-focus.html: Added. 2012-05-30 Zan Dobersek Unreviewed GTK gardening, updating platform-specific baselines after r118902. * platform/gtk/fast/js/global-constructors-expected.txt: 2012-05-30 Zoltan Arvai [Qt] Gardening. Shadow DOM is disabled on Qt. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Skip fast/dom/shadow/shadow-element.html. 2012-05-30 David Barr Update test expectations for tests duplicated in Skipped https://bugs.webkit.org/show_bug.cgi?id=87822 Unreviewed gardening; updating test expectations. * platform/mac/Skipped: * platform/mac/test_expectations.txt: * platform/qt/Skipped: * platform/qt/test_expectations.txt: * platform/qt-5.0-wk1/Skipped: * platform/qt-mac/Skipped: 2012-05-30 David Barr [GTK] Update test expectations after r118841. https://bugs.webkit.org/show_bug.cgi?id=87827 Unreviewed gardening; updating test expectations * platform/gtk/test_expectations.txt: 2012-05-30 MORITA Hajime [Shadow DOM] HTMLContentElement and HTMLShadowElement constructors should be visible. https://bugs.webkit.org/show_bug.cgi?id=87818 Added constructor checks. Reviewed by Kentaro Hara. * fast/dom/shadow/content-element-api-expected.txt: * fast/dom/shadow/content-element-api.html: * fast/dom/shadow/shadow-element-expected.txt: * fast/dom/shadow/shadow-element.html: 2012-05-30 Mike Lawther CSS3 calc: Implement CSSOM support https://bugs.webkit.org/show_bug.cgi?id=84551 Reviewed by Ryosuke Niwa. * css3/calc/cssom-expected.txt: Added. * css3/calc/cssom.html: Added. 2012-05-29 Li Yin [FileAPI] The result attribute of FileReader shuold use null to replace empty string https://bugs.webkit.org/show_bug.cgi?id=87578 Reviewed by Jian Li. Spec: http://www.w3.org/TR/FileAPI/#dfn-result If the readyState is EMPTY (no read method has been called) or an error in reading the File or Blob has occurred (using any read method), then the result attribute MUST return null. Currently, webkit return empty string, not null. * fast/files/read-file-async-expected.txt: * fast/files/resources/read-common.js: (logResult): (loadFailed): * fast/files/resources/read-file-test-cases.js: (testReadAgainAfterFailedReadStep1): * fast/files/workers/worker-read-file-async-expected.txt: 2012-05-29 Kent Tamura [Chromium] Test expectation update. Rebaseline for placeholder-related tests. * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/chromium-linux/fast/forms/placeholder-position-expected.png: * platform/chromium-linux/fast/forms/search-styled-expected.txt: * platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/chromium-mac-leopard/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/chromium-mac-leopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed. * platform/chromium-mac/fast/css/text-overflow-input-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/css/text-overflow-input-expected.txt: * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: * platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/chromium-win/fast/forms/placeholder-position-expected.txt: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt: * platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-05-29 Yoshifumi Inoue REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled https://bugs.webkit.org/show_bug.cgi?id=87719 Reviewed by Kent Tamura. * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Updated. Text color of option element is bule from CSS pseudo class option:enabled. * platform/chromium/test_expectations.txt: Update comment. 2012-05-29 Hayato Ito Refactor shadow-dom-event-dispatching.html. https://bugs.webkit.org/show_bug.cgi?id=87626 Reviewed by Dimitri Glazkov. There are badly named functions in shadow-dom-event-dispatching.html. e.g. prepareDOMTree1, prepareDOMTree2 and so on. That should have better namings which make the intention of each test clear. * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-05-29 Raphael Kubo da Costa [EFL] Gardening after r118845 and r118851. Apparently some baselines were not updated as expected, fixing that now. * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png: Added. * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt: * platform/efl/fast/selectors/166-expected.png: * platform/efl/fast/selectors/166-expected.txt: * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added. * platform/efl/svg/batik/text/textAnchor-expected.txt: * platform/efl/svg/batik/text/textOnPath3-expected.txt: * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt: * platform/efl/svg/carto.net/tabgroup-expected.txt: * platform/efl/transitions/cross-fade-background-image-expected.txt: Added. * platform/efl/transitions/cross-fade-border-image-expected.txt: Added. 2012-05-29 Christophe Dumez Some Content Security Policy console messages are missing line numbers in JSC https://bugs.webkit.org/show_bug.cgi?id=87558 Reviewed by Adam Barth. Remove Mac/EFL/GTK/Qt-specific expectations for Content Security Policy tests now that the line numbers are correctly printed. * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed. * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed. * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed. * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed. * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed. * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed. * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed. * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed. 2012-05-29 Filip Pizlo DFG should keep captured variables alive until the (inline) return. https://bugs.webkit.org/show_bug.cgi?id=87205 Reviewed by Gavin Barraclough. * fast/js/dfg-inline-arguments-osr-exit-and-capture-expected.txt: Added. * fast/js/dfg-inline-arguments-osr-exit-and-capture.html: Added. * fast/js/script-tests/dfg-inline-arguments-osr-exit-and-capture.js: Added. (foo): (bar): (baz): 2012-05-29 Alexis Menard [CSS3 Backgrounds and Borders] Implement box-decoration-break parsing. https://bugs.webkit.org/show_bug.cgi?id=87678 Reviewed by Eric Seidel. Add a new test to cover the parsing part of the new css property. Also rebase the existing tests which are listing the css properties of the style. * fast/box-decoration-break/box-decoration-break-parsing-expected.txt: Added. * fast/box-decoration-break/box-decoration-break-parsing.html: Added. * fast/css/getComputedStyle/computed-style-expected.txt: * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/mac/svg/css/getComputedStyle-basic-expected.txt: * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/qt/svg/css/getComputedStyle-basic-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2012-05-29 David Barr [text-overflow: ellipsis] WebKit should ignore the ellipsis for the purpose of dispatching mouse events https://bugs.webkit.org/show_bug.cgi?id=63781 Reviewed by Eric Seidel. * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Added. * fast/css/text-overflow-ellipsis-hit-test.html: Added. 2012-05-29 Jessie Berlin element is unsupported on Windows https://bugs.webkit.org/show_bug.cgi?id=49769 Add platform-specific results for tests that use the progress element on Windows. * platform/win/fast/forms/label: Added. * platform/win/fast/forms/label/labelable-elements-expected.txt: Added. * platform/win/fast/forms/label/labels-add-htmlFor-label-expected.txt: Added. * platform/win/fast/forms/label/labels-add-parent-label-expected.txt: Added. * platform/win/fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Added. * platform/win/fast/forms/label/labels-multiple-sibling-labels-expected.txt: Added. * platform/win/fast/forms/label/labels-parent-and-sibling-labels-expected.txt: Added. * platform/win/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Added. * platform/win/fast/forms/label/labels-remove-htmlFor-label-expected.txt: Added. * platform/win/fast/forms/label/labels-remove-parent-label-expected.txt: Added. * platform/win/fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Added. 2012-05-29 Rafael Weinstein Updating test expectation (media/track/track-cues-missed CRASH). * platform/chromium/test_expectations.txt: 2012-05-29 Raphael Kubo da Costa [EFL] Unreviewed gardening. Unskip a lot of fast/selectors tests which were really passing all the time, they just needed updated baselines after the jhbuild and font commits. * platform/efl/Skipped: * platform/efl/fast/selectors/001-expected.png: * platform/efl/fast/selectors/002-expected.png: * platform/efl/fast/selectors/003-expected.png: * platform/efl/fast/selectors/004-expected.png: * platform/efl/fast/selectors/005-expected.png: * platform/efl/fast/selectors/006-expected.png: * platform/efl/fast/selectors/007a-expected.png: * platform/efl/fast/selectors/007b-expected.png: * platform/efl/fast/selectors/008-expected.png: * platform/efl/fast/selectors/009-expected.png: * platform/efl/fast/selectors/010-expected.png: * platform/efl/fast/selectors/011-expected.png: * platform/efl/fast/selectors/012-expected.png: * platform/efl/fast/selectors/013-expected.png: * platform/efl/fast/selectors/014-expected.png: * platform/efl/fast/selectors/015-expected.png: * platform/efl/fast/selectors/018-expected.png: * platform/efl/fast/selectors/018b-expected.png: * platform/efl/fast/selectors/021-expected.png: * platform/efl/fast/selectors/021b-expected.png: * platform/efl/fast/selectors/032-expected.png: * platform/efl/fast/selectors/034-expected.png: * platform/efl/fast/selectors/038-expected.png: * platform/efl/fast/selectors/040-expected.png: * platform/efl/fast/selectors/043-expected.png: * platform/efl/fast/selectors/043b-expected.png: * platform/efl/fast/selectors/044-expected.png: * platform/efl/fast/selectors/044b-expected.png: * platform/efl/fast/selectors/044c-expected.png: * platform/efl/fast/selectors/044d-expected.png: * platform/efl/fast/selectors/045-expected.png: * platform/efl/fast/selectors/045b-expected.png: * platform/efl/fast/selectors/045c-expected.png: * platform/efl/fast/selectors/046-expected.png: * platform/efl/fast/selectors/054-expected.png: * platform/efl/fast/selectors/056-expected.png: * platform/efl/fast/selectors/058-expected.png: * platform/efl/fast/selectors/059-expected.png: * platform/efl/fast/selectors/060-expected.png: * platform/efl/fast/selectors/061-expected.png: * platform/efl/fast/selectors/063-expected.png: * platform/efl/fast/selectors/064-expected.png: * platform/efl/fast/selectors/066-expected.png: * platform/efl/fast/selectors/066b-expected.png: * platform/efl/fast/selectors/072-expected.png: * platform/efl/fast/selectors/072b-expected.png: * platform/efl/fast/selectors/077-expected.png: * platform/efl/fast/selectors/077b-expected.png: * platform/efl/fast/selectors/078b-expected.png: * platform/efl/fast/selectors/083-expected.png: * platform/efl/fast/selectors/087b-expected.png: * platform/efl/fast/selectors/090b-expected.png: * platform/efl/fast/selectors/154-expected.png: * platform/efl/fast/selectors/155-expected.png: * platform/efl/fast/selectors/155a-expected.png: * platform/efl/fast/selectors/155b-expected.png: * platform/efl/fast/selectors/155c-expected.png: * platform/efl/fast/selectors/155d-expected.png: * platform/efl/fast/selectors/156b-expected.png: * platform/efl/fast/selectors/157-expected.png: * platform/efl/fast/selectors/158-expected.png: * platform/efl/fast/selectors/160-expected.png: * platform/efl/fast/selectors/168-expected.png: * platform/efl/fast/selectors/168a-expected.png: * platform/efl/fast/selectors/169-expected.png: * platform/efl/fast/selectors/169a-expected.png: * platform/efl/fast/selectors/lang-inheritance-expected.png: * platform/efl/fast/selectors/lang-inheritance2-expected.png: * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png: * platform/efl/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: * platform/efl/fast/selectors/visited-descendant-expected.png: 2012-05-29 Raphael Kubo da Costa [EFL] Unreviewed gardening. House cleaning on Skipped: remove tests which do not exist, unskip some which are passing and add expectations for some which were lacking them. * platform/efl/Skipped: * platform/efl/editing/selection/fake-doubleclick-expected.png: Added. * platform/efl/editing/selection/fake-doubleclick-expected.txt: Added. * platform/efl/fast/borders/border-image-slice-constrained-expected.png: Added. * platform/efl/fast/borders/border-image-slice-constrained-expected.txt: Added. * platform/efl/fast/borders/border-mixed-alpha-expected.png: Added. * platform/efl/fast/borders/borderRadiusArcs01-expected.txt: Added. * platform/efl/fast/borders/borderRadiusDouble01-expected.txt: Added. * platform/efl/fast/borders/borderRadiusDouble02-expected.txt: Added. * platform/efl/fast/borders/borderRadiusDouble03-expected.txt: Added. * platform/efl/fast/borders/borderRadiusGroove01-expected.txt: Added. * platform/efl/fast/borders/borderRadiusGroove02-expected.txt: Added. * platform/efl/fast/borders/borderRadiusInset01-expected.txt: Added. * platform/efl/fast/borders/borderRadiusOutset01-expected.txt: Added. * platform/efl/fast/borders/borderRadiusRidge01-expected.txt: Added. * platform/efl/fast/borders/scaled-border-image-expected.png: Added. * platform/efl/fast/borders/scaled-border-image-expected.txt: Added. * platform/efl/fast/forms/input-appearance-disabled-expected.png: Added. * platform/efl/fast/forms/input-appearance-disabled-expected.txt: Added. * platform/efl/fast/forms/input-appearance-readonly-expected.png: Added. * platform/efl/fast/forms/input-appearance-readonly-expected.txt: Added. * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png: Added. * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt: Added. * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png: Added. * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added. * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png: Added. * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added. * platform/efl/fast/forms/textarea-scrollbar-expected.png: Added. * platform/efl/fast/forms/textarea-scrollbar-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-floating-expected.png: Added. * platform/efl/fast/line-grid/line-grid-floating-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png: Added. * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-into-floats-expected.png: Added. * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-positioned-expected.png: Added. * platform/efl/fast/line-grid/line-grid-positioned-expected.txt: Added. * platform/efl/fast/repaint/4774354-expected.png: Added. * platform/efl/fast/repaint/4774354-expected.txt: Added. * platform/efl/fast/repaint/4776765-expected.png: Added. * platform/efl/fast/repaint/4776765-expected.txt: Added. * platform/efl/fast/repaint/delete-into-nested-block-expected.png: Added. * platform/efl/fast/repaint/delete-into-nested-block-expected.txt: Added. * platform/efl/fast/repaint/inline-outline-repaint-expected.png: Added. * platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Added. * platform/efl/fast/repaint/selection-after-delete-expected.png: Added. * platform/efl/fast/repaint/selection-after-delete-expected.txt: Added. * platform/efl/fast/selectors/159-expected.png: Added. * platform/efl/fast/selectors/159-expected.txt: Added. * platform/efl/fast/selectors/177a-expected.png: Added. * platform/efl/fast/selectors/177a-expected.txt: Added. * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added. * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added. * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt: * platform/efl/fast/text/delete-hard-break-character-expected.png: Added. * platform/efl/fast/text/delete-hard-break-character-expected.txt: Added. * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: Added. * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: Added. * platform/efl/mathml/presentation/roots-expected.png: Added. * platform/efl/mathml/presentation/roots-expected.txt: Added. * platform/efl/mathml/presentation/row-alignment-expected.png: Added. * platform/efl/mathml/presentation/row-alignment-expected.txt: Added. * platform/efl/media/controls-styling-expected.png: Added. * platform/efl/media/controls-styling-expected.txt: Added. * platform/efl/svg/batik/text/textAnchor-expected.png: Added. * platform/efl/svg/batik/text/textOnPath3-expected.png: Added. * platform/efl/svg/batik/text/verticalTextOnPath-expected.png: Added. * platform/efl/svg/carto.net/tabgroup-expected.png: Added. * platform/efl/transitions/cross-fade-background-image-expected.png: Added. * platform/efl/transitions/cross-fade-border-image-expected.png: Added. * platform/efl/transitions/default-timing-function-expected.png: * platform/efl/transitions/default-timing-function-expected.txt: * platform/efl/transitions/move-after-transition-expected.png: * platform/efl/transitions/move-after-transition-expected.txt: * platform/efl/transitions/svg-text-shadow-transition-expected.png: * platform/efl/transitions/svg-text-shadow-transition-expected.txt: 2012-05-29 Rafael Weinstein Updating test expectations (fast/forms/form-associated-element-removal MISSING). * platform/chromium/test_expectations.txt: 2012-05-29 Victor Carbune Display cues in the controls area https://bugs.webkit.org/show_bug.cgi?id=87591 Reviewed by Eric Carlson. * media/media-volume-slider-rendered-normal-expected.txt: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none-expected.txt. * media/media-volume-slider-rendered-normal.html: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none.html. * platform/chromium/test_expectations.txt: Unmarked tests. * platform/efl/test_expectations.txt: Unmarked tests. * platform/mac/test_expectations.txt: Unmarked tests. 2012-05-29 Raphael Kubo da Costa [EFL] Gardening. Unskip passing test. * platform/efl/Skipped: * platform/efl/editing/input/emacs-ctrl-o-expected.png: Added. * platform/efl/editing/input/emacs-ctrl-o-expected.txt: Added. 2012-05-29 Alec Flett IndexedDB: Align codes and names for IDB-specific and DOM-specific errors/exceptions https://bugs.webkit.org/show_bug.cgi?id=87276 Reviewed by Tony Chang. * storage/indexeddb/constants-expected.txt: * storage/indexeddb/resources/constants.js: (test): 2012-05-29 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests because of missing LayoutTestController implementation. * platform/qt/Skipped: 2012-05-29 Alexander Shalamov [EFL] Unskip scroll related layout tests https://bugs.webkit.org/show_bug.cgi?id=87765 Unreviewed EFL gardening. * platform/efl/Skipped: 2012-05-29 Jessie Berlin AX: windows DRT needs to implement ::press https://bugs.webkit.org/show_bug.cgi?id=36145 Add more tests that use press to the Windows Skipped list. * platform/win/Skipped: 2012-05-29 Alexey Proskuryakov fast/events/message-port-close.html hits ASSERT in Debug https://bugs.webkit.org/show_bug.cgi?id=85811 * platform/mac/Skipped: I think that it's just this one test with a delayed effect. Skipping it, and unskipping a victim. 2012-05-29 Rafael Weinstein Updating chromium test_expectations (svg/dom/viewspec-parser timeouts) * platform/chromium/test_expectations.txt: 2012-05-29 Jessie Berlin JSC doesn't support heap profiling. https://bugs.webkit.org/show_bug.cgi?id=50485 Add another heap profiling test to the Mac and Windows Skipped lists. * platform/mac/Skipped: * platform/win/Skipped: 2012-05-29 Alexey Proskuryakov WTR doesn't support beginDragWithFiles. * platform/wk2/Skipped: Added fast/files/file-list-test.html 2012-05-29 Jessie Berlin Clean up the Windows WK2 Skipped list. Update it for the moves / renames in r96918, r102226, and r108612. * platform/win-wk2/Skipped: 2012-05-29 Jessie Berlin JSC doesn't support heap profiling. https://bugs.webkit.org/show_bug.cgi?id=50485 Add two heap profiling tests to the Windows Skipped list. * platform/win/Skipped: 2012-05-29 Julien Chaffraix REGRESSION(r111742): box-sizing: border-box doesn't work on fixed table layout https://bugs.webkit.org/show_bug.cgi?id=87536 Reviewed by Tony Chang. * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout-expected.html: Added. * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout.html: Added. This test covers the regression. * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout-expected.html: Added. * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout.html: Added. * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout-expected.html: Added. * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout.html: Added. * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout-expected.html: Added. * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout.html: Added. Those test ensured I didn't regress and document our current behavior ie that column and column group fixed width apply to the cell's border-box. 2012-05-25 Ojan Vafai Absolute positioned elements in a relative positioned CSS3 Flexbox fail to display properly https://bugs.webkit.org/show_bug.cgi?id=58453 Reviewed by Tony Chang. * css3/flexbox/align-absolute-child-expected.txt: Added. * css3/flexbox/align-absolute-child.html: Added. * css3/flexbox/position-absolute-child-expected.txt: * css3/flexbox/position-absolute-child.html: 2012-05-29 Jessie Berlin [Win] ~1/2 of all the iframe seamless tests fail https://bugs.webkit.org/show_bug.cgi?id=87543 Rubber-stamped by Eric Seidel. Remove the platform-specific results as they are no longer needed. * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Removed. * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Removed. 2012-05-29 Abhishek Arya Crash due to text fragment destruction when updating first-letter block. https://bugs.webkit.org/show_bug.cgi?id=87751 Reviewed by Eric Seidel. * fast/text/text-fragment-first-letter-update-crash-expected.txt: Added. * fast/text/text-fragment-first-letter-update-crash.html: Added. 2012-05-29 Thiago Marcos P. Santos [EFL] Gardening of failing tests and new passes https://bugs.webkit.org/show_bug.cgi?id=87754 Unreviewed gardening. * platform/efl/Skipped: * platform/efl/fast/forms/select/optgroup-rendering-expected.png: Added. * platform/efl/fast/forms/select/optgroup-rendering-expected.txt: Added. * platform/efl/test_expectations.txt: 2012-05-29 Sheriff Bot Unreviewed, rolling out r118620. http://trac.webkit.org/changeset/118620 https://bugs.webkit.org/show_bug.cgi?id=87760 This patch causes regression to read an empty file/blob via FileReader (Requested by jianli on #webkit). * fast/files/blob-slice-test-expected.txt: * fast/files/read-blob-async-expected.txt: * fast/files/read-file-async-expected.txt: * fast/files/resources/read-common.js: (logResult): * fast/files/workers/worker-read-blob-async-expected.txt: * fast/files/workers/worker-read-file-async-expected.txt: 2012-05-29 Jessie Berlin [Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running fast/loader/reload-zero-byte-plugin.html Skip the test on Windows to get the bots greener. * platform/win/Skipped: 2012-05-29 Rafael Weinstein Adding VISTA timeout expectations to a number of viewport tests. Also, narrowing optgroup-clicking.html to be just MAC. * platform/chromium/test_expectations.txt: 2012-05-29 Victor Carbune Update cue event dispatching for zero and negative duration cues https://bugs.webkit.org/show_bug.cgi?id=85143 Reviewed by Eric Carlson. * media/track/captions-webvtt/missed-cues.vtt: Added negative duration cue and changed a missed cue to have zero-length. * media/track/track-cues-missed-expected.txt: Updated. * media/track/track-cues-missed.html: Updated. 2012-05-29 MORITA Hajime ShadowRoot.getElementById() returns removed node. https://bugs.webkit.org/show_bug.cgi?id=62184 Reviewed by Dimitri Glazkov. * fast/dom/shadow/get-element-by-id-in-shadow-mutation-expected.txt: Added. * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html: Added. 2012-05-29 Alexey Proskuryakov * platform/mac/Skipped: Skipping a heap profiler test (unsupported functionality). 2012-05-29 Jessie Berlin Regression: fast/forms/select/optgroup-clicking.html is failing / timing out https://bugs.webkit.org/show_bug.cgi?id=87748 This test times out on Mac if there is no interaction with the keyboard. Skip it to keep the bots green. * platform/mac/Skipped: 2012-05-29 Alexei Filippov Web Inspector: Retainers are missing for all objects https://bugs.webkit.org/show_bug.cgi?id=87655 Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-summary-retainers-expected.txt: Added. * inspector/profiler/heap-snapshot-summary-retainers.html: Added. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.): (initialize_HeapSnapshotTest): 2012-05-29 Simon Pena [GTK] fast tests needs rebaseline after r118733 https://bugs.webkit.org/show_bug.cgi?id=87729 Unreviewed GTK gardening, updated fast pngs. * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png: * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png: * platform/gtk/fast/forms/placeholder-position-expected.png: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.png: * platform/gtk/fast/forms/search-styled-expected.png: * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.png: * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png: * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png: 2012-05-29 Jessie Berlin [Mac] fast/forms/select/optgroup-rendering.html "failing" since introduction in r118772 https://bugs.webkit.org/show_bug.cgi?id=87752 Add expected (failing?) results to get the bots green. * platform/mac/fast/forms/select/optgroup-rendering-expected.png: Added. * platform/mac/fast/forms/select/optgroup-rendering-expected.txt: Added. 2012-05-29 Zan Dobersek Unreviewed GTK gardening after r118776. The failing test was split into 5 separate tests, but we're still failing all of them. * platform/gtk/test_expectations.txt: 2012-05-29 Li Yin [FileAPI] Miss FileList test https://bugs.webkit.org/show_bug.cgi?id=87696 Reviewed by Kentaro Hara. WebKit should have the test to track the attribute of FileList. * fast/files/file-list-test-expected.txt: Added. * fast/files/file-list-test.html: Added. 2012-05-29 Jessie Berlin [Mac] fast/events/message-port-constructor-for-deleted-document.html ASSERTS in Debug. This is happening often enough that it is necessary to add the test to the Mac Skipped list in order to keep the bots green. * platform/mac/Skipped: 2012-05-29 Jussi Kukkonen [EFL][DRT] move idn encoding test to test_expectations.txt https://bugs.webkit.org/show_bug.cgi?id=86080 Unreviewed gardening. Implementing copy{En,De}codedHostName just to test them is not useful: marking fast/encoding/idn-security.html as expected to fail. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-29 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.png: Added. * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt: * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: * platform/wk2/Skipped: 2012-05-29 Marcus Bulach [chromium] Regression: fast/forms/select/optgroup-clicking.html is failing https://bugs.webkit.org/show_bug.cgi?id=87748 Unreviewed gardening. This test was added by r118772 and it fails with a mismatch in menulist.selectedIndex. * platform/chromium/test_expectations.txt: 2012-05-29 Tony Payne Fix new layout tests for images with color profiles by using fixed size https://bugs.webkit.org/show_bug.cgi?id=87542 Reviewed by Kent Tamura. * fast/images/jpeg-with-color-profile.html: Use width=400px instead of 50% to make sure size is consistent across ports. * fast/images/png-with-color-profile.html: Use width=40px instead of 50% to make sure size is consistent across ports. 2012-05-29 Ilya Tikhonovsky Unreviewed: Web Inspector: single line fix. heap-snapshot-loader are failing in Debug configuration because the list of profiles is not empty. * inspector/profiler/heap-snapshot-loader.html: 2012-05-29 Marcus Bulach Split svg/dom/viewspec-parser.html in smaller tests https://bugs.webkit.org/show_bug.cgi?id=87726 Reviewed by Andreas Kling. This test was added by r118735. Splits into smaller independent tests to avoid timeouts on ports such as chromium. * svg/dom/resources/viewspec-parser.js: Added. (buildTestsToRun): (zoomAndPanToString): (viewSpecToString): (testString.string_appeared_here.makeURLRelative): (testFragment): (startNextTest): (continueFuzzing.else.script.onload): (continueFuzzing): * svg/dom/viewspec-parser-1-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt. * svg/dom/viewspec-parser-1.html: Added. * svg/dom/viewspec-parser-2-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt. * svg/dom/viewspec-parser-2.html: Added. * svg/dom/viewspec-parser-3-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt. * svg/dom/viewspec-parser-3.html: Added. * svg/dom/viewspec-parser-4-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt. * svg/dom/viewspec-parser-4.html: Added. * svg/dom/viewspec-parser-5-expected.txt: Renamed from LayoutTests/svg/dom/viewspec-parser-expected.txt. * svg/dom/viewspec-parser-5.html: Added. * svg/dom/viewspec-parser.html: Removed. 2012-05-29 Csaba Osztrogonác Unreviewed gardening, skip failing tests. * platform/mac/Skipped: * platform/qt/Skipped: 2012-05-29 Yoshifumi Inoue REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to rendering and selection https://bugs.webkit.org/show_bug.cgi?id=87614 Reviewed by Kent Tamura. Note: An image for optgroup-rendering.html will be change due by BUG-87719. Color of option elements should be blue (:enabled pseudo class) instead of green. * fast/forms/select/optgroup-clicking-expected.txt: Added. * fast/forms/select/optgroup-clicking.html: Added. * fast/forms/select/optgroup-disabled-expected.txt: Added. * fast/forms/select/optgroup-disabled.html: Added. * fast/forms/select/optgroup-rendering.html: Added. * platform/chromium/test_expectations.txt: Add MISSING entry for optgroup-rendering.html. * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Added. * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt: Added. 2012-05-29 Ádám Kallai REGRESSION(r118742): It made inspector/profiler/heap-snapshot-loader.html fail on Lion, Qt https://bugs.webkit.org/show_bug.cgi?id=87741 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Skip the failing test. 2012-05-29 Thiago Marcos P. Santos [EFL] Tests needs gardening after r118733 https://bugs.webkit.org/show_bug.cgi?id=87733 Unreviewed gardening. * platform/efl/fast/css/text-overflow-input-expected.txt: * platform/efl/fast/forms/search-styled-expected.png: * platform/efl/fast/forms/search-styled-expected.txt: * platform/efl/test_expectations.txt: 2012-05-29 Andrei Bucur [CSS Regions]Rename NamedFlow::overflow to NamedFlow::overset https://bugs.webkit.org/show_bug.cgi?id=87491 This patch updates the CSSOM property name overflow to overset. There are no changes in functionality. Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/ The test was refactored to be more similar to the other script tests (by using make-new-script-test) Reviewed by Andreas Kling. * fast/regions/webkit-named-flow-overflow-expected.txt: Removed. * fast/regions/webkit-named-flow-overflow.html: Removed. * fast/regions/webkit-named-flow-overset-expected.txt: Added. * fast/regions/webkit-named-flow-overset.html: Added. 2012-05-29 Csaba Osztrogonác [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8 https://bugs.webkit.org/show_bug.cgi?id=87740 Unreviewed gardening. * platform/qt-4.8/Skipped: Skip fast/forms/textarea-maxlength.html until proper fix. 2012-05-29 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-4.8/Skipped: Skip fast/parser/innerhtml-with-prefixed-elements.xhtml because of buggy QtXmlPatterns. * platform/qt-5.0/Skipped: Unskip fast/parser/innerhtml-with-prefixed-elements.xhtml, because libxslt works fine. * platform/qt/Skipped: Unskip a non-existing test. * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added. * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Updated. 2012-05-29 Zan Dobersek Unreviewed GTK gardening after r118733 and r118735. * platform/gtk/fast/css/text-overflow-input-expected.txt: * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt: * platform/gtk/test_expectations.txt: 2012-05-29 Ádám Kallai [Qt] Unreviewed Gardening. Update test expectations after r118733. * platform/qt/fast/css/text-overflow-input-expected.txt: * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/qt/fast/forms/placeholder-position-expected.txt: * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt: * platform/qt/fast/forms/search-styled-expected.txt: * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt: 2012-05-29 Stephanie Lewis Unreviewed, skipping failing test See https://bugs.webkit.org/show_bug.cgi?id=87728 * platform/mac/Skipped: 2012-05-29 Stephanie Lewis Unreviewed, updating results after http://trac.webkit.org/projects/webkit/changeset/118733 * platform/mac/fast/css/text-overflow-input-expected.txt: * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/mac/fast/forms/placeholder-position-expected.txt: * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: * platform/mac/fast/forms/search-styled-expected.txt: * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt: 2012-05-29 Kent Tamura [Chromium] Update test expectations https://bugs.webkit.org/show_bug.cgi?id=87155 More placehodler tests. * platform/chromium/test_expectations.txt: 2012-05-29 Kent Tamura [Chromium] Update test expectations. https://bugs.webkit.org/show_bug.cgi?id=87155 Placeholder-related render dumps need to be udpated. * platform/chromium/test_expectations.txt: 2012-05-29 János Badics [Qt] Unreviewed gardening after r118618. http/tests/cache/cancel-in-progress-load.html fails with code 5. https://bugs.webkit.org/show_bug.cgi?id=35377 * platform/qt/Skipped: 2012-05-29 Ilya Tikhonovsky Web Inspector: REGRESSION: load heap snapshot doesn't work. https://bugs.webkit.org/show_bug.cgi?id=87642 HeapSnapshotReceiver interface was introduced. It declares the API for HSLoader, HSLoaderProxy and HSSaveToFileReceiver. The HeapProfileHeader was refactored and tests were added. Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-loader-expected.txt: * inspector/profiler/heap-snapshot-loader.html: 2012-05-29 Marcus Bulach Test expectation pngs missing checksums are treated as MISSING by bots https://bugs.webkit.org/show_bug.cgi?id=87552 Unreviewed gardening. This test was already failing for IMAGE and TEXT reasons prior to r118566. On r118566, new images were added, probably without an embedded checksum. It looks like our test infrastructure thinks that these images are MISSING. Temporarily add MISSING expectations, so that we can proceed with this (failing) test. * platform/chromium/test_expectations.txt: 2012-05-29 Marcus Bulach Test expectation pngs missing checksums are treated as MISSING by bots https://bugs.webkit.org/show_bug.cgi?id=87552 Unreviewed gardening. This test was already failing for IMAGE and TEXT reasons prior to r118566. On r118566, new images were added, probably without an embedded checksum. It looks like our test infrastructure thinks that these images are MISSING. Temporarily add MISSING expectations, so that we can proceed with this (failing) test. * platform/chromium/test_expectations.txt: 2012-05-29 Thiago Marcos P. Santos [EFL] MathML tests needs rebaseline after r118713 https://bugs.webkit.org/show_bug.cgi?id=87705 Unreviewed gardening. * platform/efl/mathml/presentation/mo-stretch-expected.png: * platform/efl/mathml/presentation/mo-stretch-expected.txt: * platform/efl/mathml/presentation/mroot-pref-width-expected.png: * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: * platform/efl/mathml/presentation/tables-expected.png: * platform/efl/mathml/presentation/tables-expected.txt: 2012-05-29 János Badics [Qt] Unreviewed gardening after r118585. Added Qt platform specific expected files. https://bugs.webkit.org/show_bug.cgi?id=86848 * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added. * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added. 2012-05-29 Eric Seidel Add HTMLIFrameElement.seamless property accessor now that seamless is enabled and works https://bugs.webkit.org/show_bug.cgi?id=87708 Reviewed by Adam Barth. * fast/frames/seamless/seamless-basic-expected.txt: * fast/frames/seamless/seamless-inherited-origin-expected.txt: * fast/frames/seamless/seamless-nested-expected.txt: * fast/frames/seamless/seamless-quirks-expected.txt: * fast/frames/seamless/seamless-sandbox-flag-expected.txt: * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: * http/tests/security/seamless/seamless-cross-origin-expected.txt: * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: 2012-05-29 Nikolas Zimmermann SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented https://bugs.webkit.org/show_bug.cgi?id=15495 Reviewed by Rob Buis. Re-enable a long disabled test for SVGViewSpec, and make it actually work. Extend SVGViewSpec test coverage, and rebaseline results that changed due the SVGViewSpec constructor addition. Make linking-a-03-b-all.svg a reftest, to avoid rebaselines on all platforms. * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/chromium-mac/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/chromium-win/fast/js/global-constructors-expected.txt: * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.txt: Removed. * platform/gtk/fast/js/global-constructors-expected.txt: * platform/gtk/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/gtk/svg/custom/linking-a-03-b-all-expected.txt: Removed. * platform/mac/fast/js/global-constructors-expected.txt: * platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed. * platform/qt/fast/js/global-constructors-expected.txt: * platform/qt/svg/custom/linking-a-03-b-all-expected.png: Removed. * platform/qt/svg/custom/linking-a-03-b-all-expected.txt: Removed. * platform/win/fast/js/global-constructors-expected.txt: * svg/custom/global-constructors-expected.txt: * svg/custom/linking-a-03-b-all-expected.svg: Added. * svg/dom/SVGViewSpec-defaults-expected.txt: Added. * svg/dom/SVGViewSpec-defaults.html: Added. * svg/dom/SVGViewSpec-expected.txt: Added. * svg/dom/SVGViewSpec.html: Added. * svg/dom/complex-svgView-specification-expected.html: Added. * svg/dom/complex-svgView-specification.html: Added. * svg/dom/resources/viewspec-target.svg: Added. * svg/dom/script-tests/SVGViewSpec-defaults.js: Added. * svg/dom/script-tests/SVGViewSpec.js: Added. (completeTest.script.onload): (completeTest): (testFragment): (matrixToString): (continueTesting): * svg/dom/viewspec-parser-expected.txt: Added. * svg/dom/viewspec-parser.html: Renamed from LayoutTests/svg/dom/viewspec-parser.html-disabled. 2012-05-29 Marcus Bulach [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt https://bugs.webkit.org/show_bug.cgi?id=87671 Unreviewed gardening. Test has been fixed by r118724, remove expectation. * platform/chromium/test_expectations.txt: 2012-05-29 Kent Tamura REGRESSION (r90971): the cursor is painted “behind” the placeholder text https://bugs.webkit.org/show_bug.cgi?id=87155 Reviewed by Hajime Morita. * fast/forms/input-placeholder-paint-order-2-expected.html: Added. * fast/forms/input-placeholder-paint-order-2.html: Added. * fast/forms/input-placeholder-paint-order.html: Added. * fast/forms/textarea/textarea-placeholder-paint-order-2-expected.html: Added. * fast/forms/textarea/textarea-placeholder-paint-order-2.html: Added. * fast/forms/textarea/textarea-placeholder-paint-order.html: Added. * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-05-29 János Badics [Qt] Unreviewed gardening after r118631. http/tests/appcache/load-from-appcache-defer-resume-crash.html fails because of missing LayoutTestController::setUseDeferredFrameLoading implementation. * platform/qt/Skipped: 2012-05-28 Csaba Osztrogonác [Qt] New fast/dom/window-scroll-scaling.html made 3-400 tests flakey https://bugs.webkit.org/show_bug.cgi?id=87700 Unreviewed gardening to paint the bot less and less red. * platform/qt/Skipped: Skip fast/dom/window-scroll-scaling.html until proper fix. 2012-05-28 Kent Tamura Fix a crash in HTMLFormControlElement::disabled(). https://bugs.webkit.org/show_bug.cgi?id=86534 Reviewed by Ryosuke Niwa. Add a testcase to confirm doesn't affect validation. * fast/forms/datalist/datalist-child-validation-expected.txt: * fast/forms/datalist/datalist-child-validation.html: 2012-05-28 Marcus Bulach Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt https://bugs.webkit.org/show_bug.cgi?id=87663 Unreviewed gardening. This test was added by r118612, but no pixel result were provided. It seems that it's enough to remove the param for dumpAsText() and just use the text text output. * fast/layers/clip-rects-assertion.html: 2012-05-28 Takashi Toyoshima [WebSocket] Receiving reserved close codes, 1005, 1006, and 1015 must appear as code=1006 and wasClean=false https://bugs.webkit.org/show_bug.cgi?id=87084 Reviewed by Kent Tamura. Add test cases where server initiates a closing handshake with forbidden status codes. * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: * http/tests/websocket/tests/hybi/close-code-and-reason.html: * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js: (WebSocketTest.prototype.onclose): 2012-05-28 Kent Tamura Form controls in
should not be validated. https://bugs.webkit.org/show_bug.cgi?id=87381 Reviewed by Hajime Morita. * fast/forms/fieldset/validation-in-fieldset-expected.txt: Added. * fast/forms/fieldset/validation-in-fieldset.html: Added. 2012-05-28 Rakesh KN [Forms] HTMLFieldSetElement.idl doesn't have elements attribute. https://bugs.webkit.org/show_bug.cgi?id=80110 Reviewed by Kent Tamura. * fast/forms/fieldset/fieldset-elements-expected.txt: Added. * fast/forms/fieldset/fieldset-elements.html: Added. * fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt: Added. * fast/forms/fieldset/fieldset-form-collection-radionode-list.html: Added. 2012-05-28 David Barton mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac https://bugs.webkit.org/show_bug.cgi?id=86786 Unreviewed gardening - add back these two tests to skip for now. * platform/mac/Skipped: 2012-05-28 David Barton mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac https://bugs.webkit.org/show_bug.cgi?id=86786 Reviewed by Darin Adler. * platform/mac/Skipped: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/tables-expected.png: * platform/mac/mathml/presentation/tables-expected.txt: 2012-05-28 Jesus Sanchez-Palencia Flaky tests in fast/profiler/ https://bugs.webkit.org/show_bug.cgi?id=84102 Unreviewed gardening. Tests fast/profiler/stop-profiling-after-setTimeout.html and fast/profiler/dead-time.html were still failing after https://bugs.webkit.org/show_bug.cgi?id=42328 . Mac and chromium already skip these tests. * platform/efl/Skipped: * platform/gtk/test_expectations.txt: * platform/qt/Skipped: 2012-05-25 Jesus Sanchez-Palencia WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled https://bugs.webkit.org/show_bug.cgi?id=42328 Reviewed by Eric Seidel. Updated tests to use windows.internals instead of layoutTestController. * fast/profiler/anonymous-event-handler.html: * fast/profiler/anonymous-function-called-from-different-contexts.html: * fast/profiler/anonymous-function-calls-built-in-functions.html: * fast/profiler/anonymous-function-calls-eval.html: * fast/profiler/anonymous-functions-with-display-names.html: * fast/profiler/apply.html: * fast/profiler/built-in-function-calls-anonymous.html: * fast/profiler/built-in-function-calls-user-defined-function.html: * fast/profiler/call-register-leak.html: * fast/profiler/call.html: * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html: * fast/profiler/compare-multiple-profiles.html: * fast/profiler/constructor.html: * fast/profiler/dead-time.html: * fast/profiler/document-dot-write.html: * fast/profiler/event-handler.html: * fast/profiler/execution-context-and-eval-on-same-line.html: * fast/profiler/inline-event-handler.html: * fast/profiler/many-calls-in-the-same-scope.html: * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html: * fast/profiler/multiple-and-different-scoped-function-calls.html: * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html: * fast/profiler/multiple-frames.html: * fast/profiler/named-functions-with-display-names.html: * fast/profiler/nested-anonymous-functon.html: * fast/profiler/nested-start-and-stop-profiler.html: * fast/profiler/no-execution-context.html: * fast/profiler/one-execution-context.html: * fast/profiler/profile-calls-in-included-file.html: * fast/profiler/profile-with-no-title.html: * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html: * fast/profiler/profiling-from-a-nested-location.html: * fast/profiler/simple-event-call.html: * fast/profiler/simple-no-level-change.html: * fast/profiler/start-and-stop-profiler-multiple-times.html: * fast/profiler/start-and-stop-profiling-in-the-same-function.html: * fast/profiler/start-but-dont-stop-profiling.html: * fast/profiler/stop-profiling-after-setTimeout.html: * fast/profiler/stop-then-function-call.html: * fast/profiler/throw-exception-from-eval.html-disabled: * fast/profiler/two-execution-contexts.html: * fast/profiler/user-defined-function-calls-built-in-functions.html: * fast/profiler/window-dot-eval.html: * inspector/profiler/cpu-profiler-profiling-without-inspector.html: * platform/wk2/Skipped: 2012-05-28 Yong Li Crash on incomplete :not(). https://bugs.webkit.org/show_bug.cgi?id=86673 Reviewed by Antti Koivisto. Add a test case that makes CSS parser create incomplete :not selector. * fast/css/crash-on-incomplete-not.html: Added. * fast/css/crash-on-incomplete-not-expected.txt: Added. 2012-05-28 Marcus Bulach [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt https://bugs.webkit.org/show_bug.cgi?id=87671 Unreviewed gardening. Temporarily adds "MISSING" for this test. * platform/chromium/test_expectations.txt: 2012-05-28 Marcus Bulach [chromium] http/tests/cache/cancel-in-progress-load.html is flaky https://bugs.webkit.org/show_bug.cgi?id=87657 Unreviewed gardening. It should be "MISSING" rather than "IMAGE" (fixes r118683). * platform/chromium/test_expectations.txt: 2012-05-28 Marcus Bulach Adds missing expectation after r118577 https://bugs.webkit.org/show_bug.cgi?id=87670 Unreviewed gardening. A few baselines were already added by r118584. Adds baseline for Windows. * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added. 2012-05-28 Antti Koivisto REGRESSION(r96517): Attribute selector fails to match dynamically modified style attribute https://bugs.webkit.org/show_bug.cgi?id=87349 Reviewed by Andreas Kling. * fast/css/dynamic-style-attribute-query-expected.txt: Added. * fast/css/dynamic-style-attribute-query.html: Added. 2012-05-28 Marcus Bulach [Chromium] [V8] Layout Test fast/js/string-replace-2.html failing following 11594 => 11648 v8 update https://bugs.webkit.org/show_bug.cgi?id=87423 Unreviewed gardening. We have rolled v8 and we can now set the expectation for both debug and release back to TEXT. * platform/chromium/test_expectations.txt: 2012-05-28 Peter Rybin Web Inspector: Expose function (closure) scopes in remote protocol https://bugs.webkit.org/show_bug.cgi?id=86861 Reviewed by Yury Semikhatsky. Test for function details now checks scopes. * inspector/debugger/function-details-expected.txt: * inspector/debugger/function-details.html: * platform/chromium/inspector/debugger/function-details-expected.txt: 2012-05-28 Marcus Bulach [chromium] Rebaseline following r118598 https://bugs.webkit.org/show_bug.cgi?id=87669 Unreviewed gardening. In chromium we print a prefix "line 1:" on one console message. * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added. * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added. 2012-05-28 Marcus Bulach [chromium] http/tests/cache/cancel-in-progress-load.html is flaky https://bugs.webkit.org/show_bug.cgi?id=87657 Unreviewed gardening. Adds PASS and IMAGE expectations. * platform/chromium/test_expectations.txt: 2012-05-28 Marcus Bulach [chromium] http/tests/cache/cancel-in-progress-load.html is flaky https://bugs.webkit.org/show_bug.cgi?id=87657 Unreviewed gardening. r118618 added this new test but it's been flaky in chromium. * platform/chromium/test_expectations.txt: 2012-05-28 Marcus Bulach [chromium] Baseline compositing/geometry/composited-in-columns.html https://bugs.webkit.org/show_bug.cgi?id=87653 Unreviewed gardening. r118567 introduced a new test. Chromium is positioning the layers a few pixels off. Set the baseline for IMAGE+TEXT temporarily. * platform/chromium/test_expectations.txt: 2012-05-28 Marcus Bulach [chromium] LayoutTestController needs DeferredFrameLoading flag https://bugs.webkit.org/show_bug.cgi?id=87652 Unreviewed gardening. r118631 introduced a new test and a new API on LayoutTestController that we need to implement in chromium. Skip the test temporarily. * platform/chromium/test_expectations.txt: 2012-05-28 Christophe Dumez fast/tokenizer/entities-01.html & fast/tokenizer/entities-03.html need new baseline after r118672 https://bugs.webkit.org/show_bug.cgi?id=87648 Unreviewed gardening. r118672 fixed a rendering bug with Æ but did not update the expected results for fast/tokenizer/entities-01.html and fast/tokenizer/entities-03.html. * fast/tokenizer/entities-01-expected.txt: * fast/tokenizer/entities-03-expected.txt: 2012-05-28 Peter Beverloo Æ doesn't get rendered as U+00C6 https://bugs.webkit.org/show_bug.cgi?id=87465 Reviewed by Adam Barth. Test that the (current) first alphabetical entity in the named entity table (Æ, without a semi-colon) renders as expected. * html5lib/resources/entities02.dat: 2012-05-28 Christophe Dumez [EFL] fast/dom/beforeload/image-object-before-load* need to be skipped after r118618 https://bugs.webkit.org/show_bug.cgi?id=87632 Unreviewed EFL gardening. fast/dom/beforeload/image-object-before-load* need to be skipped after r118618. The issue will be addressed in Bug 87631. * platform/efl/test_expectations.txt: 2012-05-28 Christophe Dumez [EFL] http/tests/appcache/abort-cache* are flaky and should be skipped https://bugs.webkit.org/show_bug.cgi?id=87634 Unreviewed EFL gardening. Aborting application cache downloads is flaky on EFL port so we need to skip the corresponding test cases for now. * platform/efl/test_expectations.txt: 2012-05-28 Alexander Shalamov [EFL] Move input element's internal spinner layout tests to test_expectations.txt https://bugs.webkit.org/show_bug.cgi?id=87629 Unreviewed EFL gardening. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-28 Christophe Dumez [EFL] Unreviewed EFL gardening after r118585 https://bugs.webkit.org/show_bug.cgi?id=87621 Unreviewed EFL Gardening. Two contentSecurityPolicy tests need expectation for EFL port after r118585 due to line numbers not being printed. Mac and GTK port are already doing the same. * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added. * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added. 2012-05-28 Christophe Dumez [EFL] Test added in r118577 is failing and should be skipped https://bugs.webkit.org/show_bug.cgi?id=87620 Unreviewed EFL gardening. Skipping new test introduced in r118577 which is failing on our port. * platform/efl/test_expectations.txt: 2012-05-28 Christophe Dumez [EFL] New tests added in r118567 should be skipped on EFL port https://bugs.webkit.org/show_bug.cgi?id=87618 Unreviewed EFL gardening. Move the test added in r118567 to test expectations since the EFL port lacks support for LayoutTestController::layerTreeAsText. * platform/efl/test_expectations.txt: 2012-05-28 Gyuyoung Kim Move allowRoundingHacks to Internals interface https://bugs.webkit.org/show_bug.cgi?id=87328 Reviewed by Hajime Morita. Invoke allowRoundingHacks function from internals, because it is able to work in the cross-port way via the Internals interface. * platform/mac/fast/text/rounding-hacks-expansion.html: * platform/mac/fast/text/rounding-hacks.html: 2012-05-27 Shinya Kawanaka cut, copy or paste event won't be fired in Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=87352 Reviewed by Dimitri Glazkov. * fast/dom/shadow/cppevent-in-shadow-expected.txt: Added. * fast/dom/shadow/cppevent-in-shadow.html: Added. * fast/dom/shadow/cppevent-input-in-shadow-expected.txt: Added. * fast/dom/shadow/cppevent-input-in-shadow.html: Added. 2012-05-27 Sudarsana Nagineni [EFL] Enable blob support for the EFL port https://bugs.webkit.org/show_bug.cgi?id=85363 Reviewed by Hajime Morita. Unskip tests which require blob support to be enabled. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-27 Hayato Ito Support multiple shadow roots in event dispatching. https://bugs.webkit.org/show_bug.cgi?id=87470 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-05-27 Takashi Sakamoto fast/dom/shadow/content-element-in-media.html is wrong. https://bugs.webkit.org/show_bug.cgi?id=81310 Modifying to check() to dump expected and actual text at the same absolute position, because DumpRenderTree dumps absolute x,y-position information for a layer which contains RenderVideo. For example, backgroundClip at (8,163), clip at (8, 163) and so on. Reviewed by Hajime Morita. * fast/dom/resources/shadow-test-driver.js: (check): Disabled actual block when dumping expected block as text, and vice versa. * platform/chromium/test_expectations.txt: Removed BUGWK81310. 2012-05-27 Benjamin Poulain When pages are loaded from AppCache with DeferredLoading, willSendRequest() is never called https://bugs.webkit.org/show_bug.cgi?id=87582 Reviewed by Darin Adler. * http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt: Added. * http/tests/appcache/load-from-appcache-defer-resume-crash.html: Added. * http/tests/appcache/resources/load-from-appcache-defer-resume-bounce-back.html: Added. * http/tests/appcache/resources/load-from-appcache-defer-resume-crash.manifest: Added. 2012-05-27 Zan Dobersek Unreviewed GTK gardening after r118618. * platform/gtk/test_expectations.txt: 2012-05-27 Li Yin [FileAPI] FileReader should fire progress event when blob has been completely read into memory https://bugs.webkit.org/show_bug.cgi?id=87585 Reviewed by Kentaro Hara. From Spec: http://www.w3.org/TR/FileAPI/#dfn-progress-event One progress event will fire when blob has been completely read into memory. Firefox, Opera and IE follows the spec. Webkit based browser doesn't do that, it only fires progress event at interval of 50ms. WebKit should add the behavior to make the conformance with the spec. * fast/files/file-reader-event-listener-expected.txt: * fast/files/file-reader-event-listener.html: 2012-05-26 Li Yin [FileAPI] The result attribute of FileReader shuold use null to replace empty string https://bugs.webkit.org/show_bug.cgi?id=87578 Reviewed by Kentaro Hara. From Spec: http://www.w3.org/TR/FileAPI/#filedata-attr Before read method has been called or an error in reading has occurred, the result attribute should be null, not empty string. WebKit should change the returned value empty string into null to keep conformance with the spec. * fast/files/blob-slice-test-expected.txt: * fast/files/read-blob-async-expected.txt: * fast/files/read-file-async-expected.txt: * fast/files/resources/read-common.js: (logResult): * fast/files/workers/worker-read-blob-async-expected.txt: * fast/files/workers/worker-read-file-async-expected.txt: 2012-05-26 Nate Chapin Test for https://bugs.webkit.org/show_bug.cgi?id=35377. Reviewed by Darin Adler. * http/tests/cache/cancel-in-progress-load-expected.txt: Added. * http/tests/cache/cancel-in-progress-load.html: Added. * http/tests/misc/write-while-waiting.html: Add waitUntilDone()/notifyDone(). The slow script will now be cancelled when the script element is removed from the document. Without waitUntilDone(), LayoutTestController will immediately end the test upon cancellation of the last resource. 2012-05-26 Simon Fraser fast/block/inline-children-root-linebox-crash.html asserts after r118567 https://bugs.webkit.org/show_bug.cgi?id=87544 Reviewed by Darin Adler. Remove fast/block/inline-children-root-linebox-crash.html from the skipped list. New, more complex writing mode flipping test with compositing. * compositing/geometry/flipped-blocks-inline-mapping-expected.txt: Added. * compositing/geometry/flipped-blocks-inline-mapping.html: Added. * platform/mac/Skipped: 2012-05-26 David Barton My first commit - set svn:mime-type to image/png on one .png file. * platform/mac/mathml/presentation/mroot-pref-width-expected.png: 2012-05-26 Simon Fraser Clip rects assertion when hovering div with transform https://bugs.webkit.org/show_bug.cgi?id=87580 Reviewed by Eric Seidel. Test that changes transform on hover style, testing for clipRect-related assertions. * fast/layers/clip-rects-assertion-expected.txt: Added. * fast/layers/clip-rects-assertion.html: Added. 2012-05-26 Rob Buis Bug 15799: textPath element does not re-render when referenced path changes https://bugs.webkit.org/show_bug.cgi?id=15799 Reviewed by Nikolas Zimmermann. - textPath-path-change-id.svg, react to change of id attribute on referenced path (makes the xlink:href valid). - textPath-path-change-id2.svg, react to change of id attribute on referenced path (makes the xlink:href invalid). - textPath-path-set-id.svg, react to setting of id attribute on referenced path (makes the xlink:href valid). - textPath-change-reference.svg, references existing , change the xlink:href to a non-existing one. - textPath-change-reference-using-baseval.svg, references existing , change the xlink:href to a non-existing one using SVG DOM. - textPath-change-reference2.svg, references non-existing , change xlink:href to an existing one. - textPath-change-reference2-using-baseval.svg, references non-existing , change xlink:href to an existing one using SVG DOM. - textPath-insert-path.svg, references non-existing , added dynamically. - textPath-modify-child.svg, react to change on textPath content. - textPath-path-change-using-svg-dom.svg, react to change on pathSegList of referenced path. - textPath-path-change.svg, react to change on d attribute of referenced path. - textPath-path-change2.svg, react to change on d attribute of path referenced by multiple s. - textPath-remove-path.svg, references existing , is removed from DOM. - textPath-startoffset.svg, react to startOffset attribute change on . These tests are duplicated for inside a . * svg/custom/textPath-change-id-expected.svg: Added. * svg/custom/textPath-change-id-pattern-expected.svg: Added. * svg/custom/textPath-change-id-pattern.svg: Added. * svg/custom/textPath-change-id.svg: Added. * svg/custom/textPath-change-id2-expected.svg: Added. * svg/custom/textPath-change-id2-pattern-expected.svg: Added. * svg/custom/textPath-change-id2-pattern.svg: Added. * svg/custom/textPath-change-id2.svg: Added. * svg/custom/textPath-change-reference-expected.svg: Added. * svg/custom/textPath-change-reference-pattern-expected.svg: Added. * svg/custom/textPath-change-reference-pattern.svg: Added. * svg/custom/textPath-change-reference-using-baseval-expected.svg: Added. * svg/custom/textPath-change-reference-using-baseval-pattern-expected.svg: Added. * svg/custom/textPath-change-reference-using-baseval-pattern.svg: Added. * svg/custom/textPath-change-reference-using-baseval.svg: Added. * svg/custom/textPath-change-reference.svg: Added. * svg/custom/textPath-change-reference2-expected.svg: Added. * svg/custom/textPath-change-reference2-pattern-expected.svg: Added. * svg/custom/textPath-change-reference2-pattern.svg: Added. * svg/custom/textPath-change-reference2-using-baseval-expected.svg: Added. * svg/custom/textPath-change-reference2-using-baseval-pattern-expected.svg: Added. * svg/custom/textPath-change-reference2-using-baseval-pattern.svg: Added. * svg/custom/textPath-change-reference2-using-baseval.svg: Added. * svg/custom/textPath-change-reference2.svg: Added. * svg/custom/textPath-insert-path-expected.svg: Added. * svg/custom/textPath-insert-path-pattern-expected.svg: Added. * svg/custom/textPath-insert-path-pattern.svg: Added. * svg/custom/textPath-insert-path.svg: Added. * svg/custom/textPath-modify-child-expected.svg: Added. * svg/custom/textPath-modify-child-pattern-expected.svg: Added. * svg/custom/textPath-modify-child-pattern.svg: Added. * svg/custom/textPath-modify-child.svg: Added. * svg/custom/textPath-path-change-expected.svg: Added. * svg/custom/textPath-path-change-pattern-expected.svg: Added. * svg/custom/textPath-path-change-pattern.svg: Added. * svg/custom/textPath-path-change-using-svg-dom-expected.svg: Added. * svg/custom/textPath-path-change-using-svg-dom-pattern-expected.svg: Added. * svg/custom/textPath-path-change-using-svg-dom-pattern.svg: Added. * svg/custom/textPath-path-change-using-svg-dom.svg: Added. * svg/custom/textPath-path-change.svg: Added. * svg/custom/textPath-path-change2-expected.svg: Added. * svg/custom/textPath-path-change2-pattern-expected.svg: Added. * svg/custom/textPath-path-change2-pattern.svg: Added. * svg/custom/textPath-path-change2.svg: Added. * svg/custom/textPath-remove-path-expected.svg: Added. * svg/custom/textPath-remove-path-pattern-expected.svg: Added. * svg/custom/textPath-remove-path-pattern.svg: Added. * svg/custom/textPath-remove-path.svg: Added. * svg/custom/textPath-set-id-expected.svg: Added. * svg/custom/textPath-set-id.svg: Added. * svg/custom/textPath-startoffset-expected.svg: Added. * svg/custom/textPath-startoffset-pattern-expected.svg: Added. * svg/custom/textPath-startoffset-pattern.svg: Added. * svg/custom/textPath-startoffset.svg: Added. 2012-05-26 Zan Dobersek Unreviewed GTK gardening after r118577 and r118585. * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added. * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added. * platform/gtk/test_expectations.txt: 2012-05-25 Sukolsak Sakshuwong cursor gets trapped when border-style: dashed is used https://bugs.webkit.org/show_bug.cgi?id=37693 Reviewed by Tony Chang. This bug has been fixed. Add a test to make sure that it won't regress. * editing/selection/move-by-line-006-expected.txt: Added. * editing/selection/move-by-line-006.html: Added. 2012-05-25 Tony Chang implement new negative flexing algorithm https://bugs.webkit.org/show_bug.cgi?id=86528 Reviewed by Ojan Vafai. * css3/flexbox/flex-algorithm-expected.txt: * css3/flexbox/flex-algorithm.html: 2012-05-25 Mihai Parparita Allow synchronous XHRs to be disabled in documents https://bugs.webkit.org/show_bug.cgi?id=87540 Reviewed by Eric Seidel. Synchronous XMLHttpRequests are a problematic API, since they result in blocked UI threads. Some clients may wish to always disable them; give them a setting to do so (see also r103629 for other cases where synchronous XHRs are disabled). * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: Added. * fast/xmlhttprequest/xmlhttprequest-sync-disabled.html: Added. 2012-05-25 Stephanie Lewis Unreviewed, fix bad copy/paste. * platform/mac/Skipped: 2012-05-25 Stephanie Lewis See https://bugs.webkit.org/show_bug.cgi?id=87558 Unreviewed, checking in expected failing results. * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added. * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added. 2012-05-25 Stephanie Lewis See https://bugs.webkit.org/show_bug.cgi?id=87544 Unreviewed, skipping asserting test * platform/mac/Skipped: 2012-05-25 Lynn Neir Updated tests as a result of implementing TextInputController in DRT for windows, https://bugs.webkit.org/show_bug.cgi?id=32021 Reviewed by Eric Seidel. * platform/win/Skipped: * platform/win/editing/selection/5825350-1-expected.txt: Added. * platform/win/editing/selection/5825350-2-expected.txt: Added. * platform/win/editing/selection/mixed-editability-10-expected.txt: * platform/win/editing/selection/move-left-right-expected.txt: Added. * platform/win/fast/events/ime-composition-events-001-expected.txt: * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Removed. * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Removed. * platform/win/svg/text/caret-in-svg-text-expected.txt: Added. 2012-05-25 Jessie Berlin Enhance Windows DRT implementation to support platform scroll wheel events. https://bugs.webkit.org/show_bug.cgi?id=36002 Add another test that uses continuousMouseScrollBy to the Windows Skipped list. * platform/win/Skipped: 2012-05-25 Abhishek Arya Crash in RenderTableSection::paintCell. https://bugs.webkit.org/show_bug.cgi?id=87445 Reviewed by Eric Seidel and Julien Chaffraix. * tables/table-section-overflow-clip-crash-expected.txt: Added. * tables/table-section-overflow-clip-crash.html: Added. 2012-05-25 Jessie Berlin Implement spinbutton support in RenderThemeSafari https://bugs.webkit.org/show_bug.cgi?id=54662 Add more spinbutton tests to the Windows Skipped list. * platform/win/Skipped: 2012-05-25 Philip Rogers Fix for self-closing tags https://bugs.webkit.org/show_bug.cgi?id=87504 Reviewed by Adam Barth. * svg/custom/svg-self-closing-use-expected.html: Added. * svg/custom/svg-self-closing-use.html: Added. 2012-05-25 Jessie Berlin [Win] ~1/2 of all the iframe seamless tests fail https://bugs.webkit.org/show_bug.cgi?id=87543 Add failing expected results for Windows in order to get the bots green. * platform/win/fast/frames: Added. * platform/win/fast/frames/seamless: Added. * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added. * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Added. 2012-05-25 Tommy Widenflycht MediaStream API: Make sure IceCallback is valid for PeerConnection00 https://bugs.webkit.org/show_bug.cgi?id=87480 Reviewed by Adam Barth. * fast/mediastream/constructors-expected.txt: * fast/mediastream/constructors.html: 2012-05-25 Mike West Inline script and style blocked by Content Security Policy should provide more detailed console errors. https://bugs.webkit.org/show_bug.cgi?id=86848 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt: * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed-expected.txt: Added. * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html: Added. * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt. * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html: Added. * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed-expected.txt: Added. * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html: Added. * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt: Added. * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html: Added. * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt: * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-expected.txt: * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: * http/tests/security/contentSecurityPolicy/resources/inject-script.js: Added. * http/tests/security/contentSecurityPolicy/resources/inject-style.js: Added. * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt: * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt: 2012-05-25 Joshua Bell [Chromium] Add missing expectations needed after http://trac.webkit.org/changeset/118577/ Unreviewed gardening. * platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added. * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added. * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added. 2012-05-25 Kenneth Russell New tex-image-and-sub-image-2d-with-video tests from r118565 failing on Mac Lion https://bugs.webkit.org/show_bug.cgi?id=87541 Unreviewed; skipping tests until bug can be investigated. * platform/mac/Skipped: 2012-05-25 Adam Klein Remove a bunch of flaky expectations for tests that now pass. Unreviewed test expectations update. Also marked some nearby tests as more definitely failing. * platform/chromium/test_expectations.txt: 2012-05-25 Adam Klein compositing/overflow/overflow-positioning.html fails with timeout on multiple chromium bots https://bugs.webkit.org/show_bug.cgi?id=85771 Unreviewed test expectations update. These tests haven't timed out lately on the Chromium bots, so removing the suppressions. * platform/chromium/test_expectations.txt: 2012-05-25 Anna Cavender [Chromium] Removing tests from test_expectations.txt that are no longer crashing. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-25 Anna Cavender [Chromium] Removing media/video-volume-slider.html from test_expectations.txt Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-25 Adam Klein Mark some "flaky" TypedArray tests more appropriately as DEBUG SLOW Unreviewed test expectations update. * platform/chromium/test_expectations.txt: 2012-05-25 Adam Klein Rebaseline Chromium expectations for fast/box-shadow/shadow-buffer-partial.html Unreviewed rebaselining. The same rebaseline was made in r112582, but only got the Linux expectations. * fast/box-shadow/shadow-buffer-partial-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt. * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/efl/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. 2012-05-24 Ryosuke Niwa createContextualFragment and insertAdjacentHTML should throw syntax error https://bugs.webkit.org/show_bug.cgi?id=87454 Reviewed by Darin Adler. Add a regression test, and rebaselined the existing tests since we throw DOMException.SYNTAX_ERR instead of DOMException.INVALID_STATE_ERR. * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt: Added. * fast/dom/xhtml-fragment-parsing-exceptions.xhtml: Added. * fast/innerHTML/innerHTML-changing-document-properties-expected.txt: * fast/parser/xhtml-innerhtml-null-byte-first.xhtml: * fast/parser/xhtml-innerhtml-null-byte.xhtml: 2012-05-25 John Knottenbelt Body scrollWidth() and scrollHeight() should be page scale-invariant https://bugs.webkit.org/show_bug.cgi?id=87494 RenderView::documentRect() is calculating the "scaled" document rect by applying the current transformation matrix to the unscaledDocumentRect() and then returning the rounded-out IntRect result. This rounding out is incorrect because it allows the scaled rectangle to represent an area that is not actually covered by the document. We fix this by applying the current transform to the document rect as a FloatRect and then explicitly converting to IntRect, which takes the floor of the resulting rectangle coordinates instead of rounding them out. This is evidenced by the document.body.scrollWidth() and document.body.scrollHeight() changing under page scale factor when they are expected to remain invariant. Reviewed by James Robinson. * fast/dom/window-scroll-scaling-expected.txt: Added. * fast/dom/window-scroll-scaling.html: Added. 2012-05-25 Simon Fraser Terrible performance on http://alliances.commandandconquer.com/ and http://www.lordofultima.com/ https://bugs.webkit.org/show_bug.cgi?id=84410 Reviewed by Dave Hyatt. Basic tests for compositing inside columns, and in a flipped-writing-mode document. * compositing/geometry/composited-in-columns-expected.png: Added. * compositing/geometry/composited-in-columns-expected.txt: Added. * compositing/geometry/composited-in-columns.html: Added. * compositing/geometry/flipped-writing-mode-expected.png: Added. * compositing/geometry/flipped-writing-mode-expected.txt: Added. * compositing/geometry/flipped-writing-mode.html: Added. 2012-05-25 Andras Becsi Acid3 fails in WebKit2 regression tests https://bugs.webkit.org/show_bug.cgi?id=87187 Reviewed by Alexey Proskuryakov. Since the link test in the acid3.html relies on visited link tracking it should call layoutTestController.keepWebHistory() because visited link tracking is disabled by default to avoid interdependencies between test. Update expected files and png's now that the result does not show the "YOU SHOULD NOT SEE THIS AT ALL" text in red in the top left corner. * http/tests/misc/acid3-expected.png: * http/tests/misc/acid3-expected.txt: * http/tests/misc/acid3.html: Fix test. * platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png: * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: * platform/chromium-mac/http/tests/misc/acid3-expected.png: * platform/chromium-mac/http/tests/misc/acid3-expected.txt: * platform/mac-wk2/http/tests/misc/acid3-expected.png: Same as the platform independent result. Removed. * platform/mac-wk2/http/tests/misc/acid3-expected.txt: Same as the platform independent result. Removed. 2012-05-25 Kenneth Russell Incorporate new tex-image-and-sub-image-2d-with-video*.html tests https://bugs.webkit.org/show_bug.cgi?id=87042 Reviewed by James Robinson. Incorporated current version of video-related WebGL tests from Khronos repository testing uploading to all packed pixel formats. * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js: Added. (generateTest.runOneIteration): (generateTest.runTest): * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt: * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html: 2012-05-25 Jessie Berlin Rebaseline the Windows getComputedStyle results to reflect features turned off on Windows. * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Added. * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. 2012-05-25 Sukolsak Sakshuwong Pasting into contenteditable table cell pastes into adjacent cell instead. https://bugs.webkit.org/show_bug.cgi?id=53933 Reviewed by Darin Adler. This bug has been fixed. Add a test to make sure that it won't regress. * editing/pasteboard/paste-into-table-cell-2-expected.txt: Added. * editing/pasteboard/paste-into-table-cell-2.html: Added. 2012-05-25 Joshua Bell [Chromium] Remove 6 incorrect baselines from http://trac.webkit.org/changeset/117821/ Unreviewed gardening. * platform/chromium-win/fast/viewport/viewport-126-expected.txt: Removed. * platform/chromium-win/fast/viewport/viewport-127-expected.txt: Removed. * platform/chromium-win/fast/viewport/viewport-65-expected.txt: Removed. * platform/chromium-win/fast/viewport/viewport-82-expected.txt: Removed. * platform/chromium-win/fast/viewport/viewport-84-expected.txt: Removed. * platform/chromium-win/fast/viewport/viewport-87-expected.txt: Removed. 2012-05-25 Jessie Berlin Web Timing is not enabled on Windows https://bugs.webkit.org/show_bug.cgi?id=42435 Add the fast/performance tests to the Windows Skipped list. * platform/win/Skipped: 2012-05-25 Jessie Berlin File API is not yet supported on Windows https://bugs.webkit.org/show_bug.cgi?id=37957 Add platform specific results for a test that attempts to use the FileReaderConstructor. * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added. 2012-05-25 Sheriff Bot Unreviewed, rolling out r118395. http://trac.webkit.org/changeset/118395 https://bugs.webkit.org/show_bug.cgi?id=87526 Breaking sites including GMail and Yahoo mail (Requested by jsbell on #webkit). * fast/css/clear-float-sibling-expected.html: Removed. * fast/css/clear-float-sibling.html: Removed. 2012-05-25 Jessie Berlin Skip the Network Information tests on Windows. * platform/win/Skipped: 2012-05-25 Joshua Bell [Chromium] Remove 2 incorrect rebaselines from http://trac.webkit.org/changeset/117818/ Unreviewed gardening. * platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Removed. * platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Removed. 2012-05-25 Jessie Berlin Skip more WebGL tests on Windows. * platform/win/Skipped: 2012-05-25 Elliot Poger New baselines for http://crbug.com/129184 Unreviewed rebaselining. * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png: * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png: * platform/chromium-linux/transforms/svg-vs-css-expected.png: * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png: * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png: * platform/chromium-mac/transforms/svg-vs-css-expected.png: * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png: * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png: * platform/chromium-win/transforms/svg-vs-css-expected.png: * platform/efl/svg/filters/subRegion-one-effect-expected.txt: Removed. * platform/efl/svg/filters/subRegion-two-effects-expected.txt: Removed. * platform/gtk/svg/filters/subRegion-one-effect-expected.txt: Removed. * platform/gtk/svg/filters/subRegion-two-effects-expected.txt: Removed. * platform/mac/svg/filters/subRegion-one-effect-expected.txt: Removed. * platform/mac/svg/filters/subRegion-two-effects-expected.txt: Removed. * platform/qt/svg/filters/subRegion-one-effect-expected.txt: Removed. * platform/qt/svg/filters/subRegion-two-effects-expected.txt: Removed. * svg/filters/subRegion-one-effect-expected.txt: Added. * svg/filters/subRegion-two-effects-expected.txt: Added. 2012-05-25 Jessie Berlin Implement LayoutTest's eventSender.beginDragWithFiles interface in windows platform https://bugs.webkit.org/show_bug.cgi?id=86296 Add more affected tests to the Windows Skipped list. * platform/win/Skipped: 2012-05-25 Alexander Pavlov Web Inspector: Hangup when continuously changing a css width value in Inspector https://bugs.webkit.org/show_bug.cgi?id=85802 Reviewed by Vsevolod Vlasov. * inspector/styles/styles-formatting-expected.txt: * inspector/styles/styles-formatting.html: 2012-05-25 Joshua Bell [Chromium] Widen CRASH expectation for visibility-simple-canvas2d-layer.html to include Mac10.6. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-25 Joshua Bell [Chromium] Remove/restore test expectations for html5lib tests. https://bugs.webkit.org/show_bug.cgi?id=87275 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-25 Joshua Bell [Chromium] Remove test expectation for video-cookie.html now that the issue is fixed on the Chromium side. https://bugs.webkit.org/show_bug.cgi?id=87459 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-25 Jessie Berlin Remove the Windows platform-specific results for window-domurl-crash. r115582 changed this test to use Blob instead of WebKitBlobBuilder, so the fact that Windows doesn't support WebKitBlobBuilder no longer affects this test. * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Removed. * platform/win/fast/dom/window-domurl-crash-expected.txt: Removed. 2012-05-25 Vsevolod Vlasov Unreviewed chromium test expectations update. * platform/chromium/test_expectations.txt: 2012-05-25 Alexei Filippov Web Inspector: Speed up edges iteration in heap profiler https://bugs.webkit.org/show_bug.cgi?id=87286 Add an extra node to nodes array that points to the end of edges array. It allows to eliminate a check for the last node in iteration code. Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject): (initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock): 2012-05-25 Zan Dobersek Unreviewed GTK gardening after r118166, r118291 and r118442. * platform/gtk/test_expectations.txt: 2012-05-25 Ilya Tikhonovsky Web Inspector: drop obsolete WebInspector.Uint32Array and adjust snapshot chunk size for better transfer-snapshot metric. https://bugs.webkit.org/show_bug.cgi?id=87490 Originally WebInspector.Uint32Array was used for dynamic array reallocation because we had no information about expected arrays sizes. Now we have these sizes and allocates array precisely. Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.): 2012-05-25 Christophe Dumez [EFL] fast/forms/color/input-value-sanitization-color.html can be unskipped https://bugs.webkit.org/show_bug.cgi?id=87487 Unreviewed EFL gardening. Unskip fast/forms/color/input-value-sanitization-color.html now that INPUT_TYPE_COLOR flag has been enabled by default for EFL port in r114113. * platform/efl/Skipped: 2012-05-25 Sudarsana Nagineni [EFL] [DRT] Gardening of failing tests and missing results https://bugs.webkit.org/show_bug.cgi?id=87486 Unreviewed EFL gardening. Some rebaselines after r118448, and updated expectations for a couple of tests. * platform/efl/fast/html/details-position-expected.txt: * platform/efl/fast/replaced/width100percent-checkbox-expected.png: * platform/efl/fast/replaced/width100percent-checkbox-expected.txt: * platform/efl/fast/replaced/width100percent-radio-expected.png: * platform/efl/fast/replaced/width100percent-radio-expected.txt: * platform/efl/mathml/presentation/fractions-expected.png: * platform/efl/mathml/presentation/fractions-expected.txt: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/efl/mathml/presentation/mo-stretch-expected.png: * platform/efl/mathml/presentation/mo-stretch-expected.txt: * platform/efl/mathml/presentation/subsup-expected.txt: * platform/efl/test_expectations.txt: 2012-05-25 János Badics [Qt] Gardening. Skip a new test: fast/events/domactivate-sets-underlying-click-event-as-handled.html because it times out on Qt and GTK platforms. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-05-25 Mikhail Pozdnyakov [EFL][DRT] Gardening. fast/events/option-tab.html does not pass https://bugs.webkit.org/show_bug.cgi?id=87471 Unreviewed. fast/events/option-tab.html should not pass as the EFL port uses different keyboard accelerators than Safari (via Chromium). * platform/efl/test_expectations.txt: 2012-05-25 Keishi Hattori Bad checkValidity result on recently "enabled" form fields https://bugs.webkit.org/show_bug.cgi?id=85704 Reviewed by Kent Tamura. * fast/forms/disabled-attr-checkvalidity-expected.txt: Added. * fast/forms/disabled-attr-checkvalidity.html: Added. 2012-05-25 János Badics [Qt] Unreviewed gardening after r118448. Added rebaseline to 2 tests on Qt platform that had 1 pixel differences because of rounding mistakes. * platform/qt/fast/html/details-position-expected.txt: * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: 2012-05-25 Ryosuke Niwa Pasting text in input field is not available if has visibility:hidden https://bugs.webkit.org/show_bug.cgi?id=66754 Reviewed by Kent Tamura. Add a regression test since this bug has been fixed by r99076. * editing/pasteboard/input-with-visibility-hidden-expected.txt: Copied from input-with-display-none-div-expected.txt. * editing/pasteboard/input-with-visibility-hidden.html: Copied from input-with-display-none-div.html. 2012-05-24 Kinuko Yasuda [chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without flag yet https://bugs.webkit.org/show_bug.cgi?id=87457 Reviewed by Kent Tamura. * platform/chromium/test_expectations.txt: Marking tests using webkitGetAsEntry SKIP 2012-05-25 Rakesh KN RadioNodeList does not include a object element https://bugs.webkit.org/show_bug.cgi?id=87371 Reviewed by Kent Tamura. * fast/forms/form-collection-radio-node-list-expected.txt: * fast/forms/form-collection-radio-node-list.html: Updated test to include test for object element. 2012-05-25 Jan Keromnes Web Inspector: Resource object has no methods getContent and setContent https://bugs.webkit.org/show_bug.cgi?id=87424 This fixes the expected test result for `handleOpenResource()`, see fix for bug #87424 in Source/WebCore/inspector/front-end/ExtensionAPI.js. Reviewed by Vsevolod Vlasov. * inspector/extensions/extensions-resources-expected.txt: 2012-05-25 Vsevolod Vlasov Unreviewed chromium test expectations rebaseline. * platform/chromium-mac-leopard/editing/spelling/grammar-markers-expected.png: Added. * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png: Added. * platform/chromium-mac/editing/spelling/grammar-markers-expected.png: Added. * platform/chromium-win/editing/spelling/grammar-markers-expected.png: Added. 2012-05-25 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip now passing tests. * platform/qt/Skipped: 2012-05-25 Tony Payne Add tests for JPEG and PNG images with a non-generic RGB color profile https://bugs.webkit.org/show_bug.cgi?id=87437 No layout test currently covers a color transform except for the no-op case of a Generic RGB profile (image) -> Generic RGB profile (screen) color transform. Add tests for JPEG and PNG images with a non-identity color correction transform, in particular, use test images with a (non-generic) RGB color profile. Reviewed by Kent Tamura. * fast/images/jpeg-with-color-profile-expected.txt: Added. * fast/images/jpeg-with-color-profile.html: Added. * fast/images/png-with-color-profile-expected.txt: Added. * fast/images/png-with-color-profile.html: Added. * fast/images/resources/red-at-12-oclock-with-color-profile.jpg: Added. The image has an RGB color profile (non-generic). If color correction is correctly applied, the image red sector appears at the 12 o'clock position. If color correction fails, the red sector appears at 4 o'clock. * fast/images/resources/red-at-12-oclock-with-color-profile.png: Added, and ditto for the expected image red sector position and image color profile type. * platform/chromium/test_expectations.txt: Add MISSING expectations. * platform/mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added. 2012-05-25 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip a now passing test. * platform/qt/Skipped: 2012-05-25 Csaba Osztrogonác [Qt] Unreviewed gardening. Unskip a passing test and mark it as SLOW. * platform/qt/Skipped: * platform/qt/test_expectations.txt: 2012-05-24 Kent Tamura PAGE_POPUP: window.setValueAndClosePopup should be moved to a per-context property of DOMWindow. https://bugs.webkit.org/show_bug.cgi?id=87086 Reviewed by Adam Barth. * fast/forms/date/no-page-popup-controller-expected.txt: Added. * fast/forms/date/no-page-popup-controller.html: Added. 2012-05-24 Zan Dobersek Unreviewed GTK gardening, rebaselining fast/multicol/span/clone-flexbox.html. * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt: 2012-05-24 Hironori Bono Enable grammar checking on Chromium when we paste text (Take 2) https://bugs.webkit.org/show_bug.cgi?id=74393 Reviewed by Ryosuke Niwa. This change enables grammar checking on Chromium and implements a mock grammar checker to fix a failing test. * editing/spelling/grammar-markers-expected.txt: Added. * editing/spelling/grammar-markers.html: Added. * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/editing/spelling/grammar-markers-expected.png: Added. 2012-05-24 Dominic Mazzoni Crash in WebCore::AccessibilityTable::isDataTable https://bugs.webkit.org/show_bug.cgi?id=87409 Reviewed by Abhishek Arya. * accessibility/contenteditable-table-check-causes-crash-expected.txt: Added. * accessibility/contenteditable-table-check-causes-crash.html: Added. 2012-05-24 Filip Pizlo REGRESSION (r118013-r118031): Loops/Reloads under www.yahoo.com, quits after three tries with error https://bugs.webkit.org/show_bug.cgi?id=87327 Reviewed by Geoffrey Garen. * fast/js/dfg-check-two-structures-expected.txt: Added. * fast/js/dfg-check-two-structures.html: Added. * fast/js/script-tests/dfg-check-two-structures.js: Added. (foo): 2012-05-24 Sudarsana Nagineni [EFL] [DRT] Add support for WebKitOfflineWebApplicationCacheEnabled preference https://bugs.webkit.org/show_bug.cgi?id=86842 Reviewed by Antonio Gomes. Unskip passing test http/tests/appcache/disabled.html * platform/efl/Skipped: 2012-05-24 Zan Dobersek [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt https://bugs.webkit.org/show_bug.cgi?id=85591 Reviewed by Philippe Normand. Remove CRASH text expectations for plenty of tests that have been consistently passing on all the Gtk builders. * platform/gtk/test_expectations.txt: 2012-05-24 Joshua Bell [Chromium] Unreviewed gardening, add expectation for new failure. * platform/chromium/test_expectations.txt: 2012-05-24 Hayato Ito Fix crashes caused by a DOMCharacterDataModified event on a text node. https://bugs.webkit.org/show_bug.cgi?id=86953 Reviewed by Dimitri Glazkov. * fast/events/dom-character-data-modified-textarea-crash-expected.txt: Added. * fast/events/dom-character-data-modified-textarea-crash.html: Added. 2012-05-24 Philippe Normand Unreviewed, GTK rebaselines after r118448 and r118353. * platform/gtk/fast/forms/001-expected.txt: * platform/gtk/fast/html/details-position-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt: * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt: * platform/gtk/fast/replaced/width100percent-radio-expected.txt: * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: 2012-05-24 Joshua Bell [Chromium] Widen expectations for a couple of tests to include LEOPARD. https://bugs.webkit.org/show_bug.cgi?id=81638 https://bugs.webkit.org/show_bug.cgi?id=81931 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-24 Joshua Bell [Chromium] More rebaselines following r118448. Unreviewed gardening (but I talked to eae about it). * platform/chromium-mac-leopard/fast/forms/001-expected.png: * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png: * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: 2012-05-24 Jessie Berlin Disable all the shadow dom tests on Windows, since the feature isn't enabled there. * platform/win/Skipped: 2012-05-24 Jessie Berlin [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes in ScrollView::delegatesScrolling https://bugs.webkit.org/show_bug.cgi?id=87431 Add another affected test to the Windows Skipped list. * platform/win/Skipped: 2012-05-24 Pete Williamson [Chromium] Re-enable some layout tests that now pass reliably https://bugs.webkit.org/show_bug.cgi?id=87064 Reviewed by Dmitry Titov. * platform/chromium/test_expectations.txt: 2012-05-24 Jessie Berlin ietestcenter/css3/valuesandunits/units-000.htm asserts https://bugs.webkit.org/show_bug.cgi?id=86176 Add it to the Windows Skipped list to get the bots green. * platform/win/Skipped: 2012-05-24 Jessie Berlin webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm https://bugs.webkit.org/show_bug.cgi?id=85832 Add it to the Windows Skipped list to get the bots green. * platform/win/Skipped: 2012-05-24 Joshua Bell [Chromium] Rebaselines following r118448. Unreviewed gardening (but I talked to eae about it). * platform/chromium-mac-snowleopard/fast/forms/001-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: * platform/chromium-mac/fast/forms/001-expected.png: * platform/chromium-mac/fast/forms/001-expected.txt: * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png: * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt: * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png: * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt: 2012-05-24 Joshua Bell [Chromium] Update test expectation pathnames following r118418. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-24 Ryosuke Niwa REGRESSION (r112399): insertHTML doesn't respect current selection range and inserts HTML to incorrect position https://bugs.webkit.org/show_bug.cgi?id=87195 Reviewed by Darin Adler. Add a regression test. * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element-expected.txt: Added. * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element.html: Added. 2012-05-24 Emil A Eklund REGRESSION (115573): Incorrect rounding of margins for floats https://bugs.webkit.org/show_bug.cgi?id=87319 Reviewed by Eric Seidel. Add new test ensuring that using margins with floats doesn't cause undesired wrapping. * fast/block/float/floats-with-margin-should-not-wrap-expected.txt: Added. * fast/block/float/floats-with-margin-should-not-wrap.html: Added. * platform/mac/fast/forms/001-expected.txt: * platform/mac/fast/html/details-position-expected.txt: * platform/mac/fast/replaced/width100percent-checkbox-expected.txt: * platform/mac/fast/replaced/width100percent-radio-expected.txt: * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: 2012-05-24 Christophe Dumez postMessage and webkitPostMessage should behave the same way https://bugs.webkit.org/show_bug.cgi?id=87384 Reviewed by Adam Barth. Update global test expectation for fast/dom/Window/window-postmessage-args.html now that JSC's postMessage implementation supports transfer of MessagePorts. * fast/dom/Window/window-postmessage-args-expected.txt: 2012-05-24 Pablo Flouret Submit button doesn't submit the form if the form is wrapped by an anchor tag https://bugs.webkit.org/show_bug.cgi?id=86719 Reviewed by Ryosuke Niwa. * fast/forms/form-in-anchor-controls-activation-expected.txt: Added. * fast/forms/form-in-anchor-controls-activation.html: Added. 2012-05-24 Jessie Berlin Assertion failure in replaySavedEvents() when running editing/selection/drag-in-iframe.html and editing/pasteboard/drop-text-events.html and fast/events/dragging-mouse-moves.html https://bugs.webkit.org/show_bug.cgi?id=21796 Add yet another affected test to the Windows Skipped list to get the bots green. * platform/win/Skipped: 2012-05-24 Jessie Berlin [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes https://bugs.webkit.org/show_bug.cgi?id=87431 Add it to the Windows Skipped list to get the bots green. * platform/win/Skipped: 2012-05-24 Jeffrey Pfau Test case for focusing readonly elements https://bugs.webkit.org/show_bug.cgi?id=87429 Reviewed by Joseph Pecoraro. * fast/forms/input-readonly-focus-expected.txt: Added. * fast/forms/input-readonly-focus.html: Added. 2012-05-24 Levi Weintraub Avoid creating InlineBoxes for floating and positioned objects in isolates. https://bugs.webkit.org/show_bug.cgi?id=87277 Reviewed by Eric Seidel. * fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added. * fast/text/international/float-as-only-child-of-isolate-crash.html: Added. 2012-05-24 Jessie Berlin DOM ClipboardData.setData does not allow writes during clipboard events https://bugs.webkit.org/show_bug.cgi?id=17645 Add the more affected tests to the Windows Skipped list in order to get the bots green and clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the Radar URL. * platform/win/Skipped: 2012-05-24 Aaron Colwell Move format independent Media Source tests to http/tests/media/media-source https://bugs.webkit.org/show_bug.cgi?id=86688 Reviewed by Eric Carlson. * http/tests/media/media-source/media-source.js: Added. Replaces webm/webm-media-source.js. (MediaSourceTest.SegmentHelper): Helper class for loading & managing segment data. (MediaSourceTest.SegmentHelper.prototype.init.getDataCallback): (MediaSourceTest.SegmentHelper.prototype.init): Initializes helper and starts loading segment data into memory. (MediaSourceTest.SegmentHelper.prototype.getInitSegmentDone_): Called when the initialization segment has been loaded. (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_.getDataCallback): (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_): Downloads the i'th media segment. (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegmentDone_): Called when the media segment is download. Initiates downloading of the next segment if we don't have them all yet. (MediaSourceTest.SegmentHelper.prototype.getData_.request.onload): (MediaSourceTest.SegmentHelper.prototype.getData_): Private helper function that downloads data with XHR. (MediaSourceTest.SegmentHelper.prototype.addSourceId): Helper function that adds a SourceID using the type specified in the segmentInfo. (MediaSourceTest.SegmentHelper.prototype.appendInitSegment): Append the initialization segment using webkitSourceAppend(). (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment): Appends the i'th media segment using webkitSourceAppend(). (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream): Starts appending at the i'th media segment and continues appending segments until it has appended the last one. (MediaSourceTest.SegmentHelper.prototype.getTimeForMediaSegment): Gets the starting timestamp for the i'th media segment. (MediaSourceTest.SegmentHelper.prototype.getMediaSegmentIndexForTimestamp): Gets the media segment index number for the specified timestamp. (MediaSourceTest.setSrcToMediaSourceTestURL): Helper function that sets src to webkitMediaSourceURL. (MediaSourceTest.mediaErrorString): Helper function that converts a MediaError code to a string. (MediaSourceTest.defaultOnErrorChecks): Default event handler for error events. (MediaSourceTest.runNext_.runNextFunction): Function passed to a test case to trigger moving on to the next test. (MediaSourceTest.runNext_.errorEventHandler): Error event handler to use for a test case. This allows moving on to the next test if we get an unexpected error. (MediaSourceTest.runNext_): Private helper function for running a single test case. (MediaSourceTest.startTesting): Runs the test case harness. (MediaSourceTest.startSourceOpenTesting.testWrapperFunction): Wraps test case functions so that they will get called when webkitsourceopen event fires. (MediaSourceTest.startSourceOpenTesting): Runs the test case harness where test case functions are run from the webkitsourceopen event handler. (MediaSourceTest.runOnSourceOpen.eventHandlerFunction): (MediaSourceTest.runOnSourceOpen): Helper function that enable Media Source and calls a function when the webkitsourceopen fires. (MediaSourceTest.logSourceState): Logs the current webkitSourceState to the console. (MediaSourceTest.expectSourceState): Helper function that verifies a webkitSourceState expectatation. (MediaSourceTest.getSourceStateName): Converts a sourcestate value into a string. (MediaSourceTest.expectReadyState): Helper function that verifies a readyState expectation. (MediaSourceTest.getReadyStateName): Converts a readyState value into a string. * http/tests/media/media-source/video-media-source-abort-expected.txt: Added. * http/tests/media/media-source/video-media-source-abort.html: Added. * http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt. * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Added. * http/tests/media/media-source/video-media-source-errors-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-errors-expected.txt. * http/tests/media/media-source/video-media-source-errors.html: Added. * http/tests/media/media-source/video-media-source-event-attributes.html: * http/tests/media/media-source/video-media-source-play-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play-expected.txt. * http/tests/media/media-source/video-media-source-play.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play.html. * http/tests/media/media-source/video-media-source-seek-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek-expected.txt. * http/tests/media/media-source/video-media-source-seek.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek.html. * http/tests/media/media-source/video-media-source-state-changes-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt. * http/tests/media/media-source/video-media-source-state-changes.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes.html. * http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Removed. * http/tests/media/media-source/webm/video-media-source-abort.html: Removed. * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed. * http/tests/media/media-source/webm/video-media-source-errors.html: Removed. * http/tests/media/media-source/webm/webm-media-source.js: Removed. * http/tests/media/resources/media-source/webm/segment-info.js: Added. Contains segment information for test.webm. * http/tests/media/resources/media-source/webm/test.webm.cluster-0: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-1: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-10: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-11: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-12: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-13: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-14: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-15: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-2: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-3: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-4: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-5: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-6: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-7: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-8: Removed. * http/tests/media/resources/media-source/webm/test.webm.cluster-9: Removed. * http/tests/media/resources/media-source/webm/test.webm.headers: Removed. 2012-05-24 Jessie Berlin [Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener https://bugs.webkit.org/show_bug.cgi?id=87426 Add the affected tests to the Windows Skipped list in order to get the bots green. * platform/win/Skipped: 2012-05-24 Joshua Bell [Chromium] Update test expectation for fast/js/string-replace-2.html on debug https://bugs.webkit.org/show_bug.cgi?id=87423 * platform/chromium/test_expectations.txt: 2012-05-24 Jessie Berlin [Win] Crash under DocumentLoader::didTellClientAboutLoad when running fast/dom/Window/Location/window-override-location-using-defineGetter.html fast/dom/Window/Location/set-location-after-close.html Skip set-location-after-close.html on Windows. * platform/win/Skipped: 2012-05-24 Mikhail Pozdnyakov [EFL] [DRT] keyboard-related tests do not pass https://bugs.webkit.org/show_bug.cgi?id=85369 Reviewed by Gustavo Noronha Silva. * platform/efl/Skipped: Unskipped keyboard-related tests. 2012-05-24 Joshua Bell [Chromium] Widen test suppressions to include linux crash. https://bugs.webkit.org/show_bug.cgi?id=87160 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-24 Yael Aharon [Qt] Stop using the flag FIXED_POSITION_CREATES_STACKING_CONTEXT https://bugs.webkit.org/show_bug.cgi?id=87392 Reviewed by Antonio Gomes. Update test expectations, since now don't turn on the setting when running layout tests. * platform/qt/fast/block/positioning/016-expected.txt: * platform/qt/fast/block/positioning/025-expected.txt: 2012-05-24 Robert Hogan Negative margin block doesn't properly clear a float enclosed by a previous sibling https://bugs.webkit.org/show_bug.cgi?id=10900 Reviewed by David Hyatt. * fast/css/clear-float-sibling-expected.html: Added. * fast/css/clear-float-sibling.html: Added. 2012-05-24 Jessie Berlin Clean up the Windows Skipped list a bit. Update it for the renames in r108832 and the test removed in r113532. Also, replace "//" with "#" in a couple comments. * platform/win/Skipped: 2012-05-24 Raphael Kubo da Costa [EFL] Modify keycode conversion functions to return keycodes with location information after r118001. https://bugs.webkit.org/show_bug.cgi?id=87203 Reviewed by Andreas Kling. * platform/efl/test_expectations.txt: Unskip fast/events/keydown-leftright-keys.html. 2012-05-24 Alexander Shalamov [EFL] Update test expectations for layout test fast/events/click-focus-anchor.html https://bugs.webkit.org/show_bug.cgi?id=87293 Reviewed by Eric Seidel. Anchor elements are mouse focusable in EFL port. * fast/events/click-focus-anchor-expected.txt: * fast/events/click-focus-anchor.html: * platform/efl/Skipped: * platform/efl/fast/events/click-focus-anchor-expected.txt: * platform/gtk/fast/events/click-focus-anchor-expected.txt: * platform/qt/fast/events/click-focus-anchor-expected.txt: 2012-05-24 Alexander Shalamov [EFL] Update test expectations for layout test fast/events/click-focus-control.html https://bugs.webkit.org/show_bug.cgi?id=87295 Reviewed by Eric Seidel. HTMLFormControlElement is not mouse focusable in EFL port. * platform/efl/Skipped: * platform/efl/fast/events/click-focus-control-expected.txt: Added. 2012-05-24 János Badics [Qt] Unskip and rebase now passing tests from qt-5.0/Skipped list. Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added. * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Added. * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added. * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Added. * platform/qt-5.0-wk2/editing/selection/select-box-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt: Added. * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Added. * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Added. * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added. * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added. * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Added. * platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt: Added. * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.png: Added. * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt: Added. * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Added. * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Added. * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Added. * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Added. * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.png: Added. * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.txt: Added. * platform/qt-5.0-wk2/fast/table/003-expected.png: Added. * platform/qt-5.0-wk2/fast/table/003-expected.txt: Added. * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added. * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Added. * platform/qt-5.0/Skipped: * platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Added. * platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Added. * platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Added. * platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Added. * platform/qt-5.0/editing/selection/select-box-expected.png: Added. * platform/qt-5.0/editing/selection/select-box-expected.txt: Added. * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png: Added. * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceMotion/no-page-cache-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceMotion/optional-event-properties-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceMotion/window-property-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceOrientation/no-page-cache-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added. * platform/qt-5.0/fast/dom/DeviceOrientation/window-property-expected.txt: Added. * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added. * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added. * platform/qt-5.0/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added. * platform/qt-5.0/fast/dom/Window/window-properties-device-orientation-expected.txt: Added. * platform/qt-5.0/fast/dynamic/008-expected.png: Added. * platform/qt-5.0/fast/dynamic/008-expected.txt: Added. * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png: Added. * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt: Added. * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png: Added. * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt: Added. * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Added. * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Added. * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Added. * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Added. * platform/qt-5.0/fast/forms/input-disabled-color-expected.png: Added. * platform/qt-5.0/fast/forms/input-disabled-color-expected.txt: Added. * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png: Added. * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt: Added. * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: Added. * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: Added. * platform/qt-5.0/fast/forms/select-background-none-expected.png: Added. * platform/qt-5.0/fast/forms/select-background-none-expected.txt: Added. * platform/qt-5.0/fast/forms/select-baseline-expected.png: Added. * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Added. * platform/qt-5.0/fast/forms/selectlist-minsize-expected.png: Added. * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt: Added. * platform/qt-5.0/fast/forms/textarea-align-expected.png: Added. * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Added. * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Added. * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Added. * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Added. * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Added. * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Added. * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Added. * platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Added. * platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Added. * platform/qt-5.0/fast/table/003-expected.png: Added. * platform/qt-5.0/fast/table/003-expected.txt: Added. * platform/qt-5.0/fast/text/basic/003-expected.png: Added. * platform/qt-5.0/fast/text/basic/003-expected.txt: Added. * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Added. * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Added. * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png: Added. * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt: Added. * platform/qt-5.0/fast/xsl/document-function-expected.png: Added. * platform/qt-5.0/fast/xsl/document-function-expected.txt: Added. * platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Added. * platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Added. 2012-05-24 Pavel Feldman Web Inspector: [regression] search in formatted scripts is broken. https://bugs.webkit.org/show_bug.cgi?id=87377 Reviewed by Vsevolod Vlasov. * inspector/debugger/script-formatter-search-expected.txt: Added. * inspector/debugger/script-formatter-search.html: Added. 2012-05-24 Jessie Berlin Fix the Mac tests after r118353. * platform/mac/fast/js/global-constructors-expected.txt: 2012-05-24 Zoltan Arvai [Qt5][WK2] Gardening. Skip failing test after r118058. https://bugs.webkit.org/show_bug.cgi?id=87395 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/Skipped: Skip fast/forms/ValidityState-valueMissing-002.html. 2012-05-24 Zoltan Arvai [Qt] Gardening. Remove no more required expected file. [WK2] Skip test that uses unimplemented feature. https://bugs.webkit.org/show_bug.cgi?id=81042 Reviewed by Csaba Osztrogonác. * platform/qt/svg/custom/global-constructors-expected.txt: Removed. * platform/wk2/Skipped: editing/spelling/grammar-markers.html. 2012-05-24 Sheriff Bot Unreviewed, rolling out r118352. http://trac.webkit.org/changeset/118352 https://bugs.webkit.org/show_bug.cgi?id=87390 Caused 6 editing/spelling tests crash/fail on chromium in debug. (Requested by vsevik on #webkit). * editing/spelling/grammar-markers-expected.txt: Removed. * editing/spelling/grammar-markers.html: Removed. * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Removed. * platform/chromium/test_expectations.txt: * platform/mac/editing/spelling/grammar-markers-expected.png: Removed. 2012-05-24 Sheriff Bot Unreviewed, rolling out r118256. http://trac.webkit.org/changeset/118256 https://bugs.webkit.org/show_bug.cgi?id=87388 It still fails on Qt5-WK2 (Requested by Ossy on #webkit). * platform/qt-5.0-wk1/Skipped: * platform/qt-5.0/Skipped: 2012-05-24 Sudarsana Nagineni [EFL] [DRT] Add baselines for execCommand tests which are missing expected results https://bugs.webkit.org/show_bug.cgi?id=84839 Unreviewed gardening, add EFL baselines for execCommand tests and move a few tests which rely on copy & paste functionality to test_expectations.txt. * platform/efl/editing/execCommand/4580583-1-expected.png: Added. * platform/efl/editing/execCommand/4580583-1-expected.txt: Added. * platform/efl/editing/execCommand/4580583-2-expected.png: Added. * platform/efl/editing/execCommand/4580583-2-expected.txt: Added. * platform/efl/editing/execCommand/4641880-1-expected.png: Added. * platform/efl/editing/execCommand/4641880-1-expected.txt: Added. * platform/efl/editing/execCommand/4641880-2-expected.png: Added. * platform/efl/editing/execCommand/4641880-2-expected.txt: Added. * platform/efl/editing/execCommand/4747450-expected.png: Added. * platform/efl/editing/execCommand/4747450-expected.txt: Added. * platform/efl/editing/execCommand/4916402-expected.png: Added. * platform/efl/editing/execCommand/4916402-expected.txt: Added. * platform/efl/editing/execCommand/4916541-expected.png: Added. * platform/efl/editing/execCommand/4916541-expected.txt: Added. * platform/efl/editing/execCommand/4924441-expected.png: Added. * platform/efl/editing/execCommand/4924441-expected.txt: Added. * platform/efl/editing/execCommand/5080333-1-expected.png: Added. * platform/efl/editing/execCommand/5080333-1-expected.txt: Added. * platform/efl/editing/execCommand/5080333-2-expected.png: Added. * platform/efl/editing/execCommand/5080333-2-expected.txt: Added. * platform/efl/editing/execCommand/5136770-expected.png: Added. * platform/efl/editing/execCommand/5136770-expected.txt: Added. * platform/efl/editing/execCommand/5138441-expected.png: Added. * platform/efl/editing/execCommand/5138441-expected.txt: Added. * platform/efl/editing/execCommand/5142012-1-expected.png: Added. * platform/efl/editing/execCommand/5142012-1-expected.txt: Added. * platform/efl/editing/execCommand/5142012-2-expected.png: Added. * platform/efl/editing/execCommand/5142012-2-expected.txt: Added. * platform/efl/editing/execCommand/5190926-expected.png: Added. * platform/efl/editing/execCommand/5190926-expected.txt: Added. * platform/efl/editing/execCommand/5481523-expected.png: Added. * platform/efl/editing/execCommand/5481523-expected.txt: Added. * platform/efl/editing/execCommand/5482023-expected.png: Added. * platform/efl/editing/execCommand/5482023-expected.txt: Added. * platform/efl/editing/execCommand/5569741-expected.png: Added. * platform/efl/editing/execCommand/5569741-expected.txt: Added. * platform/efl/editing/execCommand/create-list-with-hr-expected.png: Added. * platform/efl/editing/execCommand/create-list-with-hr-expected.txt: Added. * platform/efl/editing/execCommand/findString-2-expected.png: Added. * platform/efl/editing/execCommand/findString-2-expected.txt: Added. * platform/efl/editing/execCommand/findString-expected.png: Added. * platform/efl/editing/execCommand/findString-expected.txt: Added. * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png: Added. * platform/efl/editing/execCommand/indent-empty-root-expected.png: Added. * platform/efl/editing/execCommand/indent-empty-root-expected.txt: Added. * platform/efl/editing/execCommand/indent-list-item-expected.png: Added. * platform/efl/editing/execCommand/indent-list-item-expected.txt: Added. * platform/efl/editing/execCommand/indent-selection-expected.png: Added. * platform/efl/editing/execCommand/indent-selection-expected.txt: Added. * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png: Added. * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt: Added. * platform/efl/editing/execCommand/insertHorizontalRule-expected.png: Added. * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt: Added. * platform/efl/editing/execCommand/insertImage-expected.png: Added. * platform/efl/editing/execCommand/insertImage-expected.txt: Added. * platform/efl/editing/execCommand/nsresponder-indent-expected.png: Added. * platform/efl/editing/execCommand/nsresponder-indent-expected.txt: Added. * platform/efl/editing/execCommand/nsresponder-outdent-expected.png: Added. * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt: Added. * platform/efl/editing/execCommand/outdent-blockquote-test1-expected.txt: Added. * platform/efl/editing/execCommand/outdent-blockquote-test2-expected.txt: Added. * platform/efl/editing/execCommand/outdent-blockquote-test3-expected.txt: Added. * platform/efl/editing/execCommand/outdent-blockquote-test4-expected.txt: Added. * platform/efl/editing/execCommand/print-expected.png: Added. * platform/efl/editing/execCommand/print-expected.txt: Added. * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png: Added. * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt: Added. * platform/efl/editing/execCommand/remove-list-item-1-expected.png: Added. * platform/efl/editing/execCommand/remove-list-item-1-expected.txt: Added. * platform/efl/editing/execCommand/selectAll-expected.png: Added. * platform/efl/editing/execCommand/selectAll-expected.txt: Added. * platform/efl/test_expectations.txt: 2012-05-24 Pavel Feldman Web Inspector: introduce virtual resource for inspector stylesheet. https://bugs.webkit.org/show_bug.cgi?id=87357 Reviewed by Vsevolod Vlasov. * inspector/styles/edit-inspector-stylesheet-expected.txt: Added. * inspector/styles/edit-inspector-stylesheet.html: Added. * inspector/styles/styles-add-new-rule-expected.txt: * inspector/styles/styles-add-new-rule.html: * inspector/styles/undo-add-new-rule-expected.txt: 2012-05-24 Mikhail Pozdnyakov [EFL][DRT] LayoutTestController's setCacheModel() implementation https://bugs.webkit.org/show_bug.cgi?id=86840 Reviewed by Csaba Osztrogonác. * platform/efl/Skipped: Unskipped fast/dom/HTMLScriptElement/nested-execution.html. 2012-05-24 Kristóf Kosztyó [Qt] Unreviewed. Update platform specific expectation after r118353 * platform/qt/fast/js/global-constructors-expected.txt: 2012-05-24 Ádám Kallai [Qt] Unreviewed gardening. Add platform specific expectation. * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Added after r117672. 2012-05-24 Kristóf Kosztyó [Qt] r118325 made two inspector tests to fail https://bugs.webkit.org/show_bug.cgi?id=87385 Unreviewed gardening. * platform/qt/Skipped: skip the failing tests 2012-05-24 Rakesh KN Filter for RadioNodeList should be case sensitive. https://bugs.webkit.org/show_bug.cgi?id=87369 Reviewed by Kent Tamura. * fast/forms/form-collection-radio-node-list.html: 2012-05-24 Kristóf Kosztyó new test fast/js/dfg-arguments-mixed-alias.html fail on 32 bit linux https://bugs.webkit.org/show_bug.cgi?id=87378 Unreviewed gardening. * platform/qt/Skipped: skip the failing test 2012-05-24 Nikolas Zimmermann SVGZoomAndPan constants are missing from window object https://bugs.webkit.org/show_bug.cgi?id=15494 Reviewed by Rob Buis. SVGZoomAndPan is now available as global constructor, rebaseline results. * svg/custom/global-constructors-expected.txt: * svg/custom/js-svg-constructors-expected.txt: * svg/custom/js-svg-constructors.svg: 2012-05-24 Hironori Bono Enable grammar checking on Chromium when we paste text. https://bugs.webkit.org/show_bug.cgi?id=74393 Reviewed by Hajime Morita. This change enables grammar checking on Chromium and implements a mock grammar checker to fix a failing test. * editing/spelling/grammar-markers-expected.txt: Added. * editing/spelling/grammar-markers.html: Added. * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/editing/spelling/grammar-markers-expected.png: Added. 2012-05-17 Andrey Kosyakov Web Inspector: add inspector instrumentation interface for compositing https://bugs.webkit.org/show_bug.cgi?id=83842 Reviewed by Pavel Feldman. * inspector/timeline/timeline-enum-stability-expected.txt: added CompositeLayers. 2012-05-24 Vivek Galatage Web Inspector: localStorage items are not updated when the storage changes https://bugs.webkit.org/show_bug.cgi?id=83012 Reviewed by Pavel Feldman. Test to verify the storage list is updated in the inspector frontend whenever there is any modifications to dom storage. * inspector/storage-panel-dom-storage-update-expected.txt: Added. * inspector/storage-panel-dom-storage-update.html: Added. 2012-05-24 Kristóf Kosztyó [Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails https://bugs.webkit.org/show_bug.cgi?id=87363 Unreviewed gardening. * platform/qt/Skipped: skip the failing test 2012-05-24 Kristóf Kosztyó [Qt] new test fast/block/positioning/fixed-position-stacking-context.html is failing https://bugs.webkit.org/show_bug.cgi?id=87367 Unreviewed gardening. * platform/qt/Skipped: skip the failing test 2012-05-24 Ádám Kallai [Qt] Unreviewed gardening. Skip tests because ENABLE(SHADOW_DOM) is disabled. * platform/qt/Skipped: 2012-05-24 Christophe Dumez [EFL] Several canvas/philip test cases can be unskipped https://bugs.webkit.org/show_bug.cgi?id=87362 Unreviewed EFL gardening. Unskip several canvas/philip that are now passing. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-24 Vsevolod Vlasov Unreviewed, updating chromium test expectations. * platform/chromium/test_expectations.txt: 2012-05-24 Mikhail Pozdnyakov [EFL][DRT] compositing/repaint/opacity-between-absolute.html does not pass https://bugs.webkit.org/show_bug.cgi?id=87353 Unreviewed. Gardening of compositing/repaint/opacity-between-absolute.html test. * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: 2012-05-24 Shinya Kawanaka Elements in Shadow DOM are not resizable. https://bugs.webkit.org/show_bug.cgi?id=87342 Reviewed by Ryosuke Niwa. * fast/dom/shadow/resize-in-shadow-dom-expected.txt: Added. * fast/dom/shadow/resize-in-shadow-dom.html: Added. 2012-05-24 Vsevolod Vlasov Unreviewed, skipping failing tests on chromium. * platform/chromium/test_expectations.txt: 2012-05-23 Stephanie Lewis See https://bugs.webkit.org/show_bug.cgi?id=87347 Unreviewed, skipping newly flaky test. * platform/mac/Skipped: 2012-05-24 Christophe Dumez [EFL] EFL's LayoutTestController needs to implement sendWebIntentResponse https://bugs.webkit.org/show_bug.cgi?id=86867 Reviewed by Adam Barth. Remove from test expectations the webintents tests that require support for sendWebIntentResponse() in EFL's LayoutTestController. * platform/efl/test_expectations.txt: 2012-05-23 Filip Pizlo DFG operationTearOffActivation should return after handling the null activation case https://bugs.webkit.org/show_bug.cgi?id=87348 Reviewed by Oliver Hunt. * fast/js/dfg-tear-off-arguments-not-activation-expected.txt: Added. * fast/js/dfg-tear-off-arguments-not-activation.html: Added. * fast/js/script-tests/dfg-tear-off-arguments-not-activation.js: Added. (bar): 2012-05-17 Filip Pizlo DFG should optimize aliased uses of the Arguments object of the current call frame https://bugs.webkit.org/show_bug.cgi?id=86552 Rubber stamped by Geoff Garen. Merged r117542 from dfgopt. Added a bunch of tests that check that our optimizations for aliased uses of the 'arguments' object are robust against various forms of JavaScript crazy. * fast/js/dfg-arguments-alias-escape-expected.txt: Added. * fast/js/dfg-arguments-alias-escape.html: Added. * fast/js/dfg-arguments-alias-expected.txt: Added. * fast/js/dfg-arguments-alias.html: Added. * fast/js/dfg-arguments-cross-code-origin-expected.txt: Added. * fast/js/dfg-arguments-cross-code-origin.html: Added. * fast/js/dfg-arguments-mixed-alias-expected.txt: Added. * fast/js/dfg-arguments-mixed-alias.html: Added. * fast/js/dfg-arguments-osr-exit-expected.txt: Added. * fast/js/dfg-arguments-osr-exit.html: Added. * fast/js/dfg-arguments-unexpected-escape-expected.txt: Added. * fast/js/dfg-arguments-unexpected-escape.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-arguments-alias-escape.js: Added. (foo): (bar): * fast/js/script-tests/dfg-arguments-alias.js: Added. (foo): (bar): * fast/js/script-tests/dfg-arguments-cross-code-origin.js: Added. (foo): (bar): (baz): * fast/js/script-tests/dfg-arguments-mixed-alias.js: Added. (foo): (bar): * fast/js/script-tests/dfg-arguments-osr-exit.js: Added. (baz): (foo): (bar): * fast/js/script-tests/dfg-arguments-unexpected-escape.js: Added. (baz): (foo): (bar): 2012-05-23 Hayato Ito Add a test case of event dispatching which uses inactive insertion points. https://bugs.webkit.org/show_bug.cgi?id=87229 Reviewed by Darin Adler. * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-05-23 Shinya Kawanaka Document.elementFromPoint exposes inner element of Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=87235 Reviewed by Dimitri Glazkov. * fast/dom/shadow/element-from-point-in-nested-shadow-expected.txt: Added. * fast/dom/shadow/element-from-point-in-nested-shadow.html: Added. 2012-05-23 Sheriff Bot Unreviewed, rolling out r118297. http://trac.webkit.org/changeset/118297 https://bugs.webkit.org/show_bug.cgi?id=87338 It caused several layout failures on Mac (Requested by sundiamonde on #webkit). * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Removed. * fast/block/float/floats-with-margin-should-not-wrap.html: Removed. 2012-05-23 Shinya Kawanaka Document.caretRangeFromPoint exposes inner elemnet of Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=87231 Reviewed by Dimitri Glazkov. * fast/dom/shadow/caret-range-from-point-in-nested-shadow-expected.txt: Added. * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html: Added. 2012-05-23 Julien Chaffraix Crash in RenderTableCol::nextColumn https://bugs.webkit.org/show_bug.cgi?id=87314 Reviewed by Abhishek Arya. * fast/table/canvas-column-in-column-group-expected.txt: Added. * fast/table/canvas-column-in-column-group.html: Added. * fast/table/columngroup-inside-columngroup-expected.txt: Added. * fast/table/columngroup-inside-columngroup.html: Added. 2012-05-23 Raphael Kubo da Costa [EFL] Gardening after r118203 and r118171. Remove wrong expectations added in r118171 and unskip passing tests after r118203. * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.png: Removed. * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed. * platform/efl/test_expectations.txt: 2012-05-23 Kangil Han [EFL][DRT] Fix WebCore library path and rebaseline result https://bugs.webkit.org/show_bug.cgi?id=86355 Reviewed by Dirk Pranke. Currently EFL DRT uses wrong WebCore library path when running DRT. Therefore, this patch adjusted the path correctly. * platform/efl/test_expectations.txt: Added some cases to skipped list since we don't support those at this stage 2012-05-23 Stephanie Lewis See https://bugs.webkit.org/show_bug.cgi?id=87208 Unreviewed, skipping new test that can have side effects. * platform/mac/Skipped: 2012-05-23 Shinya Kawanaka [Shadow] mousewheel event isn't fired on nodes in Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=87218 Reviewed by Dimitri Glazkov. * fast/dom/shadow/wheel-event-in-shadow-dom-expected.txt: Added. * fast/dom/shadow/wheel-event-in-shadow-dom.html: Added. * fast/dom/shadow/wheel-event-on-input-in-shadow-dom-expected.txt: Added. * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html: Added. 2012-05-23 Hayato Ito Adjust a target node of a mouse event correctly when a distributed text node is clicked. https://bugs.webkit.org/show_bug.cgi?id=86999 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-05-23 Shinya Kawanaka [Shadow] drop event is not fired on nodes in Shadow DOM https://bugs.webkit.org/show_bug.cgi?id=85774 Reviewed by Dimitri Glazkov. Confirms drop event is fired on div and input in Shadow DOM. * fast/dom/shadow/drop-event-for-input-in-shadow-expected.txt: Added. * fast/dom/shadow/drop-event-for-input-in-shadow.html: Added. * fast/dom/shadow/drop-event-in-shadow-expected.txt: Added. * fast/dom/shadow/drop-event-in-shadow.html: Added. 2012-05-23 Emil A Eklund REGRESSION (115573): Incorrect rounding of margins for floats https://bugs.webkit.org/show_bug.cgi?id=87319 Reviewed by Eric Seidel. Add new test ensuring that using margins with floats doesn't cause undesired wrapping. * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Added. * fast/block/float/floats-with-margin-should-not-wrap.html: Added. 2012-05-23 Eric Seidel Add seamless layout code (and pass most of the remaining seamless tests) https://bugs.webkit.org/show_bug.cgi?id=86608 Reviewed by Ojan Vafai. Add a test for percent height in child documents, as well as disabling the expand-to-fill-viewport quirk of html/body elements in quirks mode. Also update all the expectations now that we pass almost all the tests. * fast/frames/seamless/resources/percent-square.html: Added. * fast/frames/seamless/resources/two-inline-blocks.html: * fast/frames/seamless/seamless-basic-expected.txt: * fast/frames/seamless/seamless-float-expected.txt: * fast/frames/seamless/seamless-inherited-origin-expected.txt: * fast/frames/seamless/seamless-inherited-origin.html: * fast/frames/seamless/seamless-inline-expected.txt: * fast/frames/seamless/seamless-nested-expected.txt: * fast/frames/seamless/seamless-percent-height-expected.txt: Added. * fast/frames/seamless/seamless-percent-height.html: Added. * fast/frames/seamless/seamless-quirks-expected.txt: * fast/frames/seamless/seamless-sandbox-flag-expected.txt: * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: 2012-05-23 Tony Chang auto margins on flexbox should allocate space in the cross direction https://bugs.webkit.org/show_bug.cgi?id=86913 Reviewed by Ojan Vafai. * css3/flexbox/auto-margins-expected.html: Added. * css3/flexbox/auto-margins.html: Added. These are the test cases in the spec. * css3/flexbox/flex-align-vertical-writing-mode.html: Fix tests with auto margins and add more tests. Also reduce the height so it's easier to see the test cases (these vertical tests don't check the height). * css3/flexbox/flex-align.html: Fix tests with auto margins and add more tests. * css3/flexbox/flex-flow-auto-margins.html: Fix results now that we handle auto in the cross direction. 2012-05-23 Joshua Bell [Chromium] Marking a pair of fast/history layout tests as flaky (TEXT). https://bugs.webkit.org/show_bug.cgi?id=87321 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 Joshua Bell [Chromium] http/tests/cache/history-only-cached-subresource-loads{-max-age-https}.html are now failing with TEXT differences, so updated failure expectations. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 James Robinson Add a Setting to make position:fixed form a new stacking context https://bugs.webkit.org/show_bug.cgi?id=87186 Reviewed by Adam Barth. Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when the fixedPositionCreatesStackingContext Setting is true. Qt and Blackberry will need different expectations since they set this via an #ifdef * fast/block/positioning/fixed-position-stacking-context-expected.png: Added. * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added. * fast/block/positioning/fixed-position-stacking-context.html: Added. * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added. * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added. * fast/block/positioning/fixed-position-stacking-context2.html: Added. 2012-05-23 James Robinson [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port https://bugs.webkit.org/show_bug.cgi?id=87177 Reviewed by Eric Seidel. Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off. * platform/chromium/test_expectations.txt: 2012-05-23 Hugo Parente Lima [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2 https://bugs.webkit.org/show_bug.cgi?id=77380 Reviewed by Kenneth Rohde Christiansen. The test pass on qt5-wk2, but not on qt5-wk1. * platform/qt-5.0-wk1/Skipped: * platform/qt-5.0/Skipped: 2012-05-23 Kenneth Russell webgl/context-lost failing on Lion https://bugs.webkit.org/show_bug.cgi?id=81284 Unreviewed test expectations update. The fix for Bug 87136 fixed the underlying bug here; adjusting test expectations. * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Removed. * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Removed. 2012-05-23 Abhishek Arya Crash in run-ins with continuations while moving back to original position. https://bugs.webkit.org/show_bug.cgi?id=87264 Reviewed by Julien Chaffraix. * fast/runin/runin-continuations-crash-expected.txt: Added. * fast/runin/runin-continuations-crash.html: Added. 2012-05-23 Abhishek Arya Crash in RenderInline::linesVisualOverflowBoundingBox. https://bugs.webkit.org/show_bug.cgi?id=85804 Reviewed by Dave Hyatt. * fast/block/inline-children-root-linebox-crash-expected.txt: Added. * fast/block/inline-children-root-linebox-crash.html: Added. 2012-05-23 Chris Rogers AudioParam must support fan-in (multiple audio connections) https://bugs.webkit.org/show_bug.cgi?id=83610 Reviewed by Kenneth Russell. * webaudio/audioparam-connect-audioratesignal.html: * webaudio/audioparam-summingjunction-expected.txt: Added. * webaudio/audioparam-summingjunction.html: Added. 2012-04-12 Eric Uhrhane There are no shared worker filesystem tests https://bugs.webkit.org/show_bug.cgi?id=83828 Reviewed by David Levin. * fast/filesystem/resources/file-writer-events.js: Minor tweak to prevent double-import of js-test-pre.js * fast/filesystem/resources/shared-worker-stub.js: Added. Stub that imports js-test-pre.js for shared workers, so that we don't actually import the test script until postMessage has somewhere to go. * fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Added. * fast/filesystem/workers/file-writer-events-shared-worker.html: Added. The new test, running the same old file-writer-events.js that runs in document and worker context. * fast/js/resources/js-test-pre.js: Previously it looked like startWorker supported creating shared workers; there was an option, but it was a lie. If you used it, it was completely broken. This adds a functional minimal implementation. (startWorker.worker.port.onmessage): (startWorker): (.self.onconnect.workerPort.onmessage): (.self.onconnect): (.description): (.testFailed): (.testPassed): (.finishJSTest): (.debug): * platform/chromium/test_expectations.txt: DumpRenderTree and test_shell don't support shared workers; you have to run this by hand in Chrome. 2012-05-23 Christophe Dumez [EFL] webintents/web-intents-delivery-reuse.html is failing on EFL port https://bugs.webkit.org/show_bug.cgi?id=87092 Reviewed by Adam Barth. Remove webintents/web-intents-delivery-reuse.html from test expectations now that window.webkitIntent is really replaceable and now that the test is passing. * platform/efl/test_expectations.txt: 2012-05-23 Abhishek Arya ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange https://bugs.webkit.org/show_bug.cgi?id=87274 Reviewed by Darin Adler. * fast/runin/progress-run-in-crash-expected.txt: Added. * fast/runin/progress-run-in-crash.html: Added. 2012-05-23 Kenneth Russell REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots. https://bugs.webkit.org/show_bug.cgi?id=87136 Reviewed by Stephen White. Unskipped tests. * platform/mac/Skipped: 2012-05-23 Chris Fleizach Regression(r112694): Crash in WebCore::AXObjectCache::postNotification https://bugs.webkit.org/show_bug.cgi?id=86029 Reviewed by Abhishek Arya. * accessibility/content-changed-notification-causes-crash-expected.txt: Added. * accessibility/content-changed-notification-causes-crash.html: Added. 2012-05-23 Joshua Bell Unreviewed gardening - one more media/track test is crashy. * platform/chromium/test_expectations.txt: 2012-05-22 Jer Noble PlatformClockCM has uninitialized m_rate member. https://bugs.webkit.org/show_bug.cgi?id=87217 Reviewed by Eric Carlson. * media/media-controller-time-expected.txt: Added. * media/media-controller-time.html: Added. 2012-05-23 Levi Weintraub fast/sub-pixel/layout-boxes-with-zoom.html fails at 166% zoom on Windows only https://bugs.webkit.org/show_bug.cgi?id=87282 Unreviewed. Marking fast/sub-pixel/layout-boxes-with-zoom.html as failing on Chromium Windows. * platform/chromium/test_expectations.txt: 2012-05-23 Joshua Bell Unreviewed gardening - inspector/profiler/heap-snapshot-summary-show-ranges.html flakes on non-debug test runs too. * platform/chromium/test_expectations.txt: 2012-05-23 Joshua Bell Unreviewed gardening - add timeout and crash expectations for a few tests. * platform/chromium/test_expectations.txt: 2012-05-23 Joshua Bell Add crashing expectation for more media/track tests: track-language-preference.html, track-load-from-element-readyState.html, and track-webvtt-tc019-cue-size.html - tracked in http://webkit.org/b/87258 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 Emil A Eklund Unskip sub-pixel tests on chromium now that they flag has been turned on (in r 117815). * platform/chromium/test_expectations.txt: 2012-05-23 Emil A Eklund Add test for subpixel precision in DOM APIs https://bugs.webkit.org/show_bug.cgi?id=85534 Reviewed by Eric Seidel. Add test for increased precision due to subpixel support in the getBoundingClientRect api. Also test that clientWidth returns the pixel snapped value. * fast/sub-pixel/client-rect-has-subpixel-precision-expected.html: Added. * fast/sub-pixel/client-rect-has-subpixel-precision.html: Added. * platform/efl/Skipped: * platform/gtk-wk2/Skipped: * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: Mark as skipped on all platforms but chromium for now. 2012-05-23 Alexei Filippov Web Inspector: filter out debugging stuff from the heap class view https://bugs.webkit.org/show_bug.cgi?id=86723 Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: * inspector/profiler/heap-snapshot-comparison-show-all.html: * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html: * inspector/profiler/heap-snapshot-containment-show-all.html: * inspector/profiler/heap-snapshot-containment-show-next.html: * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html: * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html: * inspector/profiler/heap-snapshot-dominators-show-all.html: * inspector/profiler/heap-snapshot-dominators-show-next.html: * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html: * inspector/profiler/heap-snapshot-dominators-sorting.html: * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject): (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw): (initialize_HeapSnapshotTest): (initialize_HeapSnapshotTest.): * inspector/profiler/heap-snapshot.html: 2012-05-23 Dominik Röttsches [EFL][DRT] Today's ingredients for a green bot https://bugs.webkit.org/show_bug.cgi?id=87244 Unreviewed, EFL gardening. Some rebaselines, and moving out a set of new crashes that need more investigation. * platform/efl/fast/css-generated-content/inline-display-types-expected.png: * platform/efl/fast/css-generated-content/inline-display-types-expected.txt: * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: * platform/efl/fast/inline-block/001-expected.png: * platform/efl/fast/inline-block/001-expected.txt: * platform/efl/test_expectations.txt: 2012-05-23 Steve Block Add crashing expectation for media/video-src-invalid-remove.html Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 Andrei Bucur [CSSRegions]Implement NamedFlow::name attribute https://bugs.webkit.org/show_bug.cgi?id=79645 Test for the NamedFlow::name attribute per the CSS Regions WD 3-May-2012 recommendation: http://www.w3.org/TR/2012/WD-css3-regions-20120503/ Reviewed by Andreas Kling. * fast/regions/webkit-named-flow-name-expected.txt: Added. * fast/regions/webkit-named-flow-name.html: Added. 2012-05-23 Grzegorz Czajkowski Unreviewed, rolling out r118157. http://trac.webkit.org/changeset/118157 https://bugs.webkit.org/show_bug.cgi?id=87100 Newly added tests are not connected to 8483 bug. editing/style directory should be unskiped first. * platform/efl/test_expectations.txt: 2012-05-23 Kangil Han [EFL][DRT] Rebaseline test results for BUG 86355 https://bugs.webkit.org/show_bug.cgi?id=86956 Unreviewed, EFL gardening. Updated test results for BUG 86355. * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png: * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt: * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Added. * platform/efl/compositing/color-matching/image-color-matching-expected.png: * platform/efl/compositing/color-matching/image-color-matching-expected.txt: * platform/efl/compositing/color-matching/pdf-image-match-expected.png: * platform/efl/compositing/color-matching/pdf-image-match-expected.txt: * platform/efl/compositing/compositing-visible-descendant-expected.png: * platform/efl/compositing/compositing-visible-descendant-expected.txt: * platform/efl/compositing/direct-image-compositing-expected.png: * platform/efl/compositing/direct-image-compositing-expected.txt: * platform/efl/compositing/generated-content-expected.png: * platform/efl/compositing/generated-content-expected.txt: * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png: * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt: * platform/efl/compositing/geometry/clipping-foreground-expected.png: * platform/efl/compositing/geometry/clipping-foreground-expected.txt: * platform/efl/compositing/geometry/composited-html-size-expected.png: * platform/efl/compositing/geometry/composited-html-size-expected.txt: * platform/efl/compositing/geometry/fixed-in-composited-expected.png: * platform/efl/compositing/geometry/fixed-in-composited-expected.txt: * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png: * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png: * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt: * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: * platform/efl/compositing/geometry/outline-change-expected.png: * platform/efl/compositing/geometry/outline-change-expected.txt: * platform/efl/compositing/geometry/partial-layout-update-expected.png: * platform/efl/compositing/geometry/partial-layout-update-expected.txt: * platform/efl/compositing/geometry/root-layer-update-expected.png: * platform/efl/compositing/geometry/root-layer-update-expected.txt: * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png: * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt: * platform/efl/compositing/geometry/video-opacity-overlay-expected.png: * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt: * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt: * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Added. * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Added. * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png: * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt: * platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Added. * platform/efl/compositing/images/direct-image-background-color-expected.png: * platform/efl/compositing/images/direct-image-background-color-expected.txt: * platform/efl/compositing/layers-inside-overflow-scroll-expected.png: * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt: * platform/efl/compositing/masks/direct-image-mask-expected.png: * platform/efl/compositing/masks/direct-image-mask-expected.txt: * platform/efl/compositing/masks/masked-ancestor-expected.png: * platform/efl/compositing/masks/masked-ancestor-expected.txt: * platform/efl/compositing/masks/multiple-masks-expected.png: * platform/efl/compositing/masks/multiple-masks-expected.txt: * platform/efl/compositing/masks/simple-composited-mask-expected.png: * platform/efl/compositing/masks/simple-composited-mask-expected.txt: * platform/efl/compositing/overflow/ancestor-overflow-expected.png: * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png: * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt: * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt: * platform/efl/compositing/overflow/overflow-positioning-expected.png: * platform/efl/compositing/overflow/overflow-positioning-expected.txt: * platform/efl/compositing/overflow/overflow-scroll-expected.png: * platform/efl/compositing/overflow/overflow-scroll-expected.txt: * platform/efl/compositing/overflow/parent-overflow-expected.png: * platform/efl/compositing/overflow/parent-overflow-expected.txt: * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt: * platform/efl/compositing/overflow/scrollbar-painting-expected.png: * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Added. * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added. * platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Added. * platform/efl/compositing/plugins/composited-plugin-expected.png: * platform/efl/compositing/plugins/composited-plugin-expected.txt: * platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Added. * platform/efl/compositing/reflections/animation-inside-reflection-expected.png: * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt: * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png: * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt: * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png: * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt: * platform/efl/compositing/reflections/load-video-in-reflection-expected.png: * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt: * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png: * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt: * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt: * platform/efl/compositing/reflections/nested-reflection-animated-expected.png: * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt: * platform/efl/compositing/reflections/nested-reflection-expected.png: * platform/efl/compositing/reflections/nested-reflection-expected.txt: * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png: * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt: * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png: * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png: * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt: * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png: * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt: * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png: * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt: * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png: * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt: * platform/efl/compositing/reflections/nested-reflection-transition-expected.png: * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt: * platform/efl/compositing/reflections/reflection-in-composited-expected.png: * platform/efl/compositing/reflections/reflection-in-composited-expected.txt: * platform/efl/compositing/reflections/reflection-opacity-expected.png: * platform/efl/compositing/reflections/reflection-opacity-expected.txt: * platform/efl/compositing/reflections/reflection-ordering-expected.png: * platform/efl/compositing/reflections/reflection-ordering-expected.txt: * platform/efl/compositing/reflections/reflection-positioning-expected.png: * platform/efl/compositing/reflections/reflection-positioning-expected.txt: * platform/efl/compositing/reflections/reflection-positioning2-expected.png: * platform/efl/compositing/reflections/reflection-positioning2-expected.txt: * platform/efl/compositing/reflections/simple-composited-reflections-expected.png: * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt: * platform/efl/compositing/reflections/transform-inside-reflection-expected.png: * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt: * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png: * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt: * platform/efl/compositing/repaint/composited-document-element-expected.png: * platform/efl/compositing/repaint/composited-document-element-expected.txt: * platform/efl/compositing/repaint/layer-repaint-expected.png: * platform/efl/compositing/repaint/layer-repaint-expected.txt: * platform/efl/compositing/repaint/layer-repaint-rects-expected.png: * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt: * platform/efl/compositing/repaint/opacity-between-absolute-expected.png: * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt: * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png: * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt: * platform/efl/compositing/self-painting-layers-expected.png: * platform/efl/compositing/self-painting-layers-expected.txt: * platform/efl/compositing/shadows/shadow-drawing-expected.png: * platform/efl/compositing/shadows/shadow-drawing-expected.txt: * platform/efl/compositing/sibling-positioning-expected.png: * platform/efl/compositing/sibling-positioning-expected.txt: * platform/efl/compositing/text-on-large-layer-expected.png: * platform/efl/compositing/text-on-large-layer-expected.txt: * platform/efl/compositing/transitions/scale-transition-no-start-expected.png: * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt: * platform/efl/compositing/transitions/singular-scale-transition-expected.png: * platform/efl/compositing/transitions/singular-scale-transition-expected.txt: * platform/efl/compositing/video/video-background-color-expected.png: * platform/efl/compositing/video/video-background-color-expected.txt: * platform/efl/compositing/visibility/visibility-composited-expected.png: Added. * platform/efl/compositing/visibility/visibility-composited-expected.txt: Added. * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Copied from LayoutTests/platform/efl/mathml/presentation/fenced-expected.png. * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Added. * platform/efl/mathml/presentation/attributes-expected.png: * platform/efl/mathml/presentation/attributes-expected.txt: * platform/efl/mathml/presentation/fenced-expected.png: * platform/efl/mathml/presentation/fenced-expected.txt: * platform/efl/mathml/presentation/fenced-mi-expected.png: * platform/efl/mathml/presentation/fenced-mi-expected.txt: * platform/efl/mathml/presentation/fractions-expected.png: * platform/efl/mathml/presentation/fractions-expected.txt: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/efl/mathml/presentation/mo-stretch-expected.png: Added. * platform/efl/mathml/presentation/mo-stretch-expected.txt: Added. * platform/efl/mathml/presentation/mroot-pref-width-expected.png: Added. * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: Added. * platform/efl/mathml/presentation/sub-expected.png: * platform/efl/mathml/presentation/sub-expected.txt: * platform/efl/mathml/presentation/subsup-expected.png: * platform/efl/mathml/presentation/subsup-expected.txt: * platform/efl/mathml/presentation/sup-expected.png: * platform/efl/mathml/presentation/sup-expected.txt: * platform/efl/mathml/presentation/tables-expected.png: * platform/efl/mathml/presentation/tables-expected.txt: * platform/efl/mathml/presentation/tokenElements-expected.png: * platform/efl/mathml/presentation/tokenElements-expected.txt: * platform/efl/mathml/presentation/under-expected.png: * platform/efl/mathml/presentation/under-expected.txt: * platform/efl/mathml/presentation/underover-expected.png: * platform/efl/mathml/presentation/underover-expected.txt: 2012-05-23 Steve Block Fix crashing expectation for several media/ LayoutTests Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 Steve Block Set crashing expectation for several media/ LayoutTests Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-05-23 Sheriff Bot Unreviewed, rolling out r118105. http://trac.webkit.org/changeset/118105 https://bugs.webkit.org/show_bug.cgi?id=87255 New LayoutTest is causing several cookie tests to fail on numerous bots (Requested by steveblock on #webkit). * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Removed. * http/tests/cookies/js-get-and-set-http-only-cookie.php: Removed. * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Removed. 2012-05-23 Zan Dobersek [Gtk] EventSender should properly handle (left|right)(control|shift|alt) after r118001 https://bugs.webkit.org/show_bug.cgi?id=87221 Reviewed by Martin Robinson. Remove failing test expectations for fast/events/keydown-leftright-keys.html, the test should pass now. * platform/gtk/test_expectations.txt: 2012-05-23 Ilya Tikhonovsky Web Inspector: eliminate getters from HeapSnapshot.js https://bugs.webkit.org/show_bug.cgi?id=87241 getters can't be inlined by engine at the moment. I found that conversion getters into functions gives us about 600 ms RESULT heap-snapshot: switch-to-containment-view= 1920 ms vs RESULT heap-snapshot: switch-to-containment-view= 1367 ms Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot.html: 2012-05-23 Yury Semikhatsky Web Inspector: Debugger should correctly show catch scope https://bugs.webkit.org/show_bug.cgi?id=87197 Reviewed by Vsevolod Vlasov. Added test for "catch" block to the debugger test. * inspector/debugger/debugger-expand-scope-expected.txt: * inspector/debugger/debugger-expand-scope.html: * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: 2012-05-23 Thiago Marcos P. Santos [EFL] Gardening of failing tests https://bugs.webkit.org/show_bug.cgi?id=87233 Unreviewed gardening. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-23 Krzysztof Czech [EFL] Gardening editing/style tests, missing baselines. https://bugs.webkit.org/show_bug.cgi?id=87100 Unreviewed EFL gardening. * platform/efl/test_expectations.txt: added tests regarding 84839 bug, missing baselines. 2012-05-23 Mikhail Pozdnyakov [EFL][DRT] Webarchives tests gardening https://bugs.webkit.org/show_bug.cgi?id=87225 Unreviewed. The EFL port has no support for webarchives, so the related testcases should be put to test_expectations as expected to fail. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-05-23 Alice Boxhall AX: Contenteditable tables should always be exposed as data tables https://bugs.webkit.org/show_bug.cgi?id=87052 Reviewed by Chris Fleizach. * accessibility/table-detection.html: 2012-05-23 Christophe Dumez [EFL] EFL's DRT does not print didFailProvisionalLoadWithError messages https://bugs.webkit.org/show_bug.cgi?id=85956 Reviewed by Gustavo Noronha Silva. Unskip test cases which expect the DumpRenderTree to print didFailProvisionalLoadWithError messages. Add EFL expectation for http/tests/loading/pdf-commit-load-callbacks.html. * platform/efl/Skipped: * platform/efl/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added. Use same expectation as for Qt. * platform/efl/test_expectations.txt: 2012-05-23 Christophe Dumez [EFL] EFL's DRT needs to call Settings::setValidationMessageTimerMagnification(-1) https://bugs.webkit.org/show_bug.cgi?id=86366 Reviewed by Antonio Gomes. Unskip fast/forms/validation-message-appearance.html and add EFL expectation. * platform/efl/Skipped: * platform/efl/fast/forms/validation-message-appearance-expected.png: Added. * platform/efl/fast/forms/validation-message-appearance-expected.txt: Added. 2012-05-23 Zan Dobersek Unreviewed GTK gardening after r118001, r118011 and r118105. * platform/gtk/test_expectations.txt: 2012-05-23 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Unskip a now passing test. 2012-05-22 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip new, but failing tests. * platform/qt/printing/iframe-print-expected.png: Added after r118039. * platform/qt/printing/iframe-print-expected.txt: Added after r118039. 2012-05-22 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a failing test. * platform/qt/Skipped: 2012-05-22 Hayato Ito Remove an assertion since an event's target might be a shadow root if a text node is clicked. https://bugs.webkit.org/show_bug.cgi?id=87072 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-05-22 Dongwoo Im [EFL] Implements the registerProtocolHandler method and option. https://bugs.webkit.org/show_bug.cgi?id=73638 Reviewed by Andreas Kling. The registerProtocolHandler() method allows Web sites to register themselves as possible handlers for particular schemes. http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler * platform/efl/fast/dom/register-protocol-handler-expected.txt: Added. 2012-05-22 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=87208 Unreviewed, checking in failing results. * platform/mac/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added. 2012-05-22 MORITA Hajime REGRESSION(r116629) tests for