Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 12780019: Merge 145954 "TextIterator emits LF for a br element inside an e..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | LayoutTests/editing/text-iterator/basic-iteration-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 146097)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,7601 @@
+2013-03-15 Aurimas Liutikas <aurimas@chromium.org>
+
+ TextIterator emits LF for a br element inside an empty input element
+ https://bugs.webkit.org/show_bug.cgi?id=112275
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/text-iterator/basic-iteration-expected.txt: Extended to add two more cases.
+ * editing/text-iterator/basic-iteration-shadowdom-expected.txt: Added.
+ * editing/text-iterator/basic-iteration-shadowdom.html: Added.
+ * editing/text-iterator/script-tests/basic-iteration.js: Extended to add two mroe cases.
+ * platform/mac/TestExpectations:
+
+2013-03-15 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding failure expectations for IDB tests that regressed with r145929.
+
+2013-03-15 Mark Hahnenberg <mhahnenberg@apple.com>
+
+ Roll out r145838
+ https://bugs.webkit.org/show_bug.cgi?id=112458
+
+ Unreviewed. Requested by Filip Pizlo.
+
+ * fast/js/regress/script-tests/string-lookup-hit-identifier.js: Removed.
+ * fast/js/regress/script-tests/string-lookup-hit.js: Removed.
+ * fast/js/regress/script-tests/string-lookup-miss.js: Removed.
+ * fast/js/regress/string-lookup-hit-expected.txt: Removed.
+ * fast/js/regress/string-lookup-hit-identifier-expected.txt: Removed.
+ * fast/js/regress/string-lookup-hit-identifier.html: Removed.
+ * fast/js/regress/string-lookup-hit.html: Removed.
+ * fast/js/regress/string-lookup-miss-expected.txt: Removed.
+ * fast/js/regress/string-lookup-miss.html: Removed.
+
+2013-03-15 Rouslan Solomakhin <rouslan@chromium.org>
+
+ Move setAsynchronousSpellCheckingEnabled to internals.settings
+ https://bugs.webkit.org/show_bug.cgi?id=112362
+
+ Reviewed by Tony Chang.
+
+ Changed the tests from using testRunner.setAsynchronousSpellCheckingEnabled(bool)
+ with port-specific implementations to use internals.settings.setAsynchronousSpellCheckingEnabled(bool)
+ with one common implementation, similar to internals.settings.setUnifiedTextCheckerEnabled(bool).
+ Changed the tests to not reset these settings when they finish, because the test harness resets
+ the settings automatically.
+
+ * editing/spelling/grammar-markers-hidpi.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/grammar-markers.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/grammar-paste.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/resources/util.js: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/script-tests/spellcheck-paste.js: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-async-mutation.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-async-remove-frame.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-async.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-paste-disabled.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-queue.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spellcheck-sequencenum.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * editing/spelling/spelling-marker-description.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * platform/chromium/editing/spelling/delete-misspelled-word.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+ * platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
+
+2013-03-14 Ojan Vafai <ojan@chromium.org>
+
+ Auto height column flexboxes with border and padding are too short
+ https://bugs.webkit.org/show_bug.cgi?id=112398
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/auto-height-column-with-border-and-padding-expected.html: Added.
+ * css3/flexbox/auto-height-column-with-border-and-padding.html: Added.
+ * css3/flexbox/resources/flexbox.css:
+ (.flex-one-one-auto):
+
+2013-03-15 Hajime Morrita <morrita@google.com>
+
+ [Custom Elements] Any HTMLElement subclass should become a superclass of custom element
+ https://bugs.webkit.org/show_bug.cgi?id=110436
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/custom/document-register-basic-expected.txt:
+ * fast/dom/custom/document-register-basic.html:
+ * fast/dom/custom/document-register-type-extensions-expected.txt: Added.
+ * fast/dom/custom/document-register-type-extensions.html: Added.
+
+2013-03-15 Joshua Bell <jsbell@chromium.org>
+
+ [V8] Binding: Implement EnforceRange IDL Attribute for long long conversions
+ https://bugs.webkit.org/show_bug.cgi?id=96798
+
+ Reviewed by Kentaro Hara.
+
+ Some of the tests for HTMLOptionsCollection.add() assumed it should throw for
+ Infinities and NaNs, but this is not what the DOM+WebIDL specs say. (Firefox doesn't throw
+ so this does not appear to be a web-compat issue.) This updates the tests/expectations so
+ that V8 passes. JSC expectations are FAIL in a few places since it still incorrectly throws
+ on Infinity/NaN -> int32 conversion (existing tests) and does not implement EnforceRange
+ (new tests).
+
+ Tne non-numeric-values-numeric-parameters test was also broken for NaN testing, reporting
+ incorrect results which hid some of this behavior.
+
+ * fast/dom/non-numeric-values-numeric-parameters-expected.txt: Failing behavior for JSC.
+ * fast/dom/script-tests/non-numeric-values-numeric-parameters.js: HTMLOptionsCollection.add()
+ should not throw on NaNs/Infinities.
+ * fast/js/script-tests/select-options-add.js: Ditto.
+ * fast/js/select-options-add-expected.txt: Failing behavior for JSC.
+ * fast/js/webidl-type-mapping-expected.txt: Ditto.
+ * fast/js/webidl-type-mapping.html: Added test cases for [EnforceRange]
+ * platform/chromium/fast/dom/non-numeric-values-numeric-parameters-expected.txt: Added - passing behavior for V8.
+ * platform/chromium/fast/js/select-options-add-expected.txt: Ditto.
+ * platform/chromium/fast/js/webidl-type-mapping-expected.txt: Added.
+ * storage/indexeddb/intversion-bad-parameters-expected.txt: Added non-finite test cases.
+ * storage/indexeddb/resources/intversion-bad-parameters.js: Ditto.
+
+2013-03-15 Simon Fraser <simon.fraser@apple.com>
+
+ Marking sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.html
+ as a Slow test.
+
+ * platform/mac/TestExpectations:
+
+2013-03-15 Andy Estes <aestes@apple.com>
+
+ REGRESSION (r127277): CSS URIs with multi-byte Unicode escape sequences fail to parse
+ https://bugs.webkit.org/show_bug.cgi?id=112436
+
+ Reviewed by Michael Saboff.
+
+ * fast/css/url-with-multi-byte-unicode-escape-expected.txt: Added.
+ * fast/css/url-with-multi-byte-unicode-escape.html: Added.
+
+2013-03-14 Simon Fraser <simon.fraser@apple.com>
+
+ Collect samples for unresponsive web processes
+ https://bugs.webkit.org/show_bug.cgi?id=112409
+
+ Reviewed by Tim Horton.
+
+ Add links for samples, which some platforms will show for unresponsive WebProcess timeouts.
+
+ * fast/harness/results.html:
+
+2013-03-14 Jer Noble <jer.noble@apple.com>
+
+ REGRESSION: -webkit-box-reflect does not show on video elements
+ https://bugs.webkit.org/show_bug.cgi?id=112397
+
+ Reviewed by Simon Fraser.
+
+ * compositing/video/video-reflection-expected.png: Added.
+ * compositing/video/video-reflection-expected.txt: Added.
+ * compositing/video/video-reflection.html: Added.
+
+2013-03-15 No'am Rosenthal <noam@webkit.org>
+
+ [Texmap] REGRESSION (r144190): Failure at style with webkit-transform and opacity
+ https://bugs.webkit.org/show_bug.cgi?id=112370
+
+ Reviewed by Caio Marcelo de Oliveira Filho.
+
+ New ref-test for opacity+preserves-3d.
+
+ * compositing/overlap-blending/preserves3d-opacity-expected.html: Added.
+ * compositing/overlap-blending/preserves3d-opacity.html: Added.
+
+2013-03-15 Andrey Kosyakov <caseq@chromium.org>
+
+ Unreviewed -- remove test expectations for timeline-receive-response-event and remove
+ another source of flakiness in the test.
+
+ * inspector/timeline/timeline-receive-response-event.html:
+ * platform/chromium/TestExpectations:
+
+2013-03-15 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding a failure expectation for the reftest added in r145847
+ that is failing due to disabled subpixel layout on the GTK port.
+
+2013-03-15 Takashi Sakamoto <tasak@google.com>
+
+ Crash at RenderStyle::inheritFrom reported by fuzzer
+ https://bugs.webkit.org/show_bug.cgi?id=112322
+
+ Reviewed by Hajime Morrita.
+
+ * fast/dom/shadow/insertion-point-resetStyleInheritance-with-pseudo-element-crash-expected.txt: Added.
+ * fast/dom/shadow/insertion-point-resetStyleInheritance-with-pseudo-element-crash.html: Added.
+
+2013-03-15 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [CSS Regions] Selecting text inside an empty region causes selection outside the region area
+ https://bugs.webkit.org/show_bug.cgi?id=107752
+
+ Reviewed by David Hyatt.
+
+ Add test showing that you cannot select content outside a empty region (without flow thread content).
+
+ * fast/regions/selecting-text-in-empty-region-expected.txt: Added.
+ * fast/regions/selecting-text-in-empty-region.html: Added.
+
+2013-03-14 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r145864.
+ http://trac.webkit.org/changeset/145864
+ https://bugs.webkit.org/show_bug.cgi?id=112408
+
+ should fix XMLDocumentParser instead of CSSDefaultStyleSheet
+ (Requested by tasak on #webkit).
+
+ * fast/css/ensure-default-style-sheets-crash-expected.txt: Removed.
+ * fast/css/ensure-default-style-sheets-crash.xhtml: Removed.
+
+2013-03-14 Hayato Ito <hayato@chromium.org>
+
+ [Shadow Dom]: Non Bubbling events in ShadowDOM dispatch in an incorrect order
+ https://bugs.webkit.org/show_bug.cgi?id=112214
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/cppevent-in-shadow-expected.txt:
+ * fast/dom/shadow/cppevent-input-in-shadow-expected.txt:
+ * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
+ * fast/dom/shadow/shadow-boundary-events-expected.txt:
+ * fast/dom/shadow/shadow-boundary-events.html:
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
+ * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt:
+ * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt:
+ * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
+
+2013-03-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium TestExpectations cleanup prepared by kbr@
+
+ * platform/chromium/TestExpectations:
+
+2013-03-14 Shezan Baig <sbaig1@bloomberg.net>
+
+ Backspace/delete at start of table cell shouldn't step out of cell
+ https://bugs.webkit.org/show_bug.cgi?id=35372
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/deleting/backspace-at-table-cell-beginning-expected.txt: Added.
+ * editing/deleting/backspace-at-table-cell-beginning.html: Added.
+ * editing/deleting/forward-delete-at-table-cell-ending-expected.txt: Added.
+ * editing/deleting/forward-delete-at-table-cell-ending.html: Added.
+
+2013-03-14 Xidorn Quan <quanxunzhen@gmail.com>
+
+ Clickable area is incorrect for elements with border-radius
+ https://bugs.webkit.org/show_bug.cgi?id=95373
+
+ Reviewed by Simon Fraser.
+
+ This test is based on Takashi Sakamoto's work in
+ https://bugs.webkit.org/show_bug.cgi?id=95373
+
+ * fast/borders/border-radius-position-expected.txt: Added.
+ * fast/borders/border-radius-position.html: Added.
+
+2013-03-14 Andreas Kling <akling@apple.com>
+
+ REGRESSION(r145169): [Mac][WK2] http/tests/security/cross-frame-access-put.html fails.
+ <http://webkit.org/b/111815>
+ <rdar://problem/13380145>
+
+ Reviewed by Anders Carlsson.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-14 John Bauman <jbauman@chromium.org>
+
+ plugins/plugin-clip-subframe.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=112324
+
+ Reviewed by Ryosuke Niwa.
+
+ Ignore duplicate SetWindow calls with identical arguments. Plugins
+ will ignore these so they're not a problem, and they can cause
+ flakiness on mac-wk2.
+
+ * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt:
+ * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt:
+ * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt:
+ * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt:
+ * platform/mac/plugins/plugin-clip-subframe-expected.txt:
+ * plugins/plugin-clip-subframe-expected.txt:
+ * plugins/resources/plugin-clip-subframe-iframe.html:
+
+2013-03-14 Chris Fleizach <cfleizach@apple.com>
+
+ AX: Crash when removing aria-menu item from DOM
+ https://bugs.webkit.org/show_bug.cgi?id=112396
+
+ Reviewed by Tim Horton.
+
+ * accessibility/menu-item-crash-expected.txt: Added.
+ * accessibility/menu-item-crash.html: Added.
+
+2013-03-14 Hayato Ito <hayato@chromium.org>
+
+ [Shadow]: left side of ::-webkit-distributed selector not working as expected
+ https://bugs.webkit.org/show_bug.cgi?id=110825
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/distributed-pseudo-element-specifiers-in-left-side-expected.html: Added.
+ * fast/dom/shadow/distributed-pseudo-element-specifiers-in-left-side.html: Added.
+
+2013-03-14 Takashi Sakamoto <tasak@google.com>
+
+ Crash at CSSDefaultStyleSheets::ensureDefaultStyleSheetsForElement reported by fuzzer
+ https://bugs.webkit.org/show_bug.cgi?id=112328
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/css/ensure-default-style-sheets-crash-expected.txt: Added.
+ * fast/css/ensure-default-style-sheets-crash.xhtml: Added.
+
+2013-03-14 Kenneth Russell <kbr@google.com>
+
+ Unreviewed test expectations update. Expanded suppression.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-14 Kenneth Russell <kbr@google.com>
+
+ Unreviewed gardening. Added images for new test.
+
+ * platform/chromium-mac-lion/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
+ * platform/chromium-mac-snowleopard/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
+ * platform/chromium-win/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
+
+2013-03-13 James Robinson <jamesr@chromium.org>
+
+ Fix flaky layout tests that rely on setTimeout()s firing after <body> is parsed
+ https://bugs.webkit.org/show_bug.cgi?id=112306
+
+ Reviewed by Eric Seidel.
+
+ These tests all rely in one way or another on the body of a setTimeout set in an inline <script> in the <head>
+ firing after the <body> element is generated by the HTML parser. This is a flaky pattern since the HTML parser
+ may yield when parsing a </script> or when runnnig out of bytes from the network. In practice, this pattern used
+ to be not terribly flaky for layout tests loaded from disk unless there was a large GC pause. However, since the
+ threaded HTML parser yields more frequently when hitting a </script> this flakes more.
+
+ These tests were found by identifying layout tests that call setTimeout before the document's body exists by
+ modifying the code, then intersecting that set with tests that are flaky on the chromium flakiness dashboard.
+
+ * editing/inserting/insert-text-into-empty-frameset-crash.html:
+ * editing/style/apply-style-crash.html:
+ * fast/block/float/float-originating-line-deleted-crash.html:
+ * fast/block/float/floats-not-cleared-crash.html:
+ * fast/block/line-layout/inline-box-wrapper-crash.html:
+ * fast/css/positioned-in-relative-position-inline-crash.html:
+ * fast/css/user-stylesheet-crash.html:
+ * fast/encoding/script-in-head.html:
+ * fast/forms/textarea-placeholder-relayout-assertion.html:
+ * fast/frames/seamless/seamless-form-get.html:
+ * fast/frames/seamless/seamless-form-post-named.html:
+ * fast/frames/seamless/seamless-window-location-href.html:
+ * fast/frames/seamless/seamless-window-location-replace.html:
+ * fast/inline/update-always-create-line-boxes-full-layout-crash.html:
+ * fast/innerHTML/innerHTML-iframe.html:
+ * fast/js/same-origin-subframe-about-blank.html:
+ * fast/multicol/span/removal-of-multicol-span-crash.html:
+ * fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html:
+ * fast/writing-mode/overhanging-float-legend-crash.html:
+
+2013-03-14 Enrica Casucci <enrica@apple.com>
+
+ Character orientation should follow UTR50 specs for vertical layout.
+ https://bugs.webkit.org/show_bug.cgi?id=112213
+ <rdar://problem/12880943>
+
+ Reviewed by Ryosuke Niwa.
+
+ * platform/mac/fast/text/vertical-no-sideways.html: Modified to cover samples
+ of the additional character ranges that should not be rotated in vertical layout.
+ * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
+ * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Added.
+
+2013-03-14 Kenneth Russell <kbr@google.com>
+
+ Unreviewed test expectations updates. Suppressed a couple of
+ failures and adjusted a couple of existing expectations.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-14 Manuel Rego Casasnovas <rego@igalia.com>
+
+ Add selectTrailingWhitespaceEnabled setting to WebCore::Page
+ https://bugs.webkit.org/show_bug.cgi?id=109404
+
+ Reviewed by Tony Chang.
+
+ Replace testRunner.setSelectTrailingWhitespaceEnabled by
+ internals.settings.setSelectTrailingWhitespaceEnabled in tests.
+
+ Be sure that trailingWhitespaceEnabled and
+ selectTrailingWhitespaceEnabled are set to opposite values as they are
+ mutually exclusive.
+
+ * editing/deleting/smart-editing-disabled.html:
+ * editing/selection/doubleclick-beside-cr-span.html:
+ * editing/selection/doubleclick-whitespace-crash.html:
+ * editing/selection/doubleclick-whitespace-img-crash.html:
+ * editing/selection/doubleclick-whitespace.html:
+ * editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
+ * editing/spelling/resources/util.js:
+ (initSpellTest):
+ * editing/spelling/spelling-double-clicked-word-with-underscores.html:
+ * editing/spelling/spelling-double-clicked-word.html:
+ * platform/wk2/TestExpectations: Unflag
+ editing/selection/doubleclick-inline-first-last-contenteditable.html
+ as it passes now.
+
+2013-03-14 Bem Jones-Bey <bjonesbe@adobe.com>
+
+ [CSS Exclusions] shape-outside on floats for rounded rectangle shapes
+ https://bugs.webkit.org/show_bug.cgi?id=100299
+
+ Reviewed by Dirk Schulze.
+
+ Adding tests for rounded rectangles. The code already supports them,
+ but that was more of a happy accident. These tests makes it more
+ likely to stay that way.
+
+ * fast/exclusions/resources/rounded-rectangle.js:
+ (xOutset): Function to determine the offset for the outside shape.
+ (generateShapeOutsideOnFloat): Generate a shape outside on a float.
+ (generateSimulatedShapeOutsideOnFloat): Simulate a shape outside on a
+ float using a large number of smaller floats.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Added.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Added.
+
+2013-03-14 Robert Flack <flackr@chromium.org>
+
+ [chromium] Short scrollbar has empty track rect even when buttons have no size.
+ https://bugs.webkit.org/show_bug.cgi?id=102580
+
+ Reviewed by James Robinson.
+
+ When computing the scrollbar track rect, don't assume the button's height is the track width.
+
+ * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
+ * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
+ * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
+ * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
+ * platform/chromium-linux/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
+ * platform/chromium/scrollbars/short-scrollbar-expected.txt: Added.
+ * platform/chromium/scrollbars/short-scrollbar.html: Added.
+
+2013-03-14 Filip Pizlo <fpizlo@apple.com>
+
+ JSObject fast by-string access optimizations should work even on the prototype chain, and even when the result is undefined
+ https://bugs.webkit.org/show_bug.cgi?id=112233
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/regress/script-tests/string-lookup-hit-identifier.js: Added.
+ (result):
+ * fast/js/regress/script-tests/string-lookup-hit.js: Added.
+ (result):
+ * fast/js/regress/script-tests/string-lookup-miss.js: Added.
+ (result):
+ * fast/js/regress/string-lookup-hit-expected.txt: Added.
+ * fast/js/regress/string-lookup-hit-identifier-expected.txt: Added.
+ * fast/js/regress/string-lookup-hit-identifier.html: Added.
+ * fast/js/regress/string-lookup-hit.html: Added.
+ * fast/js/regress/string-lookup-miss-expected.txt: Added.
+ * fast/js/regress/string-lookup-miss.html: Added.
+
+2013-03-14 Kenneth Russell <kbr@google.com>
+
+ Unreviewed expectations updates for a couple of failing tests.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-13 Filip Pizlo <fpizlo@apple.com>
+
+ DFG bytecode parser is too aggressive about getting rid of GetLocals on captured variables
+ https://bugs.webkit.org/show_bug.cgi?id=112287
+ <rdar://problem/13342340>
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/dfg-captured-var-get-local-expected.txt: Added.
+ * fast/js/dfg-captured-var-get-local.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-captured-var-get-local.js: Added.
+ (foo):
+
+2013-03-14 Andrey Kosyakov <caseq@chromium.org>
+
+ Unreviewed flakiness fix following r145727: filter out coalescing records while dumping timeline record structure.
+
+ * inspector/timeline/timeline-receive-response-event.html:
+
+2013-03-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium expectations updated.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
+
+ [GStreamer] Stopping playback of html5 media when receiving a higher priority audio event needs implementation
+ https://bugs.webkit.org/show_bug.cgi?id=91611
+
+ Created test, expected result and updated other ports
+ expectations.
+
+ Reviewed by Philippe Normand.
+
+ * media/media-higher-prio-audio-stream-expected.txt: Added.
+ * media/media-higher-prio-audio-stream.html: Added.
+ * platform/chromium/TestExpectations: Skipped the new test.
+ * platform/mac/TestExpectations: Skipped the new test.
+ * platform/qt/TestExpectations: Skipped the new test for Mac and
+ Win.
+
+2013-03-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt-5.0-wk1/TestExpectations: Skip failing tests after r145784.
+ * platform/qt-5.0-wk2/fast/repaint/focus-ring-expected.txt: Removed.
+ * platform/qt/fast/repaint/focus-ring-expected.txt: Rebaselining after r145708.
+
+2013-03-14 Sergio Villar Senin <svillar@igalia.com>
+
+ Empty list items after drag&drop in contentEditable divs
+ https://bugs.webkit.org/show_bug.cgi?id=110610
+
+ Reviewed by Ryosuke Niwa.
+
+ Some placeholders should not be left after performing a cleanup in
+ move operations, this includes the empty list items generated when
+ moving around list items inside a list.
+
+ I'm also moving drag-list-item.html to editing/pasteboard because
+ it fits much better there than under editing/selection.
+
+ * editing/pasteboard/cleanup-on-move-expected.txt: Added.
+ * editing/pasteboard/cleanup-on-move.html: Added.
+ * editing/pasteboard/drag-list-item-expected.txt: Renamed from LayoutTests/editing/selection/drag-list-item-expected.txt.
+ * editing/pasteboard/drag-list-item.html: Renamed from LayoutTests/editing/selection/drag-list-item.html.
+ * editing/pasteboard/resources/select-and-drag.js: Added.
+ (selectAndDragToTarget): Selects nodes and drops them after a target node.
+ * editing/pasteboard/drag-drop-list-expected.txt: Removed an empty <li>.
+ * editing/pasteboard/paste-list-004-expected.txt: Removed 2 empty <li>.
+ * editing/pasteboard/paste-list-004.html: Ditto.
+ * editing/selection/4895428-1-expected.txt: Removed a <br>.
+ * editing/selection/4895428-4-expected.txt: Ditto.
+ * fast/events/ondragenter-expected.txt: Removed a blank line.
+ * platform/chromium/fast/events/ondragenter-expected.txt: Ditto.
+ * platform/efl/TestExpectations: Added cleanup-on-move.html to the skipped list.
+ * platform/mac-wk2/TestExpectations: Ditto.
+ * platform/qt/TestExpectations: Ditto.
+ * platform/win/fast/events/ondragenter-expected.txt: Removed a blank line.
+
+2013-03-14 Eric Seidel <eric@webkit.org>
+
+ Threaded HTML Parser should limit speculation to avoid using too much memory
+ https://bugs.webkit.org/show_bug.cgi?id=112069
+
+ Reviewed by Adam Barth.
+
+ Test that this fixes https://bugs.webkit.org/show_bug.cgi?id=110546 for the threaded parser.
+ Ports using the main-thread parser are expected to fail (ASSERT in Debug).
+
+ * fast/parser/document-write-partial-entity-before-load-expected.txt: Added.
+ * fast/parser/document-write-partial-entity-before-load.html: Added.
+ * fast/parser/external-script-document-write-expected.txt: Added.
+ * fast/parser/external-script-document-write.html: Added.
+ * fast/parser/resources/external-script-document-write.js: Added.
+ * platform/gtk/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/qt/TestExpectations:
+
+2013-03-14 John Bauman <jbauman@chromium.org>
+
+ Layout Test plugins/plugin-clip-subframe.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=111514
+
+ Reviewed by Ryosuke Niwa.
+
+ Rebaseline test result due to chromium r185729. Also try to force
+ layout in test to prevent flakiness on win-dbg.
+
+ * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt:
+ * platform/chromium/TestExpectations:
+ * plugins/plugin-clip-subframe.html:
+
+2013-03-14 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening. Adding a couple of failure expectations for flaky
+ tests on the debug builder.
+
+ * platform/gtk/TestExpectations:
+
+2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
+
+ Cannot select a canvas element at the beginning or the end of a document
+ https://bugs.webkit.org/show_bug.cgi?id=112319
+
+ Reviewed by Eric Seidel.
+
+ Add a regression test to copy and paste a content with canvas elements.
+
+ * editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt: Added.
+ * editing/pasteboard/copy-paste-content-starting-and-ending-canvas.html: Added.
+
+2013-03-13 Kunihiko Sakamoto <ksakamoto@chromium.org>
+
+ Implement FontLoader interface
+ https://bugs.webkit.org/show_bug.cgi?id=98395
+
+ Reviewed by Eric Seidel.
+
+ Add tests for document.fontloader. Since the feature is currently enabled
+ only for chromium, the tests are expected to fail on the other ports.
+
+ * fast/css/fontloader-download-error-expected.txt: Added.
+ * fast/css/fontloader-download-error.html: Added.
+ * fast/css/fontloader-events-expected.txt: Added.
+ * fast/css/fontloader-events.html: Added.
+ * fast/css/fontloader-loadingdone-expected.txt: Added.
+ * fast/css/fontloader-loadingdone.html: Added.
+ * fast/css/fontloader-multiple-faces-download-error-expected.txt: Added.
+ * fast/css/fontloader-multiple-faces-download-error.html: Added.
+ * fast/css/fontloader-multiple-faces-expected.txt: Added.
+ * fast/css/fontloader-multiple-faces.html: Added.
+ * fast/css/fontloader-multiple-families-expected.txt: Added.
+ * fast/css/fontloader-multiple-families.html: Added.
+ * http/tests/webfont/fontloader-loading-attribute-expected.txt: Added.
+ * http/tests/webfont/fontloader-loading-attribute.html: Added.
+ * platform/chromium/fast/css/fontloader-download-error-expected.txt: Added.
+ * platform/chromium/fast/css/fontloader-events-expected.txt: Added.
+ * platform/chromium/fast/css/fontloader-loadingdone-expected.txt: Added.
+ * platform/chromium/fast/css/fontloader-multiple-faces-download-error-expected.txt: Added.
+ * platform/chromium/fast/css/fontloader-multiple-faces-expected.txt: Added.
+ * platform/chromium/fast/css/fontloader-multiple-families-expected.txt: Added.
+ * platform/chromium/http/tests/webfont/fontloader-loading-attribute-expected.txt: Added.
+
+2013-03-13 Antti Koivisto <antti@apple.com>
+
+ Compute image background size when testing for background visibility
+ https://bugs.webkit.org/show_bug.cgi?id=112313
+
+ Reviewed by Simon Fraser.
+
+ * fast/repaint/obscured-background-no-repaint.html:
+
+2013-03-13 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [css3-text] Add support for text-decoration-color
+ https://bugs.webkit.org/show_bug.cgi?id=91638
+
+ Reviewed by Julien Chaffraix.
+
+ Added layout tests (paint,repaint and getComputedStyle) for
+ 'text-decoration-color' property, with '-webkit' vendor prefix.
+
+ * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt: Added.
+ * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color.html: Added.
+ * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js: Added.
+ Added getComputedStyle-based layout test covering a bunch of valid/invalid values.
+
+ * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color-expected.png: Added.
+ * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color-expected.txt: Added.
+ * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html: Added.
+ Added cross-platform repaint layout test using 'Ahem' font.
+
+ * fast/css3-text/css3-text-decoration/text-decoration-color-expected.html: Added.
+ * fast/css3-text/css3-text-decoration/text-decoration-color.html: Added.
+ Added cross-platform reference test.
+
+2013-03-11 Kinuko Yasuda <kinuko@chromium.org>
+
+ Quota API: Update IDL to make it match the latest WD
+ https://bugs.webkit.org/show_bug.cgi?id=88396
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium/TestExpectations:
+ * storage/storagequota-query-usage-expected.txt: Added.
+ * storage/storagequota-query-usage.html: Added.
+ * storage/storagequota-request-quota-expected.txt: Added.
+ * storage/storagequota-request-quota.html: Added.
+
+ Rebaselines:
+ * platform/chromium/fast/dom/everything-to-string-expected.txt: Added.
+ * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
+ * platform/chromium/fast/js/global-constructors-expected.txt:
+ * platform/chromium/http/tests/security/isolatedWorld/all-window-properties-expected.txt: Added.
+ * platform/chromium/http/tests/security/isolatedWorld/all-window-prototypes-expected.txt: Added.
+
+
+2013-03-13 Dean Jackson <dino@apple.com>
+
+ [WebGL] array-bounds-clamping should use less dramatic numbers
+ https://bugs.webkit.org/show_bug.cgi?id=112298
+ <rdar://problem/13415829>
+
+ Reviewed by Ken Russell.
+
+ Replace Number.MAX_VALUE with a non-infinite number.
+
+ * fast/canvas/webgl/array-bounds-clamping.html:
+
+2013-03-13 Tim Horton <timothy_horton@apple.com>
+
+ Make lint-test-expectations happy with the Apple-Windows TestExpectations files
+
+ Unreviewed.
+
+ * platform/win/TestExpectations:
+
+2013-03-13 Tony Chang <tony@chromium.org>
+
+ Add a test case for flexbox with negative overflow having an out of flow flex item
+ https://bugs.webkit.org/show_bug.cgi?id=112294
+
+ Reviewed by Ojan Vafai.
+
+ * css3/flexbox/negative-overflow-expected.txt:
+ * css3/flexbox/negative-overflow.html:
+
+2013-03-13 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Handle min-width / max-width on the grid element
+ https://bugs.webkit.org/show_bug.cgi?id=112269
+
+ Reviewed by Ojan Vafai.
+
+ * fast/css-grid-layout/grid-element-min-max-width-expected.txt: Added.
+ * fast/css-grid-layout/grid-element-min-max-width.html: Added.
+
+2013-03-13 Tao Bai <michaelbai@chromium.org>
+
+ Add the default video poster if it doesn't exist in video tag
+ https://bugs.webkit.org/show_bug.cgi?id=110263
+
+ Reviewed by Eric Carlson.
+
+ The Android web view application could provide the default poster
+ for a video that doesn't have the poster attribute.
+
+ To provide the default poster, the application must set defaultVideoPosterURL
+ setting and return the image in the response of that URL.
+
+ The way to do this would be:
+
+ A) Replace the Element::imageSourceAttributeName function with an
+ Element::imageSourceURL function that returns the imageSourceURL as a
+ const AtomicString&. The body will be the same as before, it will just also
+ include a call to getAttribute. Also will need to revise the four classes
+ that override that function.
+
+ B) Add a new HTMLVideoElement::posterImageURL function that implements the
+ default poster URL logic.
+
+ C) Update the four functions that get the poster attribute to handle poster
+ loading and display to call posterImageURL.
+
+ 1) HTMLVideoElement::imageSourceURL.
+ 2) HTMLVideoElement::setDisplayMode.
+ 3) HTMLVideoElement::updateDisplayState.
+ 4) HTMLMediaElement::getPluginProxyParams. Will need to cast to
+ HTMLVideoElement after checking isVideo.
+
+ * media/video-default-poster-expected.txt: Added.
+ * media/video-default-poster.html: Added.
+ * media/video-no-default-poster-expected.txt: Added.
+ * media/video-no-default-poster.html: Added.
+
+2013-03-13 James Robinson <jamesr@chromium.org>
+
+ Force clip in fast/regions/autoheight-break-after-expected.html to match test
+ https://bugs.webkit.org/show_bug.cgi?id=112283
+
+ Reviewed by David Hyatt.
+
+ Regions always set a clip rect when rendering their contents. On Mountain Lion, the Ahem glyphs very slightly
+ visually overflow their bounds if there's no clip set. This sets a clip in the reference file so we get the same
+ rendering.
+
+ * fast/regions/autoheight-break-after-expected.html:
+
+2013-03-13 Tim Horton <timothy_horton@apple.com>
+
+ Make lint-test-expectations happy with the Apple-Windows TestExpectations files
+
+ Unreviewed.
+
+ accessibility/radio-button-checkbox-size.html was moved to platform/mac in http://trac.webkit.org/changeset/138124
+ fast/css/ignore-text-zoom.html was removed in http://trac.webkit.org/changeset/145168
+ inspector-protocol/layer-tree.html was removed in http://trac.webkit.org/changeset/144624
+ Remove a bunch of duplicate entries.
+
+ * platform/win/TestExpectations:
+
+2013-03-13 Liam Quinn <lquinn@blackberry.com>
+
+ New tests to check that XHTML entities are supported in XHTML Mobile Profile 1.1 and 1.2.
+ https://bugs.webkit.org/show_bug.cgi?id=112174
+ RIM PR 309038
+
+ Reviewed by Rob Buis.
+ Internally reviewed by Leo Yang.
+
+ * fast/doctypes/xhtml-with-xhtmlmp11-doctype-expected.txt: Added.
+ * fast/doctypes/xhtml-with-xhtmlmp11-doctype.xhtml: Added.
+ * fast/doctypes/xhtml-with-xhtmlmp12-doctype-expected.txt: Added.
+ * fast/doctypes/xhtml-with-xhtmlmp12-doctype.xhtml: Added.
+
+2013-03-13 Tim Horton <timothy_horton@apple.com>
+
+ Unreviewed, fix a path in TestExpectations.
+
+ * platform/mac/TestExpectations:
+
+2013-03-13 James Robinson <jamesr@chromium.org>
+
+ Clean out some stale chromium TestExpectations entries.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-13 Tony Chang <tony@chromium.org>
+
+ Regression(r143542): -webkit-align-items: center with overflow: auto/scroll has extra bottom padding
+ https://bugs.webkit.org/show_bug.cgi?id=112047
+
+ Reviewed by Ojan Vafai.
+
+ * css3/flexbox/negative-overflow-expected.txt: Added.
+ * css3/flexbox/negative-overflow.html: Added.
+ * resources/check-layout.js: Add attributes for checking scroll width and scroll height.
+
+2013-03-13 Nate Chapin <japhet@chromium.org>
+
+ Test for https://bugs.webkit.org/show_bug.cgi?id=112194.
+
+ Reviewed by Alexey Proskuryakov.
+
+ * http/tests/navigation/post-redirect-get-reload-expected.txt: Added.
+ * http/tests/navigation/post-redirect-get-reload.php: Added.
+
+2013-03-13 Andrei Bucur <abucur@adobe.com>
+
+ [CSS Regions] Break after doesn't work correctly with auto-height regions
+ https://bugs.webkit.org/show_bug.cgi?id=112241
+
+ Reviewed by David Hyatt.
+
+ This reference test verifies the correct break positioned is computed when there are auto-height regions during
+ the normal layout phase.
+ The test includes an auto-height region, a region with a specified size and an auto-height region. The first
+ region ends with a paragraph with a forced break after. During the normal layout phase, if the paragraph margin
+ is not included in the break offset, the next paragraph is incorrectly positioned and it will result in an
+ incorrectly sized last region.
+ In the constrained layout phase, the break position is returned correctly, the paragraph is positioned further down
+ causing overflow in the auto-height region.
+
+ * fast/regions/autoheight-break-after-expected.html: Added.
+ * fast/regions/autoheight-break-after.html: Added.
+
+2013-03-13 Philip Rogers <pdr@google.com>
+
+ Fix body background image geometry calculation
+ https://bugs.webkit.org/show_bug.cgi?id=112226
+
+ Reviewed by Stephen Chenney.
+
+ This test is required to have a repeating background, as we optimize non-repeating
+ backgrounds so the bug is not hit. A light green color is used so the text is still
+ readable, and gridlines are present to prove the correct container size is being used.
+
+ * svg/as-background-image/svg-as-background-body-expected.html: Added.
+ * svg/as-background-image/svg-as-background-body.html: Added.
+
+2013-03-13 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium baselines.
+
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+
+2013-03-13 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium baselines.
+
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
+
+2013-03-13 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Unskip now passing compositing tests.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+ * platform/qt-5.0-wk2/TestExpectations:
+ * platform/qt/TestExpectations:
+
+2013-03-13 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [chromium] Layout Test fast/repaint/japanese-rl-selection-repaint-in-regions.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=106097
+
+ Reviewed by Tony Chang.
+
+ After http://trac.webkit.org/changeset/138785, the content overflowing the last region in chain is
+ displayed properly in vertical-rl writing mode. This determined the failure of japanese-rl-selection-repaint-in-regions.html
+ test due to the overflowing content that now appears when rendered.
+
+ I modified the original test by decreasing the font size so that the content is not overflowing, because the purpose
+ of the original test was not to check the overflowed content anyway. I have generated new expected results for mac and chromium
+ and unskipped the test on chromium and mac.
+
+ * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+ * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
+ * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
+ * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+ * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
+ * platform/chromium/TestExpectations:
+ * platform/chromium/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
+ * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+ * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
+ * platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
+ * platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
+ * platform/mac/TestExpectations:
+ * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
+ * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
+
+2013-03-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ [EFL] http/tests/websocket/tests/hybi/close-on-navigate-new-location.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=112231
+
+ Reviewed by Kentaro Hara.
+
+ close-on-navigate-new-location.html tests that the websocket is closed when navigating
+ to a new location (handler_map.txt). However, handler_map.txt does not exist so we get
+ an HTTP 404 error and we end up not navigating. This patch fixes the navigation path
+ to "../handler_map.txt" since the file is actually in the parent folder.
+
+ * http/tests/websocket/tests/hybi/close-on-navigate-new-location.html:
+
+2013-03-13 Mike West <mkwst@chromium.org>
+
+ Unsafe JavaScript attempt errors are ludicrously verbose and annoying
+ https://bugs.webkit.org/show_bug.cgi?id=112042
+
+ Reviewed by Timothy Hatcher.
+
+ * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
+ * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
+ * http/tests/history/cross-origin-replace-history-object-expected.txt:
+ * http/tests/inspector-protocol/access-inspected-object-expected.txt:
+ * http/tests/plugins/cross-frame-object-access-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * http/tests/security/cross-frame-access-call-expected.txt:
+ * http/tests/security/cross-frame-access-custom-expected.txt:
+ * http/tests/security/cross-frame-access-delete-expected.txt:
+ * http/tests/security/cross-frame-access-enumeration-expected.txt:
+ * http/tests/security/cross-frame-access-first-time-expected.txt:
+ * http/tests/security/cross-frame-access-frameelement-expected.txt:
+ * http/tests/security/cross-frame-access-get-custom-property-cached-expected.txt:
+ * http/tests/security/cross-frame-access-get-expected.txt:
+ * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
+ * http/tests/security/cross-frame-access-history-get-expected.txt:
+ * http/tests/security/cross-frame-access-history-put-expected.txt:
+ * http/tests/security/cross-frame-access-location-get-expected.txt:
+ * http/tests/security/cross-frame-access-location-put-expected.txt:
+ * http/tests/security/cross-frame-access-name-getter-expected.txt:
+ * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
+ * http/tests/security/cross-frame-access-object-prototype-expected.txt:
+ * http/tests/security/cross-frame-access-port-expected.txt:
+ * http/tests/security/cross-frame-access-put-expected.txt:
+ * http/tests/security/cross-frame-access-selection-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
+ * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt:
+ * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
+ * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
+ * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
+ * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-host-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-search-expected.txt:
+ * http/tests/security/xss-DENIED-defineProperty-expected.txt:
+ * http/tests/security/xss-DENIED-frame-name-expected.txt:
+ * http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
+ * http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
+ * http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt:
+ * http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
+ * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
+ * http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
+ * http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
+ * http/tests/security/xss-DENIED-synchronous-form-expected.txt:
+ * http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-parent-expected.txt:
+ * http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
+ * http/tests/security/xss-eval-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+ * platform/chromium/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-document-direct-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-inactive-closure-expected.txt:
+ * platform/chromium/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
+ * platform/chromium/http/tests/security/xss-DENIED-defineProperty-expected.txt:
+ * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt:
+
+2013-03-13 Takashi Sakamoto <tasak@google.com>
+
+ Implement :scope for element.querySelector[All]()
+ https://bugs.webkit.org/show_bug.cgi?id=81069
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/selectors/querySelector-scope-expected.txt: Added.
+ * fast/selectors/querySelector-scope.html: Added.
+
+2013-03-13 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations:
+
+2013-03-13 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
+
+ [EFL] Unreviewed rebaseline.
+
+ * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+
+ Rebaseline after r145422.
+
+ * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+ * platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
+ * platform/efl/fast/css-generated-content/015-expected.txt:
+ * platform/efl/fast/css/h1-in-section-elements-expected.txt:
+ * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+ * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+ * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+ * platform/efl/tables/mozilla/bugs/bug126742-expected.txt:
+ * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
+
+ Rebaseline after r145242.
+
+2013-03-13 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
+
+ EFL rebaseline after r145242.
+
+ * platform/efl/css1/basic/inheritance-expected.txt:
+ * platform/efl/css1/box_properties/clear_float-expected.txt:
+ * platform/efl/css1/box_properties/margin-expected.txt:
+ * platform/efl/css1/box_properties/margin_bottom-expected.txt:
+ * platform/efl/css1/box_properties/margin_top-expected.txt:
+ * platform/efl/css1/box_properties/padding-expected.txt:
+ * platform/efl/css1/box_properties/padding_bottom-expected.txt:
+ * platform/efl/css1/box_properties/padding_top-expected.txt:
+ * platform/efl/css1/color_and_background/background_attachment-expected.txt:
+ * platform/efl/css1/font_properties/font_weight-expected.txt:
+ * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
+
+2013-03-13 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Adding failure expectation for the SVG test after r145541.
+
+2013-03-13 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Unskipp some passing compositing tests.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+ * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/fixed-in-composited-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/fixed-in-composited-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/video-fixed-scrolling-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/layer-creation/scroll-partial-update-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/overflow-auto-with-touch-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/scroll-ancestor-update-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/scrolling-without-painting-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/overflow/updating-scrolling-content-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/plugins/no-backing-store-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/plugins/small-to-large-composited-plugin-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/self-painting-layers-expected.png: Added.
+ * platform/qt-5.0-wk1/compositing/self-painting-layers-expected.txt: Added.
+ * platform/qt-5.0-wk1/compositing/video/video-poster-expected.txt: Added.
+
+2013-03-13 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ Adding expectations for a couple of flaky crashers on the debug builder.
+ Adding flaky failure expectations for a couple of SVG animations tests.
+ Adding failure expectation for the SVG test introduced in 145541, failing due to disabled subpixel layout.
+
+ * platform/gtk/TestExpectations:
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed inspector test fix.
+
+ * http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html:
+ * inspector/datagrid-autosize.html:
+ * inspector/debugger/breakpoint-manager-listeners-count.html:
+
+2013-03-12 Antti Koivisto <antti@apple.com>
+
+ Basic child obscuration test for backgrounds
+ https://bugs.webkit.org/show_bug.cgi?id=111701
+
+ Reviewed by Simon Fraser.
+
+ * fast/repaint/obscured-background-no-repaint-expected.txt: Added.
+ * fast/repaint/obscured-background-no-repaint.html: Added.
+ * fast/repaint/resources/animated.gif: Added.
+
+2013-03-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ Update test expectation for the bug 111521.
+
+ * platform/mac/TestExpectations:
+
+2013-03-12 James Robinson <jamesr@chromium.org>
+
+ Update a few chromium test expectations.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-12 James Robinson <jamesr@chromium.org>
+
+ Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
+ https://bugs.webkit.org/show_bug.cgi?id=89510
+
+ Reviewed by Kenneth Russell.
+
+ Remove expectation now that test passes.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-12 Filip Pizlo <fpizlo@apple.com>
+
+ Array.prototype.sort should at least try to be PTIME even when the array is in some bizarre mode
+ https://bugs.webkit.org/show_bug.cgi?id=112187
+ <rdar://problem/13393550>
+
+ Reviewed by Michael Saboff and Gavin Barraclough.
+
+ If your Array.prototype.sort is not sufficiently smart, this test will never complete.
+ But if it is, it'll complete instantly.
+
+ * fast/js/array-sort-small-sparse-array-with-large-length-expected.txt: Added.
+ * fast/js/array-sort-small-sparse-array-with-large-length.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/array-sort-small-sparse-array-with-large-length.js: Added.
+
+2013-03-12 James Robinson <jamesr@chromium.org>
+
+ Update chromium pixel baselines for mesa blend fix in chromium r187688
+
+ * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Removed.
+ * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Removed.
+ * platform/chromium-linux/compositing/direct-image-compositing-expected.png:
+ * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-linux/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/chromium-linux/compositing/geometry/video-opacity-overlay-expected.png:
+ * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png:
+ * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
+ * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
+ * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-linux/compositing/reflections/transform-inside-reflection-expected.png:
+ * platform/chromium-linux/compositing/self-painting-layers-expected.png:
+ * platform/chromium-linux/compositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-linux/compositing/visibility/visibility-image-layers-expected.png: Removed.
+ * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
+ * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Added.
+ * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
+ * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
+ * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
+ * platform/chromium-linux/css3/filters/effect-blur-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
+ * platform/chromium-linux/css3/filters/effect-contrast-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-saturate-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/effect-sepia-hw-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/filter-change-repaint-composited-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/filter-change-repaint-expected.png: Removed.
+ * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
+ * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-expected.png:
+ * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-expected.png: Removed.
+ * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Removed.
+ * platform/chromium-linux/platform/chromium/compositing/3d-corners-expected.png:
+ * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
+ * platform/chromium-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
+ * platform/chromium-linux/platform/chromium/compositing/video-frame-size-change-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+ * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png:
+ * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
+ * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png:
+ * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png:
+ * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
+ * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
+ * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png:
+ * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png:
+ * platform/chromium-mac-lion/compositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png.
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/direct-image-compositing-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/reflections/transform-inside-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/self-painting-layers-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/compositing/video-frame-size-change-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Added.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+ * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-mac/compositing/culling/filter-occlusion-blur-expected.png:
+ * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
+ * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
+ * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
+ * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
+ * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
+ * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
+ * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
+ * platform/chromium-mac/compositing/self-painting-layers-expected.png:
+ * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png:
+ * platform/chromium-mac/compositing/visibility/visibility-simple-video-layer-expected.png:
+ * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
+ * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
+ * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
+ * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
+ * platform/chromium-mac/css3/filters/effect-blur-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
+ * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
+ * platform/chromium-mac/css3/filters/filter-change-repaint-composited-expected.png: Added.
+ * platform/chromium-mac/css3/filters/filter-change-repaint-expected.png: Added.
+ * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
+ * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
+ * platform/chromium-mac/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
+ * platform/chromium-mac/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/3d-corners-expected.png:
+ * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
+ * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
+ * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
+ * platform/chromium-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
+ * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/fast/canvas/webgl/css-webkit-canvas-expected.png: Removed.
+ * platform/chromium/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Removed.
+ * platform/efl-wk2/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
+
+2013-03-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add one more test expectation per bug 112176.
+
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+
+2013-03-12 Adam Barth <abarth@webkit.org>
+
+ Remove stray .gitmodules file
+ https://bugs.webkit.org/show_bug.cgi?id=112186
+
+ Reviewed by Tony Chang.
+
+ Apparently I imported this together with the jquery tests by mistake.
+
+ * jquery/resources/src/sizzle/.gitmodules: Removed.
+
+2013-03-12 Christian Biesinger <cbiesinger@chromium.org>
+
+ Mac: Incorrect rendering of <audio> controls
+ https://bugs.webkit.org/show_bug.cgi?id=110913
+
+ Reviewed by Tony Chang.
+
+ * platform/mac/media/audio-controls-rendering-expected.txt:
+ * platform/mac/media/controls-after-reload-expected.txt:
+ * platform/mac/media/controls-strict-expected.txt:
+ * platform/mac/media/controls-styling-strict-expected.txt:
+ * platform/mac/media/controls-without-preload-expected.txt:
+ * platform/mac/media/video-controls-rendering-expected.txt:
+ * platform/mac/media/video-display-toggle-expected.txt:
+ * platform/mac/media/video-no-audio-expected.txt:
+ * platform/mac/media/video-playing-and-pause-expected.txt:
+
+2013-03-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ Some canvas tests only fail on Mac EWS
+ https://bugs.webkit.org/show_bug.cgi?id=112176
+
+ Reviewed by Simon Fraser.
+
+ Add Failure / Pass test expectations on tests that only fail on Mac EWS bots.
+
+ Ideally, we can figure out the root cause of this failure and fix that problem but we haven't been able
+ to do so. We also don't have a way of adding test expectations only on EWS bots we're out of luck here.
+
+ * platform/mac/TestExpectations:
+
+2013-03-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ Mac rebaseline.
+
+ Rubber-stamped by Simon Fraser.
+
+ * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+
+2013-03-12 Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
+
+ Webkit unable to show gifs with applcation extension string shorter than 11 bytes
+ https://bugs.webkit.org/show_bug.cgi?id=110620
+
+ Reviewed by Laszlo Gombos.
+
+ Test that webkit is able to decode gifs with short application extension string.
+
+ * fast/images/gif-short-app-extension-string-expected.png: Added.
+ * fast/images/gif-short-app-extension-string-expected.txt: Added.
+ * fast/images/gif-short-app-extension-string.html: Added.
+ * fast/images/resources/short-app-extension-string.gif: Added.
+
+2013-03-12 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding failure expectations for two crashers and a flaky test.
+ * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145526.
+ * platform/gtk/http/tests/security/xssAuditor: Added. Adding baselines for tests introduced in r145503.
+ * platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: Added.
+ * platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: Added.
+
+2013-03-12 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt-5.0-wk2/TestExpectations: Skipped two fullscreen tests after r144837 and r145214.
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Updated after r145422.
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Updated after r145422.
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Updated after r145422.
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Updated after r145422.
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Updated after r145422.
+ * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Updated after r145422.
+
+2013-03-12 Florin Malita <fmalita@chromium.org>
+
+ SVG Pattern pixelated on inline SVG with CSS transforms
+ https://bugs.webkit.org/show_bug.cgi?id=111587
+
+ Reviewed by Dirk Schulze.
+
+ * svg/custom/resources-css-scaled-expected.html: Added.
+ * svg/custom/resources-css-scaled.html: Added.
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: ResourceScriptFile diverged state should be correctly reset after debugger reset.
+ https://bugs.webkit.org/show_bug.cgi?id=112036
+
+ Reviewed by Alexander Pavlov.
+
+ * inspector/debugger/file-system-project-mapping-expected.txt:
+ * inspector/debugger/file-system-project-mapping.html:
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Add a test for Workspace add/removeMapping methods.
+ https://bugs.webkit.org/show_bug.cgi?id=112035
+
+ Reviewed by Alexander Pavlov.
+
+ * http/tests/inspector/isolated-filesystem-test.js: Added.
+ (initialize_IsolatedFileSystemTest.InspectorTest.createIsolatedFileSystemManager):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.path):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.requestFileContent):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.setFileContent):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.requestFilesRecursive):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager.prototype.addMockFileSystem):
+ (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager.prototype.removeMockFileSystem):
+ (initialize_IsolatedFileSystemTest):
+ * inspector/debugger/file-system-project-mapping-expected.txt: Added.
+ * inspector/debugger/file-system-project-mapping.html: Added.
+ * inspector/debugger/resource-script-mapping.html:
+ * inspector/file-system-project.html:
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: SourceFrames are leaking on reload.
+ https://bugs.webkit.org/show_bug.cgi?id=111961
+
+ Reviewed by Alexander Pavlov.
+
+ * inspector/debugger/breakpoint-manager-listeners-count-expected.txt: Added.
+ * inspector/debugger/breakpoint-manager-listeners-count.html: Added.
+
+2013-03-12 Krzysztof Czech <k.czech@samsung.com>
+
+ Unreviewed EFL gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=112130
+
+ Gardening; assigning bug numbers to failure accessibility tests.
+
+ * platform/efl-wk1/TestExpectations:
+ * platform/efl-wk2/TestExpectations:
+
+2013-03-12 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium gardening.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-12 Mike West <mkwst@chromium.org>
+
+ XSSAuditor should send only one console error when blocking a page.
+ https://bugs.webkit.org/show_bug.cgi?id=110733
+
+ Reviewed by Daniel Bates.
+
+ * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+ * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-expected.txt:
+ * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
+ * http/tests/security/xssAuditor/cached-frame-expected.txt:
+ * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
+ * http/tests/security/xssAuditor/form-action-expected.txt:
+ * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+ * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+ * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+ * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+ * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+ * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+ * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+ * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
+ * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
+ * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+ * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Several inspector tests are flaky beacuse of beforeonload event handler.
+ https://bugs.webkit.org/show_bug.cgi?id=112111
+
+ Reviewed by Alexander Pavlov.
+
+ Added removeEventListener call.
+ Beforeunload message was updated so that it is possible to find it's source from it.
+
+ * inspector-protocol/page/javascriptDialogEvents-expected.txt:
+ * inspector-protocol/page/javascriptDialogEvents.html:
+
+2013-03-12 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r145397 and r145474.
+ * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145400.
+
+2013-03-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed test flakiness fix.
+
+ * inspector/debugger/event-listener-breakpoints.html:
+
+2013-03-11 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed test flakiness fix.
+
+ * inspector/debugger/xhr-breakpoints.html:
+ * platform/chromium/TestExpectations:
+
+2013-03-11 Filip Pizlo <fpizlo@apple.com>
+
+ DFG overflow check elimination is too smart for its own good
+ https://bugs.webkit.org/show_bug.cgi?id=111832
+
+ Reviewed by Oliver Hunt and Gavin Barraclough.
+
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
+ (foo):
+ (bar):
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
+ (foo):
+ (bar):
+
+2013-03-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium expectations updated.
+
+ * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
+ * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
+ * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
+ * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
+
+2013-03-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium expectations updated.
+
+ * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png:
+ * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png:
+
+2013-03-11 Jochen Eisinger <jochen@chromium.org>
+
+ Don't create multiple user gesture indicators when forwarding events to sub frames
+ https://bugs.webkit.org/show_bug.cgi?id=111923
+
+ Reviewed by Adam Barth.
+
+ Ports that implement consumable user gestures depend on a single user
+ gesture indicator being created in response to a single user gesture.
+
+ * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-iframes-expected.txt: Added.
+ * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-iframes.html: Added.
+
+2013-03-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium expectations updated.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium rebaselines.
+
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+ * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+ * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+ * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+ * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+
+2013-03-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: Chromium rebaselines.
+
+ * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
+
+2013-03-11 Takashi Sakamoto <tasak@google.com>
+
+ [CSS] shadow from radius has wrong render in webkit
+ https://bugs.webkit.org/show_bug.cgi?id=99928
+
+ Reviewed by Simon Fraser.
+
+ * fast/box-shadow/box-shadow-with-zero-radius-expected.html: Added.
+ * fast/box-shadow/box-shadow-with-zero-radius.html: Added.
+ * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png:
+ Rebaselined. Comparing the old one with the new one, both ones look almost
+ the same.
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ [chromium] Fix flaky timeouts in platform/chromium/events/fast/events/intercept-postmessage.html
+ https://bugs.webkit.org/show_bug.cgi?id=112089
+
+ Reviewed by Adam Barth.
+
+ This test had a few problems. The most serious is it raced a window.postMessage() from an inline <script> in the
+ <head> with the HTML parser processing the rest of the testcase. If the HTML parser yielded before parsing out
+ the <pre id="console">, function recvMsg1 would generate an error accessing the undefined pre. The test also
+ set up a setTimeout with a timeout of 50ms to run after a postMessage handler. There's no need to wait after
+ yielding for a timeout, these events are processed in order.
+
+ * platform/chromium/fast/events/intercept-postmessage.html:
+
+2013-03-11 Adam Barth <abarth@webkit.org>
+
+ Make BackgroundHTMLParser work with doc.writes that enter or leave foreign content
+ https://bugs.webkit.org/show_bug.cgi?id=109764
+
+ Reviewed by Eric Seidel.
+
+ * fast/parser/document-write-svg-cdata-expected.txt: Added.
+ * fast/parser/document-write-svg-cdata.html: Added.
+
+2013-03-11 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
+
+ Ruby text is incorrectly positioned when its writing-mode is changed to vertical after layout is done
+ https://bugs.webkit.org/show_bug.cgi?id=96592
+
+ Reviewed by Hajime Morrita.
+
+ * fast/writing-mode/ruby-text-logical-left-expected.html: Added.
+ * fast/writing-mode/ruby-text-logical-left.html: Added.
+
+2013-03-11 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
+
+ [css3-text] Add partial parsing support for text-underline-position property from CSS3 Text
+ https://bugs.webkit.org/show_bug.cgi?id=102491
+
+ Reviewed by Julien Chaffraix.
+
+ Added getComputedStyle layout tests for 'text-underline-position' CSS3
+ property, with 'webkit' prefix.
+
+ * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt: Added.
+ * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html: Added.
+ * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js: Added.
+ (testElementStyle):
+ (testComputedStyle):
+
+2013-03-11 Christian Biesinger <cbiesinger@chromium.org>
+
+ Hit testing should use ancestorInThisScope to get the non-shadow ancestor
+ https://bugs.webkit.org/show_bug.cgi?id=112068
+
+ Reviewed by Dimitri Glazkov.
+
+ * media/nodesFromRect-shadowContent.html: Extend the hit testing rect
+ to guarantee reaching a nested shadow tree.
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ More chromium layer tree rebaselines for r145422
+
+ * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ First (of probably many) layer tree rebaselines for r145422
+
+ * platform/chromium-linux-x86/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt.
+ * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt:
+ * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt:
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt:
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt:
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt:
+ * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt:
+ * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt:
+ * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt:
+ * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt:
+ * platform/chromium-linux/compositing/iframes/resizer-expected.txt:
+ * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt:
+ * platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+ * platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+ * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ De-flake fast/dom/title-directionality.html
+ https://bugs.webkit.org/show_bug.cgi?id=112075
+
+ Reviewed by Adam Barth.
+
+ This moves the test logic from an inline script to an onload handler. Otherwise, the whitespace collapsing logic
+ creates a race between the style recalc timer and the HTML parser which sometimes produces an extra newline at
+ the end of the text output.
+
+ * fast/dom/title-directionality-expected.txt:
+ * fast/dom/title-directionality.html:
+
+2013-03-05 Ojan Vafai <ojan@chromium.org>
+
+ Intrinsic width keyword values don't work for tables
+ https://bugs.webkit.org/show_bug.cgi?id=111515
+
+ Reviewed by Julien Chaffraix.
+
+ * fast/css-intrinsic-dimensions/css-tables-expected.txt: Added.
+ * fast/css-intrinsic-dimensions/css-tables.html: Added.
+ * fast/css-intrinsic-dimensions/tables-expected.txt: Added.
+ * fast/css-intrinsic-dimensions/tables.html: Added.
+
+2013-03-11 Stephen Chenney <schenney@chromium.org>
+
+ HTMLInputElement can delete an ImageLoader while it's still needed
+ https://bugs.webkit.org/show_bug.cgi?id=110621
+
+ Reviewed by Darin Adler.
+
+ * fast/forms/image/image-error-event-modifies-type-crash-expected.txt: Added.
+ * fast/forms/image/image-error-event-modifies-type-crash.html: Added.
+
+2013-03-11 Alok Priyadarshi <alokp@chromium.org>
+
+ Revert "Mark GraphicsLayers as opaque when possible"
+
+ This reverts commit 0a4d3c2d8a0373aa9e5bd9209885137a13a7f0e0.
+
+ REGRESSION (r143626): http://chainlove.com shows garbage tiles on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=112043
+
+ Unreviewed, rolling out r143626.
+
+ * compositing/absolute-inside-out-of-view-fixed-expected.txt:
+ * compositing/backing/no-backing-for-clip-expected.txt:
+ * compositing/backing/no-backing-for-clip-overlap-expected.txt:
+ * compositing/backing/no-backing-for-perspective-expected.txt:
+ * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
+ * compositing/columns/composited-in-paginated-expected.txt:
+ * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Removed.
+ * compositing/contents-opaque/contents-opaque-background-clip.html: Removed.
+ * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Removed.
+ * compositing/contents-opaque/contents-opaque-background-color.html: Removed.
+ * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Removed.
+ * compositing/contents-opaque/contents-opaque-layer-opacity.html: Removed.
+ * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Removed.
+ * compositing/contents-opaque/contents-opaque-layer-transform.html: Removed.
+ * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+ * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+ * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
+ * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * compositing/geometry/bounds-ignores-hidden-expected.txt:
+ * compositing/geometry/clip-expected.txt:
+ * compositing/geometry/clip-inside-expected.txt:
+ * compositing/geometry/fixed-position-composited-switch-expected.txt:
+ * compositing/geometry/flipped-writing-mode-expected.txt:
+ * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+ * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+ * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
+ * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
+ * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+ * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+ * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+ * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+ * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+ * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+ * compositing/geometry/preserve-3d-switching-expected.txt:
+ * compositing/iframes/become-composited-nested-iframes-expected.txt:
+ * compositing/iframes/become-overlapped-iframe-expected.txt:
+ * compositing/iframes/composited-parent-iframe-expected.txt:
+ * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+ * compositing/iframes/connect-compositing-iframe-expected.txt:
+ * compositing/iframes/connect-compositing-iframe2-expected.txt:
+ * compositing/iframes/connect-compositing-iframe3-expected.txt:
+ * compositing/iframes/enter-compositing-iframe-expected.txt:
+ * compositing/iframes/iframe-resize-expected.txt:
+ * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+ * compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * compositing/iframes/overlapped-iframe-expected.txt:
+ * compositing/iframes/overlapped-iframe-iframe-expected.txt:
+ * compositing/iframes/overlapped-nested-iframes-expected.txt:
+ * compositing/iframes/page-cache-layer-tree-expected.txt:
+ * compositing/iframes/scrolling-iframe-expected.txt:
+ * compositing/layer-creation/animation-overlap-with-children-expected.txt:
+ * compositing/layer-creation/fixed-position-and-transform-expected.txt:
+ * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+ * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+ * compositing/layer-creation/fixed-position-under-transform-expected.txt:
+ * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+ * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+ * compositing/layer-creation/overlap-animation-clipping-expected.txt:
+ * compositing/layer-creation/overlap-animation-expected.txt:
+ * compositing/layer-creation/overlap-child-layer-expected.txt:
+ * compositing/layer-creation/overlap-clipping-expected.txt:
+ * compositing/layer-creation/overlap-transformed-3d-expected.txt:
+ * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+ * compositing/layer-creation/overlap-transformed-layer-expected.txt:
+ * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+ * compositing/layer-creation/overlap-transforms-expected.txt:
+ * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+ * compositing/layer-creation/stacking-context-overlap-expected.txt:
+ * compositing/layer-creation/translatez-overlap-expected.txt:
+ * compositing/masks/mask-layer-size-expected.txt:
+ * compositing/overflow-trumps-transform-style-expected.txt:
+ * compositing/overflow/clip-descendents-expected.txt:
+ * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * compositing/overflow/textarea-scroll-touch-expected.txt:
+ * compositing/plugins/no-backing-store-expected.txt:
+ * compositing/repaint/invalidations-on-composited-layers-expected.txt:
+ * compositing/rtl/rtl-absolute-expected.txt:
+ * compositing/rtl/rtl-absolute-overflow-expected.txt:
+ * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+ * compositing/rtl/rtl-fixed-expected.txt:
+ * compositing/rtl/rtl-fixed-overflow-expected.txt:
+ * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * compositing/rtl/rtl-iframe-absolute-expected.txt:
+ * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+ * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+ * compositing/rtl/rtl-iframe-fixed-expected.txt:
+ * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+ * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+ * compositing/rtl/rtl-iframe-relative-expected.txt:
+ * compositing/rtl/rtl-relative-expected.txt:
+ * compositing/tiled-layers-hidpi-expected.txt:
+ * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+ * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+ * compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * compositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+ * compositing/tiling/rotated-tiled-clamped-expected.txt:
+ * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+ * compositing/tiling/tile-cache-zoomed-expected.txt:
+ * compositing/tiling/tiled-layer-resize-expected.txt:
+ * compositing/visible-rect/2d-transformed-expected.txt:
+ * compositing/visible-rect/3d-transform-style-expected.txt:
+ * compositing/visible-rect/3d-transformed-expected.txt:
+ * compositing/visible-rect/animated-expected.txt:
+ * compositing/visible-rect/animated-from-none-expected.txt:
+ * compositing/visible-rect/clipped-by-viewport-expected.txt:
+ * compositing/visible-rect/clipped-visible-rect-expected.txt:
+ * compositing/visible-rect/iframe-and-layers-expected.txt:
+ * compositing/visible-rect/iframe-no-layers-expected.txt:
+ * compositing/visible-rect/nested-transform-expected.txt:
+ * compositing/visible-rect/scrolled-expected.txt:
+ * css3/filters/filtered-compositing-descendant-expected.txt:
+ * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
+ * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+ * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+ * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
+ * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+ * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
+ * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+ * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
+ * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+ * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
+ * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+ * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+ * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
+ * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+ * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
+ * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
+ * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
+ * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
+ * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
+ * platform/chromium/compositing/geometry/clip-expected.txt:
+ * platform/chromium/compositing/geometry/clip-inside-expected.txt:
+ * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
+ * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
+ * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+ * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
+ * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
+ * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+ * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
+ * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
+ * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
+ * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
+ * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
+ * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+ * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
+ * platform/chromium/compositing/iframes/resizer-expected.txt:
+ * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
+ * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+ * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
+ * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+ * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+ * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
+ * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
+ * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
+ * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
+ * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
+ * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
+ * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
+ * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
+ * platform/efl/TestExpectations:
+ * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+ * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
+ * platform/mac/TestExpectations:
+ * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
+ * platform/mac/compositing/iframes/resizer-expected.txt:
+ * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+ * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
+ * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+ * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+ * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
+ * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+ * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
+ * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
+ * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
+ * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
+ * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
+ * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
+ * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
+ * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
+ * platform/qt/TestExpectations:
+ * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
+ * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
+ * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
+ * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
+ * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+ * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
+ * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
+ * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
+ * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ Update chromium render tree baselines for track cue changes in r145397.
+
+ * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Added.
+ * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Added.
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.txt:
+ * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
+ * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
+
+2013-03-11 Benjamin Poulain <benjamin@webkit.org>
+
+ Modernize the test visited-link-background-color.html
+ https://bugs.webkit.org/show_bug.cgi?id=111931
+
+ Reviewed by Sam Weinig.
+
+ Make the test a ref-test instead of a pixel test.
+
+ Use Internals' computedStyleIncludingVisitedInfo to make the test reliable
+ on platforms where the visited link list is updated asynchronously.
+
+ * fast/history/visited-link-background-color-expected.html: Copied from LayoutTests/fast/history/visited-link-background-color.html.
+ * fast/history/visited-link-background-color.html:
+ * platform/chromium-linux/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/chromium/TestExpectations:
+ * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/chromium/fast/history/visited-link-background-color-expected.txt: Removed.
+ * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/efl/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/efl/fast/history/visited-link-background-color-expected.txt: Removed.
+ * platform/gtk/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/gtk/fast/history/visited-link-background-color-expected.txt: Removed.
+ * platform/mac-wk2/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/mac-wk2/fast/history/visited-link-background-color-expected.txt: Removed.
+ * platform/mac/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/mac/fast/history/visited-link-background-color-expected.txt: Removed.
+ * platform/qt/fast/history/visited-link-background-color-expected.png: Removed.
+ * platform/qt/fast/history/visited-link-background-color-expected.txt: Removed.
+
+2013-03-11 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144818.
+ http://trac.webkit.org/changeset/144818
+ https://bugs.webkit.org/show_bug.cgi?id=112062
+
+ Preparing to rollout r143626, which broke a few websites on
+ Mac (Requested by alokp on #webkit).
+
+ * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
+ * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
+ * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Removed.
+ * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Removed.
+ * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Removed.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/efl/TestExpectations:
+ * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+ * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+ * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+ * platform/mac/TestExpectations:
+ * platform/qt/TestExpectations:
+
+2013-02-26 Dima Gorbik <dgorbik@apple.com>
+
+ Not all properties apply to the '::cue' pseudo-element
+ https://bugs.webkit.org/show_bug.cgi?id=110705
+
+ Reviewed by Eric Carlson.
+
+ * media/media-controls.js:
+ (textTrackDisplayElement):
+ * media/track/track-css-all-cues-expected.txt:
+ * media/track/track-css-all-cues.html:
+ * media/track/track-css-cue-lifetime.html:
+ * media/track/track-css-matching-default.html:
+ * media/track/track-css-matching-lang.html:
+ * media/track/track-css-matching-timestamps.html:
+ * media/track/track-css-matching.html:
+ * media/track/track-css-property-whitelist.html:
+ * media/track/track-in-band-style.html:
+ * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
+
+2013-03-11 James Robinson <jamesr@chromium.org>
+
+ Update chromium expectations.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-11 Adam Klein <adamk@chromium.org>
+
+ MutationCallback should be a WebIDL 'callback', not a [Callback] interface
+ https://bugs.webkit.org/show_bug.cgi?id=91406
+
+ Reviewed by Adam Barth.
+
+ * fast/dom/MutationObserver/mutation-observer-constructor-expected.txt:
+ * fast/dom/MutationObserver/mutation-observer-constructor.html: Add test for TypeError-throwing.
+ Note that the Number and String cases already threw before this patch.
+
+2013-03-11 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Handle spanning grid items over specified grid tracks
+ https://bugs.webkit.org/show_bug.cgi?id=111918
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt:
+ We now pass all the tests.
+
+2013-03-11 Christian Biesinger <cbiesinger@chromium.org>
+
+ (tests) make nodesFromRect.js print a list of nodes that were found
+ https://bugs.webkit.org/show_bug.cgi?id=111793
+
+ Reviewed by Allan Sandfeld Jensen.
+
+ * fast/dom/nodesFromRect/resources/nodesFromRect.js:
+ (nodeToString):
+ (nodeListToString):
+ (check):
+ (nodesFromRectAsString):
+ Move node prettyprinting code from nodesFromRectAsString to new
+ functions nodeToString and nodeListToString, and make use of it in
+ check().
+ I've also converted the nodeType checks to use the constants on Node
+ instead of using magic numbers.
+
+2013-03-11 Kent Tamura <tkent@chromium.org>
+
+ Inappropriate validation message for required number/date input elements
+ https://bugs.webkit.org/show_bug.cgi?id=111982
+
+ Reviewed by Kentaro Hara.
+
+ * fast/forms/validationMessage-expected.txt:
+ * fast/forms/validationMessage.html:
+ * platform/chromium/fast/forms/validationMessage-expected.txt:
+
+2013-03-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed EFL gardening.
+
+ Unskip most of the websocket hybi test cases on EFL port as they
+ are passing nowadays.
+
+ * platform/efl-wk1/TestExpectations:
+ * platform/efl-wk2/TestExpectations:
+ * platform/efl/TestExpectations:
+
+2013-03-11 Alan Cutter <alancutter@chromium.org>
+
+ [Chromium] Mark LayoutTests/html5lib/generated/run-tests16-data.html as slow
+ https://bugs.webkit.org/show_bug.cgi?id=111960
+
+ Reviewed by Eric Seidel.
+
+ Related to V8 performance issue: https://code.google.com/p/v8/issues/detail?id=2567
+
+ * platform/chromium/TestExpectations:
+
+2013-03-11 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unrewieved gardening. Cleaning up some skip.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+ * platform/qt-5.0-wk2/TestExpectations:
+ * platform/qt/TestExpectations:
+ * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
+ * platform/qt/fast/dynamic/002-expected.txt: Rebaselining after r145296.
+
+2013-03-11 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Removing a few expectations for tests that were rolled out in r145296.
+ * platform/gtk/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
+ * platform/gtk/fast/dynamic/002-expected.txt: Ditto.
+
+2013-03-07 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: [Elements] XSLT transformation result from the xml-stylesheet PI not rendered
+ https://bugs.webkit.org/show_bug.cgi?id=111313
+
+ Reviewed by Vsevolod Vlasov.
+
+ * http/tests/inspector/styles/resources/xsl-transformed.xsl: Added.
+ * http/tests/inspector/styles/xsl-transformed-expected.txt: Added.
+ * http/tests/inspector/styles/xsl-transformed.xml: Added.
+
+2013-03-10 Matt Falkenhagen <falken@chromium.org>
+
+ Implement inert subtrees needed for modal <dialog>
+ https://bugs.webkit.org/show_bug.cgi?id=110952
+
+ Reviewed by Hajime Morrita.
+
+ * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events-expected.txt: Added.
+ * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events.html: Added.
+ * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events-expected.txt: Added.
+ * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events.html: Added.
+ * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events-expected.txt: Added.
+ * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events.html: Added.
+
+2013-03-10 Glenn Adams <glenn@skynav.com>
+
+ Line breaking opportunities at the end of a text node are missed
+ https://bugs.webkit.org/show_bug.cgi?id=17427
+
+ Reviewed by Darin Adler.
+
+ * fast/text/line-break-between-text-nodes-expected.html: Added.
+ * fast/text/line-break-between-text-nodes.html: Added.
+
+2013-03-09 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r145299.
+ http://trac.webkit.org/changeset/145299
+ https://bugs.webkit.org/show_bug.cgi?id=111928
+
+ compilation failure with recent clang
+ (DFGBackwardsPropagationPhase.cpp:132:35: error: comparison of
+ constant 10 with expression of type 'bool' is always false)
+ (Requested by thorton on #webkit).
+
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Removed.
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Removed.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Removed.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Removed.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Removed.
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Removed.
+
+2013-03-09 Keishi Hattori <keishi@webkit.org>
+
+ Add tests for opening the picker with the f4 key
+ https://bugs.webkit.org/show_bug.cgi?id=111811
+
+ Reviewed by Kent Tamura.
+
+ * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key-expected.txt: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key.html: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key-expected.txt: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key-expected.txt: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key.html: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key-expected.txt: Added.
+ * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key.html: Added.
+
+2013-03-09 Keishi Hattori <keishi@webkit.org>
+
+ Month transition animation is missing in some places
+ https://bugs.webkit.org/show_bug.cgi?id=111908
+
+ Reviewed by Kent Tamura.
+
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
+ (isCalendarTableScrollingWithAnimation):
+ * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
+
+2013-03-07 Robert Hogan <robert@webkit.org>
+
+ REGRESSION(r140907): Incorrect baseline for cells with media content during load
+ https://bugs.webkit.org/show_bug.cgi?id=108357
+
+ Reviewed by Julien Chaffraix.
+
+ * fast/css/vertical-align-baseline-rowspan-012-expected.html: Added.
+ * fast/css/vertical-align-baseline-rowspan-012.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load-2-expected.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load-2.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load-3-expected.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load-3.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load-expected.html: Added.
+ * http/tests/css/vertical-align-baseline-after-image-load.html: Added.
+
+2013-03-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r145254, r145264, and r145288.
+ http://trac.webkit.org/changeset/145254
+ http://trac.webkit.org/changeset/145264
+ http://trac.webkit.org/changeset/145288
+ https://bugs.webkit.org/show_bug.cgi?id=111917
+
+ Test breakage hints at conceptual unsoundness (Requested by ap
+ on #webkit).
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-08 Filip Pizlo <fpizlo@apple.com>
+
+ DFG overflow check elimination is too smart for its own good
+ https://bugs.webkit.org/show_bug.cgi?id=111832
+
+ Reviewed by Oliver Hunt and Gavin Barraclough.
+
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
+ * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
+ (foo):
+ (bar):
+ * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
+ (foo):
+ (bar):
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Update chromium baselines for transforms/3d/point-mapping
+
+ * platform/chromium-linux-x86/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
+ * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+ * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
+ * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
+ * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium-win-xp/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+ * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
+ * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
+ * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
+ * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
+ * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed.
+
+2013-03-08 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Resolve grid-{end|after} integer against the end|after edge
+ https://bugs.webkit.org/show_bug.cgi?id=111885
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
+ Moar passing tests!
+
+2013-03-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r142015.
+ http://trac.webkit.org/changeset/142015
+ https://bugs.webkit.org/show_bug.cgi?id=111904
+
+ The change caused 2 major regressions (bug 111091 and bug
+ 111595) and Pravin doesn't have time to investigate them
+ (Requested by jchaffraix on #webkit).
+
+ * fast/css/first-letter-removed-added-expected.txt:
+ * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Removed.
+ * fast/dynamic/absolute-positioned-to-static-positioned.html: Removed.
+ * fast/dynamic/floating-to-non-floating-expected.txt: Removed.
+ * fast/dynamic/floating-to-non-floating.html: Removed.
+ * fast/dynamic/non-floating-to-floating-expected.txt: Removed.
+ * fast/dynamic/non-floating-to-floating.html: Removed.
+ * fast/dynamic/resources/helper-bug91665.js: Removed.
+ * fast/dynamic/resources/style-bug91665.css: Removed.
+ * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Removed.
+ * fast/dynamic/static-positioned-to-absolute-positioned.html: Removed.
+ * fullscreen/full-screen-fixed-pos-parent-expected.txt:
+ * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
+ * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
+ * platform/chromium-win/fast/dynamic/002-expected.txt:
+ * platform/chromium/fast/dynamic/002-expected.txt:
+ * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
+ * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+ * platform/mac/fast/dynamic/002-expected.txt:
+ * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
+ * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+
+2013-03-08 Rafael Weinstein <rafaelw@chromium.org>
+
+ [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
+ https://bugs.webkit.org/show_bug.cgi?id=111880
+
+ Reviewed by Eric Seidel.
+
+ * html5lib/resources/template.dat:
+
+2013-03-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a failing test expectation per bug 111901.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Update a few more chromium baselines.
+
+ * platform/chromium-mac-lion/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+ * platform/chromium-mac/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+ * platform/chromium-win-xp/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
+ * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
+
+2013-03-08 Harald Alvestrand <hta@chromium.org>
+
+ Implemented new API for RTCStatsReport object.
+ https://bugs.webkit.org/show_bug.cgi?id=110333
+
+ Reviewed by Adam Barth.
+
+ * fast/mediastream/RTCPeerConnection-stats-expected.txt:
+ * fast/mediastream/RTCPeerConnection-stats.html:
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Chromium rebaselines and expectations updates.
+
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-linux/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+ * platform/chromium-linux/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+ * platform/chromium-mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-win/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
+ * platform/chromium-win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
+ * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
+ * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium/TestExpectations:
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Update some more chromium compositor pixel baselines.
+
+ * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
+ * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+ * platform/chromium-linux/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-linux/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png:
+ * platform/chromium-mac-lion/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-lion/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac-snowleopard/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
+ * platform/chromium-mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
+ * platform/chromium-win/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
+ * platform/chromium-win/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
+ * platform/chromium-win/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
+ * platform/chromium/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
+ * platform/chromium/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
+ * platform/efl-wk2/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
+
+<<<<<<< .mine
+2013-03-08 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening. AppleWin port.
+
+ * platform/win/TestExpectations:
+
+=======
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Update baselines for a few chromium compositor tests.
+
+ * platform/chromium-linux/compositing/checkerboard-expected.png: Removed.
+ * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Removed.
+ * platform/chromium-mac/compositing/checkerboard-expected.png:
+ * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-win/compositing/checkerboard-expected.png: Removed.
+ * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium/TestExpectations:
+
+>>>>>>> .r145269
+2013-03-08 Mike West <mkwst@chromium.org>
+
+ CSP: 'eval()' is blocked in report-only mode.
+ https://bugs.webkit.org/show_bug.cgi?id=111867
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.html: Added.
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Update baselines for string prototypes fixed by v8-i18n roll 164:171
+
+ * platform/chromium/fast/js/kde/function_length-expected.txt: Removed.
+ * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
+ * platform/chromium/fast/js/string-prototype-properties-expected.txt:
+
+2013-03-08 Christian Biesinger <cbiesinger@chromium.org>
+
+ REGRESSION (r143643): <button> should support ::first-line and ::first-letter
+ https://bugs.webkit.org/show_bug.cgi?id=111782
+
+ Reviewed by Ojan Vafai.
+
+ * fast/forms/button-first-line-first-letter-expected.html: Added.
+ * fast/forms/button-first-line-first-letter.html: Added.
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=88131
+
+ Reviewed by Tony Chang.
+
+ This test was calling setTimeout(..., 0) in a <script> block before the end of the document.
+ The timeout sometimes fired before parsing the rest of the document and sometimes after,
+ depending on when the parser yielded. This moves the <script> block to the end of the document
+ so it always runs after parsing the rest of the test, which is the more common and expected
+ behavior.
+
+ * fast/dom/HTMLMeterElement/meter-element-crash.html:
+
+2013-03-07 Geoffrey Garen <ggaren@apple.com>
+
+ Added a regression test for raw parsing speed
+ https://bugs.webkit.org/show_bug.cgi?id=111808
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/regress/nested-function-parsing-random.html: Added.
+ * fast/js/regress/script-tests/nested-function-parsing-random.js: Added.
+ (randomIdent): Use randomness to defeat caching.
+
+2013-03-08 James Robinson <jamesr@chromium.org>
+
+ Chromium gardening.
+
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+ * platform/chromium-linux/editing/pasteboard/paste-text-016-expected.txt: Added.
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-016-expected.txt: Added.
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
+ * platform/chromium/TestExpectations:
+
+2013-03-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Mac rebaseline after r145242. I'm really hoping that the optimization didn't mess this up.
+
+ * css1/box_properties/margin_bottom-expected.txt: Replaced.
+ * css1/box_properties/margin_top-expected.txt: Replaced.
+ * css1/box_properties/padding_bottom-expected.txt: Replaced.
+ * css1/box_properties/padding_top-expected.txt: Replaced.
+ * css1/color_and_background/background_attachment-expected.txt: Replaced.
+ * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
+ * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+ * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
+ * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+ * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
+ * platform/win-future/css1: Added.
+ * platform/win-future/css1/box_properties: Added.
+ * platform/win-future/css1/box_properties/margin_bottom-expected.txt: Added.
+ * platform/win-future/css1/box_properties/margin_top-expected.txt: Added.
+ * platform/win-future/css1/box_properties/padding_bottom-expected.txt: Added.
+ * platform/win-future/css1/box_properties/padding_top-expected.txt: Added.
+ * platform/win-future/css1/color_and_background: Added.
+ * platform/win-future/css1/color_and_background/background_attachment-expected.txt: Added.
+
+2013-03-08 Benjamin Poulain <benjamin@webkit.org>
+
+ [Mac] Add a feature flag for 'view-mode' Media Feature, disable it on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=111297
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * platform/mac/TestExpectations:
+ Mark the view-mode tests as failing to track any regression
+ or crash in this area.
+
+2013-03-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ After sending message, Mail changes formatting
+ https://bugs.webkit.org/show_bug.cgi?id=111360
+
+ Reviewed by Enrica Casucci.
+
+ Added a regression test, demonstrating that a paragraph element is not nested after a paste.
+ Also rebaselined multiple tests that had been exhibiting this bug in their expected results.
+
+ * editing/pasteboard/block-wrappers-necessary-expected.txt:
+ * editing/pasteboard/paste-table-001-expected.txt:
+ * editing/pasteboard/paste-text-011-expected.txt:
+ * editing/pasteboard/paste-text-015-expected.txt:
+ * editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
+ * editing/pasteboard/pasting-into-p-should-not-nest-p.html: Added.
+ * editing/pasteboard/pasting-into-h6-should-not-nest-h6-expected.txt: Added.
+ * editing/pasteboard/pasting-into-h6-should-not-nest-h6.html: Added.
+ * platform/mac/editing/pasteboard/paste-text-016-expected.txt:
+
+2013-03-08 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed chromium mac/win rebaselines for r145242.
+
+ * css1/basic/inheritance-expected.txt: Added.
+ * css1/box_properties/clear_float-expected.txt: Added.
+ * css1/box_properties/margin-expected.txt: Added.
+ * css1/box_properties/padding-expected.txt: Added.
+ * css1/font_properties/font_weight-expected.txt: Added.
+ * fast/css-generated-content/015-expected.txt: Added.
+ * fast/css/h1-in-section-elements-expected.txt: Added.
+ * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+ * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
+ * platform/chromium-mac-lion/css1/box_properties/padding-expected.png:
+ * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png:
+ * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
+ * platform/chromium-mac-lion/fast/css/h1-in-section-elements-expected.png:
+ * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+ * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+ * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug126742-expected.png:
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug69187-expected.png:
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.png:
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
+ * platform/chromium-mac-snowleopard/css1/box_properties/padding-expected.png:
+ * platform/chromium-mac-snowleopard/css1/color_and_background/background_attachment-expected.png:
+ * platform/chromium-mac-snowleopard/css1/font_properties/font_weight-expected.png:
+ * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+ * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
+ * platform/chromium-mac-snowleopard/fast/css/h1-in-section-elements-expected.png:
+ * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+ * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug126742-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug69187-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.txt: Added.
+ * platform/chromium-mac/css1/basic/inheritance-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
+ * platform/chromium-mac/css1/box_properties/clear_float-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/margin-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Added.
+ * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Added.
+ * platform/chromium-mac/css1/box_properties/padding-expected.png:
+ * platform/chromium-mac/css1/box_properties/padding-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Added.
+ * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Added.
+ * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Added.
+ * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
+ * platform/chromium-mac/css1/font_properties/font_weight-expected.txt: Removed.
+ * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.txt:
+ * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+ * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
+ * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
+ * platform/chromium-mac/fast/css-generated-content/015-expected.txt: Removed.
+ * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png:
+ * platform/chromium-mac/fast/css/h1-in-section-elements-expected.txt: Removed.
+ * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+ * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png:
+ * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.txt:
+ * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.png:
+ * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.txt:
+ * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
+ * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Added.
+ * platform/chromium-win/css1/basic/inheritance-expected.png:
+ * platform/chromium-win/css1/box_properties/clear_float-expected.png:
+ * platform/chromium-win/css1/box_properties/margin_top-expected.png:
+ * platform/chromium-win/css1/font_properties/font_weight-expected.png:
+ * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
+ * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
+ * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+ * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
+ * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
+ * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
+ * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+ * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
+ * platform/mac/css1/basic/inheritance-expected.txt: Removed.
+ * platform/mac/css1/box_properties/clear_float-expected.txt: Removed.
+ * platform/mac/css1/box_properties/margin-expected.txt: Removed.
+ * platform/mac/css1/box_properties/padding-expected.txt: Removed.
+ * platform/mac/css1/font_properties/font_weight-expected.txt: Removed.
+ * platform/mac/fast/css-generated-content/015-expected.txt: Removed.
+ * platform/mac/fast/css/h1-in-section-elements-expected.txt: Removed.
+
+2013-03-08 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed apple rebaselines for r145242.
+
+ * css1/box_properties/margin_bottom-expected.txt: Added.
+ * css1/box_properties/margin_top-expected.txt: Added.
+ * css1/box_properties/padding_bottom-expected.txt: Added.
+ * css1/box_properties/padding_top-expected.txt: Added.
+ * css1/color_and_background/background_attachment-expected.txt: Added.
+ * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Removed.
+ * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Removed.
+ * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Removed.
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
+ * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Removed.
+ * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
+ * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Removed.
+ * platform/mac-lion/css1/box_properties: Removed.
+ * platform/mac/css1/basic/inheritance-expected.txt:
+ * platform/mac/css1/box_properties/clear_float-expected.txt:
+ * platform/mac/css1/box_properties/margin-expected.txt:
+ * platform/mac/css1/box_properties/margin_bottom-expected.txt: Removed.
+ * platform/mac/css1/box_properties/margin_top-expected.txt: Removed.
+ * platform/mac/css1/box_properties/padding-expected.txt:
+ * platform/mac/css1/box_properties/padding_bottom-expected.txt: Removed.
+ * platform/mac/css1/box_properties/padding_top-expected.txt: Removed.
+ * platform/mac/css1/color_and_background/background_attachment-expected.txt: Removed.
+ * platform/mac/css1/font_properties/font_weight-expected.txt:
+ * platform/mac/fast/css-generated-content/015-expected.txt:
+ * platform/mac/fast/css/h1-in-section-elements-expected.txt:
+ * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
+ * tables/mozilla/bugs/bug73321-expected.txt: Added.
+
+2013-03-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Skip editing/selection/drag-list-item.html on Mac WebKit2 since drag and drop is not supported
+ in WebKitTestRunner yet.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-07 Emil A Eklund <eae@chromium.org>
+
+ [sub-pixel] Rounding error in table cell height calculation causes unnecessary scrollbar
+ https://bugs.webkit.org/show_bug.cgi?id=111794
+
+ Reviewed by Levi Weintraub.
+
+ Add test for zoomed-in table containing block child.
+
+ * fast/sub-pixel/table-cell-height-expected.html: Added.
+ * fast/sub-pixel/table-cell-height.html: Added.
+
+2013-03-08 Christian Biesinger <cbiesinger@chromium.org>
+
+ RenderFullScreen needs to clear override sizes when exiting full screen
+ https://bugs.webkit.org/show_bug.cgi?id=111775
+
+ Reviewed by Ojan Vafai.
+
+ * fullscreen/full-screen-with-flex-item-expected.txt: Added.
+ * fullscreen/full-screen-with-flex-item.html: Added.
+
+2013-03-08 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Handle 2 positions with one 'auto' properly
+ https://bugs.webkit.org/show_bug.cgi?id=111653
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
+ * fast/css-grid-layout/grid-auto-flow-resolution.html:
+ * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt: Added.
+ * fast/css-grid-layout/grid-item-spanning-resolution.html: Added.
+ Extended and added a new test. Most of the new testing is failing as it
+ requires other changes to land. This will help us track our progress
+ towards fully supporting the new syntax and padding.
+
+ * fast/css-grid-layout/resources/grid.css:
+ Added the 2 new classes.
+
+2013-03-08 Dominic Cooney <dominicc@chromium.org>
+
+ RenderTextControlSingleLine should not assume that its text element has a renderer
+ https://bugs.webkit.org/show_bug.cgi?id=111826
+
+ Reviewed by Ojan Vafai.
+
+ * fast/forms/search/search-autoscroll-hidden-decoration-container-crash-expected.txt: Added.
+ * fast/forms/search/search-autoscroll-hidden-decoration-container-crash.html: Added.
+ * fast/forms/search/search-hide-decoration-container-crash-expected.txt: Added.
+ * fast/forms/search/search-hide-decoration-container-crash.html: Added.
+ * fast/forms/search/search-scroll-hidden-decoration-container-crash-expected.txt: Added.
+ * fast/forms/search/search-scroll-hidden-decoration-container-crash.html: Added.
+
+2013-03-08 John Mellor <johnme@chromium.org>
+
+ @media queries do not take zooming into account
+ https://bugs.webkit.org/show_bug.cgi?id=53186
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * fast/media/mq-width-pagezoom-expected.html: Added.
+ * fast/media/mq-width-pagezoom.html: Added.
+
+2013-03-08 Chris Fleizach <cfleizach@apple.com>
+
+ [Mac] [WK2] platform/mac/accessibility/press-action-is-first.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=111814
+
+ Reviewed by Ryosuke Niwa.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-08 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
+
+ Unreviewed EFL gardening.
+
+ Update platform expectations for failing tests after r145024 and r145067.
+
+ * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * platform/efl/fast/forms/datalist/input-list-expected.txt:
+ * platform/efl/fast/forms/validationMessage-expected.txt: Added.
+
+2013-03-08 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
+
+ Unreviewed EFL gardening.
+
+ Skip failing tests on EFL bots.
+
+ * platform/efl/TestExpectations:
+
+2013-03-08 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Unskip now passing compositing tests.
+
+ * platform/qt-5.0-wk2/TestExpectations:
+ * platform/qt/TestExpectations:
+ * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
+
+2013-03-08 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Get rid of file system ids and use file pathes as uri for file based uiSourceCodes.
+ https://bugs.webkit.org/show_bug.cgi?id=111753
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/file-system-mapping-expected.txt:
+ * inspector/file-system-mapping.html:
+ * inspector/file-system-project-expected.txt:
+ * inspector/workspace-mapping-expected.txt:
+ * inspector/workspace-mapping.html:
+
+2013-03-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Skip test after r145195.
+
+2013-03-08 Philip Rogers <pdr@google.com>
+
+ Prevent infinite loop in SVG use cycle detection
+ https://bugs.webkit.org/show_bug.cgi?id=111822
+
+ Reviewed by Stephen Chenney.
+
+ * svg/custom/use-cycle-detection-expected.html: Added.
+ * svg/custom/use-cycle-detection.html: Added.
+
+2013-03-08 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
+
+ When we set word-wrap: break-word and xml:space="preserve" to svg text element, the text is collapsed.
+ https://bugs.webkit.org/show_bug.cgi?id=111675
+
+ Reviewed by Stephen Chenney.
+
+ Test combination of xml:space="preserve" and word-wrap: break-word to SVG Text.
+ These text should not be collapsed.
+
+ * svg/text/preserve-break-word-expected.html: Added.
+ * svg/text/preserve-break-word.html: Added.
+
+2013-03-08 Kent Tamura <tkent@chromium.org>
+
+ Allow platform-dependent strings for validationMessage property
+ https://bugs.webkit.org/show_bug.cgi?id=111846
+
+ Reviewed by Kentaro Hara.
+
+ Do not check matching with fixed strings in validationMessage.html
+ test. We print validationMessage values in the test instead.
+ We'd like to change user-visible strings at our own discretion.
+
+ * fast/forms/validationMessage-expected.txt:
+ Note that many platforms don't have a dedicated message for
+ badInput and uses the same message as typeMismatch for now.
+ * fast/forms/validationMessage.html:
+ * platform/chromium/fast/forms/validationMessage-expected.txt:
+ Chromium has a dedicated one for badInput.
+
+2013-03-08 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ [EFL] [WK2] Some authentication tests fail in WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=106407
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Unskip several authentication test cases now that we cherry-picked
+ the needed libsoup fix from upstream.
+
+ * platform/efl-wk2/TestExpectations:
+
+2013-03-08 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145200.
+
+2013-03-08 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ Skipping the tests in inspector-protocol/layers as they rely on compositing support
+ which is not available on the GTK builders.
+ Adding failure expectations for tests that regressed with r145100.
+
+ * platform/gtk/TestExpectations:
+
+2013-03-07 Dean Jackson <dino@apple.com>
+
+ Implement a custom appearance for the snapshotted plugin background
+ https://bugs.webkit.org/show_bug.cgi?id=108368
+
+ Reviewed by Tim Horton.
+
+ Toggles our new snapshotted-plugin-overlay appearance, to make sure it
+ isn't getting applied to non-plugins.
+
+ * plugins/snapshot-appearance-expected.html: Added.
+ * plugins/snapshot-appearance.html: Added.
+
+2013-03-08 Sergio Villar Senin <svillar@igalia.com>
+
+ Improve drag&drop of list items in contentEditable divs
+ https://bugs.webkit.org/show_bug.cgi?id=111556
+
+ Reviewed by Ryosuke Niwa.
+
+ Added a new test case. The test performs 2 drag&drops, first of
+ all a selection of a single list item, and secondly a selection of
+ two list items. It checks that both behave the same way, i.e, the
+ whole <li> is moved and not only the text.
+
+ * editing/selection/drag-list-item-expected.txt: Added.
+ * editing/selection/drag-list-item.html: Added.
+
+2013-03-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Skip failing test after r145100.
+ * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Rebaselining after r145067.
+
+2013-03-07 Keishi Hattori <keishi@webkit.org>
+
+ Update calendar picker UI
+ https://bugs.webkit.org/show_bug.cgi?id=109439
+
+ Reviewed by Kent Tamura.
+
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Removed.
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Removed.
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
+ * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/date-picker-events.html:
+ * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html:
+ * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
+ (currentMonth):
+ (highlightedValue):
+ (selectedValue):
+ (skipAnimation):
+ (hoverOverDayCellAt):
+ (clickDayCellAt):
+ * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
+ * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt:
+ * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html:
+ * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
+ * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html:
+ * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
+ * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html:
+
+2013-03-07 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: compositing/rtl/rtl-iframe-absolute-overflow.html
+
+2013-03-07 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops2.html
+
+2013-03-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add Mac WebKit2 test expectations per bugs 111814 and 111815.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-07 Hajime Morrita <morrita@google.com>
+
+ Custom Elements: CustomElement constructor shouldn't share function instance
+ https://bugs.webkit.org/show_bug.cgi?id=111807
+
+ Reviewed by Kentaro Hara.
+
+ * fast/dom/custom/document-register-basic-expected.txt:
+ * fast/dom/custom/document-register-basic.html:
+
+2013-03-07 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/borders/border-fit-2.html
+
+2013-03-07 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/win/TestExpectations: Remove duplication of svg/custom/foreign-object-skew.svg.
+
+2013-03-07 Jared Wyles <wyles@adobe.com>
+
+ Reading border radius from style property returns in wrong order.
+ https://bugs.webkit.org/show_bug.cgi?id=110853
+
+ Reviewed by Ryosuke Niwa
+
+ * fast/borders/border-radius-parsing-expected.txt:
+ * fast/borders/border-radius-parsing.html:
+ * inspector/elements/elements-panel-styles-expected.txt:
+
+2013-03-07 Andreas Kling <akling@apple.com>
+
+ Remove desktop version of -webkit-text-size-adjust property.
+ <http://webkit.org/b/56543>
+ <rdar://problem/9150203>
+
+ Reviewed by Simon Fraser.
+
+ * editing/pasteboard/5078739.html:
+ * editing/pasteboard/data-transfer-items-expected.txt:
+ * editing/pasteboard/onpaste-text-html-expected.txt:
+ * fast/css/font-size-nan.svg:
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * fast/css/getComputedStyle/resources/property-names.js:
+ * fast/css/ignore-text-zoom.html: Removed.
+ * fast/css/text-rendering-priority.html:
+ * fast/events/ondrop-text-html-expected.txt:
+ * platform/chromium-linux/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/chromium-mac-lion/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/chromium-mac/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/chromium-win/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/chromium-win/fast/css/ignore-text-zoom-expected.txt: Removed.
+ * platform/chromium/fast/css/ignore-text-zoom-expected.txt: Removed.
+ * platform/efl/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/efl/fast/css/ignore-text-zoom-expected.txt: Removed.
+ * platform/gtk/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/gtk/fast/css/ignore-text-zoom-expected.txt: Removed.
+ * platform/mac/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/mac/fast/css/ignore-text-zoom-expected.txt: Removed.
+ * platform/qt/fast/css/ignore-text-zoom-expected.png: Removed.
+ * platform/qt/fast/css/ignore-text-zoom-expected.txt: Removed.
+
+2013-03-07 Aaron Colwell <acolwell@chromium.org>
+
+ Fix commented out code in LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+ https://bugs.webkit.org/show_bug.cgi?id=111800
+
+ Unreviewed.
+
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html:
+
+2013-03-07 Aaron Colwell <acolwell@chromium.org>
+
+ Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
+ https://bugs.webkit.org/show_bug.cgi?id=110623
+
+ Reviewed by Kentaro Hara.
+
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
+ * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
+
+2013-03-07 Alexey Proskuryakov <ap@apple.com>
+
+ Roll out an accidentally committed change I made for local testing.
+
+ * http/tests/misc/empty-file-formdata.html:
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/events/before-unload-adopt-subframe-to-outside.html
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+
+2013-03-07 Li Yin <li.yin@intel.com>
+
+ Adding id attribute test for MediaStream
+ https://bugs.webkit.org/show_bug.cgi?id=111526
+
+ Reviewed by Kentaro Hara.
+
+ Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-MediaStream-id
+ The id strings must only use characters in the ranges U+0021, U+0023 to U+0027,
+ U+002A to U+002B, U+002D to U+002E, U+0030 to U+0039, U+0041 to U+005A,
+ U+005E to U+007E, and must be 36 characters long.
+
+ * fast/mediastream/MediaStreamConstructor-expected.txt:
+ * fast/mediastream/MediaStreamConstructor.html:
+
+2013-03-07 Dean Jackson <dino@apple.com>
+
+ border-fit should happen at layout time rather than paint time
+ https://bugs.webkit.org/show_bug.cgi?id=111606
+
+ Unreviewed. Skipping some broken tests.
+
+ * platform/mac/TestExpectations:
+
+2013-03-07 Filip Pizlo <fpizlo@apple.com>
+
+ DFG should not get corrupted IR in the case of code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way
+ https://bugs.webkit.org/show_bug.cgi?id=111783
+
+ Reviewed by Mark Hahnenberg.
+
+ * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt: Added.
+ * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js: Added.
+ (foo.bar):
+ (foo):
+
+2013-03-07 Alexey Proskuryakov <ap@apple.com>
+
+ FormData should allow setting filename to empty
+ https://bugs.webkit.org/show_bug.cgi?id=111687
+
+ Reviewed by Brady Eidson.
+
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
+ * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
+
+ * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
+
+2013-03-07 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-07 David Hyatt <hyatt@apple.com>
+
+ REGRESSION: fast/border/border-fit-2.html needs updating
+ https://bugs.webkit.org/show_bug.cgi?id=111776
+
+ Reviewed by Simon Fraser.
+
+ * platform/mac/fast/borders/border-fit-2-expected.png:
+ * platform/mac/fast/borders/border-fit-2-expected.txt:
+
+2013-03-07 Antoine Quint <graouts@apple.com>
+
+ Web Inspector: provide reasons why a layer was composited in the LayerTreeAgent
+ https://bugs.webkit.org/show_bug.cgi?id=111703
+
+ New test for LayerTree.reasonsForCompositingLayer(layerId).
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector-protocol/layers/layers-compositing-reasons-expected.txt: Added.
+ * inspector-protocol/layers/layers-compositing-reasons.html: Added.
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: http/tests/security/cross-origin-css.html
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium-mac/fast/repaint/border-fit-lines-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/border-fit-lines-expected.txt.
+ * platform/chromium-win/fast/repaint/border-fit-lines-expected.txt:
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/chromium/fast/borders/border-fit-expected.txt.
+ * platform/chromium-mac/fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/mac/fast/borders/border-fit-expected.txt.
+ * platform/chromium-win/fast/borders/border-fit-expected.txt:
+ * platform/efl/fast/borders/border-fit-expected.txt: Removed.
+ * platform/gtk/fast/borders/border-fit-expected.txt: Removed.
+
+2013-03-07 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
+ https://bugs.webkit.org/show_bug.cgi?id=111756
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Unskip several tests that are passing after the libsoup dependency
+ bump to 2.40.3.
+
+ * platform/efl/TestExpectations:
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+
+2013-03-07 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r145097.
+ http://trac.webkit.org/changeset/145097
+ https://bugs.webkit.org/show_bug.cgi?id=111765
+
+ Triggers an ASSERT in the Chromium port (Requested by abarth
+ on #webkit).
+
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Removed.
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Removed.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Removed.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Removed.
+ * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Removed.
+ * platform/wk2/TestExpectations:
+
+2013-03-07 Ojan Vafai <ojan@chromium.org>
+
+ Image rebaselines after r145104.
+
+ * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
+ * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
+
+2013-03-07 Chris Fleizach <cfleizach@apple.com>
+
+ AX: Can't activate links with VoiceOver in Safari
+ https://bugs.webkit.org/show_bug.cgi?id=111755
+
+ Reviewed by Tim Horton.
+
+ * platform/mac/accessibility/press-action-is-first-expected.txt: Added.
+ * platform/mac/accessibility/press-action-is-first.html: Added.
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed, rolling out r145083.
+ http://trac.webkit.org/changeset/145083
+ https://bugs.webkit.org/show_bug.cgi?id=110733
+
+ caused lots crashes in http/tests/security/xssAuditor/* tests
+
+ * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+ * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-expected.txt:
+ * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
+ * http/tests/security/xssAuditor/cached-frame-expected.txt:
+ * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/form-action-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
+ * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+ * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+ * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+ * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+ * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+ * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+ * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+ * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
+ * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
+ * http/tests/security/xssAuditor/svg-animate-expected.txt:
+ * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+ * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+
+2013-03-07 Michelangelo De Simone <michelangelo@webkit.org>
+
+ [CSS Shaders] Implement hue and saturation non-separable blend modes
+ https://bugs.webkit.org/show_bug.cgi?id=109464
+
+ Added relevant tests for the "hue" and "saturation" non-separable blend modes.
+ These tests are currently skipped on Mac due to a slight color difference; please see relevant bug: http://webkit.org/b/107487.
+
+ Reviewed by Dean Jackson.
+
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Added.
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Added.
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Added.
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Added.
+ * platform/mac/TestExpectations:
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+ * platform/chromium-win/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+
+2013-03-07 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Make test behavior deterministic in multiprocess ports
+ https://bugs.webkit.org/show_bug.cgi?id=111643
+
+ Reviewed by Tony Chang.
+
+ Root cause is documented in wkbug.com/111642 but as a stop-gap - ensure
+ that this test doesn't fail flakily in multiprocess ports by moving the
+ last part of the test out of a limbo zone.
+
+ * storage/indexeddb/resources/index-multientry.js: Run subsequent part of
+ test in open's "success" handler rather than transaction's "complete" handler.
+
+2013-03-06 Ojan Vafai <ojan@chromium.org>
+
+ Recalculate borders at the beginning of table layout
+ https://bugs.webkit.org/show_bug.cgi?id=111634
+
+ Reviewed by Julien Chaffraix.
+
+ * fast/table/border-collapsing/cached-change-row-border-width-expected.png:
+ * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
+ * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
+ * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
+
+2013-03-07 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: http/tests/css/shared-stylesheet-mutation-preconstruct.html
+
+2013-03-07 David Hyatt <hyatt@apple.com>
+
+ border-fit should happen at layout time rather than paint time
+ https://bugs.webkit.org/show_bug.cgi?id=111606
+ <rdar://problem/13101714>
+
+ Reviewed by Antti Koivisto.
+
+ * fast/block/border-fit-with-right-alignment-expected.html: Added.
+ * fast/block/border-fit-with-right-alignment.html: Added.
+
+2013-03-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ REGRESSION(r143727): Clicking / selecting inside an <embed> is broken
+ https://bugs.webkit.org/show_bug.cgi?id=111217
+
+ Reviewed by Julien Chaffraix.
+
+ Test rect and point based hit-testing inside embed and object child frames.
+
+ * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content-expected.txt: Added.
+ * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content.html: Added.
+ * fast/dom/nodesFromRect/resources/nodesFromRect.js:
+ (checkPoint):
+
+2013-03-07 Alexey Proskuryakov <ap@apple.com>
+
+ FormData should allow setting filename to empty
+ https://bugs.webkit.org/show_bug.cgi?id=111687
+
+ Reviewed by Brady Eidson.
+
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
+ * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
+ * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
+
+ * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
+
+2013-03-07 Dean Jackson <dino@apple.com>
+
+ inspector/debugger/debugger-expand-scope.html sometimes fails on Apple MountainLion Release WK1 (Tests)
+ https://bugs.webkit.org/show_bug.cgi?id=111754
+
+ Skipping this test so that Mac EWS can catch up.
+
+ * platform/mac/TestExpectations:
+
+2013-03-07 Dean Jackson <dino@apple.com>
+
+ Chromium, mac-wk2 and mac need new baselines after fixing paint phases for composited scrolling.
+ https://bugs.webkit.org/show_bug.cgi?id=107952
+
+ New baseline for Mac.
+
+ * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+
+2013-03-07 Aaron Colwell <acolwell@chromium.org>
+
+ Remove GC code duplication in http/tests LayoutTests.
+ https://bugs.webkit.org/show_bug.cgi?id=111589
+
+ Reviewed by Kentaro Hara, Alexey Proskuryakov.
+
+ Replaced duplicated GC logic in various tests with a function call to the implementation
+ in /js-test-resources/js-test-pre.js
+
+ * http/tests/appcache/destroyed-frame.html:
+ * http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html:
+ * http/tests/misc/async-script.html:
+ * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
+ * http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
+ * http/tests/misc/image-load-outlives-gc-without-crashing.html:
+ * http/tests/misc/javascript-url-stop-loaders.html:
+ * http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
+ * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
+ * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
+ * http/tests/security/detached-sandboxed-frame-access.html:
+ * http/tests/websocket/tests/hybi/websocket-pending-activity.html:
+ * http/tests/xmlhttprequest/event-listener-gc.html:
+
+2013-03-07 Mike West <mkwst@chromium.org>
+
+ XSSAuditor should send only one console error when blocking a page.
+ https://bugs.webkit.org/show_bug.cgi?id=110733
+
+ Reviewed by Daniel Bates.
+
+ * fast/frames/xss-auditor-handles-file-urls-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+ * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-expected.txt:
+ * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
+ * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
+ * http/tests/security/xssAuditor/cached-frame-expected.txt:
+ * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
+ * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
+ * http/tests/security/xssAuditor/form-action-expected.txt:
+ * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+ * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+ * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+ * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+ * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+ * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
+ * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+ * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
+ * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
+ * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
+ * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
+ * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
+
+2013-03-07 Ian Vollick <vollick@chromium.org>
+
+ Fix painting phases for composited scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=107618
+
+ Reviewed by Simon Fraser.
+
+ With composited scrolling, the scrolling contents layer paints the
+ foreground and the main graphics layer paints the background. This
+ causes a few problems:
+
+ 1) If we create a foreground layer, we end up with two layers painting
+ the foreground phase.
+ 2) Focus rings / outlines paint into the foreground layer, so they end
+ up moving around with the scrolling contents.
+ 3) Neg z-order descendants paint in the the main graphics layer and
+ will therefore not scroll.
+
+ To deal with 1) we need to stop painting the foreground into both the
+ foreground and scrolling contents layers. We also need to ensure that
+ the foreground layer is the right size and has the right offset from
+ renderer if we're on the composited scrolling path.
+
+ To deal with 2) and 3), I have added a new graphics layer painting phase
+ flag -- GraphicsLayerPaintCompositedScroll -- and applied it to two
+ layers in the subtree created by RenderLayerBacking. This ultimately
+ affects the paint phase passed to RenderLayer::paintLayerContents and
+ allows us to paint the focus rings, outlines and negative z-order
+ descendants into the proper layers.
+
+ * compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+ * compositing/overflow/composited-scrolling-paint-phases.html: Added.
+ * platform/mac/compositing/overflom/composited-scrolling-paint-phases-expected.txt: Added.
+ This is a text-based test that checks that the graphics layer
+ painting phases are correct with composited scrolling + foreground
+ layers.
+ * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html: Added.
+ * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer.html: Added.
+ These tests cover cases 2) and 3) above.
+ * platform/chromium/TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+ These have been updated to reflect the missing baselines.
+
+2013-03-07 Antoine Quint <graouts@apple.com>
+
+ Web Inspector: identify layers for CSS generated content in LayerTreeAgent
+ https://bugs.webkit.org/show_bug.cgi?id=111551
+
+ New tests for layers associated with pseudo elements.
+
+ Reviewed by Simon Fraser.
+
+ * inspector-protocol/layers/layers-generated-content-expected.txt: Added.
+ * inspector-protocol/layers/layers-generated-content.html: Added.
+
+2013-03-07 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardneing. Skipped some failing tests.
+
+ * platform/qt-5.0-wk2/TestExpectations:
+ * platform/qt/TestExpectations:
+
+2013-03-07 Keishi Hattori <keishi@webkit.org>
+
+ Add clear button to date/time input types
+ https://bugs.webkit.org/show_bug.cgi?id=111319
+
+ Reviewed by Kent Tamura.
+
+ * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+ * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events.html: Added.
+ * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt:
+ * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events.html: Added.
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt:
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
+ * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+ * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events.html: Added.
+ * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt:
+ * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
+ * fast/forms/resources/common-clearbutton-change-and-input-events.js: Added.
+ (.testInput.onchange):
+ (.testInput.oninput):
+ (testClearButtonChangeAndInputEvents):
+ * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+ * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html: Added.
+ * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
+ * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
+ * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
+ * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
+ * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events.html: Added.
+ * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt:
+ * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html:
+ * platform/chromium/TestExpectations:
+
+2013-03-07 Victor Carbune <vcarbune@chromium.org>
+
+ TextTrackRegion Constructor
+ https://bugs.webkit.org/show_bug.cgi?id=110511
+
+ Reviewed by Adam Barth.
+
+ * TestExpectations:
+ * media/track/regions-webvtt/text-track-region-constructor-expected.txt: Added.
+ * media/track/regions-webvtt/text-track-region-constructor.html: Added.
+
+2013-03-06 Filip Pizlo <fpizlo@apple.com>
+
+ ConvertThis should be turned into Identity based on predictions in Fixup, rather than based on proofs in ConstantFolding
+ https://bugs.webkit.org/show_bug.cgi?id=111674
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/dfg-convert-this-object-then-exit-on-other-expected.txt: Added.
+ * fast/js/dfg-convert-this-object-then-exit-on-other.html: Added.
+ * fast/js/dfg-convert-this-other-then-exit-on-object-expected.txt: Added.
+ * fast/js/dfg-convert-this-other-then-exit-on-object.html: Added.
+ * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt: Added.
+ * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other.html: Added.
+ * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt: Added.
+ * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-convert-this-object-then-exit-on-other.js: Added.
+ (foo):
+ * fast/js/script-tests/dfg-convert-this-other-then-exit-on-object.js: Added.
+ (foo):
+ * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-other.js: Added.
+ (foo):
+ * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-string.js: Added.
+ (foo):
+
+2013-03-07 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-03-07 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: NavigatorView should show (program) for uiSourceCodes with empty name.
+ https://bugs.webkit.org/show_bug.cgi?id=111691
+
+ Reviewed by Alexander Pavlov.
+
+ * inspector/debugger/navigator-view-expected.txt:
+ * inspector/debugger/navigator-view.html:
+
+2013-03-06 Takashi Sakamoto <tasak@google.com>
+
+ Box-shadow displayed improperly with border-radius.
+ https://bugs.webkit.org/show_bug.cgi?id=111256
+
+ Reviewed by Simon Fraser.
+
+ * fast/borders/border-radius-with-box-shadow-01-expected.txt: Added.
+ * fast/borders/border-radius-with-box-shadow-01.html: Added.
+ * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
+
+2013-03-06 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144726.
+ http://trac.webkit.org/changeset/144726
+ https://bugs.webkit.org/show_bug.cgi?id=111681
+
+ caused performance regression for Dromaeo attribute tests.
+ (Requested by arpitab on #webkit).
+
+ * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Removed.
+ * fast/dom/Element/getAttribute-case-insensitivity.html: Removed.
+
+2013-03-05 Kinuko Yasuda <kinuko@chromium.org>
+
+ File.lastModifiedDate() should return the current date/time if the file date/time is not available
+ https://bugs.webkit.org/show_bug.cgi?id=111403
+
+ Reviewed by Kent Tamura.
+
+ * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Updated.
+ * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Updated.
+
+2013-03-06 Jer Noble <jer.noble@apple.com>
+
+ Unreviewed gardening.
+
+ * platform/win/TestExpectations:
+
+2013-03-06 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Extend our grammar to support 2 positions for grid-{row|column}
+ https://bugs.webkit.org/show_bug.cgi?id=110777
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
+ * fast/css-grid-layout/grid-item-column-row-get-set.html:
+ * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
+ * fast/css-grid-layout/grid-item-end-after-get-set.html:
+ * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
+ * fast/css-grid-layout/grid-item-start-before-get-set.html:
+ Extended the following test to ensure that grid-{row|column} are a
+ shortand for resp. grid-{before|after} and grid-{start|end}.
+
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+ Removed grid-{row|column} as they are now shorthands so they don't appear
+ in the list of supported properties.
+
+2013-03-06 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops.html
+
+2013-03-06 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: media/encrypted-media/encrypted-media-events.html
+
+2013-03-06 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening AppleWin port.
+
+ * platform/win/TestExpectations:
+ * platform/win/cssom: Removed.
+ * platform/win/cssom/cssvalue-comparison-expected.txt: Removed.
+
+2013-03-06 Krzysztof Czech <k.czech@samsung.com>
+
+ [EFL] Missing implementation of AccessibilityControllerEfl and AccessibilityUIElementEfl files
+ https://bugs.webkit.org/show_bug.cgi?id=110584
+
+ Reviewed by Gyuyoung Kim.
+
+ Unskipping LayoutTests/accessibility folder.
+ Added failure tests. Skipping those with missing expected results.
+
+ * platform/efl-wk1/TestExpectations:
+
+2013-03-06 Benjamin Poulain <benjamin@webkit.org>
+
+ WebKitTestRunner needs layoutTestController.elementDoesAutoCompleteForElementWithId
+ https://bugs.webkit.org/show_bug.cgi?id=42696
+
+ Reviewed by Andreas Kling.
+
+ * security/set-form-autocomplete-attribute.html: Update the test.
+ * platform/wk2/TestExpectations: Unskip it for WebKit2.
+
+2013-03-06 Dean Jackson <dino@apple.com>
+
+ REGRESSION (r143931): set-cookie-on-redirect.html still breaking subsequent tests
+ https://bugs.webkit.org/show_bug.cgi?id=111650
+
+ Unreviewed gardening.
+
+ * platform/mac/TestExpectations:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: platform/chromium/fast/events/intercept-postmessage.html
+
+2013-03-06 Dean Jackson <dino@apple.com>
+
+ REGRESSION (r144748-r144750): sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html failing on Apple MountainLion Debug WK1 (Tests)
+ https://bugs.webkit.org/show_bug.cgi?id=111647
+
+ Unreviewed skip in test expectations for Mac.
+
+ * platform/mac/TestExpectations:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening: rebaselines.
+
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+ * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
+ * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
+
+2013-01-23 Jer Noble <jer.noble@apple.com>
+
+ Default mouse cursor behavior should be auto-hide for full screen video with custom controls
+ https://bugs.webkit.org/show_bug.cgi?id=107601
+
+ Reviewed by Beth Dakin.
+
+ * fullscreen/video-cursor-auto-hide-expected.txt: Added.
+ * fullscreen/video-cursor-auto-hide.html: Added.
+
+ Add an expected failing result in platforms which do not enable CURSOR_VISIBILITY.
+ * platform/chromium/TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/qt/TestExpectations:
+
+
+2013-03-06 Jer Noble <jer.noble@apple.com>
+
+ Full screen from an iframe with a z-index style will allow siblings with higher z-index to overlay full screen content.
+ https://bugs.webkit.org/show_bug.cgi?id=111637
+
+ Reviewed by Simon Fraser.
+
+ * fullscreen/full-screen-iframe-zIndex.html:
+
+2013-03-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ editing/pasteboard/paste-4035648-fix.html should be a dump-as-markup test
+ https://bugs.webkit.org/show_bug.cgi?id=111639
+
+ Reviewed by Levi Weintraub.
+
+ Converted the test. Also renamed it to line-feed-between-br-and-b-should-not-reorder-pasted-content.html
+ to reflect the semantics of the test, and also added more description per radar bug.
+
+ * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt: Added.
+ * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html: Copied from
+ LayoutTests/editing/pasteboard/paste-4035648-fix.html.
+ * editing/pasteboard/paste-4035648-fix.html: Removed.
+ * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/dom/Window/window-special-properties.html
+
+2013-03-06 Dean Jackson <dino@apple.com>
+
+ ASSERTION FAILED: m_tokenizer->state() == HTMLTokenizer::DataState
+ https://bugs.webkit.org/show_bug.cgi?id=110546
+
+ Unreviewed change to test expectations while the above bug is open.
+
+ * platform/mac/TestExpectations:
+
+2013-03-06 Levi Weintraub <leviw@chromium.org>
+
+ InsertUnorderedList can lead to lost content and assertions in moveParagraphs
+ https://bugs.webkit.org/show_bug.cgi?id=111228
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/deleting/pruning-after-merge-1-expected.txt:
+ * editing/execCommand/insert-remove-block-list-inside-presentational-inline-expected.txt: Added.
+ * editing/execCommand/insert-remove-block-list-inside-presentational-inline.html: Added.
+ * editing/pasteboard/paste-and-sanitize-expected.txt:
+ * editing/pasteboard/paste-and-sanitize.html:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: compositing/rtl/..
+
+2013-03-06 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening of AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: svg/css/font-face-crash.html
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
+
+2013-03-06 Victor Costan <costan@gmail.com>
+
+ Cleanup in multipart FormData tests.
+ https://bugs.webkit.org/show_bug.cgi?id=111603
+
+ Reviewed by Alexey Proskuryakov.
+
+ * http/tests/local/formdata/resources/send-form-data-common.js:
+ (sendFormData): JavaScript style cleanup.
+ (testSendingFormData): JavaScript style, bugfix in checking if
+ eventSender.beginDragWithFiles needs to be called.
+ * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Better test description.
+ * http/tests/local/formdata/send-form-data-with-filename.html: Better test description.
+
+2013-03-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a flaky crash test expectation to platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html
+ on Mac per 111613.
+
+ * platform/mac/TestExpectations:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: animations/animation-delay-changed.html
+
+2013-03-06 Tony Chang <tony@chromium.org>
+
+ fast/css/hover-update.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=111592
+
+ Reviewed by Ryosuke Niwa.
+
+ Speculative fix for a flaky test. The test sometimes fails on slower machines (mostly debug).
+ Re-check the results in a loop for up to 200ms to see if the :hover pseudo style applies.
+
+ Also force a layout after changing the style, which should also trigger the :hover style.
+
+ * fast/css/hover-update.html:
+ * platform/chromium/TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac/TestExpectations:
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening: svg/custom/foreign-object-skew.svg
+
+ * platform/chromium/TestExpectations:
+
+2013-03-05 Ryosuke Niwa <rniwa@webkit.org>
+
+ editing/pasteboard/paste-table-cells.html should be a dump-as-markup test
+ https://bugs.webkit.org/show_bug.cgi?id=111491
+
+ Reviewed by Levi Weintraub.
+
+ Converted the test.
+
+ * editing/pasteboard/paste-table-cells-expected.txt: Added.
+ * editing/pasteboard/paste-table-cells.html:
+ * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-table-cells-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Removed.
+
+2013-03-06 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed chromium windows rebaselines for r144837.
+
+ * platform/chromium-linux/fast/invalid/017-expected.txt: Removed.
+ * platform/chromium-linux/fast/invalid/018-expected.txt: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/chromium-win/fast/invalid/017-expected.txt:
+ * platform/chromium-win/fast/invalid/018-expected.txt:
+ * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/mac-lion/tables/mozilla/bugs: Removed.
+ * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/mac-wk2/tables/mozilla/bugs: Removed.
+ * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Removed.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
+ * platform/win-future/tables: Added.
+ * platform/win-future/tables/mozilla: Added.
+ * platform/win-future/tables/mozilla/bugs: Added.
+ * platform/win-future/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/win-future/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/win-future/tables/mozilla_expected_failures: Added.
+ * platform/win-future/tables/mozilla_expected_failures/bugs: Added.
+ * platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+ * tables/mozilla/bugs/bug113235-2-expected.txt: Replaced.
+ * tables/mozilla/bugs/bug9024-expected.txt: Replaced.
+ * tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
+
+2013-03-06 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed, rolling out r144924.
+ http://trac.webkit.org/changeset/144924
+ https://bugs.webkit.org/show_bug.cgi?id=109908
+
+ caused multiple crashes in inspector/debugger tests
+
+ * inspector-protocol/persistent-id-expected.txt: Removed.
+ * inspector-protocol/persistent-id.html: Removed.
+ * inspector/console/command-line-api-expected.txt:
+
+2013-03-06 Florin Malita <fmalita@chromium.org>
+
+ SVG pattern to pattern reference does not work if first pattern has a child node
+ https://bugs.webkit.org/show_bug.cgi?id=111586
+
+ Reviewed by Philip Rogers.
+
+ * svg/custom/pattern-reference-expected.svg: Added.
+ * svg/custom/pattern-reference.svg: Added.
+
+2013-03-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a flaky failure expectation to fast/css/hover-update.html on Mac per bug 111592.
+
+ * platform/mac/TestExpectations:
+
+2013-03-06 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Added new baseline after r144837.
+
+ * platform/qt/fast/invalid/017-expected.txt:
+ * platform/qt/fast/invalid/018-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-06 Douglas Stockwell <dstockwell@chromium.org>
+
+ REGRESSION(r111639): delayed animation start can be postponed
+ https://bugs.webkit.org/show_bug.cgi?id=108582
+
+ Reviewed by Darin Adler.
+
+ * animations/animation-delay-changed-expected.txt: Added.
+ * animations/animation-delay-changed.html: Added.
+
+2013-03-06 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed gardening.
+
+ * platform/efl/TestExpectations: Adjusting the expectation for fast/workers/shared-worker-load-error.html.
+ * platform/gtk/TestExpectations: Add an expectation for a test added in r144824.
+
+2013-03-06 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Update open resource dialog when new uiSourceCodes are loaded.
+ https://bugs.webkit.org/show_bug.cgi?id=111327
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/filtered-item-selection-dialog-filtering.html:
+
+2013-03-05 Yury Semikhatsky <yurys@chromium.org>
+
+ Web Inspector: support stable remote object ids
+ https://bugs.webkit.org/show_bug.cgi?id=109908
+
+ Reviewed by Pavel Feldman.
+
+ Test that same object will have same id if requested several times.
+
+ * inspector-protocol/persistent-id-expected.txt: Added.
+ * inspector-protocol/persistent-id.html: Added.
+ * inspector/console/command-line-api-expected.txt:
+
+2013-03-06 Krzysztof Czech <k.czech@samsung.com>
+
+ Unreviewed EFL gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=111571
+
+ Gardening; added accessibility failure tests.
+
+ * platform/efl-wk2/TestExpectations:
+
+2013-03-06 Alexis Menard <alexis@webkit.org>
+
+ Do not add CSSPropertyBorderImage shorthand part of the property list when parsing CSS border property
+ https://bugs.webkit.org/show_bug.cgi?id=111481
+
+ Reviewed by Julien Chaffraix.
+
+ As now border-image is expanded when we sucessfully parsed a CSS border,
+ this test needs to be updated to reflect that the longhands are now
+ part of the declarated style.
+
+ * inspector/styles/styles-new-API-expected.txt:
+
+2013-03-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
+
+ [EFL] Unreviewed gardening
+
+ Added new baselines after r144837 and marked as failures
+ some pasteboard tests that we don't support yet.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/fast/invalid/017-expected.txt:
+ * platform/efl/fast/invalid/018-expected.txt:
+ * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt:
+ * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed EFL gardening.
+
+ Unskip authentication test that is now passing on EFL port.
+
+ * platform/efl/TestExpectations:
+
+2013-03-06 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding a failure expectation for a test added in r144877.
+ * platform/gtk/fast/invalid/017-expected.txt: Rebaselining after r144837.
+ * platform/gtk/fast/invalid/018-expected.txt: Ditto.
+ * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Added. Ditto.
+ * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added. Ditto.
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added. Ditto.
+
+2013-03-06 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ REGGRESSION (r142112): It made compositing tests fail on EFL, Qt.
+ https://bugs.webkit.org/show_bug.cgi?id=109291
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Unskip now passing test, and move baselines specific to having no scrolling-coordinator to WK1.
+
+ * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png.
+ * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt.
+ * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png.
+ * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt.
+ * platform/qt-5.0-wk2/TestExpectations:
+
+2013-03-06 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: Delete http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+
+2013-03-06 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144859.
+ http://trac.webkit.org/changeset/144859
+ https://bugs.webkit.org/show_bug.cgi?id=111519
+
+ Introduced a test that calls non-exist function on non-
+ Chromium ports and crash on Chromium (Requested by rniwa on
+ #webkit).
+
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Removed.
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Removed.
+ * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Removed.
+
+2013-03-06 Tony Chang <tony@chromium.org>
+
+ Crash during middle mouse click when page is removed
+ https://bugs.webkit.org/show_bug.cgi?id=111489
+
+ Reviewed by Hajime Morrita.
+
+ * editing/pasteboard/resources/selection-paste-crash.html: Added.
+ * editing/pasteboard/selection-paste-crash-expected.txt: Added.
+ * editing/pasteboard/selection-paste-crash.html: Added.
+
+2013-03-05 Claudio Saavedra <csaavedra@igalia.com>
+
+ Make toggle-unlink.html test Mac specific behaviour
+ https://bugs.webkit.org/show_bug.cgi?id=111321
+
+ Reviewed by Ryosuke Niwa.
+
+ A new test for Windows behavior will have to be added once bug
+ 110487 is landed.
+
+ * editing/execCommand/script-tests/toggle-unlink-mac.js: Renamed
+ from
+ LayoutTests/editing/execCommand/script-tests/toggle-unlink.js.
+ Also set editing behaviour to Mac.
+ * editing/execCommand/toggle-unlink-mac-expected.txt: Renamed from
+ LayoutTests/editing/execCommand/toggle-unlink-expected.txt.
+ * editing/execCommand/toggle-unlink-mac.html: Renamed from
+ LayoutTests/editing/execCommand/toggle-unlink.html.
+
+2013-03-05 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed chromium test expectations update.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-05 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a flaky crash test expectation to editing/selection/selection-invalid-offset.html
+ on Mac per bug 111521.
+
+ * platform/mac/TestExpectations:
+
+2013-03-05 Filip Pizlo <fpizlo@apple.com>
+
+ Add test coverage for DCE and type checks.
+
+ Rubber stamped by Geoffrey Garen.
+
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt: Added.
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.html: Added.
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt: Added.
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js: Added.
+ (foo):
+ * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js: Added.
+ (foo):
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/dom/HTMLDocument/document-special-properties.html
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ [Shadow] Implements event re-targeting for Touch Events.
+ https://bugs.webkit.org/show_bug.cgi?id=107800
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/resources/event-dispatching.js:
+ (recordEvent):
+ (dumpTouchList):
+ (sortDispatchedEvent):
+ (showSandboxTree):
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
+ * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
+ * fast/dom/shadow/touch-event-retargeting-expected.txt: Added.
+ * fast/dom/shadow/touch-event-retargeting.html: Added.
+
+2013-03-05 Filip Pizlo <fpizlo@apple.com>
+
+ Add test coverage for DCE and type checks.
+
+ Rubber stampted by Geoffrey Garen.
+
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt: Added.
+ * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js: Added.
+ (foo):
+
+2013-03-05 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening. AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-05 Filip Pizlo <fpizlo@apple.com>
+
+ DFG may infer an edge to be a double-using edge and then later experience multiple-personality disorder with respect to that particular decision
+ https://bugs.webkit.org/show_bug.cgi?id=109393
+
+ Rubber stamped by Geoffrey Garen.
+
+ * fast/js/dfg-double-addition-simplify-to-int-expected.txt: Added.
+ * fast/js/dfg-double-addition-simplify-to-int.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-double-addition-simplify-to-int.js: Added.
+ (foo):
+
+2013-03-05 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening. AppleWin port.
+
+ * platform/win/cssom: Added.
+ * platform/win/cssom/cssvalue-comparison-expected.txt: Added.
+
+2013-03-05 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening. AppleWin port.
+
+ * platform/win/TestExpectations:
+ * platform/win/fast/forms/number: Added.
+ * platform/win/fast/forms/number/number-l10n-input-expected.txt: Added.
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: plugins/plugin-clip-subframe.html
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fast/regions/region-style-in-columns.html
+
+2013-03-05 Filip Pizlo <fpizlo@apple.com>
+
+ DFG DCE might eliminate checks unsoundly
+ https://bugs.webkit.org/show_bug.cgi?id=109389
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt: Added.
+ * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit.html: Added.
+ * fast/js/dfg-arguments-osr-exit-multiple-blocks-expected.txt: Added.
+ * fast/js/dfg-arguments-osr-exit-multiple-blocks.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks-before-exit.js: Added.
+ (baz):
+ (foo):
+ (bar):
+ * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks.js: Added.
+ (baz):
+ (foo):
+ (bar):
+
+2013-03-05 Hayato Ito <hayato@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: inspector/console/command-line-api-inspect.html
+
+2013-03-05 Aaron Colwell <acolwell@chromium.org>
+
+ Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
+ https://bugs.webkit.org/show_bug.cgi?id=110623
+
+ Reviewed by Eric Seidel.
+
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
+ * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
+ * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
+
+2013-03-05 Chris Fleizach <cfleizach@apple.com>
+
+ AX: Support aria-posinset/setsize
+ https://bugs.webkit.org/show_bug.cgi?id=109725
+
+ Reviewed by Tim Horton.
+
+ * platform/mac/accessibility/aria-setsize-posinset-expected.txt: Added.
+ * platform/mac/accessibility/aria-setsize-posinset.html: Added.
+
+2013-03-05 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed apple rebaselines for r144837.
+
+ * fast/invalid/017-expected.txt: Added.
+ * fast/invalid/018-expected.txt: Added.
+ * platform/chromium-mac/fast/invalid/017-expected.txt: Removed.
+ * platform/chromium-mac/fast/invalid/018-expected.txt: Removed.
+ * platform/mac-lion/tables/mozilla/bugs: Added.
+ * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/mac-lion/tables/mozilla_expected_failures: Removed.
+ * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/mac/fast/invalid/017-expected.txt: Removed.
+ * platform/mac/fast/invalid/018-expected.txt: Removed.
+ * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+
+2013-03-05 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed chromium rebaselines for r144837.
+
+ * platform/chromium-linux/fast/invalid/017-expected.txt: Added.
+ * platform/chromium-linux/fast/invalid/018-expected.txt: Added.
+ * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+ * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/chromium-mac/fast/invalid/017-expected.txt: Added.
+ * platform/chromium-mac/fast/invalid/018-expected.txt: Added.
+ * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
+ * platform/chromium/fast/invalid/017-expected.txt: Removed.
+ * platform/chromium/fast/invalid/018-expected.txt: Removed.
+ * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
+ * platform/chromium/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
+
+2013-03-05 Peter Nelson <peter@peterdn.com>
+
+ [WinCairo] Support for cookies is incomplete
+ https://bugs.webkit.org/show_bug.cgi?id=110147
+
+ Reviewed by Brent Fulgham.
+
+ Re-enabled cookie tests for WinCairo.
+ Added test to check whether cookie set in HTTP response is accessible in JS.
+
+ * http/tests/cookies/http-get-cookie-set-in-js-expected.txt: Added.
+ * http/tests/cookies/http-get-cookie-set-in-js.html: Added.
+ * http/tests/cookies/resources/cookies-test-pre.js:
+ (clearAllCookies): Cookies set in JS now correctly cleared.
+ * platform/wincairo/TestExpectations:
+
+2013-03-05 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed. AppleWin gardening.
+
+ * platform/win/TestExpectations:
+ * platform/win/css3/filters/effect-reference-expected.txt:
+ * platform/win/css3/filters/effect-reference-hw-expected.txt:
+
+2013-03-05 Andrew Scherkus <scherkus@chromium.org>
+
+ Unreviewed rebaseline of media/track/track-cue-rendering-*.html
+ https://bugs.webkit.org/show_bug.cgi?id=111388
+
+ * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
+ * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png:
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
+ * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
+ * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
+ * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-03-05 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: /inspector/debugger/debugger-script-preprocessor.html
+
+2013-03-05 Emil A Eklund <eae@chromium.org>
+
+ ASSERTION FAILED: i < size(), UNKNOWN in WebCore::RenderTableSection::layout
+ https://bugs.webkit.org/show_bug.cgi?id=108838
+
+ Reviewed by Levi Weintraub.
+
+ Add test for calling requestFullscreen on an element with a
+ table-section display type.
+
+ * fullscreen/full-screen-table-section-expected.txt: Added.
+ * fullscreen/full-screen-table-section.html: Added.
+
+2013-03-05 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed. Skip tests on Windows to make EWS bots happier.
+
+ * platform/win/TestExpectations:
+
+2013-03-05 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: fullscreen/full-screen-iframe-allowed-prexied.
+
+2013-03-05 Ryosuke Niwa <rniwa@webkit.org>
+
+ Remove old Mac test expectations for the bug 106412.
+
+ * platform/mac/TestExpectations:
+
+2013-03-05 Stephen Chenney <schenney@chromium.org>
+
+ Crash when ImageLoader deletes Element inside SVGImageElement
+ https://bugs.webkit.org/show_bug.cgi?id=111085
+
+ Reviewed by Abhishek Arya.
+
+ * svg/custom/image-with-attr-change-after-delete-crash-expected.txt: Added.
+ * svg/custom/image-with-attr-change-after-delete-crash.html: Added.
+
+2013-03-05 Antoine Quint <graouts@apple.com>
+
+ Web Inspector: identify reflection layers in LayerTreeAgent
+ https://bugs.webkit.org/show_bug.cgi?id=111419
+
+ New test for reflection layers and an updated output for the
+ existing layersForNode() test since we changed the coordinates
+ for the "bounds" property to be absolute instead of local.
+
+ Reviewed by Dean Jackson.
+
+ * inspector-protocol/layers/layers-for-node-expected.txt:
+ * inspector-protocol/layers/layers-reflected-content-expected.txt: Added.
+ * inspector-protocol/layers/layers-reflected-content.html: Added.
+
+2013-03-05 Alok Priyadarshi <alokp@chromium.org>
+
+ Rebaseline text output for opaque GraphicsLayers
+ https://bugs.webkit.org/show_bug.cgi?id=109507
+
+ Unreviewed rebaseline.
+
+ * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
+ * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
+ * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-background-color-expected.txt.
+ * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt.
+ * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt.
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
+ * platform/efl/TestExpectations:
+ * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
+ * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
+ * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
+ * platform/mac/TestExpectations:
+ * platform/qt/TestExpectations:
+
+2013-03-05 Ryosuke Niwa <rniwa@webkit.org>
+
+ editing/pasteboard/paste-text-005.html, paste-text-006.html, and paste-text-007.html should be dump-as-markup tests
+ https://bugs.webkit.org/show_bug.cgi?id=111466
+
+ Reviewed by Levi Weintraub.
+
+ * editing/pasteboard/paste-text-005-expected.txt: Added.
+ * editing/pasteboard/paste-text-005.html:
+ * editing/pasteboard/paste-text-006-expected.txt: Added.
+ * editing/pasteboard/paste-text-006.html:
+ * editing/pasteboard/paste-text-007-expected.txt: Added.
+ * editing/pasteboard/paste-text-007.html:
+ * platform/chromium-linux/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/chromium-linux/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/chromium-linux/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-text-006-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-text-007-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-text-007-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-text-005-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-text-006-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-text-007-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Removed.
+ * platform/win/editing/pasteboard/paste-text-005-expected.txt: Removed.
+
+2013-03-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ editing/pasteboard/paste-table-003.html should be a dump-as-text test
+ https://bugs.webkit.org/show_bug.cgi?id=111400
+
+ Reviewed by Levi Weintraub.
+
+ Convert the test to a dump-as-text test. The output is much easier to understand now.
+ Also moved the test description out of the root element so that it won't be repeated
+ multiple times in the output.
+
+ * editing/pasteboard/paste-table-003-expected.txt: Added.
+ * editing/pasteboard/paste-table-003.html:
+ * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/paste-table-003-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/gtk/editing/pasteboard/paste-table-003-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/mac/editing/pasteboard/paste-table-003-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/paste-table-003-expected.png: Removed.
+ * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Removed.
+
+2013-03-05 Victor Carbune <vcarbune@chromium.org>
+
+ Cue line-height property shouldn't be inherited from the video element
+ https://bugs.webkit.org/show_bug.cgi?id=111262
+
+ Reviewed by Eric Carlson.
+
+ * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Updated.
+ * media/track/track-cue-rendering-on-resize-expected.txt: Added.
+ * media/track/track-cue-rendering-on-resize.html: Added.
+
+2013-03-05 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed gardening.
+
+ * platform/efl/TestExpectations: Unskipping the fast/workers/shared-worker-load-error.html layout test
+ and adding a flaky timeout expectation for it. Looking for testing data from the EFL port on this test.
+ * platform/gtk-wk1/TestExpectations: Removed an expectation for a test that was removed in r144624.
+ * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r144714 and r144747.
+
+2013-03-05 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: Allow local and remote descriptions to be accessed after close
+ https://bugs.webkit.org/show_bug.cgi?id=111437
+
+ Reviewed by Adam Barth.
+
+ Expanding tests to check the new behaviour.
+
+ * fast/mediastream/RTCPeerConnection-localDescription-expected.txt:
+ * fast/mediastream/RTCPeerConnection-localDescription.html:
+ * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
+ * fast/mediastream/RTCPeerConnection-remoteDescription.html:
+
+2013-03-05 Eric Seidel <eric@webkit.org>
+
+ Multiple html5lib Layout Tests are slow since r144032
+ https://bugs.webkit.org/show_bug.cgi?id=110876
+
+ Reviewed by Tony Chang.
+
+ Skip the html5lib tests when in debug mode. The -data variants
+ almost always timeout due to v8 boot-up time:
+ https://code.google.com/p/v8/issues/detail?id=2567
+
+ These timeouts sometimes manifest as failures, and we've even
+ seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
+ skipping them until they run in a reasonable time and can
+ be debugged further.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-05 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: expectations for transitions/transitions-parsing.html
+
+2013-03-05 Terry Anderson <tdanderson@chromium.org>
+
+ [chromium] Unreviewed gardening
+
+ Unreviewed gardening
+
+ * platform/chromium/TestExpectations:
+
+2013-03-04 Ryosuke Niwa <rniwa@webkit.org>
+
+ editing/pasteboard/5247341.html should be a dump-as-markup test
+ https://bugs.webkit.org/show_bug.cgi?id=111397
+
+ Reviewed by Darin Adler.
+
+ Convert the test to use dump-as-markup.js. Also rename it to preserve-line-break-at-end-of-pasted-content
+ to reflect the content of the test.
+
+ * editing/pasteboard/5247341.html: Removed.
+ * editing/pasteboard/preserve-line-break-at-end-of-pasted-content-expected.txt: Added.
+ * editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html: Copied from LayoutTests/editing/pasteboard/5247341.html.
+ * platform/chromium-linux/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/chromium-win/editing/pasteboard/5247341-expected.txt: Removed.
+ * platform/chromium/editing/pasteboard/5247341-expected.txt: Removed.
+ * platform/gtk/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/gtk/editing/pasteboard/5247341-expected.txt: Removed.
+ * platform/mac/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/mac/editing/pasteboard/5247341-expected.txt: Removed.
+ * platform/qt/editing/pasteboard/5247341-expected.png: Removed.
+ * platform/qt/editing/pasteboard/5247341-expected.txt: Removed.
+
+2013-03-05 Tony Chang <tony@chromium.org>
+
+ Fix some crashes in render sliders
+ https://bugs.webkit.org/show_bug.cgi?id=111458
+
+ Reviewed by Ojan Vafai.
+
+ * fast/forms/range/slider-inline-crash-expected.txt: Added.
+ * fast/forms/range/slider-inline-crash.html: Added.
+
+2013-03-04 Andrew Scherkus <scherkus@chromium.org>
+
+ REGRESSION(r142191): Fix closed caption buttons for ports still using the painting path.
+ https://bugs.webkit.org/show_bug.cgi?id=111109
+
+ Reviewed by Eric Carlson.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-05 Bem Jones-Bey <bjonesbe@adobe.com>
+
+ [CSS Exclusions] shape-outside on floats for polygon shapes
+ https://bugs.webkit.org/show_bug.cgi?id=98676
+
+ Reviewed by David Hyatt.
+
+ Simple test for floats with polygonal shape-outside.
+
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon-expected.html: Added.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html: Added.
+
+2013-03-05 Chris Fleizach <cfleizach@apple.com>
+
+ AX: aria-label does not override text content on iOS
+ https://bugs.webkit.org/show_bug.cgi?id=111222
+
+ Reviewed by David Kilzer.
+
+ * platform/iphone-simulator/accessibility/aria-label-with-internal-text-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/aria-label-with-internal-text.html: Added.
+
+2013-03-05 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Add parsing for grid-{end|after}
+ https://bugs.webkit.org/show_bug.cgi?id=111372
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt: Added.
+ * fast/css-grid-layout/grid-item-end-after-get-set.html: Added.
+ Note that some of the test fails as we don't treat grid-{row|column} as a shorthand.
+
+2013-03-05 Mark Lam <mark.lam@apple.com>
+
+ Improve robustness of WebSQL quota management.
+ https://bugs.webkit.org/show_bug.cgi?id=110600.
+
+ Reviewed by Geoffrey Garen.
+
+ * storage/websql/multiple-databases-garbage-collection.js:
+ - This test runs 2 transactions on 2 databases (1 each). The 2 databases
+ are named "persistent" and "forgotten". The test executes the
+ transaction on "persistent" first, but expects the transaction on
+ "forgotten" to finish first. This is because "forgotten"'s transaction
+ is a smaller one. The new changes to SQLTransactionCoordinator now
+ ensures that a write transaction must completes before another is
+ started for databases in the same origin. Hence, the previously expected
+ result will no longer be true.
+
+ Regardless, the purpose of the test is not to test the order of
+ completion but that resources are reclaimed. So, I'm changing the test
+ to start the "forgotten" transaction first followed by the "persistent"
+ transaction. This ensures that the test will yield consistent results
+ even when run on ports that may allow more than one write transaction
+ to run at the same time.
+
+2013-03-05 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: remove length parameter from Parse HTML timeline event
+ https://bugs.webkit.org/show_bug.cgi?id=111421
+
+ Reviewed by Yury Semikhatsky.
+
+ - removed length field from ParseHTML data in expectations.
+
+ * inspector/timeline/timeline-parse-html-expected.txt:
+
+2013-03-05 Tim Horton <timothy_horton@apple.com>, Grzegorz Czajkowski <g.czajkowski@samsung.com>
+
+ [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
+ https://bugs.webkit.org/show_bug.cgi?id=81042
+
+ Reviewed by Enrica Casucci.
+
+ Gardening of the asynchronous spell checking tests.
+
+ * platform/efl-wk2/TestExpectations:
+ * platform/efl/TestExpectations:
+ Some tests need to be skipped as they require features not
+ implemented for EFL yet (pasteboard, grammar checking, text replacement).
+
+ * platform/gtk-wk2/TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+ * platform/qt-5.0-wk2/TestExpectations:
+ Skip asynchronous spell checking for GTK+, Mac, Qt unless
+ they implement TextChecker::requestCheckingOfText.
+
+ * platform/wk2/TestExpectations:
+ Remove asynchronous spell checking tests from global wk2's
+ as they are passing for EFL.
+
+2013-03-05 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: Add the getStreamById method on RTCPeerConnection
+ https://bugs.webkit.org/show_bug.cgi?id=111311
+
+ Reviewed by Adam Barth.
+
+ * fast/mediastream/MediaStream-add-remove-tracks.html:
+ * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
+ * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
+
+2013-03-05 Antoine Quint <graouts@apple.com>
+
+ Web Inspector: allow retrieval of composited layers in a given DOM subtree
+ https://bugs.webkit.org/show_bug.cgi?id=111312
+
+ New test for the LayerTree.layersForNode() method.
+
+ Reviewed by Simon Fraser.
+
+ * inspector-protocol/layers/layers-for-node-expected.txt: Added.
+ * inspector-protocol/layers/layers-for-node.html: Added.
+
+2013-03-05 Andrei Bucur <abucur@adobe.com>
+
+ [CSS Regions] Crash when MathML used in CSS Regions
+ https://bugs.webkit.org/show_bug.cgi?id=110686
+
+ Reviewed by David Hyatt.
+
+ Add a test to verify regions and MathML do not crash.
+
+ * fast/regions/mathml-crash-expected.txt: Added.
+ * fast/regions/mathml-crash.html: Added.
+
+2013-03-05 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
+
+ Unreviewed, EFL gardening.
+
+ Skip failing tests on EFL bots.
+
+ * platform/efl/TestExpectations:
+
+2013-03-05 Kinuko Yasuda <kinuko@chromium.org>
+
+ Unreviewed; updating test expectations.
+
+ fast/regions/seamless-iframe-flowed-into-regions.html is failing not only with debug build.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-04 Kinuko Yasuda <kinuko@chromium.org>
+
+ Unreviewed, adding crashing test to the expectations.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-04 Uday Kiran <udaykiran@motorola.com>
+
+ getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
+ https://bugs.webkit.org/show_bug.cgi?id=111018
+
+ Reviewed by Alexander Pavlov.
+
+ Added test for getPropertyValue("-webkit-text-stroke").
+
+ * fast/css/getPropertyValue-webkit-text-stroke-expected.txt: Added.
+ * fast/css/getPropertyValue-webkit-text-stroke.html: Added.
+
+2013-03-04 Uday Kiran <udaykiran@motorola.com>
+
+ getPropertyValue for -webkit-columns returns null, should compute the shorthand value
+ https://bugs.webkit.org/show_bug.cgi?id=111011
+
+ Reviewed by Alexander Pavlov.
+
+ Added test for getPropertyValue("-webkit-columns").
+
+ * fast/css/getPropertyValue-columns-expected.txt: Added.
+ * fast/css/getPropertyValue-columns.html: Added.
+
+2013-03-04 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Do not accumulate file system files, add them to workspace immediately
+ https://bugs.webkit.org/show_bug.cgi?id=111325
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/file-system-project.html:
+
+2013-03-04 Chris Fleizach <cfleizach@apple.com>
+
+ AX: cellForColumnAndRow fails for tables with hidden table cells
+ https://bugs.webkit.org/show_bug.cgi?id=110050
+
+ Reviewed by Tim Horton.
+
+ * accessibility/table-with-hidden-head-section-expected.txt: Added.
+ * accessibility/table-with-hidden-head-section.html: Added.
+ * platform/chromium/TestExpectations:
+
+2013-03-04 Arpita Bahuguna <a.bah@samsung.com>
+
+ getAttribute does not behave correctly for mixed-case attributes on HTML elements
+ https://bugs.webkit.org/show_bug.cgi?id=105713
+
+ Reviewed by Andreas Kling.
+
+ * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Added.
+ * fast/dom/Element/getAttribute-case-insensitivity.html: Added.
+ Layout test added for verifying that getAttribute() and getAttributeNode()
+ APIs convert the passed attribute name to lowercase before comparing
+ against the existing attributes.
+
+2013-03-04 Joshua Bell <jsbell@chromium.org>
+
+ [V8] Add LayoutTests for SerializedScriptValue Int32/Uint32 cases
+ https://bugs.webkit.org/show_bug.cgi?id=111364
+
+ Reviewed by Kentaro Hara.
+
+ A lack of layout tests for SerializedScriptValue special cases let
+ crbug.com/179280 slip in and out un-noticed. Rectify the situation.
+
+ * platform/chromium/fast/storage/serialized-script-value-expected.txt:
+ * platform/chromium/fast/storage/serialized-script-value.html:
+ * storage/indexeddb/structured-clone-expected.txt:
+ * storage/indexeddb/structured-clone.html:
+
+2013-03-04 Brandon Jones <bajones@google.com>
+
+ WEBGL_compressed_texture_atc implementation
+ https://bugs.webkit.org/show_bug.cgi?id=110496
+
+ Reviewed by Kenneth Russell.
+
+ * webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Added.
+ * webgl/conformance/extensions/webgl-compressed-texture-atc.html: Added.
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-atc.html: Added.
+
+2013-03-04 Eugene Klyuchnikov <eustas@chromium.org>
+
+ Web Inspector: Exceptions when WebInspector run in hosted mode.
+ https://bugs.webkit.org/show_bug.cgi?id=111326
+
+ Reviewed by Pavel Feldman.
+
+ Test runtime commands code generator output.
+
+ * inspector/inspector-backend-commands-generation-expected.txt: Added.
+ * inspector/inspector-backend-commands-generation.html: Added.
+
+2013-03-04 Kinuko Yasuda <kinuko@chromium.org>
+
+ Rebaseline 4 virtual/softwarecompositing tests.
+
+ Unreviewed rebaseline of test expectations.
+
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+
+2013-03-04 Adam Barth <abarth@webkit.org>
+
+ Background HTML parser can rewind the tokenizer after end-of-file
+ https://bugs.webkit.org/show_bug.cgi?id=111365
+
+ Reviewed by Eric Seidel.
+
+ * fast/parser/document-write-fighting-eof.html: Added.
+
+2013-03-04 Tim 'mithro' Ansell <mithro@mithis.com>
+
+ Make sure that clearOwnerNode also clears StyleResolver references (via didMutate).
+ https://bugs.webkit.org/show_bug.cgi?id=109446
+
+ Reviewed by Eric Seidel.
+
+ * fast/css/stylesheet.innerHTML-calls-didmutate-expected.txt: Added.
+ * fast/css/stylesheet.innerHTML-calls-didmutate.html: Added.
+
+2013-03-04 Christian Biesinger <cbiesinger@chromium.org>
+
+ REGRESSION (r143643): Buttons containing floats render differently
+ https://bugs.webkit.org/show_bug.cgi?id=110933
+
+ Reviewed by Ojan Vafai.
+
+ * css3/flexbox/float-inside-flexitem-expected.html: Added.
+ * css3/flexbox/float-inside-flexitem.html: Added.
+ * fast/forms/button-with-float-expected.html: Added.
+ * fast/forms/button-with-float.html: Added.
+
+2013-03-04 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed, rolling out r144595.
+ http://trac.webkit.org/changeset/144595
+ https://bugs.webkit.org/show_bug.cgi?id=90341
+
+ Causing multiple crashes in fast/dom/Element/* tests (hits
+ assert in Attr.cp:215)
+
+ * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Removed.
+ * fast/dom/Element/setAttributeNode-case-insensitivity.html: Removed.
+
+2013-03-04 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: touch-gesture-noscroll-body-* are failing on mac.
+
+2013-03-04 Chris Fleizach <cfleizach@apple.com>
+
+ Support WebSpeech - Speech Synthesis
+ https://bugs.webkit.org/show_bug.cgi?id=106742
+
+ Reviewed by Simon Fraser.
+
+ Unskip speech synthesis tests.
+
+ * fast/dom/script-tests/constructed-objects-prototypes.js:
+ (constructorPropertiesOnWindow):
+ * platform/mac/TestExpectations:
+
+2013-03-04 Ruslan Abdikeev <aruslan@chromium.org>
+
+ <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
+ https://bugs.webkit.org/show_bug.cgi?id=109061
+
+ Reviewed by Adam Barth.
+
+ Added test for apple-touch-icon in allIconURLs().
+ Changed iconURLs() to shortcutIconURLs().
+
+ * fast/dom/icon-url-change.html:
+ * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
+ * fast/dom/icon-url-list-apple-touch.html: Added.
+ * fast/dom/icon-url-list.html:
+ * fast/dom/icon-url-property.html:
+
+2013-02-27 Jeffrey Pfau <jpfau@apple.com>
+
+ Cache partitioning does not affect iframe MainResources
+ https://bugs.webkit.org/show_bug.cgi?id=111022
+
+ Reviewed by David Kilzer.
+
+ These tests results are for the case in which the cache is not
+ partitioned, as no shipping ports have cache partitioning enabled
+
+ * http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
+ * http/tests/cache/partitioned-cache-iframe.html: Added.
+ * http/tests/cache/resources/random-cached-iframe.cgi: Added.
+
+2013-03-04 Rafael Weinstein <rafaelw@chromium.org>
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations: Marking all html5lib/generated/ as crashing.
+
+2013-03-04 Alan Cutter <alancutter@chromium.org>
+
+ CSS3 calc: identify divide by zero cases at parse time
+ https://bugs.webkit.org/show_bug.cgi?id=80411
+
+ Reviewed by Tony Chang.
+
+ Added tests to check whether divide by 0 cases are caught.
+
+ * css3/calc/catch-divide-by-0-expected.txt: Added.
+ * css3/calc/catch-divide-by-0.html: Added.
+
+2013-03-04 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Add parsing for grid-{start|before}
+ https://bugs.webkit.org/show_bug.cgi?id=110988
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
+ * fast/css-grid-layout/grid-item-column-row-get-set.html:
+ Extended the test to make sure that both grid-column (resp. grid-row) and grid-start (resp. grid-before) are
+ in sync.
+
+ * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt: Added.
+ * fast/css-grid-layout/grid-item-start-before-get-set.html: Added
+ Add this test for grid-{start|before}, similar to LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set.html.
+
+2013-03-04 Chris Fleizach <cfleizach@apple.com>
+
+ WebSpeech: change voiceURI to voice
+ https://bugs.webkit.org/show_bug.cgi?id=110773
+
+ Reviewed by Tim Horton.
+
+ * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice-expected.txt: Added.
+ * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html: Added.
+
+2013-03-04 Victor Costan <costan@gmail.com>
+
+ Filename passed to FormData.append() takes precedence over filename in
+ File.
+ https://bugs.webkit.org/show_bug.cgi?id=111255
+
+ Reviewed by Alexey Proskuryakov.
+
+ (runTest):
+ * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Added.
+ * http/tests/local/formdata/send-form-data-with-filename.html: Added.
+ * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated
+ to reflect the behavior specified in the XMLHttpRequest W3C spec.
+ * platform/wk2/TestExpectations: newly added test doesn't work in
+ WebKit2 because beginDragWithFiles is not implemented
+
+2013-03-04 Alexis Hetu <sugoi@chromium.org>
+
+ Canvas and DOM go out of sync
+ https://bugs.webkit.org/show_bug.cgi?id=107701
+
+ Reviewed by Simon Fraser.
+
+ Added a new layout test for moving an object (a div) within a div that
+ has the "overflow:hidden" property.
+
+ * fast/canvas/canvas-overflow-hidden-animation-expected.html: Added.
+ * fast/canvas/canvas-overflow-hidden-animation.html: Added.
+
+2013-03-04 Tom Sepez <tsepez@chromium.org>
+
+ XSSAuditor bypass with --> comment syntax.
+ https://bugs.webkit.org/show_bug.cgi?id=111349
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: Added.
+ * http/tests/security/xssAuditor/open-iframe-src-03.html: Added.
+
+2013-03-04 Christian Biesinger <cbiesinger@chromium.org>
+
+ (tests) flexbox/resources.css should use unprefixed properties, for firefox
+ https://bugs.webkit.org/show_bug.cgi?id=111010
+
+ Reviewed by Tony Chang.
+
+ Search & replace to remove -moz- prefixes, as per
+ https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes:
+ "Gecko implementation is unprefixed (and is no longer behind a
+ preference as of Firefox 20)"
+
+ * css3/flexbox/resources/flexbox.css:
+ (.flexbox):
+ (.inline-flexbox):
+ (.flex-none):
+ (.flex-auto):
+ (.flex-one):
+ (.row):
+ (.row-reverse):
+ (.column):
+ (.column-reverse):
+ (.wrap):
+ (.wrap-reverse):
+ (.align-content-flex-start):
+ (.align-content-flex-end):
+ (.align-content-center):
+ (.align-content-space-between):
+ (.align-content-space-around):
+ (.align-content-stretch):
+ (.align-items-flex-start):
+ (.align-items-flex-end):
+ (.align-items-center):
+ (.align-items-baseline):
+ (.align-items-stretch):
+ (.align-self-auto):
+ (.align-self-flex-start):
+ (.align-self-flex-end):
+ (.align-self-center):
+ (.align-self-baseline):
+ (.align-self-stretch):
+ (.justify-content-flex-start):
+ (.justify-content-flex-end):
+ (.justify-content-center):
+ (.justify-content-space-between):
+ (.justify-content-space-around):
+
+2013-03-04 Uday Kiran <udaykiran@motorola.com>
+
+ getComputedStyle not implemented for -webkit-columns shorthand
+ https://bugs.webkit.org/show_bug.cgi?id=111236
+
+ Reviewed by Alexis Menard.
+
+ Add test to check getComputedStyle for -webkit-columns.
+
+ * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand.html: Added.
+
+2013-03-04 Alexis Menard <alexis@webkit.org>
+
+ transition-property property and transition shorthand property doesn't accept "all, all".
+ https://bugs.webkit.org/show_bug.cgi?id=111201
+
+ Reviewed by Simon Fraser.
+
+ Updated the tests to cover the bug.
+
+ * transitions/transitions-parsing-expected.txt:
+ * transitions/transitions-parsing.html:
+
+2013-03-04 Ian Vollick <vollick@chromium.org>
+
+ ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
+ https://bugs.webkit.org/show_bug.cgi?id=108257
+
+ Reviewed by David Hyatt.
+
+ * platform/efl-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/qt-5.0-wk2/TestExpectations:
+
+2013-03-03 David Hyatt <hyatt@apple.com>
+
+ [New Multicolumn] Make sure region styling works for columns inside regions.
+ https://bugs.webkit.org/show_bug.cgi?id=111276
+
+ Reviewed by Sam Weinig.
+
+ * fast/regions/region-style-in-columns-expected.html: Added.
+ * fast/regions/region-style-in-columns.html: Added.
+
+2013-03-04 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt][WK2] Unreviewed gardening. Updated platform specific expected files and png results.
+
+ * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
+ * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Added.
+ * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.txt: Added.
+ * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
+ * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.txt: Added.
+ * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
+ * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
+ * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/ruby/position-after-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/ruby/position-after-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
+ * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
+ * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
+ * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
+ * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+ * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
+ * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
+
+2013-03-04 Alexis Menard <alexis@webkit.org>
+
+ transition properties can't be found in CSSStyleDeclaration
+ https://bugs.webkit.org/show_bug.cgi?id=110011
+
+ Reviewed by Antti Koivisto.
+
+ Updated layout test to cover the bug.
+
+ * transitions/transitions-parsing-expected.txt:
+ * transitions/transitions-parsing.html:
+
+2013-03-04 Antoine Quint <graouts@apple.com>
+
+ Web Inspector: remove existing LayerTreeAgent protocol APIs
+ https://bugs.webkit.org/show_bug.cgi?id=111251
+
+ Remove existing tests since they're testing API that we're
+ removing.
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector-protocol/layer-tree-expected.txt: Removed.
+ * inspector-protocol/layer-tree-generated-content-expected.txt: Removed.
+ * inspector-protocol/layer-tree-generated-content.html: Removed.
+ * inspector-protocol/layer-tree.html: Removed.
+
+2013-03-04 Li Yin <li.yin@intel.com>
+
+ MediaStream.ended must return true when it is created with ended tracks.
+ https://bugs.webkit.org/show_bug.cgi?id=111293
+
+ Reviewed by Kentaro Hara.
+
+ * fast/mediastream/MediaStreamConstructor-expected.txt:
+ * fast/mediastream/MediaStreamConstructor.html:
+
+2013-03-04 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Adding new rules broken if a <style> tag is added to document dynamically
+ https://bugs.webkit.org/show_bug.cgi?id=111299
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/styles/add-new-rule-with-style-after-body-expected.txt: Added.
+ * inspector/styles/add-new-rule-with-style-after-body.html: Added.
+
+2013-03-04 Kinuko Yasuda <kinuko@chromium.org>
+
+ [Chromium] Unreviewed, removing failure test expectations for passing softwarecompositing tests.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-04 Mike West <mkwst@chromium.org>
+
+ XSSAuditor should strip dangerous attributes from SMIL animation elements.
+ https://bugs.webkit.org/show_bug.cgi?id=111071
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+ Add a new mode that dumps an element and its attributes, which is a
+ bit more robust than adding a new mode for each attribute type we're
+ interested in.
+ * http/tests/security/xssAuditor/svg-animate-expected.txt: Added.
+ * http/tests/security/xssAuditor/svg-animate.html: Added.
+
+2013-03-04 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Marking a few layout tests as flaky.
+
+2013-03-04 Adam Bergkvist <adam.bergkvist@ericsson.com>
+
+ MediaStream API: local addTrack() and removeTrack() operations should not fire events.
+ https://bugs.webkit.org/show_bug.cgi?id=111079
+
+ Reviewed by Adam Barth.
+
+ Replaced the test since the old test was driven by the event firing
+ removed by this patch.
+
+ * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Added.
+ * fast/mediastream/MediaStream-add-remove-tracks.html: Added.
+ * fast/mediastream/MediaStreamTrackList-expected.txt: Removed.
+ * fast/mediastream/MediaStreamTrackList.html: Removed.
+
+2013-03-04 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: touchmove not emulated inside iframe
+ https://bugs.webkit.org/show_bug.cgi?id=111292
+
+ Reviewed by Vsevolod Vlasov.
+
+ * fast/events/touch/emulated-touch-iframe.html:
+ * fast/events/touch/resources/emulated-touch-iframe2.html:
+
+2013-03-04 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=111290
+
+ * platform/qt/TestExpectations: Skipped failing test after r144461.
+
+2013-03-03 Alexander Pavlov <apavlov@chromium.org>
+
+ Unreviewed, rolling out r144455.
+ http://trac.webkit.org/changeset/144455
+ https://bugs.webkit.org/show_bug.cgi?id=111165
+
+ A simpler solution to the SecurityOrigin -> localStorage
+ lookup exists
+
+ * http/tests/inspector-enabled/dom-storage-open.html:
+ * http/tests/inspector/filesystem/delete-entry.html:
+ * http/tests/inspector/filesystem/request-filesystem-root.html:
+ * http/tests/inspector/indexeddb/database-data.html:
+ * http/tests/inspector/indexeddb/database-names.html:
+ * http/tests/inspector/indexeddb/database-structure.html:
+ * http/tests/inspector/resource-tree/resource-tree-events.html:
+
+2013-03-03 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed chromium gardening
+
+ Remove failure annotation on tests which was already fixed.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-03 Arpita Bahuguna <a.bah@samsung.com>
+
+ createAttribute/setAttributeNode does not properly normalize case
+ https://bugs.webkit.org/show_bug.cgi?id=90341
+
+ Reviewed by Darin Adler.
+
+ * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Added.
+ * fast/dom/Element/setAttributeNode-case-insensitivity.html: Added.
+ Testcase for verifying that setAttributeNode() checks against existing
+ attributes in a case insensitive manner. It updates the value of an
+ existing attribute (in lower case) with that of the one set using
+ setAttributeNode() (in upper case).
+ The test also verifies the behavior of attributes when specified with
+ namespace and prefix.
+
+2013-03-03 Ryosuke Niwa <rniwa@webkit.org>
+
+ Some perf. tests have variances that differ greatly between runs
+ https://bugs.webkit.org/show_bug.cgi?id=97510
+
+ Reviewed by Benjamin Poulain.
+
+ Use dromaeoIterationCount now that we no longer support iterationCount.
+
+ * fast/harness/perftests/runs-per-second-iterations.html:
+
+2013-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144567.
+ http://trac.webkit.org/changeset/144567
+ https://bugs.webkit.org/show_bug.cgi?id=111266
+
+ Does not compile on apple-win (Requested by abarth on
+ #webkit).
+
+ * fast/dom/icon-url-change.html:
+ * fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
+ * fast/dom/icon-url-list-apple-touch.html: Removed.
+ * fast/dom/icon-url-list.html:
+ * fast/dom/icon-url-property.html:
+ * platform/chromium-android/fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
+
+2013-03-03 Ruslan Abdikeev <aruslan@chromium.org>
+
+ <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
+ https://bugs.webkit.org/show_bug.cgi?id=109061
+
+ Reviewed by Adam Barth.
+
+ Added test for apple-touch-icon in allIconURLs().
+ Changed iconURLs() to shortcutIconURLs().
+
+ * fast/dom/icon-url-change.html:
+ * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
+ * fast/dom/icon-url-list-apple-touch.html: Added.
+ * fast/dom/icon-url-list.html:
+ * fast/dom/icon-url-property.html:
+
+2013-03-03 Mike West <mkwst@chromium.org>
+
+ CSP: Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive.
+ https://bugs.webkit.org/show_bug.cgi?id=111208
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html: Added.
+
+2013-03-02 Zan Dobersek <zdobersek@igalia.com>
+
+ REGRESSION (r144517): IndexedDB layout test failures on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=111243
+
+ Reviewed by Martin Robinson.
+
+ * platform/gtk/TestExpectations: Removing failure expectations for IDB tests that again pass.
+
+2013-03-02 Benjamin Poulain <bpoulain@apple.com>
+
+ Move computedStyleIncludingVisitedInfo from TestRunner to Internals
+ https://bugs.webkit.org/show_bug.cgi?id=109772
+
+ Reviewed by Andreas Kling.
+
+ Update the tests.
+
+ * fast/history/multiple-classes-visited.html:
+ * fast/history/nested-visited-test.html:
+ * fast/history/self-is-visited.html:
+ * fast/history/sibling-visited-test.html:
+ * fast/loader/stateobjects/state-url-sets-links-visited.html:
+ * platform/win/TestExpectations: unskip the tests.
+ * platform/chromium/TestExpectations:
+
+2013-03-02 Rob Buis <rbuis@rim.com>
+
+ Text overflow ellipsis wrong color when using webkit-text-fill-color
+ https://bugs.webkit.org/show_bug.cgi?id=54841
+
+ Reviewed by David Hyatt.
+
+ Add reftest for using -webkit-text-fill-color in combination with text-overflow:ellipsis.
+
+ * fast/css/text-overflow-ellipsis-color-expected.html: Added.
+ * fast/css/text-overflow-ellipsis-color.html: Added.
+
+2013-03-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
+
+ [EFL] Unskip some passing tests.
+
+ * platform/efl/TestExpectations: Remove tests that pass after
+ r140006 and r139217.
+
+2013-03-02 Nayan Kumar K <nayankk@motorola.com>
+
+ [WebGL] Support for texImage2D of type HALF_FLOAT_OES with ArrayBufferView.
+ https://bugs.webkit.org/show_bug.cgi?id=110818
+
+ Reviewed by Kenneth Russell.
+
+ As per OES_texture_half_float specification texImage2D and texSubImage2D entry
+ points taking ArrayBufferView should extended to accept null with the pixel type
+ HALF_FLOAT_OES.
+
+ * fast/canvas/webgl/constants.html:
+ * fast/canvas/webgl/oes-texture-half-float-expected.txt: Added.
+ * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Added.
+ * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Added.
+ * fast/canvas/webgl/oes-texture-half-float.html: Added.
+
+2013-03-01 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding failure expectations for IndexedDB tests
+ that regressed on platforms using JavaScriptCore with r144517.
+
+2013-03-01 David Hyatt <hyatt@apple.com>
+
+ [New Multicolumn] Transformed objects inside fragmented transparent objects don't render
+ https://bugs.webkit.org/show_bug.cgi?id=111221.
+
+ Reviewed by Simon Fraser.
+
+ * fast/multicol/mixed-opacity-fixed-test-expected.html: Added.
+ * fast/multicol/mixed-opacity-fixed-test.html: Added.
+ * fast/multicol/mixed-opacity-test-expected.html: Added.
+ * fast/multicol/mixed-opacity-test.html: Added.
+ * fast/multicol/transform-inside-opacity-expected.html: Added.
+ * fast/multicol/transform-inside-opacity.html: Added.
+
+2013-03-01 Kentaro Hara <haraken@chromium.org>
+
+ Style recalculation takes too long when adding whitespace text nodes
+ https://bugs.webkit.org/show_bug.cgi?id=110786
+
+ Reviewed by Darin Adler.
+
+ * fast/html/details-nested-2-expected.txt: Sometimes anonymous blocks are left without
+ being cleaned up (for some reason). With this patch, one anonymouse block is removed at
+ the clean-up phase (for some reason). Anyway the new behavior is an expected behavior.
+ * platform/chromium-mac/fast/html/details-nested-2-expected.txt: Ditto.
+ * platform/chromium-win/fast/html/details-nested-2-expected.txt: Ditto.
+ * platform/efl/fast/html/details-nested-2-expected.txt: Ditto.
+ * platform/mac/fast/html/details-nested-2-expected.txt: Ditto.
+ * platform/qt/fast/html/details-nested-2-expected.txt: Ditto.
+ * perf/append-text-nodes-without-renderers-expected.txt: Added. For performance test.
+ * perf/append-text-nodes-without-renderers.html: Added. Ditto.
+
+2013-03-01 Jason Anderssen <janderssen@gmail.com>
+
+ Move markerTextForListItem from TestRunner to Internals
+ https://bugs.webkit.org/show_bug.cgi?id=110939
+
+ Reviewed by Benjamin Poulain.
+
+ * fast/lists/resources/dump-list.js:
+ (dumpListItemAsHTML):
+ (testListItemMarkerEqualsListItemText):
+ * fast/lists/w3-css3-list-styles-numeric.html:
+
+2013-03-01 Terry Anderson <tdanderson@chromium.org>
+
+ EventHandler::handleGestureScrollUpdate() should invoke the user-generated scroll routines
+ so its behavior matches other user-initiated scrolls
+ https://bugs.webkit.org/show_bug.cgi?id=109769
+
+ Reviewed by James Robinson.
+
+ Four new layout tests have been added and touch-gesture-scroll-page.html has been
+ modified to demonstrate that this patch fixes two existing bugs. See the inline
+ comments below for details.
+
+ Because I am now using the existing user-generated scroll logic, the delta for a single
+ GestureScrollUpdate event will not be propagated to the parent of the targeted node
+ unless the targeted node has no remaining scrollable area. So the changes to the
+ existing layout tests have been made to ensure that the targeted node has been fully
+ scrolled before subsequent GestureScrollUpdate events will scroll the parent(s) of
+ the targeted node.
+
+ I have also removed the function recordScroll() from the existing layout tests
+ because this function already exists in the included file resources/gesture-helpers.js.
+
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+ * fast/events/touch/gesture/touch-gesture-noscroll-body.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
+ * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html:
+ * fast/events/touch/gesture/touch-gesture-scroll-page.html:
+ I modified this layout test in order to add test coverage for another bug
+ which is fixed by this patch: if the hit test performed on a GestureScrollBegin
+ does not target a specific node, the subsequent GestureScrollUpdate events should
+ still attempt to scroll the page itself. This is consistent with how mousewheel
+ events behave.
+ * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
+ * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
+ * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
+ * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
+ These four new layout tests verify that a non-scrollable body will not scroll,
+ as reported in https://bugs.webkit.org/show_bug.cgi?id=109316.
+
+2013-03-01 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening of AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-01 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening of AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-01 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening of AppleWin port.
+
+ * platform/win/TestExpectations:
+
+2013-03-01 James Robinson <jamesr@chromium.org>
+
+ [chromium] Mark some software compositing tests as failing before landing anti-aliasing changes
+ https://bugs.webkit.org/show_bug.cgi?id=111224
+
+ * platform/chromium/TestExpectations:
+
+2013-03-01 Adrienne Walker <enne@chromium.org>
+
+ [chromium] Mark more flaky tests related to scrollbar ordering
+ https://bugs.webkit.org/show_bug.cgi?id=111199
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-01 Victor Carbune <vcarbune@chromium.org>
+
+ Support padding, margin and border for internal UA cue styling
+ https://bugs.webkit.org/show_bug.cgi?id=110703
+
+ Reviewed by Eric Carlson.
+
+ * media/track/track-cue-rendering-with-padding-expected.txt: Added.
+ * media/track/track-cue-rendering-with-padding.html: Added.
+
+2013-03-01 Chris Fleizach <cfleizach@apple.com>
+
+ AX: Upstream iOS Accessibility layout tests
+ https://bugs.webkit.org/show_bug.cgi?id=111187
+
+ Reviewed by David Kilzer.
+
+ Upstream the latest iOS Accessibility layout tests.
+
+ * platform/iphone-simulator: Added.
+ * platform/iphone-simulator/accessibility: Added.
+ * platform/iphone-simulator/accessibility/accessibility-aria-table-children-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/accessibility-aria-table-children.html: Added.
+ * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer.html: Added.
+ * platform/iphone-simulator/accessibility/accessibility-hint-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/accessibility-hint.html: Added.
+ * platform/iphone-simulator/accessibility/aria-pressed-state-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/aria-pressed-state.html: Added.
+ * platform/iphone-simulator/accessibility/centerpoint-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/centerpoint.html: Added.
+ * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element.html: Added.
+ * platform/iphone-simulator/accessibility/focus-change-notifications-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/focus-change-notifications.html: Added.
+ * platform/iphone-simulator/accessibility/header-elements-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/header-elements.html: Added.
+ * platform/iphone-simulator/accessibility/identifier-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/identifier.html: Added.
+ * platform/iphone-simulator/accessibility/internal-link-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/internal-link.html: Added.
+ * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/link-with-images-text.html: Added.
+ * platform/iphone-simulator/accessibility/link-with-only-image-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/link-with-only-image.html: Added.
+ * platform/iphone-simulator/accessibility/math-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/math.html: Added.
+ * platform/iphone-simulator/accessibility/mixed-checkboxes-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/mixed-checkboxes.html: Added.
+ * platform/iphone-simulator/accessibility/no-child-link-header-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/no-child-link-header.html: Added.
+ * platform/iphone-simulator/accessibility/non-contiguous-link-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/non-contiguous-link.html: Added.
+ * platform/iphone-simulator/accessibility/password-value-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/password-value.html: Added.
+ * platform/iphone-simulator/accessibility/placeholder-value-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/placeholder-value.html: Added.
+ * platform/iphone-simulator/accessibility/popup-button-value-label-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/popup-button-value-label.html: Added.
+ * platform/iphone-simulator/accessibility/radio-button-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/radio-button.html: Added.
+ * platform/iphone-simulator/accessibility/secure-text-field-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/secure-text-field.html: Added.
+ * platform/iphone-simulator/accessibility/selected-buttons-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/selected-buttons.html: Added.
+ * platform/iphone-simulator/accessibility/selected-text-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/selected-text.html: Added.
+ * platform/iphone-simulator/accessibility/tab-role-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/tab-role.html: Added.
+ * platform/iphone-simulator/accessibility/table-cell-for-row-col-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/table-cell-for-row-col.html: Added.
+ * platform/iphone-simulator/accessibility/table-cell-ranges-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/table-cell-ranges.html: Added.
+ * platform/iphone-simulator/accessibility/tables-lists-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/tables-lists.html: Added.
+ * platform/iphone-simulator/accessibility/text-line-no-ignored-elements-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/text-line-no-ignored-elements.html: Added.
+ * platform/iphone-simulator/accessibility/text-marker-list-item-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/text-marker-list-item.html: Added.
+ * platform/iphone-simulator/accessibility/text-marker-validation-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/text-marker-validation.html: Added.
+ * platform/iphone-simulator/accessibility/text-role-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/text-role.html: Added.
+ * platform/iphone-simulator/accessibility/textfield-in-axvalue-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/textfield-in-axvalue.html: Added.
+ * platform/iphone-simulator/accessibility/url-test-expected.txt: Added.
+ * platform/iphone-simulator/accessibility/url-test.html: Added.
+
+2013-03-01 David Hyatt <hyatt@apple.com>
+
+ [New Multicolumn] Change inRenderFlowThread to follow containing block chain
+ https://bugs.webkit.org/show_bug.cgi?id=111206
+
+ Reviewed by Simon Fraser.
+
+ * fast/multicol/positioned-outside-of-columns-expected.html: Added.
+ * fast/multicol/positioned-outside-of-columns.html: Added.
+
+2013-03-01 Bear Travis <betravis@adobe.com>
+
+ [css exclusions] setting shape-inside on a parent does not relayout child blocks' inline content
+ https://bugs.webkit.org/show_bug.cgi?id=108128
+
+ Reviewed by David Hyatt.
+
+ Test that setting and resetting shape-inside and shape-outside correctly lay out
+ content inside of child blocks.
+
+ * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html: Added.
+
+2013-03-01 Uday Kiran <udaykiran@motorola.com>
+
+ getComputedStyle not implemented for -webkit-column-rule shorthand
+ https://bugs.webkit.org/show_bug.cgi?id=111203
+
+ Reviewed by Alexis Menard.
+
+ Add test to check getComputedStyle for -webkit-column-rule.
+
+ * fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-column-rule.html: Added.
+
+2013-03-01 Adrienne Walker <enne@chromium.org>
+
+ [chromium] Mark rtl-iframe-absolute-overflow-scrolled as flaky.
+ https://bugs.webkit.org/show_bug.cgi?id=111199
+
+ Unreviewed gardening.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-01 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Navigator should show tree element for each folder in the source path.
+ https://bugs.webkit.org/show_bug.cgi?id=108943
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/debugger-test.js:
+ (initialize_DebuggerTest.):
+ (initialize_DebuggerTest):
+ * http/tests/inspector/workspace-test.js:
+ (initialize_WorkspaceTest.InspectorTest.createWorkspace):
+ * inspector/debugger/navigator-view-expected.txt: Added.
+ * inspector/debugger/navigator-view.html: Added.
+ * inspector/debugger/scripts-file-selector-expected.txt: Removed.
+ * inspector/debugger/scripts-file-selector.html: Removed.
+ * inspector/debugger/scripts-panel-expected.txt:
+ * inspector/debugger/scripts-panel.html:
+ * inspector/debugger/scripts-sorting-expected.txt:
+ * inspector/debugger/scripts-sorting.html:
+
+2013-03-01 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: [Regression] Snippets renaming is broken.
+ https://bugs.webkit.org/show_bug.cgi?id=111181
+
+ Reviewed by Alexander Pavlov.
+
+ * inspector/debugger/script-snippet-model.html:
+
+2013-03-01 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Skipped failing test.
+
+2013-03-01 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Introduce opaque SecurityOrigin string identifiers in the frontend
+ https://bugs.webkit.org/show_bug.cgi?id=111165
+
+ Reviewed by Vsevolod Vlasov.
+
+ Follow the string -> object conversion of the security origin.
+
+ * http/tests/inspector-enabled/dom-storage-open.html:
+ * http/tests/inspector/filesystem/delete-entry.html:
+ * http/tests/inspector/filesystem/request-filesystem-root.html:
+ * http/tests/inspector/indexeddb/database-data.html:
+ * http/tests/inspector/indexeddb/database-names.html:
+ * http/tests/inspector/indexeddb/database-structure.html:
+ * http/tests/inspector/resource-tree/resource-tree-events.html:
+
+2013-03-01 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed chromium gardening, update image expectation again
+
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+
+2013-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144443.
+ http://trac.webkit.org/changeset/144443
+ https://bugs.webkit.org/show_bug.cgi?id=111169
+
+ Caused 2 tests to crash by segv on Chromium Mac10.6 (Requested
+ by toyoshim on #webkit).
+
+ * media/track/track-cue-rendering-with-padding-expected.txt: Removed.
+ * media/track/track-cue-rendering-with-padding.html: Removed.
+
+2013-03-01 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed chromium gardening, cleanup lint errors #2
+ Remove duplicated entries.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-01 Victor Carbune <vcarbune@chromium.org>
+
+ Support padding, margin and border for internal UA cue styling
+ https://bugs.webkit.org/show_bug.cgi?id=110703
+
+ Reviewed by Eric Carlson.
+
+ * media/track/track-cue-rendering-with-padding-expected.txt: Added.
+ * media/track/track-cue-rendering-with-padding.html: Added.
+
+2013-03-01 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed chromium gardening
+
+ * platform/chromium/TestExpectations:
+
+2013-03-01 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ [Qt] Enable LINK_PREFETCH
+ https://bugs.webkit.org/show_bug.cgi?id=111158
+
+ Reviewed by Simon Hausmann.
+
+ Unskip tests depending on LINK_PREFETCH.
+
+ * platform/qt/TestExpectations:
+
+2013-03-01 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html
+ https://bugs.webkit.org/show_bug.cgi?id=111123
+
+ Reviewed by Alexander Pavlov.
+
+ * TestExpectations:
+ * http/tests/inspector/resource-tree/resource-request-content-while-loading.html:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Selector's raw start position in its line is considered to be 0 when computing UILocation
+ https://bugs.webkit.org/show_bug.cgi?id=110732
+
+ Reviewed by Vsevolod Vlasov.
+
+ Changed tests have been rebaselined to follow the new source range structure.
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.rangeText): Fix source range dumping format.
+ * inspector/audits/audits-panel-functional-expected.txt:
+ * inspector/audits/audits-panel-noimages-functional-expected.txt:
+ * inspector/styles/get-set-stylesheet-text-expected.txt:
+ * inspector/styles/parse-stylesheet-errors-expected.txt:
+ * inspector/styles/resources/selector-line.css: Added.
+ * inspector/styles/resources/selector-line.css.map: Added.
+ * inspector/styles/resources/selector-line.scss: Added.
+ * inspector/styles/selector-line-expected.txt: Added.
+ * inspector/styles/selector-line.html: Added.
+ * inspector/styles/styles-new-API-expected.txt:
+ * inspector/styles/styles-source-offsets-expected.txt:
+ * inspector/styles/styles-source-offsets.html:
+
+2013-03-01 Mike West <mkwst@chromium.org>
+
+ [Mac] [WK1] http/tests/xmlhttprequest/navigation-should-abort.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=111052
+
+ Reviewed by Alexey Proskuryakov.
+
+ Currently, this test is failing to output the textual content of the
+ 'data:' URL to which the test navigates. Replacing this 'data:' URL
+ with a "real" HTML file ensures that Mac WK1 behaves the same way as
+ the other ports for this test.
+
+ This doesn't really address the issue raised: navigation to a 'data:'
+ URL should behave in the same way as a "real" URL; filed
+ http://wkbug.com/111152 to track that issue.
+
+ * http/tests/xmlhttprequest/resources/navigation-target.html: Added.
+ Add an actual file to which we can navigate.
+ * http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
+ * http/tests/xmlhttprequest/navigation-should-abort.html:
+ Navigate to the new HTML file during the test rather than an inlined
+ data: URL.
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+ Remove the expectations set in r144277.
+
+2013-03-01 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk-wk1/TestExpectations: Removing expectation for the fast/canvas/canvas-currentPath-crash.html test.
+ * platform/gtk/media/video-playing-and-pause-expected.txt: Rebaselining.
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed chromium gardening
+ https://bugs.webkit.org/show_bug.cgi?id=111141
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Gardening for some inspector tests
+ https://bugs.webkit.org/show_bug.cgi?id=111131
+
+ Unreviewed gardening.
+
+ * platform/efl-wk1/TestExpectations:
+
+2013-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144370.
+ http://trac.webkit.org/changeset/144370
+ https://bugs.webkit.org/show_bug.cgi?id=111136
+
+ Caused 21 assertion failure at DocumentLoader.cpp(436)
+ (Requested by toyoshim on #webkit).
+
+ * platform/mac/TestExpectations:
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed, chromium gardening; update expected image for Snow Leopard
+
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Rebaselines for Win decorations-with-text-combine.html
+
+ Unreviewed expectations update.
+
+ * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png:
+ * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png:
+
+2013-02-28 Eberhard Graether <egraether@google.com>
+
+ WebInspector: Switch hide element shortcut in ElementsPanel to use a selector
+ https://bugs.webkit.org/show_bug.cgi?id=110641
+
+ Reviewed by Pavel Feldman.
+
+ This change switches the shortcut for adding visibility:hidden to an element's style
+ to toggling a class name on the element and injecting a style rule into the element's
+ document instead. This way it is possible to change the visibility of all child
+ elements as well.
+
+ Test: inspector/elements/hide-shortcut.html
+
+ * inspector/elements/hide-shortcut-expected.txt: Added.
+ * inspector/elements/hide-shortcut.html: Added.
+ * inspector/elements/resources/hide-shortcut-iframe.html: Added.
+
+2013-02-28 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Focus problem in inspector/extensions/extensions-panel.html
+ https://bugs.webkit.org/show_bug.cgi?id=97077
+
+ Reviewed by Laszlo Gombos.
+
+ Remove inspector/extensions/extensions-panel.html from TestExpectations.
+
+ * platform/efl-wk1/TestExpectations:
+
+2013-02-28 Levi Weintraub <leviw@chromium.org>
+
+ Stale FrameSelection in removed iframe causes crash
+ https://bugs.webkit.org/show_bug.cgi?id=108696
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/selection/selection-in-iframe-removed-crash-expected.txt: Added.
+ * editing/selection/selection-in-iframe-removed-crash.html: Added.
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Rebaselines for Mac decorations-with-text-combine.html
+
+ Unreviewed expectations update.
+
+ * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png:
+ * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png:
+
+2013-02-28 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening. Skip storage tests on Windows.
+
+ * platform/win/TestExpectations:
+
+2013-02-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a flaky failure expectation to http/tests/inspector/resource-tree/resource-request-content-while-loading.html
+ on all platforms per bug 111123.
+
+ * TestExpectations:
+
+2013-02-28 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, rebaselining fast/forms/date-appearance/basic.html for chromium.
+
+ * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, rebaselining media/track/track-cue-rendering-vertical.html on chromium
+
+ * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png: Added.
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
+ * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, updating chromium TestExpectations to remove passing tests.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Kaustubh Atrawalkar <kaustubh@motorola.com>
+
+ Notification.requestPermission callback should be optional
+ https://bugs.webkit.org/show_bug.cgi?id=108196
+
+ Reviewed by Kentaro Hara.
+
+ Spec says it should be optional.
+ http://notifications.spec.whatwg.org/#notification
+
+ * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
+ * fast/notifications/notifications-request-permission-optional.html: Added.
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Move html5linb tests to be Slow rather than Timeout
+
+ Unreviewed expectations. Requested by Eric Seidel.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Jochen Eisinger <jochen@chromium.org>
+
+ Meta referrer isn't honored for window.open
+ https://bugs.webkit.org/show_bug.cgi?id=111076
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/referrer-policy-window-open-expected.txt: Added.
+ * http/tests/security/referrer-policy-window-open.html: Added.
+
+2013-02-28 Kondapally Kalyan <kalyan.kondapally@intel.com>
+
+ [EFL][WebGL] Enable compositing/webgl/webgl-reflection.html.
+ https://bugs.webkit.org/show_bug.cgi?id=110688
+
+ Reviewed by Laszlo Gombos.
+
+ This patch adds platform specific test expectation files for the
+ test and enables it for efl port.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/compositing/webgl/webgl-reflection-expected.png: Added.
+ * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Added.
+
+2013-02-28 Kent Tamura <tkent@chromium.org>
+
+ REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
+ https://bugs.webkit.org/show_bug.cgi?id=110974
+
+ Reviewed by Kentaro Hara.
+
+ * fast/forms/date/date-appearance-basic-expected.txt:
+ * fast/forms/date/date-appearance-basic.html:
+ * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Xianzhu Wang <wangxianzhu@chromium.org>
+
+ Focus ring for a child layer is incorrectly offset by ancestor composited layer's position
+ https://bugs.webkit.org/show_bug.cgi?id=110895
+
+ Reviewed by Simon Fraser.
+
+ New ref test for the bug.
+
+ * compositing/sub-layer-focus-ring-expected.html: Added.
+ * compositing/sub-layer-focus-ring.html: Added.
+
+2013-02-28 Justin Novosad <junov@google.com>
+
+ Re-baselining expected pixels for fast/borders/border-radius-percent.html on linux
+ https://bugs.webkit.org/show_bug.cgi?id=110889
+
+ Unreviewed
+
+ * TestExpectations:
+ * platform/chromium-linux/fast/borders/border-radius-percent-expected.png:
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Unreviewed gardening, update expectation
+
+ * platform/chromium/TestExpectations: Add Win modifier for compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html
+ and remove modifiers for fast/forms/textarea/textarea-state-restore.html
+
+2013-02-28 Adam Barth <abarth@webkit.org>
+
+ Remove these supressions now that we've reverted http://trac.webkit.org/changeset/144126.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144126 and r144176.
+ http://trac.webkit.org/changeset/144126
+ http://trac.webkit.org/changeset/144176
+ https://bugs.webkit.org/show_bug.cgi?id=111096
+
+ Caused fast/notifications/notifications-request-
+ permission.html to crash (Requested by abarth on #webkit).
+
+ * fast/notifications/notifications-request-permission-optional-expected.txt: Removed.
+ * fast/notifications/notifications-request-permission-optional.html: Removed.
+
+2013-02-28 Nate Chapin <japhet@chromium.org>
+
+ Test for https://bugs.webkit.org/show_bug.cgi?id=110482
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
+
+2013-02-28 Chris Fleizach <cfleizach@apple.com>
+
+ WebSpeech: support the boundary event
+ https://bugs.webkit.org/show_bug.cgi?id=107350
+
+ Reviewed by Beth Dakin.
+
+ * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events-expected.txt: Added.
+ * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events.html: Added.
+
+2013-02-28 Adam Barth <abarth@webkit.org>
+
+ This timeout also happens in Release.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Marking one more html5 test as timeout
+
+ Unreviewed expectations, removing a Debug modifier.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-26 David Hyatt <hyatt@apple.com>
+
+ [New Multicolumn] Rewrite the painting/stacking model to be spec compliant.
+ https://bugs.webkit.org/show_bug.cgi?id=110624.
+
+ Reviewed by Simon Fraser.
+
+ * fast/multicol/mixed-positioning-stacking-order-expected.html: Added.
+ * fast/multicol/mixed-positioning-stacking-order.html: Added.
+
+2013-02-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=111058.
+
+ * platform/qt/TestExpectations: Skipped failing test after r144236.
+
+2013-02-28 Stephen Chenney <schenney@chromium.org>
+
+ Unreviewed gardening, update expectation
+
+ * platform/chromium/TestExpectations: Add ImageOnlyFailure for compositing/rtl/rtl-iframe-fixed-overflow.html
+
+2013-02-28 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ [Qt] Enable CANVAS_PATH flag
+ https://bugs.webkit.org/show_bug.cgi?id=108508
+
+ Reviewed by Simon Hausmann.
+
+ Unskip CANVAS_PATH tests.
+
+ * platform/qt/TestExpectations:
+
+2013-02-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Skipped failing test after r144265.
+
+2013-02-28 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: class console-formatted-string renamed to console-formatted- ?
+ https://bugs.webkit.org/show_bug.cgi?id=110881
+
+ Reviewed by Vsevolod Vlasov.
+
+ * http/tests/inspector/console-test.js:
+ (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
+ * inspector/console/console-object-preview-expected.txt:
+ * inspector/console/console-object-preview.html:
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed gardening, update expectation
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Mike West <mkwst@chromium.org>
+
+ XSSAuditor should strip formaction attributes from input and button elements.
+ https://bugs.webkit.org/show_bug.cgi?id=110975
+
+ Reviewed by Daniel Bates.
+
+ * http/tests/security/xssAuditor/formaction-on-button-expected.txt: Added.
+ * http/tests/security/xssAuditor/formaction-on-button.html: Added.
+ * http/tests/security/xssAuditor/formaction-on-input-expected.txt: Added.
+ * http/tests/security/xssAuditor/formaction-on-input.html: Added.
+ * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+ Support 'showFormaction' as a new option to write out formaction values.
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed gardening, clean up expectations to remove lint errors #1.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Mike West <mkwst@chromium.org>
+
+ Web Inspector: Make it obvious where command line functions come from
+ https://bugs.webkit.org/show_bug.cgi?id=62367
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/console/console-native-function-to-string-expected.txt: Added.
+ * inspector/console/console-native-function-to-string.html: Added.
+
+2013-02-28 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviwed gardening. Skip test that made to crash other test.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed gardening, update test expectation
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed, gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=111062
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ Generating missing baselines for an octet of media tests and removing related expectations.
+
+ * platform/gtk/TestExpectations: Also removing expectation for
+ fast/multicol/newmulticol/column-rules-fixed-height.html, the test is now passing.
+ * platform/gtk/media/audio-controls-rendering-expected.png: Added.
+ * platform/gtk/media/audio-controls-rendering-expected.txt: Added.
+ * platform/gtk/media/controls-after-reload-expected.png: Added.
+ * platform/gtk/media/controls-after-reload-expected.txt:
+ * platform/gtk/media/controls-strict-expected.png: Added.
+ * platform/gtk/media/controls-strict-expected.txt:
+ * platform/gtk/media/controls-styling-strict-expected.txt:
+ * platform/gtk/media/controls-without-preload-expected.png: Added.
+ * platform/gtk/media/controls-without-preload-expected.txt:
+ * platform/gtk/media/video-controls-rendering-expected.png:
+ * platform/gtk/media/video-controls-rendering-expected.txt:
+ * platform/gtk/media/video-display-toggle-expected.png: Added.
+ * platform/gtk/media/video-display-toggle-expected.txt:
+ * platform/gtk/media/video-playing-and-pause-expected.png: Added.
+ * platform/gtk/media/video-playing-and-pause-expected.txt:
+
+2013-02-28 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding failure expectations for tests added in r144236 and r144258.
+
+2013-02-28 Mike West <mkwst@chromium.org>
+
+ Cleanup: XSSAuditor's form[action] tests should be manually executable.
+ https://bugs.webkit.org/show_bug.cgi?id=111049
+
+ Reviewed by Daniel Bates.
+
+ We currently check whether we're running in a DRT-like world before
+ creating user-visible output for XSSAuditor's form[action] tests. This
+ patch removes that restriction in order to allow manually-run tests
+ to show some reasonable output.
+
+ * http/tests/security/xssAuditor/resources/echo-intertag.pl:
+ Drop the 'if (window.testRunner)' from the 'showAction' branch in
+ order to allow manually running the test.
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed gardening
+ https://bugs.webkit.org/show_bug.cgi?id=111054
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skipped failing ref html tests.
+
+ * platform/qt/TestExpectations:
+
+2013-02-28 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add a failing test expectation to navigation-should-abort.html on Mac WebKit1.
+ The failure is tracked by the bug 111052.
+
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+
+2013-02-28 Adam Barth <abarth@webkit.org>
+
+ A couple more tweaks to TestExpectations after the threaded parser.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, rolling out r144184.
+ http://trac.webkit.org/changeset/144184
+ https://bugs.webkit.org/show_bug.cgi?id=110974
+
+ The change didn't fix all of the problems.
+
+ * fast/forms/date/date-appearance-basic-expected.txt:
+ * fast/forms/date/date-appearance-basic.html:
+ * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Takashi Toyoshima <toyoshim@chromium.org>
+
+ Unreviewed gardening, mark two tests as slow.
+ https://bugs.webkit.org/show_bug.cgi?id=111038
+ https://bugs.webkit.org/show_bug.cgi?id=111046
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Adam Barth <abarth@webkit.org>
+
+ Apparently Failure does not include ImageOnlyFailure.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-28 Adam Barth <abarth@webkit.org>
+
+ Unreviewed.
+
+ The version of this file I landed in
+ http://trac.webkit.org/changeset/144262 appears to have been
+ ever-so-slightly incorrect.
+
+ * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt:
+
+2013-02-27 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r144224.
+ http://trac.webkit.org/changeset/144224
+ https://bugs.webkit.org/show_bug.cgi?id=111045
+
+ Caused plugins/pass-different-npp-struct.html to time out
+ (Requested by abarth on #webkit).
+
+ * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
+ * plugins/netscape-plugin-setwindow-size-2.html:
+ * plugins/netscape-plugin-setwindow-size.html:
+ * plugins/pass-different-npp-struct.html:
+
+2013-02-27 Adam Barth <abarth@webkit.org>
+
+ Unreviewed.
+
+ Update some test expectations based on the threaded parser behavior.
+ These look like test integration issues rather than actual bugs in the
+ parser. We will investigate them offline.
+
+ * platform/chromium/TestExpectations:
+
+2013-02-27 Kunihiko Sakamoto <ksakamoto@chromium.org>
+
+ INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of hour field should respect min/max attributes
+ https://bugs.webkit.org/show_bug.cgi?id=109555
+
+ Reviewed by Kent Tamura.
+
+ Added test cases with min/max attributes.
+
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt:
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
+ * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer.html: Added.
+ * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
+ * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
+ * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
+ * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
+
+2013-02-27 Adam Barth <abarth@webkit.org>
+
+ [Chromium] Enable threaded HTML parser by default in DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=110907
+
+ Reviewed by Eric Seidel.
+
+ Update test results to show subtle differences in FrameLoaderClient callbacks.
+
+ * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
+ * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
+ * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
+ * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
+ * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
+ * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
+ * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
+ * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
+ * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
+ * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
+ * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
+ * platform/chromium/security/block-test-no-port-expected.txt:
+
+2013-02-27 Tien-Ren Chen <trchen@chromium.org>
+
+ Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
+ https://bugs.webkit.org/show_bug.cgi?id=105486
+
+ Reviewed by James Robinson.
+
+ In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
+ elements are layout relative to the current visible viewport, which can
+ be different from the layout viewport when using fixed-layout mode.
+ We need to re-layout fixed-position elements in case of visible content
+ size changes.
+
+ The test is currently chromium-specific due to difficulties to make this
+ test works on Mac. The mac port seems to work very differently with
+ visible content size when a page is scaled. And there is no reliable way
+ to hide scrollbars in mac-wk1 that doesn't cause a side effect.
+
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.
+
+2013-02-27 Hans Muller <hmuller@adobe.com>
+
+ [CSS Exclusions] Enable shape-inside rectangle support for shape-padding
+ https://bugs.webkit.org/show_bug.cgi?id=110500
+
+ Reviewed by Dirk Schulze.
+
+ Added one shape-inside, shape-padding test for each CSS shape type.
+
+ * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-circle-padding.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-ellipse-padding.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-rectangle-padding-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-rectangle-padding.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding.html: Added.
+
+2013-02-27 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Rebaseline after r144236
+ https://bugs.webkit.org/show_bug.cgi?id=109879
+
+ Unreviewed expectations update
+
+ * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt: Added.
+
+2013-02-27 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Rebaseline after r144236
+ https://bugs.webkit.org/show_bug.cgi?id=109879
+
+ Unreviewed expectations update
+
+ * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt: Added.
+ * platform/chromium-win-xp/plugins: Removed.
+ * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt: Added.
+
+2013-02-27 James Simonsen <simonjam@chromium.org>
+
+ [chromium] Lower priority of preloaded images
+ https://bugs.webkit.org/show_bug.cgi?id=110527
+
+ Reviewed by Nate Chapin.
+
+ * http/tests/loading/promote-img-preload-priority-expected.txt: Added.
+ * http/tests/loading/promote-img-preload-priority.html: Added.
+
+2013-02-27 Philip Rogers <pdr@google.com>
+
+ Rebaseline 2 SVG tests after WK108429
+
+ This patch rebaselines svg/repaint after WK108429 and removes a stale
+ test expectations entry for svg/custom/text-ctm.
+
+ Unreviewed update of test expectations.
+
+ * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
+ * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
+ * platform/chromium/TestExpectations:
+
+2013-02-27 Chris Fleizach <cfleizach@apple.com>
+
+ WebSpeech: support speech cancel
+ https://bugs.webkit.org/show_bug.cgi?id=107349
+
+ Reviewed by Beth Dakin.
+
+ * platform/mac/fast/speechsynthesis/speech-synthesis-cancel-expected.txt: Added.
+ * platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html: Added.
+
+2013-02-27 Kenneth Russell <kbr@google.com>
+
+ Insufficient validation when uploading depth textures to WebGL
+ https://bugs.webkit.org/show_bug.cgi?id=110931
+
+ Reviewed by Abhishek Arya.
+
+ Updated webgl/conformance/extensions/webgl-depth-texture.html
+ layout test with additional test cases. These changes will be
+ added to the Khronos repository.
+
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
+ Added more test cases.
+
+2013-02-27 Chris Fleizach <cfleizach@apple.com>
+
+ AX: Mac platform should support ability to scroll an element into visible
+ https://bugs.webkit.org/show_bug.cgi?id=109860
+
+ Reviewed by Beth Dakin.
+
+ * platform/mac/accessibility/scroll-to-visible-action.html: Added.
+ * platform/mac/accessibility/scroll-to-visible-action-expected.txt: Added.
+
2013-02-27 John Bauman <jbauman@chromium.org>
Plugin in iframe may not display
« no previous file with comments | « no previous file | LayoutTests/editing/text-iterator/basic-iteration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698